java me - Update midlet wirelessly -
I am currently developing a j2me application for i290 and be able to update new midlet modifications in my application Would like code. The problem I have is that one method I know is that it can do this, platform rescue () is locked by Motorola and I am not interested in signing my code.
I have a way to update the midlet through a network connection in my code without using the lock API or pay to do so. Any help would be appreciated.
When you say this is "locked by Motorola" then what do you really mean? platformRequest ()
Definitely a common way to upgrade midlet on the device; Are you sure that this does not work? What happens when you call it?
In my very detailed J2ME experience, I've seen many things inexplicably disabled for unsigned applications, but never platformRequest ()
no. Try checking the return value of the method; If it returns true
, then you have to close yourself before platformRequest ()
(assuming it does not return SecurityException
, but < / P>
If this fails, then I think the user needs to manually go to the upgrade URL through the headset's browser.
Comments
Post a Comment