11-20-2012 02:37 PM
Success!
It took a combination of the above two and a reboot to get it to work, but I have at least One Time got the debugger working.
blackberry-airpackager -devMode -debugToken debug.bar -target bar-debug -connect xxx.xxx.xxx.xxx -package SomeApp.bar -installApp -launchApp SomeApp-app.xml SomeApp.swf icon.png AppIconsForPublish -device xxx.xxx.xxx.xxx -password xxx
Do the Docs need updating! ?
11-20-2012 03:11 PM
Still debugging!
If anyone ends up following this because of similar issues, there is an udate to the previous command.
I did not include the blackberry-tablet.xml. I do not know why it worked without it.
But without, I had no permissions ( now called actions apparently ).
There is a lot of OLD stuff out there.
Here is the update that works for me:
blackberry-airpackager -devMode -debugToken debug.bar -target bar-debug -connect xxx.xxx.xxx.xxx -package SomeApp.bar -installApp -launchApp SomeApp-app.xml SomeApp.swf blackberry-tablet.xml icon.png AppIconsForPublish -device xxx.xxx.xxx.xxx -password xxx
This enabled camera and cameraRoll to operate.