Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Time Tested J2ME Solutions: 1 - 25 of 102
 
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...
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(...
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...
Is it even possible to take the cookie file from something like internet explorer and hand them to a website using a java connection to the server? and the big Q: I haven't been able to ...
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...
I need to invoke a midlet on my mobile phone using SMS sent from a PC or Tomcat Server. I have a midlet on my mobile phone that is listening on port 12345. I have a program that send sms using...
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);     } ...
How do I run the J2ME application on Windows mobile. I am not getting any help on this. thanks Bhaskar Roy
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 ...
How can I get the mobile number in my J2ME application?? Thanks
How can I capture IMEI number in my J2ME application?
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...
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 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...
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...
Hello, I am going to buy a Nokia N95,  and to develop an application that will be programmed by J2Me platform and connect to the N95 build in GPS. Before I spend my money, I want to know i...
One of my MIDP Application Form uses custom Table Item which is used to collect data from RMS recordstore and display it in the corresponding Table Item. When a new row is added to the recordS...
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 ...
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 ...
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 was trying to find this answer all over the internet (and EE too!!!). I need to create a midlet where I can record capture video. I am not going to use J2ME Polish. I tried this cod...
Hi, I have initialized a recordstore as recordStore = RecordStore.openRecordStore(Globals.MAIN_MENU_RECORD, true, RecordStore.AUTHMODE_PRIVATE, true); and adding records using String h...
Hi,             I know that using push registry a MIDlet can be invoked by sending an SMS (text/binary) from mobile to mobile. I want to know is it possible to invoke MIDlet using datagram ...
I need to build a video player to run on a Nokia 6280 mobile phone amongst others. Does JMF also exist in J2ME or is there another approach I can use.
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 ?