Phonegap blackberry set up Error

216 Views Asked by At

I have a phonegap Application which i have already created in Android,IOS,Windows successfully. But when time to blackberry, i couldn't successful to set up blackberry with phonegap, i have followed the step of set up from phonegap site but i get error from command line and i also try eclipse web work plugin but not found the plugin.

Here i am trying to debug the sample folder which we have in blackberry folder.enter image description here

i also not found the debug file in cordova blackberry folder.so any one please know the step to set up installation blackberry with phonegap .

2

There are 2 best solutions below

0
On BEST ANSWER
  • Build Projectt :build project :navigate to project folder and cmd command : ant blackberry build

  • Register with server : blackberry-signer -register -csjpin 123 -cskpass @123 client-RDK-20**.csj

  • sign app : blackberry-signer -storepass *@123 test.bar

  • install app : blackberry-deploy -installApp -password @123 -device 192... -package test.bar -password *@123 ((Navigate to sdk path bin folder under dependency ))

  • Ref site : http://inflagrantedelicto.memoryspiral.com/2011/02/blackberry-playbook-code-signing-process/

2
On

Starting in Cordova 2.9 the implementation of blackberry10 changed from the old one based on webworks to an independent implementation. THe old ant based interface was changed to one more resembling the current CLI. It was split out into its own platform "blackberry10".

Just try running cordova/run from the blackberry10 platform