I have my application written in j2me , written for specific mobile phone i.e. Nokia 2690 My requirement is to perform File IO operation without asking user permission.
I\'ve written a MIDlet with J2ME using Eclipse. To test it, I transfer the MIDlet using a bluetooth connection to my Nokia 6131.
I\'m developing a piece of software for my University and am currently attempting to implement NFC functionality which requires me to move from my standard Sun wireless tool-kit platform (implemented
I have developed a midlet that is supposed to be invoked using Push Registry 开发者_StackOverflow中文版only. The user must not be able to manually start the app. I have achieved this by checking if th
I am trying to create a database in blackberry eclipse with jde plugins. I am using Eclipse IDE v.3.4 and pluging v. 1.1 . I have also downloaded an SqLite demo project to understand it. I have search
I\'ve tried to deal with this before, about 8 months ago, I didn\'t find a solution for this then, and also now there is no real solution for it.
I had a MIDlet project called Numbers th开发者_JS百科at I decided to rename to Digits. Instead of simply renaming it, I decided to create a brand new project from scratch, so that I can have new direc
I want to develop a chat application us开发者_Python百科ing J2ME.Any reference code example or code
I have a J2Me project, that throws exceptio开发者_如何转开发ns, in other projects (J2Se projects) I\'m used to press on the exception link in the console in Eclipse, and it would take me straight to t
I am writing a custom archive format in JAVA (J2ME to be precise). The archiver works OK, however I have little problems with de-archiving.