-
Notifications
You must be signed in to change notification settings - Fork 139
Firefox OS simulator doesn't detect devices on Windows XP Home #892
Comments
I think it's unlikely that we'd bundle random EXEs with the addon. As I user, I certainly would not want a Simulator installing strange EXEs in my Windows folder. If that's what is needed for Windows XP Home to work, I think we just won't be able to support it at this time. Out of curiosity, does the same issue happen with the newest simulators, like 1.5? |
Oh, I didn't meant Simulator should install it in Windows folder, but that it could include it (in Simulator folder) and run this one if necessary. If not, I think that Simulator should handle this case properly. In
In case of Windows XP Home, I think the following code should run:
But instead, since it's windows, it assumes that |
Ah, okay. This is part of the older Firefox OS 1.1 Simulator that is no longer maintained. The 1.2+ simulators do not contain the above file because all ADB stuff is handled separately. The newer addons are used via the App Manager. With the App Manager, you can run ADB manually or use the ADB helper addon to do this for you. It looks like the ADB helper has the same flaw you've found here though. We also have a more experimental ADB addon which does not appear to use I have filed a bug about the ADB helper on this issue. |
Not sure as I have temporarily had to step away from testing the Firefox
|
Thank you for having filed a bug on this issue.
|
Replacing
|
Firefox OS simulator doesn't detect devices on Windows XP Home, because it doesn't have doesn't have tasklist.exe
The problem is solved downloading it from http://www.computerhope.com/download/winxp.htm and putting it in Windows\System32 folder.
Maybe the add-on could include it, it's only 70KB.
The text was updated successfully, but these errors were encountered: