I created a midlet application in Netbeans, that consumes a web service. It runs fine in the emulator. I copied it to storage card and installed it to my phone which is a Cingular 3125 running windows mobile 5. However, when I try running it crashes. If i created another midlet application that doesn't connect to the internet it runs fine. The phone uses Intent Midlet Manager and there doesn't seem to be any issue with it. I use Yahoo Go, which seems to use java and it runs without issues. i noticed for the seeting for the application, I can only set the internet option to session or one shot.
I guess my questions would be do I need to do more than just compiling and creating the jar and jad files. I went as far as in the properties of the project and adding API Permissions for javax.microedition..io.con
nector.htt
p. Device configuration is CLDC 1.1 and Device Profile MDP 2.0. I read a little about signing Midlet applications, do I need to do this before the application can runn properly on the phone.
It seems the problem is once the application requests network access it bombs out, I'm not sure where to look for a log to see if I can gather more information.
I tried deploying straight from Netbeans, but I get an active sync error, but I assumed I should be able to install it locally from a flash card.
I appreciate all the help i can get.
Start Free Trial