Posted by t6102003
I tried coding a java application for my phone. I created the jad as well as jar file in CLDC1.0 version. When i transfer this file to the phone, the phone receives it without any error, but what happens to that file, i dunno, i dont see it anywhere on the phone
Posted by jiss
Most probably the format will be incorrect. So the transferred files will be present in tie 'Others' folder or some other folder.
Posted by t6102003
ok well i figured out after some trying. I hope what i write next will help a few ppl., and yes as you said, the file did end up in entertainment/games and more section (for whatever reason)
The sony ericsson SDK provides a install feature. This is something that allows your jar file to be identified as a MIDP in your phone. Without this, merely transferring the jar file isnt enough.
The install, adds a bunch of files in addition to your MIDP jar file. And probably that is the reason why each phone company have their own installers, like the JAL for motorola.
Hope this helps