Closed
Bug 1190485
Opened 9 years ago
Closed 7 years ago
Button to clear saved WiFi debugging clients
Categories
(Firefox OS Graveyard :: Developer Tools, defect)
Firefox OS Graveyard
Developer Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jryans, Unassigned)
References
(Blocks 1 open bug)
Details
There is currently no easy way to reset the list of saved WiFi debugging clients if you choose "Scan and Remember" when connecting and later want to undo the remembering part.
We should add a button in the Settings app to clear the saved client list.
Reporter | ||
Comment 1•9 years ago
|
||
One brute-force way via ADB is to remove the "/data/local/storage/permanent/indexeddb+++fx-devtools" IndexedDB storage that holds the saved client list:
1. $ adb root
2. $ adb shell stop b2g
3. $ adb shell rm -rf /data/local/storage/permanent/indexeddb+++fx-devtools
4. $ adb shell start b2g
This should be relative safe and only affect DevTools settings, as that is all it contains, but no guarantees.
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•