Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested J2ME Solutions: 1 - 25 of 125
 
I've got a function that is creating an array with an unknown number of values.  Could be 0 could be 10. I'm trying to figure out how do I determine if a value is in the array, and if it exis...
How do I run the J2ME application on Windows mobile. I am not getting any help on this. thanks Bhaskar Roy
I am writing a java class to display an image for J2ME application. But catched in exception below: java.io.IOException         at javax.microedition.lcdui.ImmutableImage.getImageFromStream(...
Hi, I have a png wrapped in an Image object. I can draw it to screen like:     public void draw(Graphics g)     {         g.drawImage(img, 0, 0, Graphics.TOP | Graphics.LEFT);     } ...
I have an edited image on an Image object. How o I save that image to the cellphone's memory card? I don't care what format. Any will do (png, jpg, gif, etc).
I have tried to use the following method; calendar = Calendar.getInstance(); to use a calendar using the default time zone, but it doesn't work. For example it give me the 5:00pm when it...
How can I capture IMEI number in my J2ME application?
cliche...but how i am going to upload image from J2ME to a web server via http? i have a server side php script that is expecting imageData as a post variable. if i use simple text like String...
I need to sign a J2ME application so that I can use the File Connection functions in JSR-75. The program that I am testing works using the default emulators in the NetBeans IDE, that all have ...
hi experts, l've written a midlet that uses Location, Internet and PushRegistry function on the phone nokia 6110 Navigator. i self-signed the midlet then install without error on the nokia ...
J2ME Filter Class ============= Hi, i am a J2SE familiar with web development. I normally will use SQL Statement to query my database. Now with J2ME's RMS system, i am stuck and lost o...
I'm trying to replace all the special characters in a string with the escaped version. The special characters for regex are: $ ^ + \ ? I'm trying to do this so that I can send a string to ...
I want to develop a textField input some amount, when user click ok button in phone, system will retrieve an amount from phone(database/file/recordstore??), then system will add up the entered...
How can I get the mobile number in my J2ME application?? Thanks
Hi, I am sending an Image using J2ME to a PHP web server. My J2ME device encrypt the image and send to the php web server which decrypt the post-stream but its useless. Can anyone provide t...
Hi all, i manage to code some J2ME code to detect some signal coverage. But the requirement is to detect the WIFI signal only. i have browsed the URL, http://www.cuso4.be/projects/compon...
I want to get a unique identifier from a cell phone.  It can be a phone number or SID or really anything.   I'm using J2ME and the netbean's mobility package
I wish to make a Hello World program for my cell phone (LG Dare) but I don't know where to start.  Links to useful documentation would be helpful.  I know that Java has been already been insta...
Hi I'm developing a J2ME project on NetBeans 6; I need to use enums (From java5) but i get an error "enums are not supported on -source 1.3". I wanna know where i can set the source leve...
Hi, I want to open a URL on a j2me device, then read back the string returned by the web server. Something like:    // in:    String url = "www.mywebsite.com/test.php?id="blah"; I've...
I'm trying to close a frame (not quit the program) after a user selects a value in a combo box. The frame it sits in is:     static JFrame frame; I've tried calling frame.hide (Depricated...
Ok, basically what i am doing is creating a game, the game uses a Display manager to display a number of forms and then when the user selects play on the menuscreen it should load the game can...
I was wondering the differents ways to send emails in a secure way in j2me without using Java Servlets. Can someone send me some code ?
I am trying to write to a file on a J2ME emulator but I keep getting the error within the subject.  I have pasted my code.  Thanks       FileConnection filecon = (FileConnection)          ...