[TIMOB-9378] BlackBerry: Add script to create and install debug token
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Low |
| Status | Closed |
| Resolution | Hold |
| Resolution Date | 2015-04-14T17:12:30.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | BlackBerry |
| Labels | small |
| Reporter | David Lifshitz |
| Assignee | Pedro Enrique |
| Created | 2012-06-05T07:39:47.000+0000 |
| Updated | 2017-03-14T03:54:26.000+0000 |
Description
[Tatyana] A note to myself: this task is a necessary step to be able to deploy an app to a device.
This could be added to the devicemanagement.py script.
{noformat}
blackberry/devicemanagement.py createDebugToken --store-pass --csj-pin --csj-file (--device-pin | --device-pin-list ) --debug-token-bar-file --device --device-password
password for keystore and device
PIN associated with CSJ file
input CSJ file for registration
device PIN in hex without the '0x' (e.g. 50F2D211)
file containing a list of device PINs
debug token file
hostname or the IP address of the target device or simulator
{noformat}
This is an example of what the script should do:
{noformat}
blackberry-debugtokenrequest -register -storepass 123456 -csjpin 729759 client-RDK-584232624.csj client-PBDT-584232624.csj
blackberry-debugtokenrequest -storepass 123456 -devicepin 29AFDEBD dt.bar
blackberry-deploy -installDebugToken dt.bar 169.254.0.1 -password 1234
{noformat}
Note: This needs to be confirmed with Appcelerator. We may need to split createDebugToken into the 3 steps.
Placing these items on hold for the moment based on community interest.
Closing ticket as BlackBerry is no longer supported by us.