| |
| |
| RIM Wireless Handheld Java Loader |
| RIM Wireless Handheld Java Loader |
| Copyright 2001-2009 Research In Motion Limited |
| Copyright 2001-2009 Research In Motion Limited |
| |
| |
| Usage: JavaLoader [-u] [-p<port>|<pin>] [-b<baud>] [-d0|-d1] [-w<password>] [-q] <command> |
| Usage: JavaLoader [-p<pin>] [-d0|-d1] [-w<password>] [-q] <command> |
| |
| |
| -u Connect to USB handheld (default is serial) |
| -p<pin> Specifies the handheld PIN (hex pin prefix '0x') |
| -p<port> Specifies the serial port (serial handhelds only)
|
| |
| -p<pin> Specifies the handheld PIN (USB handhelds only; hex pin prefix '0x')
|
| |
| -b<baud> Specifies the baud rate (serial handhelds only)
|
| |
| -d0 Disables VM debug mode |
| -d0 Disables VM debug mode |
| -d1 Enables VM debug mode |
| -d1 Enables VM debug mode |
| -w<password> Connects using the specified password |
| -w<password> Connects using the specified password |
| -q Quiet mode |
| -q Quiet mode |
| |
| |
| <command> is one of |
| <command> is one of |
| |
| |
| dir [-d] [-s] [-1] |
| dir [-d] [-s] [-1] |
| Lists modules on the handheld |
| Lists modules on the handheld |
| -d Display dependency information |
| -d Display dependency information |
| -s Display siblings |
| -s Display siblings |
| -1 Single column output |
| -1 Single column output |
| |
| |
| deviceinfo |
| deviceinfo |
| Provides information on the handheld |
| Provides information on the handheld |
| |
| |
| load <.cod file> ... |
| load <.cod file> ... |
| Loads modules onto the handheld |
| Loads modules onto the handheld |
| |
| |
| load <.jad file> |
| load <.jad file> |
| Load modules described by JAD onto the handheld |
| Load modules described by JAD onto the handheld |
| |
| |
| load @<manifest> ... |
| load @<manifest> ... |
| Loads all modules named in <manifest> onto the handheld |
| Loads all modules named in <manifest> onto the handheld |
| |
| |
| save { <module> ... | -g <group> } |
| save { <module> ... | -g <group> } |
| Retrieves modules from the handheld |
| Retrieves modules from the handheld |
| -g Retrieves all modules in a specified group |
| -g Retrieves all modules in a specified group |
| |
| |
| info [-d] [-s] [-v] <.cod file> ... |
| info [-d] [-s] [-v] <.cod file> ... |
| Provides information on the specified modules |
| Provides information on the specified modules |
| -d Display dependency information |
| -d Display dependency information |
| -s Display sibling information |
| -s Display sibling information |
| -v Display verbose module information |
| -v Display verbose module information |
| |
| |
| wipe [-a|-f] |
| wipe [-a|-f] |
| Wipes the handheld |
| Wipes the handheld |
| -a Wipe applications only |
| -a Wipe applications only |
| -f Wipe filesystem only |
| -f Wipe filesystem only |
| |
| |
| erase [-f] { <module> ... | -g <group> } |
| erase [-f] { <module> ... | -g <group> } |
| Erases modules on the handheld |
| Erases modules on the handheld |
| -f Force erase of in-use modules |
| -f Force erase of in-use modules |
| -g Erases all modules in a specified group |
| -g Erases all modules in a specified group |
| |
| |
| debugmode |
| debugmode |
| Enables VM debug mode |
| Enables VM debug mode |
| |
| |
| eventlog |
| eventlog |
| Retrives the handheld event log |
| Retrives the handheld event log |
| |
| |
| cleareventlog |
| cleareventlog |
| Clears the handheld event log |
| Clears the handheld event log |
| |
| |
| settime |
| settime |
| Sets the time on the handheld to the current time |
| Sets the time on the handheld to the current time |
| |
| |
| radio on|off |
| radio on|off |
| Turns the handheld's radio on or off |
| Turns the handheld's radio on or off |
| |
| |
| enum |
| enum |
| Enumerates all USB handhelds |
| Enumerates all USB handhelds |
| |
| |
| siblinginfo <.cod file> ... |
| siblinginfo <.cod file> ... |
| Provides sibling information on the specified modules |
| Provides sibling information on the specified modules |
| |
| |
| screenshot [active|primary|auxiliary] <.bmp file> |
| screenshot [active|primary|auxiliary] <.bmp file> |
| Retreives the current contents of the specified screen |
| Retreives the current contents of the specified screen |
| and saves it as a BMP file. If the screen is not |
| and saves it as a BMP file. If the screen is not |
| specified, the default is "active". |
| specified, the default is "active". |
| |
| |
| logstacktraces |
| logstacktraces |
| Dumps the stack traces for all threads to the event log |
| Dumps the stack traces for all threads to the event log |
| |
| |
| resettofactory |
| resettofactory |
| Reset IT policy to factory settings |
| Reset IT policy to factory settings |
|
|
| (Wipes all user data)
|
| nvstore
|
| |
| Dumps NV store data to stdout
|
| |
|
|
| |
| java_state <file>
|
| |
| Dumps Java state to a file
|
| |
| |
| |
| recoverflash <size in bytes> |
| recoverflash <size in bytes> |
| Attempts to recover the specified amount of flash |
| Attempts to recover the specified amount of flash |
|
|
| |
| otasl load <type> file
|
| |
| load an OTASL patch file
|
| |
| type is os, dspos, osext, installer, cod or patchlist
|
| |
|
|
| |
| otasl purge <type>
|
| |
| purge OTASL patch files
|
| |
| type is os, dspos, osext, installer, cod or patchlist
|
| |
|
|
| |
| otasl state <state>
|
| |
| set the OTASL state and reset
|
| |
| state is APPLY_PATCH, BACKUP_DATA, etc
|
| |
| |
| |