10-28-2009 05:55 AM
Hi,
I am trying to debug my app. in real device. am not missing some steps I think. I have follwed following steps:
(1.) Developed the app using BB JDE 4.2.1.
(2.) I have BB Curve i.e BB 8520 with v4.6.1.272 (platform 4.2.0118)
(3.) Downloaded the Simulator BlackBerry_Simulators_4.6.1.272_8520 from RIM and installed
(4.) Build and Signed the app.
(5.) Loaded the app using javaloader.exe
(6.) Attached the device i.e. debug>Attach to>Handheld>USB (myPIN)
It gives following o/p on the console:
Duplicate class net.rim.device.apps.internal.clock.face.analog.Ana
Found in C:\ABS10\Components\JavaDevice\Apps\4.6.1-GeminiGC
Ignored in C:\ABS10\Components\JavaDevice\Apps\4.6.1-GeminiGC
Duplicate class net.rim.device.apps.internal.clock.face.analog.Ana
Found in C:\ABS10\Components\JavaDevice\Apps\4.6.1-GeminiGC
Ignored in C:\ABS10\Components\JavaDevice\Apps\4.6.1-GeminiGC
Duplicate class net.rim.device.apps.internal.resource.ClockResourc
Found in C:\tmp\1\rapc_rc_55031.dir\.staging\net\rim\device
.
.
.
.
and last lins are:
VM:-DA 0
attach: success
JVM: bklt[1] @9782046: JBSC on=0
JVM: bklt[1] @9782046: SC 0
JVM: bklt[1]: setTimeout 30
loader: connect
loader: handshake
After this my mobile remains idle,I dn know what to do next...? Any suggestions would be appreciable.
Solved! Go to Solution.
10-28-2009 06:05 AM
10-28-2009 06:26 AM
Thanks Simon for your quick response. I actually forgot to sign the application. And this was the actual problem, after signing it and repeating the aforesaid steps, I am able to debug with device.