/ Published in: Bash
First things first, you'll need to install the Blackberry Simulator and the Blackberry SDK. Those resources can be found on the Blackberry link posted above. From there, you'll need to install the Simulator, configure it for Dev mode, get an IP and create a password. You'll also need to configure the Application Descriptor file. Hey, it's not easy, but I guess that's why they pay us the big $$$. ;-)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
chrisaiv$ blackberry-airpackager -package NameOfBlackberryApp.bar -installApp -launchApp ApplicationDescriptor-app.xml blackberry-tablet.xml NameOfBlackberryApp.swf icons -device 192.168.0.0 -password WH@tEver
URL: http://chrisaiv.com/post/4187704195/developing-for-blackberry-playbook-using-flash-cs5-1