Closed Bug 1048531 Opened 10 years ago Closed 6 years ago

Device (flame) isn't recognized in WebIDE

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: worolf, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36

Steps to reproduce:

I want to test my apps on my device via WebIDE or App Manager (tested in Firefox 31 and nightly).

I enabled the logs of the WebIDE (https://developer.mozilla.org/en-US/docs/Tools/WebIDE/Troubleshooting#Enable_logging) but I never got ADB logs.


Actual results:

My device (Firefox Flame) isn't recognized.
I can find it by executing adb devices but not in the WebIDE.

With the advice of Jason Weathersby (Mozilla staff), I flash my flame with this build : http://1drv.ms/1rCB954.

I restarted my computer, disabled/restarted/enabled/restarted my Firefox and the ADB helper addon.

In the end, I got these lines in the console :

"adb: init" adb.js:51
"ADB: " "Asking for host:version" adb-running-checker.js:19
"ADB: " "running checker onopen" adb-running-checker.js:19
"ADB: " "runFSM start" adb-running-checker.js:19
"ADB: " "Created request: 000Chost:version" adb-client.js:20
"ADB: " "len=16 30303043686f73743a76657273696f6e 000Chost:version" adb-socket.js:31
"ADB: " "running checker onerror" adb-running-checker.js:19
"ADB: " "running checker onclose" adb-running-checker.js:19
"adb: Didn't find ADB process running, restarting" adb.js:51
"adb: trackDevices" adb.js:51
"adb: trackDevices onopen" adb.js:51
"adb: len=22 30303132686f73743a747261636b2d6465766963 0012host:track-devic" adb.js:51

The weirder part is that I can find my device by executing adb devices in my terminal:

List of devices attached 
f07f403f	device





Expected results:

I should find my device in the WebIDE to deploy my app on it.
Jason found a temporary solution for my problem.

I need to launch Firefox in root mode + adb forward tcp:6000 localfilesystem:/data/local/debugger-socket
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.