08-26-2012 04:57 PM
usr501 wrote:
Loaded app via ant/phonegap to dev alpha. using 'ant playbook load-device' using the webworks SDK for tablets 2.2.0.5
some features are non responsive as expected.
also threw the bb10 html app code on server and my bold 9900 can display it although page transitions are slow.
For the BB10 you need to use the BB10 WebWorks SDK, not the PlayBook SDK.
08-26-2012 05:19 PM
George,
how so? do you have example?![]()
08-26-2012 05:28 PM - edited 08-26-2012 05:30 PM
I used the playbook ant/cordova version of the app and it installed to the dev alpha for visual tests.
its working although page transitions are slow.
08-26-2012 05:42 PM
I also use Phonegap/Cordova to package, build (,sign) + deploy to BB10 with some changes made to to build.xml, a customized/created bb10.xml and some changes made to the project.properties file to run easily from the command prompt.
For the SDK I recommend to use BB10 WebWorks SDK when deploying to Dev Alpha since you might run into trouble with APIs for now or in the future since the BB10 APIs might work somehow different and there also seems to be more APIs available as for the PlayBook.
08-26-2012 06:09 PM
08-26-2012 06:43 PM
08-26-2012 09:29 PM
To install an app onto your device, you have to be in developer mode. You can only have developer mode if you have a password on your device. In the settings, under security, you will see the developer mode switch.
08-26-2012 09:47 PM
Sign with
C:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.1.6\dependencies\tools\bin>blackberry-signer -storepass [yourpassword] application.bar
Deploy to device with
C:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.1.6\dependencies\tools\bin>blackberry-deploy -installApp -password [yourpassword] -device 169.254.0.1 -package application.bar
08-27-2012 01:24 AM
georgemck is really right, the post should be pinned to forum start page ![]()
For the password your computer is asking, it is the same you set under "Security->Development Mode" when you set it to "ON" where it says "Use Development Mode" on the device. It prompts you to add a password and the same password is needed on the computer when connection the device.
08-27-2012 02:16 AM
Hey georgemck, nice post.
Although I've done all that for my development, learnt it the hard way, it explains in one page what a new developer needs to do across the different platforms.