midp-2.0

getting and handling the key presses in a J2ME GUI application

Hi, i am quiet new to J2ME GUI programming (or developing with java in general), so this question might sound very basic to some of you. I am going to ask it anyway since i can't figure out how to do this. Here it is: I programmed a bluetooth TV-Remote control for cellphones in J2ME using javax.microedition.lcdui.* (Gauge, List, ChoiseG...

MIDP 2.0 push registry

We would like to use MIDP2.0 push registry to invoke our MIDLet at reguler interval to check for new messages from server. If another MIDLet is already runnning in the foreground will our MIDLet be able to be invoked simultaneously? Will the behaviour vary from device to device (e.g. Nokia S-60, Motorola, Samsung, LG)? ...

Can a native Blackberry application (not MIDlet) use MIDP Push Registry?

If I am writing a MIDlet, and if the device supports SMS push registration (i.e. supports WMA 1.1 spec), I will be able to send push messages to the application that is installed on the phone and is listening to SMS messages at the assigned port. However, if I am writing a Blackberry application, can I still go ahead and use the proced...

MIDP: no TouchGesture in touchEvent?

Hi, I didn't find any similar posts when searching previous questions. I am developing a game in MIDP for Blackberry Storms. I am using a BlackBerryGameCanvas and using the callback function touchEvent. As an argument, I'm getting an instance of TouchEvent But I want to listen for a TouchGesture like Swipe. But after doing swipe in ...

Send text message to email using sms from j2me phone

I am developing a j2me application and I was wondering if anyone knew how to send an sms message to an email address. I need to use sms since I am trying to send data through it using an unlimited text plan instead of an unlimited data plan. I modified a code sample from http://freecode-freecode.blogspot.com/2008/06/how-to-send-sms-in...

midlet as EJB webservice client

hello. i have a midlet that is a client for an ejb web service. i have the following problems, my goal is to make an sms program that sends and receives sms through http. when the midlet accesses the web service, i would like to find a way to later asynchronously push a message to the midlet. how can i do this? can my stateless web ...

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? ...

Using Canvas & MIDlets

Hi, I am using Netbeans,with the given emulator for writing MIDlet programs. I really need a simple,understoodable good example of using canvas. Additional question:can I have TextField,buttons on a Canvas screen? If I can,then how,and if not what do you suggests? And last thing: is it possible to make some buttons by canvas and add it t...

Error while Running MIDP 2 applications in netbeans

I am trying to run(emulate) a simple midp2 j2me application in netbeans(6.8) in ubuntu 10.04. It is building fine , with no errors, but when i choose run , it gives "http server is not running.start it first" error. I am able to successfully build and run it using the java wireless toolkit. But using Netbeans would be easier. ...

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"? ...

Does MIDP 2.0 say that this phone has at least GPRS connectivity?

Does MIDP 2.0 say that this phone has at least GPRS capability? I need to come up with a list of phones which has MIDP 2.0, and GPRS capability. ...