Re: [b2g] change developer settings via adb/shell?

2014-02-05 Thread Craig Comstock
I tried adding to prefs.js... adb shell stop b2g then vi on the phone added to /data/b2g/mozilla/*.default/prefs.js user_pref("accessibility.screenreader", false); and user_pref("debug.grid.enabled", false); adb shell start b2g No change... still have the dev grid and screen reader enabled

Re: [b2g] change developer settings via adb/shell?

2014-02-05 Thread Julien Wajsberg
When the screen reader is enabled, the touch events are heavily changed. From what I tried, you can: * long press somewhere to focus, then double click to "tap" on it * swipe from top to bottom to do a "tab" equivalent (it's not exactly the same but it's close enough to make you understand), botto

Re: [b2g] change developer settings via adb/shell?

2014-02-05 Thread Craig Comstock
Thanks Julien, That helps a bit... I can unlock the screen now and navigate around... though tab/shift tab are swipe right and left respectively, not swipe up/down it seems. I can't get off the "I'm thinking of..." screen though. Any clues on how to get to the screen where I can change settings

[b2g] change developer settings via adb/shell?

2014-02-05 Thread Craig Comstock
I am running master from about a week ago + gaia/gecko at v1.3 on a keon. I enabled several developer options such as grid, fps, and especially screen reader. After this was enabled the UI stopped responding very well. I could hit the hardware button and get to the homescreen but swipes left/rig