Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested J2ME Solutions: 1 - 25 of 53
null
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 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(...
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 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...
How can I get the mobile number in my J2ME application?? Thanks
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 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 ...
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...
Hi The following piece of code for bluetooth detection and connection works(able to detect and connect to other bluetooth devices) on my Sony Ericsson K750i Phone but not on a Nokia N81(una...
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...
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, 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);     } ...
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...
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 ...
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...
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...
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...
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...
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 ...
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 want to write an application using J2ME (targetted to MIDP 2.0 handsets) in which I need to access messages from Native Inbox. Thanks
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 ...
How do I run the J2ME application on Windows mobile. I am not getting any help on this. thanks Bhaskar Roy
hi i am trying to load a png image from SVG in a J2ME midlet. when i check the SVG in viewer it works fine. but when i load the image in j2me i get this error returning broken image getE...