Autostart and Nokia 5140i. How does the PushRegistry have to be entry?
Autostart and Nokia 5140i. How does the PushRegistry have to be entry?
May be these links are of some interest
The MIDP 2.0 Push Registry
http://developers.sun.com/techtopics...reg/index.html
WMA 2.0 and the Push Registry
http://developers.sun.com/techtopics...icles/wma2/#15
How can a MIDlet be launched automatically?
http://developers.sun.com/techtopics...try/index.html
Regards
Gopal
__________________
MobiQuil.com
An initiative by Developers for Developers.
http://www.mobiquil.com - Alpha - Launched.
I expressed myself unclearly.
Autostart of the Midlet by the NFC Cover. The ' TAG ' is to start the Midlet.
The Nokia 5140i does not support Push Registry for automatic launch with NFC targets.
To be able to do that, you would need to use methods and packages provided in the Nokia NFC & RFID SDK.
Raluca Cindrea
Helsinki, Finland
www.nokia.com/nfc
Thanks. OK.
with Nokia NFC & RFID SDK and autostart?
Ok. Short.
conn = ContactlessConnection.openConnection(this, new String[] {"mifare_ul", "mifare_1k", "mifare_4k","nfc_device","iso14443-4"});
conn.register(getAppProperty("MIDlet-Name"),
getAppProperty("MIDlet-Vendor"),
new String[]{"T","U","St"},
new String[] {"mifare_ul", "mifare_1k",
"mifare_4k","nfc_device","iso14443-4"});
= No IOExeption and No NoClassDefFoundError
= not working
Hello Nokia.
It would be very beautifully the part too betrayed, which lets service start the Discovery program automatically.
- with Class ContactlessConnection // = OK
- register(java.lang.String midlet, java.lang.String vendor, java.lang.String[] ntipTypes) // Registers the MIDlet for an automatic launch = OK
Where is to take place?
protected void destroyApp(boolean arg0) throws MIDletStateChangeException?
or ?
In
protected void destroyApp(boolean arg0) throws MIDletStateChangeException
is ok
In the Emulator push the entrys with 'S' and 'T' and 'St' with
.register(this.getAppProperty("MIDlet-Name"),this.getAppProperty("MIDlet-Vendor"),new String[]{"T","U","St"},new String[] {"mifare_ul", "mifare_1k", "mifare_4k", "nfc_device","iso14443-4"}); = OK = no broblem.
In device = not working.
For more information about Nokia NFC Cover products, please take a look at the following thread:
http://discussion.forum.nokia.com/fo...688#post343688
Thank you for your interest!
Raluca Cindrea
Helsinki, Finland
www.nokia.com/nfc