03-02-2012 05:49 AM
This error is going to kill me lol.
I have already signed the .bar file and everything. Using "blackberry-deploy -installDebugToken BarFile.bar -device XXX.XXX.X.XX -password password
It tells me this..
Info: Sending request: Install Debug Token
Info: Action: Install Debug Token
Info: File size: 275850
result::success
Then it shows up in the playbook as
Debug TokenInstalled
ValidDebug token is invalid
Author
Expiration
The time/date match up with my computer exactly. The <author> and <authorId> are set properly. Idk what else it could be
. Tried to deploy many times.
Solved! Go to Solution.
03-02-2012 08:34 AM
03-02-2012 12:20 PM
Thanks for the response.
I did that and I get this
Issue Date: null
Expiry Date: null
Devices:
Exception in thread "main" java.lang.NullPointerException
at net.rim.device.codesigning.debugtoken.DebugTokenRe
urce)
at net.rim.device.codesigning.debugtoken.DebugTokenRe
Source)
Also whats the PIN your reffering to? I didnt include anything in hexadecimal in this process, is there some documentation you can refer me towards invloving that?
03-02-2012 12:38 PM
03-02-2012 12:59 PM
Thank you!! I was doing the steps in the wrong order so I was trying to create a debugtoken with an app ".bar" file.
Anyways got it working! Thanks again!