APK to BAR Conversion (BB10 and Above) for Windows OS | Techbirds
Posted on: February 6, 2014 /
Categories: Mobile Applications / Author Name: devashish.techbirds
Link :
https://developer.blackberry.com/android/documentation/create_a_debug_token_cmd_line_1728294_11.html
Steps mentioned in Link
Repeat this step after 30 days blackberry-debugtokenrequest -storepass -devicepin 2AB54D80 bb10debugtoken.bar
blackberry-deploy -installDebugToken bb10debugtoken.bar -device 169.254.0.1 -password lptpl@bb
Convert apk2bar -a “” -d
Avoid debug token bar to successfully sign these bars.
batchbar-signer xxxxxxxxx.bar “C:\Users\\AppData\Local\Research In Motion\author.p12″ -t “C:\Users\\Downloads\CommandLineTools_1.6.1\blackberry.tools.SDK\bin\signed”
blackberry-deploy -installApp -launchApp -device 169.254.0.1 -package “C:\Users\\Downloads\CommandLineTools_1.6.1\blackberry.tools.SDK\bin\signed\xxxxxxxxxx.bar” -password lptpl@bb
To Verify That Bar is signed
blackberry-signer -verify -verbose xxxxxx.bar
528 total views, 1 views today
Share this On