04-23-2012 10:57 PM
No, its not that easy for me, it would take some work.
I have no way to build the package with the original Qt libs anymore since I have deleted them and have no desire to go back to the old port (with the latest Qt, qml is finally smooth and QDesktopservices works, YAY!). Besides that I never did have any success with the old libs, cli and the debug tokens...
I just now tried to sign a new package I created with the bb Qt creator for deploying to the store and have been met with more frustrations...
I can't sign the package created with the new configuration...
I will put these frustrations in a different post since they're unrelated to this threads topic...
Cheers,
Jon
04-23-2012 11:05 PM - edited 04-23-2012 11:29 PM
It's pretty easy. I do this all the time.
Dump the contents of the .bar (important files are the 'lib' dir, icon file, binary and blackberry-tablet.xml).
Then reconstruct them.
So just use a build.bat (or build.sh on Linux) with your debug token.
On Windows:
C:\bbndk-2.0.0\host\win32\x86\usr\bin\blackberry-nativepackager ^ -package debug_app.bar blackberry-tablet.xml appbinary ^ -devMode -debugToken debugToken.bar ^ -e icon.png icon.png ^ -e lib lib
04-23-2012 11:21 PM
Thanks!
I will try that when I get home tomorrow night...
Cheers,
Jon