12-28-2009 08:41 AM
Hi All,
Can any one tell me how to use device (connected with my development pc) as simulator.
Every time i have to check the appilcation in device by signed the .cod files that is compliled in simulator.
Because , i got the outofmemory error in device rather then simulator.
So any solution that without signed how can i check my application direct to device itself. Any setting in Preferences or etc..
Thanks,
Tejas
Solved! Go to Solution.
12-28-2009 08:59 AM
Hi
You need to sign the .cod file first, then deploy to the device (OTA or Desktop Manager). Then you can attach the device to the debugger and it will function the same as simulator.
If the .cod is not signed, it won't work. Also, if you modify the code you need to sign and deploy again, otherwise the debugger won't work.
I don't think there's a better solution, I believe this is what we all do.
Regards
Lionel
Give kudos if somebody helps you, also mark accepted if it solves your problem. Search first, then post. Please respect RFC-1855 when posting on forums.
12-28-2009 10:16 AM
The only way you would not need to sign the COD is if no controlled classes/interfaces are used. The easy way to tell is to open up the SignatureTool and see if your application requires signing. Otherwise what icefrost1 said is pretty much the solution.
12-30-2009 02:01 AM
Finally conclude that , there is no way to install and properly run application in device without signed the .cod files.
Regards,
Tej