I installed my jar on N80(series 60 3rd edition) where Midlet A calls MidletB with PushRegistry.registerAlarm() method.This works fine on the S60 emulator but on the device although it asks me for the permission to launch the second midlet but it does'nt do anything after that.
Manifest-Version: 1.0
My manifest file included in the jar file is
MIDlet-Name: MyMIDlet
MIDlet-Version: 0.0.1
MIDlet-Vendor: MyCompany
MicroEdition-Profile: MIDP-2.0
MicroEdition-Configuration: CLDC-1.1
MIDlet-Permissions: javax.microedition.io.PushRegistry
MIDlet-1: AlarmMidlet, , AlarmMidlet
MIDlet-2: HelloMidlet1, , HelloMidlet1
Is it true that permissions only work for signed midlets?If so ,then that could be the issue but what is of concern to me is it asks for the permission to launch the midlet and when i say "YES"it just does'nt do anything...it dont even throw any exception...Will signing the midlet suite solve my problem..Please any suggestions are helpful
Thanks

Reply With Quote



