Help regarding providing security to j2me application

hi

I am developing a J2ME mobile application.

I want to protect my application from piracy.

I read articles regarding provisioning and connecting to a web serverusing midlet's install notify property.

But the above two options need GPRS connection in mobile.

How can i provide security to my application if the mobile does not have GPRS?

Any other way of preventing priacy?

Thanks a lot in advance.

[448 byte] By [parvathya] at [2007-11-26 22:24:06]
# 1

It is not possible to get rid of MIDlet piracy as of now. The only measure that one can employ for a standalone MIDlet is to use a pretty good obfuscator.

The midlet install notify and all those stuffs that you had mentioned is of OTA spec and it is for the network carrier to provide relevant data for backend billing engines.

~Mohan

itsmohana at 2007-7-10 11:23:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...