I have a problem: I designed an application in mobile and the capacity of that is 78Kb. when I install it on mobile which have big memory. It's ok. but when I installed on nokia 6100. I couldn't install it. Please help me. Thanks in advance
Hikaru
I have a problem: I designed an application in mobile and the capacity of that is 78Kb. when I install it on mobile which have big memory. It's ok. but when I installed on nokia 6100. I couldn't install it. Please help me. Thanks in advance
Hikaru
Can someone move this to Java: General, please?
The maximum JAR size installable on the 6100 is a little less than 64k. Note that a small quirk may allow you to install a slightly larger JAR (by a few bytes) by infrared or cable than you can OTA (over-the-air). The only solution is to reduce the size of the JAR until it is below the limit.
Tools such as obfuscators or image optimization tools like PNGOUT can help you reduce size.
Graham.