I am working with proguard to make file size smaller. the obfuscated jar woks on my 6230(NOKIAS40 phone) but when install on 3230(nokia s60) it failed with "invalid version" errror.
regards
I am working with proguard to make file size smaller. the obfuscated jar woks on my 6230(NOKIAS40 phone) but when install on 3230(nokia s60) it failed with "invalid version" errror.
regards
Hi,
did u try the un obfuscated jar in the 3230 phone??
Was it working perfectly??
Wang
Did you remove the previous installation of the midlet from the phone before installing the new version?
Hartti
Uups, but of course. Didn't read the question properly. 3230 is a CLDC 1.0 device (MIDP 2.0 though). 6230 is CLDC 1.1. You cannot install CLDC 1.1 midlets on CLDC 1.0 devices (main difference is floating point support).
Hartti
yes, i selected the wrong cldc version, thanks so muchOriginally Posted by hartti
daniel