Closed
Bug 1006844
Opened 11 years ago
Closed 11 years ago
ADB helper doesn't work on Windows XP Home
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jryans, Unassigned)
References
Details
Attachments
(1 file)
|
663.33 KB,
image/png
|
Details |
As reported on GH[1], the ADB Helper does not work in XP Home, because it does not have the program `tasklist`.
The libadb addon may resolve this, as it doesn't seem to use tasklist.
[1]: https://github.com/mozilla/r2d2b2g/issues/892
| Reporter | ||
Updated•11 years ago
|
See Also: → https://github.com/mozilla/r2d2b2g/issues/892
Comment 1•11 years ago
|
||
I haven't tried on XP but _isAdbRunning, which contains references to tasklist.exe isn't used in adb helper. The function is in adb.js but isn't called.
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Alexandre Poirot (:ochameau) from comment #1)
> I haven't tried on XP but _isAdbRunning, which contains references to
> tasklist.exe isn't used in adb helper. The function is in adb.js but isn't
> called.
Ah okay, you may be right. The original reporter's question was about the 1.1 simulator codebase, and I assumed the ADB helper would be the same after just searching for "tasklist" in the code. I'll look a bit more later on.
| Reporter | ||
Comment 3•11 years ago
|
||
Marking UNCONFIRMED for now, since I don't have XP Home to test this.
Status: NEW → UNCONFIRMED
Ever confirmed: false
Comment 4•11 years ago
|
||
Ryan, I can test this under Win XP, if it is still necessary now that WebIDE replaces AppMan and only latest simulator versions are available.
Please let me know how I could help.
Updated•11 years ago
|
Flags: needinfo?(jryans)
| Reporter | ||
Comment 5•11 years ago
|
||
Sure, that would be helpful! First, make sure you have the latest version of the ADB Helper add-on, which is currently 0.5.2.
Then, you would need to connect a real device and see if WebIDE recognizes and can connect to it.
Also, I believe it's important to use XP Home (not Pro) to test this bug.
Flags: needinfo?(jryans) → needinfo?(petruta.rasa)
Comment 6•11 years ago
|
||
Ryan, please see attached: IT installed XP Home SP3 2002 edition and I managed to connect a Flame device using the guide https://developer.mozilla.org/en-US/Firefox_OS/Developer_phone_guide/Flame.
Latest ADB Helper add-on 0.5.2 was automatically installed and I had no problems to connect to the device.
Let me know if I should investigate something else.
Flags: needinfo?(petruta.rasa)
| Reporter | ||
Comment 7•11 years ago
|
||
Great! That sounds like a good enough test to me.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•