Hello All,i need any body till me please if i can to run an SWF file (Flash File) Under J2ME, and if it possible i wont to know the code which do that.Thanx alot.Best Regards Mohammad AL-Hashaikeh
581 byte By
CEOPHSa at 2007-11-27 2:28:44
I was wondering if anybody know of any resources that lists the SIM toolkit features (MO SMS, CALL CONTROL) etc supported by individual phones and maufacturers? The support appears to vary greatly from phone to phone.I'm currently trying to assemble a list of Nokia phones that support the MT ...
560 byte By
levia at 2007-11-27 2:29:50
Hi,I have a midlet developed in Mobility Pack 5.0, and I have to change it so, that it works, and looks ok on Windows Mobile. That means that I have to port a cldc midlet to a cdc device. I've found two vm-s for windows mobile, for running midlets. J9, and CrEme. I also saw that the mobility ...
560 byte By
levia at 2007-11-27 2:29:53
Hi,I have a midlet developed in Mobility Pack 5.0, and I have to change it so, that it works, and looks ok on Windows Mobile. That means that I have to port a cldc midlet to a cdc device. I've found two vm-s for windows mobile, for running midlets. J9, and CrEme. I also saw that the mobility ...
The file Sound.mid is on src folder on NetBeans project.try {InputStream is = getClass().getResourceAsStream("Sound.mid");playerSound = Manager.createPlayer(is, "audio/mid");playerSound.realize();playerSound.prefetch();playerSound.start();}catch(Exception e) ...
Hi,This method 'getSupportedMediaProcessorInputTypes()' is supposed to return a string array of all the supported media processor input types. However, on the k790, it just returns null. In the docs, to support JSR 234, you're required to support at least JPEG and Raw image input types, but ...
Hai all,I have created three classes like LoginScreen, TextBox and Button. These three classes are extends by Canvas.In LoginScreen class itself i drawn some images,Textbox class itself i drawn some Boxes and Button class itself drawn some butons. When i tried to display all these things in one ...
HiI use an OnwerPIN object to prevent RFID reader device from executing particular instruction of the applet.It is created in the applet constructor.it is initiated in the intall() method with a defaut PIN code.a verifyPIN() instruction is used for the user to validate the PIN object.the ...
Hi,Please forgive me if the similar thread was started before.Currently I want to send sms to the certain port on the phone using java. I have GSM phone to connect to my PC via USB cable. I have looked around for codes and suggestions but unfortunately could not find solution. Please help me ...
720 byte By
Atiqea at 2007-11-27 2:36:51
I am trying to send sms using WMA. But i am getting the following message:No line matching interface Clip supporting format PCM_SIGNED 11025.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian is supported.With Following Exception:java.lang.IllegalArgumentException: Port formatat ...
12156 byte By
coffee95a at 2007-11-27 2:37:57
The Midlet starts but it can't see the sprites at all. Just the tiled layer. And the only thing shown on console is:GAME OVERGAME OVERSo what's wrong on on my code? See it:import javax.microedition.lcdui.*;import javax.microedition.lcdui.game.*;import javax.microedition.media.*;import ...
2680 byte By
cristiva at 2007-11-27 2:41:24
Heloo! I have the problem: Why it is not possible to show a canvas on the display, calling a function of the canvas object which call a function of the midlet object that do "display.setCurrent(canvas);". public class MyMidlet extends MIDlet {private Display display;private MyCanvas ...
735 byte By
Atiqea at 2007-11-27 2:41:42
I amtrying to send sms using WMA but i am getting the following Error:java.lang.IllegalArgumentException: Port formatat com.sun.midp.io.j2me.sms.Protocol.openPrimInternal(+281)at com.sun.midp.io.j2me.sms.Protocol.openPrim(+8)at javax.microedition.io.Connector.openPrim(+299)at ...
Hello everyone, I am j2me and j2ee developer and I would like to familiarize myself with the java card technologies. I am looking for development kits (sample cards and card readers) to buy from something. Could someone advice me from where should I buy such kit ?Kind regards, Marcin Zduniak / ...
Hi,I am using GemCombi Xprresso R4 (Java card ,compliant with GP2.1.2 and JC2.2.1)and GemProx-P2 reader.The card is at the status of INITIALIZED.So I send Initial Update and External Authentication command to the card.The final response is "90 00",which means success.But after that I send ...
Hi guys!I have a small problem using the commands, I have 2 forms in different classes and when I am in the second form I would like to be back in the first form....this is the code:I have 2 files: midlet and another fileimport javax.microedition.midlet.*;import ...
Regarding Mobile Phone and j2me or Java enabled phone I have two query. 1)I need help on finding a mobile phone that support j2me. 2)How can I download a J2ME application to a mobile phone that support J2ME or Is a Java Enabled? Any help is appreciated. -Reda ...
I'm trying to send an APDU to a smartcard by cardreader. But I met a problem like this:I try to send a Update Record command.The command would be like this:A0 DC 01 04 08 FFFFFFFFFFFFFFFAs you know, in class CommandAPDU's constructor, the data field is byte type. How can I send "FF" as the ...
Hi alli have an j2me app which user will enter a phone number and then the app will make some modifiations on this number and then user can press green button or select call option from the options list to make the calling.my question is when i use the textfield.phonenumber property, the 2 ...
125 byte By
eckoa at 2007-11-27 2:46:02
hi i have found many examples for how to create a file but the just create an empty file, how can i write a text file?
277 byte By
Kakyoina at 2007-11-27 2:48:01
Hi.I'm quite new to this but I did browsed the documentation.When a Form is shown, the user interactions are done by commandListener, not keyPressed().Is it possible to detect keyCode(like number keys) when a 'Form' is shown ?Thank you. =)
Hi how can i determine if a user has succesfuly connected to a socket connection? i have the following code below that opens a socket and creates input/putput streams. thanks in advancepublic void open(){try{server = (SocketConnection) Connector.open(url);is = server.openInputStream();os = ...
HelloIs it possible to communicate with php5 using a MIDP 2.0 aplic. Get/Post/echo ?Fist of all I like to send " Text " from Server PHP5 >> MIDP
Hi I have MIDlet which connects to server with HttpConnection to retreive txt file.It is working fine when I try it with emulator, it is read. But whenever I deploy the MIDlet to my MDA compact iii device and run it I get "Bad Request(Invalid Header Name)". Then if I move that txt file to ...
234 byte By
Atiqea at 2007-11-27 2:49:48
I am using WTK 2.5. I am developing a WMA bases messaging software for Symbian devices. But the problem is the my WTK is not generating jar file. It is generating jad file but not jar. o any one have any idea how to solve this?
Hi,Is it possible to run a Wireless Toolkit developed java application in the background and listen to the dialled number?RegardsJohan
167 byte By
tongwaa at 2007-11-27 2:51:46
If yes, how can i do thati want to get a html page by the j2me and use Regular Expressions to get all link from it (eg. http://yahoo.com/123.php )
Hi again,currently i am experiencing SVG tiny.Is it possible to use a SVG GUI with input-fields? I like the SVG style...but i need input fields (text fields etc) At the moment i have "only" a UI with menu items which work well!Is it possible to read a text-field from a SVG GUI and to get the ...
Hi, is there possible to wake up a j2me application when a sms incomes or a bluetooth device is transmiting on devices with midp1.0 like nokia 3120?I found that the class PushRegistry is only on midp2.0 but what if I register it manually on the jad file!I hace read parts of the push registry ...
hi all,It is possible to use platformRequest(Number) to make a call and then send a voice message stored in a jar file(such as wma) to the other side? I searched online but I couldn't find a way to control the platformRequest() after it invoked with "tel:xxxxxxxxxx". Thanks in ...
Hi i get the following exception thrown at me when trying to connect to a php server. the exception is:javax.microedition.pki.CertificateException: Certificate was issued by an unrecognized entitymy code is below: public void open(){try{server = (HttpsConnection) Connector.open(url);is = ...
174 byte By
darrana at 2007-11-27 2:56:42
Say I am accessing an audio file from a url. How can I download that file and save it into my phone's directory using a J2ME application? Need some advice here
HiI am wondering is there any independent HttpConnection implementation for java microedition to use?I have some problems with the HttpConnection from Suns library.It will be really nice if you could give me any suggestions
468 byte By
xaiaia at 2007-11-27 2:57:15
Hi all, I'm now using Bouncy Castle API to to encrption. I've search the internet and find some example code and tutorials on encrption using bouncy castle. I've also find that some sites tells Bouncy Castle can also helps on Key Exchange. However, I can't find any articals/source code on ...
Hi,I am developing a STK application that sends an SMS. On the emulator and nokia 6680 everything goes fine. However, the nokia 6021 returns a resultcode of 0x32 ("command data not understood by ME").What could be the problem ?Thanks, EricThis is the SMS_TPDU (number is Z-ed out): public byte[] ...
Hi,I have midlet which makes an HttpConnection to the server.If i deploy it in my device MDA compact III, and try to connect to server I get 400 Bad Request (Invalid Header Name). I searched around and found the reason that my device sends two User-Agent headers. One is "Untrusted/1.0" other is ...
hi i get the following error: java.lang.IllegalStateException: Write attempted after request finishedi am trying to send data into a http connection but it wont allow me due to this error. any suggestions? thanks in advance and teh code is below:server = (HttpConnection) Connector.open(url2);is ...
7261 byte By
Zuarkoa at 2007-11-27 2:58:44
Hi.I've tried to change the background of the screen (the background layer) in different ways and I haven't been able to do it. I've tried with jpg and mpg files (PAL the last one) Even I can't change the background color! I've only been able to see the image in the background distorted, ...
147 byte By
IamAbEa at 2007-11-27 3:02:03
is there a way to monitor keypresses on a list rather than a canvas? i want to make a list that changes when you press left or right. thanx.
Hi every body,i m running a application in J2ME HTTPS sample application on Mobile device 3250.in desktop emulator it works fine for the URL i have tested https://www.cert.org/ but this does not work on the device . it results in the exception :java.io.IOException: Native Error-7372Also in ...
Hi,I already read the threads about the debugger not stopping on breakpoints but can't find a solution for this.In my case no matter what I use (simulator or real card) the debugger won't stop on any breakpoint. I tried Eclipse 3.1.2 and 3.2.2 and use JCOP tools 3.1.2. Java is 1.4.2_14-b05/So ...
View Profile problem with Blackberry reply ASAP?on: Today at 11:08:11 AM ?Hello Everyone,I have a application which is developed in WTK 2.5 which is working fine in all mobiles, when this is converted to a .cod file for blackberry 7290, i am facing problems with TextField and ChoiceGroup, When ...
Hi friends,I have developed a SMS Applicatiion using GSM Modem,but i want to test this application with a Simulator which acts as GSM Modem before installing a real GSM Modem for the Application.If any one anyone has come across this application pls help me out regarding ...
Hi its very urgent,i have to send a file via bluetooth from my mobile device to another mobile device. my device has application which should send the file and the other device which accepts the file doesn't has my j2me application.can any one help me regarding to it.thank ...
1071 byte By
gajanana at 2007-11-27 3:05:13
I am trying to play audio files using j2me.I am using MMAPI.First I have used .mp3.String url_audio = " http://219.91.231.122:8080/im_comp/i1.mp3";connection = (ContentConnection) Connector.open(url_audio.toString())InputStream is=null;is= connection.openInputStream();player = ...
Now publicly available on www.mhp.org are the following;- MHP 1.2 specification (including MHP for IPTV)- MHP 1.1.3 specification- Presentation on MHP 1.1.3, MHP 1.2 and MHP for IPTV- GEM 1.1.1 (for OCAP 1.1)- GEM errata
I'm trying to install WTK 2.5.1, but the "Browse" button on the "JVM location" wizard page doesn't work. Nothing happens when I try to click on it. But the installation of the WTK2.5 works fine.Env (Windows XP):JAVA_HOME=C:\SunJava\jdk1.5.0_11PATH:C:\SunJava\jdk1.5.0_11\bin;%PATH% Any ideas ...
579 byte By
Kakyoina at 2007-11-27 3:11:24
Hi.Just curious, but is it possible to specify which softkey (left or right) to be mapped to certain command? For example, my Motorola K1 always mapped the command to the left softkey before the right one. It's not a problem but for some reason, if I want to use only the right softkey, is it ...
428 byte By
malrawia at 2007-11-27 3:12:50
is it possible for the inquiryCompleted() to be executed before we are done searching the services?in my code i am trying to show the list of discovered devices in inquiryCompleted(), but i get nothing mainly because searchServices() is not does yet.if that's the case where should i place the ...
Hi folks,Currently I am working on project where MIDlet needs to store some data.Is there a special database management systems for mobile phones?Does the persistent storage of j2me can store datas permamently on device?Any help will be appreciated