Can You tell us the exact error message you are getting on the device when launching the application?
What is you application's CLDC/MIDP version?. What does your application do? Any specific APIs...
Type: Posts; User: ersomendra; Keyword(s):
Can You tell us the exact error message you are getting on the device when launching the application?
What is you application's CLDC/MIDP version?. What does your application do? Any specific APIs...
Nokia s40 does not seem to support the file protocol with platformRequest.
look at below article for more info of platformRequest protocol suppot
...
Well, It may be the windows 7 compatibility issue BUT I am not sure as I have no experience working on Window 7 with Nokia tools.
Well, instead of installing NCF (Nokia connectivity framework)...
Welcome to Forum Nokia!!
I will suggest you not to buy any certificate to sign your midlet just to remove these annoying permission prompts, the reason is - on most of the devices these permission...
I have fixed it by playing around some variable path / class path settings. Root cause for this problem still I don;t know but now ts working for me :) Thanks for reading post
might be you have built it with CLDC 1.0, hence this error may occur it should be CLDC 1.1
just to have a look how any financial app looks/works, you can have a look at any mobile money service products/applications.
For references purposes you may use or see at below applications
...
Welcome to Forum Nokia Discussion Board!
Please add below JAD attribute in your App's JAD File
Nokia-MIDlet-On-Screen-Keypad: No
Another developer had asked the same question here. You may...
As told earlier in J2ME keyboard lock/unlock event is not possible to detect. Better you try symbian programing for this solution
To verify it -I will suggest you to make a sample program using Canvas (lcdui package), not eSWT, If the images are displayed fine on canvas, we may say that it could be eSWT issue on certain...
The JAD attribute - Nokia-MIDlet-Category is device platform specific. Please look at below wiki article to verify...
1. ID3V1 Tag is placed at the end of the file. This tag contains the 128 bytes in total having some standard fields like Title, artists, album, comment, year and genre. ID3V2 tag is placed at the...
You can not get rid of these permission prompts on all the devices even if your midlet is signed.
There are lots of thread over this topic. search the form and also look at below thread...
AFAIK, There is no gData API for J2ME so far. It may be released in future but not sure when It could be quite bulky so will depend on the viability, pros and cons and bottleneck to develop it for...
I hope below articles may give you some help
http://www.unme2.com/docs/midlet-signing-post.pdf
http://javaverified.com/files/signing_Javame_applications.pdf
...
Yes. You can get. Cover is nothing but an image and its as simple as to create the image and draw it anywhere over your Canvas UI as per your requirement.
P.S. Before attempting to draw the cover...
Please search on internet, you will find lots of tutorials/code samples on this topic. including me several other people have given inputs on similar questions.
My humble request to all forum...
This approach what you followed, may have some bugs because in text box if user inputs this special character % anywhere or in the end; then your logic may fail. So think over it to make it fool proof
What to do with the code you posted?? do you have any specific problems in it? You din't ask anything; or do you want to guide us on this topic :)?
Lots of threads, articles, tuts are available on this topic, Please just google it out and also look ate the below links
http://developers.sun.com/mobility/apis/articles/fileconnection/
...
oh these 2 comments came so fast I couldn't even notice hence posted my solution :)
Anyways, glad to know that your problem got solved
Cheers
You must be using the fileConnection for saving the text from textbox into a text file. So before writing the text into the file; check if that file is present into the file system, if yes delete it...
Well, To be brief on how to implement the itemListener on text field (or any item), I would suggest you to use the ItemStateListener interface like this
public class myClass extends Form...
No replies yet:) ? it looks no body faced such issue hence none is having any thought or idea over it!
Well, if anyone feels to give any input please do suggest! I will also keep scratching my...
in netbeans, right click to your project-> properties->platform->Manage emulator->select your emulator in left pan-> click on the tab :Tools and extensions" in right side ->choose open preference
...