I will suggest to use - Nokia-MIDlet-Splash-Screen-Image to set a custom Image - as your splash screen and let the midlet load in background.
If this does not work on old devices, then in StartApp()...
Type: Posts; User: ektasrv; Keyword(s):
I will suggest to use - Nokia-MIDlet-Splash-Screen-Image to set a custom Image - as your splash screen and let the midlet load in background.
If this does not work on old devices, then in StartApp()...
Intergrated GPS do work in J2me on 5800, you can try some demo/test app.
For testing with Integrated GPS only - in non network assisted mode, be prepared to wait for 10 to 15 min's in Open area...
Are you trying to PIM or FileSystem data on the device using your application ?
congratulations!!
EnteredID must be getting null from txtserviceId.getString();
Put a System.out.println() to see this on console.
assign EnteredID to a public final variable outside the inner thread class and then...
Hi Kumar,
Please refer to this HTTP Get example on FN Wiki - http://wiki.forum.nokia.com/index.php/How_to_use_HTTP_Get_request_in_Java_ME
and focus on the codelines in commandAction - for the...
Try adding mutiple containners on the form,1 with gride and other w/o.
All are good, I will go with Verisign more then Thawte, if money not an issue - as I feel it has the max support and I just buy the key's and sign on my own.
For Java verfied - I will not go as I...
Refer to this link - http://lwuit.blogspot.com/2008/05/when-will-we-see-lwuit-matisse-support.html
You need next song to go as soon as 1st sone is over - manage it via your streaming server.... all songs should be streamed to the device one after other w/o any gap.
You will need to use HTTP Connection and both get /post methods can work for you - depending on your server side implementation.
For Java Me side - I would like to refer you to FN wiki code example...
If in your application you want some forms to have 3 soft keys and some other forms to have 2 softkeys... then you need to set setThirdSoftButton(false); before initializing the new form and calling...
See memory is always limited on the mobile devices and you application is doing something where it is requireing just too much of memory - try to reduce the runtime memory needs of your application.
Sharing Record Stores in MIDP 2.0
In MIDP 2.0, record stores also have an authorization mode. The default authorization mode is AUTHMODE_PRIVATE, which means that a record store is only accessible...
Yes, using FCA API's may require siging on real devices - test your application on SUN WTK emulator.
You can refer to FN Wiki code example - http://wiki.forum.nokia.com/index.php/Custom_Text_Input_in_Java_ME
Most of the feature phones and osmartphones from Nokia in the market support Java except for some device like N900 which is a meamo device.
All Nokia Symbian smartphones and Nokia S40 devices...
You can do the required by overwriting the keypressed(int key) method of the current LWUIT displayable on the screen and do the needful w/o passing it to the supper in case you want to capture a key.
Signing the midlet might help on certain devices.
Yes, it is possible. Create a new list of all selected items of the orginal list and display it in the dialog box or a new Form and after user confirmation go to next form otherwise go back to the...
It depends on your use - if define your problem - people can here suggest you something.
Floggy is a free object persistence framework for J2ME/MIDP applications. The main goal of this framework is...
Capture all keypress events in your implementation of list class and do not pass any such event to supper() which you want to block.
httpconnector class should just get the server response and send it back to the calling class which should in turn take care of data parseing. No need to call the parsing from Network layer. It sould...
It looks that your next form - mite is null, is it initialized before? Where is it created?
In J2me, store those images in the form of byte data that you get for eaxh image as a single record RMS - keeping the name of the Recordstore same at that of the image - for caching the image after...