Sony Ericsson T610 Java Woes
Friday, August 13th, 2004I’m having a problem deploying CLDC 1.0 / MIDP 1.0 to my Sony Ericsson T610. Currently developing using early versions of J2WTK and J2SE (1.3.0), being uploaded through Bluetooth on my powerbook. Every time I upload anything but the most simple of MIDlets, I get an “Invalid Application” notifier. These apps run fine on the J2WTK MIDP-1.0 device profiles. The only app I can get to work is something that just displays StringItems. I’ve tried using simple Canvas drawing. Doesn’t work. I’ve tried using a Ticker. Doesn’t work. This is incredibly frustrating.
I’ve got the source and jarfiles for all of these. Please contact me if you’d like to help test on a T610 platform, hopefully on T-Mobile like me.
UPDATE - I fixed this problem with my MANIFEST.MF files, and it works fine now.