Push registry on midp1.0

Hi, is there possible to wake up a j2me application when a sms incomes or a bluetooth device is transmiting on devices with midp1.0 like nokia 3120?

I found that the class PushRegistry is only on midp2.0 but what if I register it manually on the jad file!

I hace read parts of the push registry document but I am afraid is not clear enough to began working with it.

Anyone can explain me abit about waking up midlets when receiving an SMS on a certaing port or even a bluetooth connection?

[514 byte] By [MelGohana] at [2007-11-27 2:54:06]
# 1
no one has a clue?
MelGohana at 2007-7-12 3:29:39 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

sure, so yes its only on midp2, the JAD stuff you're talking about is only for the pushregistry in midp2.

how it works? you tell the AMS (application management system) on the phone that when it installs MyMIDlet it should attach it to some port (say... 5444 for example).

cool so now its installed.

now when your phone gets an SMS nothing happens... UNLESS that SMS is directed at port 5444. At that point, the AMS will invoke MyMIDlet.

but ya, you need MIDP2.0

pandora_fooa at 2007-7-12 3:29:39 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
ok, Thanks a lot, I was thinking it was on that way. Anyway my boss is now asking if its possible to load a new version of java on old cell phones like 3120 to support this push registry on devices with midp1.0!
MelGohana at 2007-7-12 3:29:39 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
> ok, Thanks a lot, I was thinking it was on that way.> Anyway my boss is now asking if its possible to load> a new version of java on old cell phones like 3120> to support this push registry on devices with midp1.0!no way!
suparenoa at 2007-7-12 3:29:39 > top of Java-index,Java Mobility Forums,Java ME Technologies...