java-mej2mepolishnokia-s40

How to install an application which size is bigger than 1MB on s40 device?


I am developing a J2ME application. Its size is 1.5MB.

When I try to install it using Nokia PC Suite, this error appears " the application cannot be installed to the phone the file size is too big".

How may I install this application or any way to decrease its size?


Solution

  • Have you used proguard to obfuscate and optimize the jar file?

    Are there resources (image, video, sound...) in the jar file that you could download as a background task when the user launches the applications?