midlet
Get RecordStore data from an external middlet
Is there any form to get the data of the recordstore from an external m开发者_如何学编程iddlet ?It is only possible if the MIDlets are in the same MIDlet suite (i.e. they are in the same .jar file), t[详细]
2023-01-17 03:03 分类:问答MIDlet as singleton
Is it safe to implement a MIDlet class as a singleton? That is, after all, the Display class is acting like a sin开发者_C百科gleton for each and every midlet so is the midlet itself a singleton by beh[详细]
2023-01-16 02:38 分类:问答Midlet throws javax.microedition.rms.RecordStoreException: error opening record store file in Samsung emulator
I\'m using the Samsung SDK 1.2.开发者_JAVA百科0 Beta in Netbeans 6.8.I\'m trying to test my midlet for accessing the record store management system.[详细]
2023-01-14 00:09 分类:问答J2ME - Midlet invocation type awareness
How can a MIDlet ascertain whether it has been manually invoked or automatically? Thanks!开发者_如何学JAVAI can have a MIDLet with tasks A and B subclass the MIDLet with Task A and override \"A\" wit[详细]
2023-01-12 02:05 分类:问答J2ME MIDlet appears in Gallery but not in Applications
I\'ve written a MIDlet with J2ME using Eclipse. To test it, I transfer the MIDlet using a bluetooth connection to my Nokia 6131.[详细]
2023-01-10 04:23 分类:问答How to hide the midlet icon on Nokia phones in J2ME?
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[详细]
2023-01-09 16:55 分类:问答why getAppProperty() is not static method?
getAppProperty(String key) is instance method in MIDlet class. Since all midlet in m开发者_开发技巧idlet suite share same manifest/jad file, so why cant it be a static method?If the phone runs several[详细]
2023-01-07 00:44 分类:问答error when packaging on blackberry JDE
I get these warnings w开发者_开发技巧hen packaging and of course the application doesnt work on the simulator[详细]
2023-01-04 09:42 分类:问答(J2ME) How do you retrieve device color depth in a midlet?
how can i determine the color depth of the displ开发者_C百科ay device during runtime. is this even possible?Call Display.numColors().[详细]
2023-01-03 20:18 分类:问答How to parse a midlet JAD file in C#?
Besides doing it manually using regular expression search, is there other better ways to parse a JAD file?[详细]
2023-01-03 14:20 分类:问答