midp

How do I stop displaying a J2ME MIDP application, just before destroying it?

I have a J2ME application where the user has the option to dial a phone number from within the application. This should be the last thing the user does with the app, so it should stop displaying anything. My current code: public void callAndExit() { // use a platform-specific request to dial MyMidletThingummy.getInstance().platfor...

What is the relationship between MIDP and JME (and Android)?

What is the distinction between MIDP and JME? How do both relate to Android? As far as I understand JME isn't supported on Android - is that correct? Thanks ...

Draw string in canvas

Hey there! I'm having an hard time finding how to draw/print a String in a canvas, rotated 90º, NOT vertical letters. After some different approaches without success I was trying to follow one that would involve printing the Graphics object to an Image object. As the API is reduced it has been a difficult task. So basically what I'm ask...

Is it possible to run a MIDP application under Android

The Google Market offers an application purporting to run J2ME MIDP applications on the Nexus One. I have tried this application but it only appears to run MIDP applications that are downloaded from particular web sites; it does not seem capable of picking up a MIDP application that is stored on the SD card in the phone. I have suggest...

CustomItem in MIDP 2.1 j2me?

Can I have CustomItems on MIDP 2.1 devices. CustomItems work perfectly on MIDP 2.0 devices. Whereas, they don't seem to work on MIDP 2.1 devices. Is there any workaround for this problem? ...

why getAppProperty() is not static method?

getAppProperty(String key) is instance method in MIDlet class. Since all midlet in midlet suite share same manifest/jad file, so why cant it be a static method? ...

What equivalent in MIDP programing to the JButton of swing-application?

In swing(GUI) application I used JButtons. Now I need the same application in MIDP and I'm conuse... I need Idea for what to use with and an example of how to use it and what kind of listener might possible fits.(Because I need to refresh the shown screen after every click on a button) And one more question: I use Netbins with the s...

Java MIDP app runs minimized when activated via PushRegistry alarm

I'm trying to get an application to restart correctly on a ZTE GR255 phone. There's some network activity as the app starts, and if it times out, the user gets the option to retry. I've implemented retrying by just killing the applicaion via PushRegistry.registerAlarm to start the app in 4 seconds, then killing the app with notifyDestro...

Mutually Exclusive Permissions in J2ME

What are the other mutually exclusive permissions for a MIDlet aside from "Net Access" and "Auto Invocation"? Are "Net Access" and "Messaging" not mutually exclusive? Edit: What about "Messaging" and "Auto Invocation"? ...

Problems runnning app when signed

Hi, When I sign my jar file using jad tool and try to run on a phone I get the error messae - 'Invalid File' Any ideas what could be wrong ? Has anyone had problems signing midlet jar files ? Thanks for any help ...