please i need help... i deploy my program on a nokia N80 phone,which is of course an s60 3rd edition platform phone but it says "Application not compatible on Phone".what is the problem...please help me...
please i need help... i deploy my program on a nokia N80 phone,which is of course an s60 3rd edition platform phone but it says "Application not compatible on Phone".what is the problem...please help me...
My guess: The MIDP version listed in the JAD file and manifest file is 2.1. N80 only supports MIDP 2.0
Fix: Change the build settings for your project to 2.0 and the MIDlet should install fine (if that is the only problem with it :-)
Hartti