Monday, October 19, 2009

Blackberry Javaloader

For faster loading of apps for blackberry use this simple commands.

Pre-reqs: Set up environment variable for jde's bin folder.
1. Right Click on My Computer
2. Click Properties
3. Go to Advanced tab
4. Click Environment Variables
5. Go to System Variables
6. Select Path variable
7. Click on Edit
8. Add path of jde's bin folder (e.g. C:\Program Files\Research In Motion\bin)
9. Click Ok.

Now you can go to command line:
To load the cod file to the device:
javaloader -usb load .cod
To erase the cod file from the device:
javaloader -usb erase -f .cod
To get the event log for debugging:
javaloader -usb eventlog > dumpfile.txt


Note:
replace the to your apps file name
replace dumpfile with any file name you want.


Enjoy!

No comments:

Post a Comment