Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-29 Thread Josh Soref
Jesse wrote: > You should be able to do everything from node 0.10 again, the 0.11 > requirement was removed from coho. > > What version of node does BB require? I wasn't aware of any particularly strict requirement on our part.

Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-29 Thread Martin Gonzalez
Yes, I'm using again the stable version of nodejs. Cordova Blackberry 10, requires a version > 0.9.9 It's working fine with nodejs 0.10.28 2014-05-29 14:13 GMT-05:00 Jesse : > You should be able to do everything from node 0.10 again, the 0.11 > requirement was removed from coho. > > What versi

Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-29 Thread Jesse
You should be able to do everything from node 0.10 again, the 0.11 requirement was removed from coho. What version of node does BB require? @purplecabbage risingj.com On Thu, May 29, 2014 at 12:07 PM, Martin Gonzalez < martin.c.glez.g...@gmail.com> wrote: > Well I found the problem, it's reall

Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-29 Thread Martin Gonzalez
Well I found the problem, it's really strange, but it makes sense. The problem is the nodist usage ( nodejs version manager for Windows), which is similar to nvm or n for Mac OS and Linux. Well the childprocess module, using that application it was failing only when 'cordova emulate blackberry10',

Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-28 Thread Martin Gonzalez
I have tracked down the problem to the utils.exec, just at the childprocess.exec. This is the exact command that it's sent in there: "c:\Program Files\BlackBerry\BB10 WebWorks SDK 2.0.0.71\cordova-bl ackberry\bin\dependencies\bb-tools\bin\blackberry-deploy" -listDeviceInfo 192.16 8.153.128 Note: c

Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-28 Thread Martin Gonzalez
I have rebooted the simulator several times, installed the latest VMWare and the one before of it. It's curious that when I run blackberry-deploy -test it doesn't return anything. Not a single response, if I use 'blackberry-deploy -listDeviceInfo ' it returns the proper output. 2014-05-28 15:57

Re: [Blackberry10] cordova emulate blackberry10 command fails

2014-05-28 Thread Bryan Higgins
If it is registered in DHCP leases, it should get automatically detected. There is a known issue when you upgrade VMWare, the file gets blown away and doesn't re-populate until you reboot the simulator. What output do you get from 'blackberry-deploy -test ' ? You could also try manually registeri

[Blackberry10] cordova emulate blackberry10 command fails

2014-05-28 Thread Martin Gonzalez
I've been working with the Blackberry 10 simulator, recently I tried to deploy an app into the simulator but it always fails, even if the simulator is registered at .cordova\blackberry10.json. steps: cordova create BB10Test cordova platform add blackberry10 cordova build blackberry10 then cordova