I am currently developing a j2me application for the i290 and would like to be able to update to new midlet revisions in my application using code. The problem I am having is that one method that I know of that can do this, platformRequest(), is locked by motorola and I am not interesting in paying to sign my code.
I need a way to update the midlet via a network connection in my code without using a locked API or having to pay to do this. Any help would be appreciated.