On 2013/07/30 01:03, Henry Hoggard wrote:
I have followed the tutorials of setting up ADB and It can never see any 
devices, is it possible to get it working with the simulator or desktop version?
The Simulator comes bundled with a copy of ADB that it uses to connect to devices and push apps to them, so you don't need to set up ADB yourself to use it with the Simulator.

However, the Simulator does reuse an existing ADB process, if one is running when you open its Dashboard. So it should be possible to use the Simulator with an existing instance of ADB, provided your device is configured to permit ADB connections.

Either way, it isn't necessary to use ADB to connect to a Simulator process, as the Simulator runs on your computer, and its Dashboard can connect to it directly.

It sounds like you have a configuration issue, either on the device or on your computer. Check out these docs for more info about the necessary configuration and troubleshooting such problems:

https://developer.mozilla.org/en-US/docs/Tools/Firefox_OS_Simulator#Push_to_device
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Debugging/Connecting_a_Firefox_OS_device_to_the_desktop

-myk

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to