Confirmed users
1,051
edits
| Line 158: | Line 158: | ||
adb push user.js /system/b2g/defaults/pref | adb push user.js /system/b2g/defaults/pref | ||
adb shell sync && adb reboot | adb shell sync && adb reboot | ||
1. adb root | |||
adb remount | |||
2. Pull omni.ja from DUT | |||
adb pull /system/b2g/omni.ja | |||
3. Unzip omni.ja (better do this i | |||
unzip omni.ja -d Omni | |||
4. Find ril_consts.js in Omni/moduls/ | |||
5. Open ril_consts.js and update this.DEBUG_ALL = false to true. | |||
6. cd Omni, zip all files | |||
zip -r omni.ja * | |||
7. Push it back to DUT then reboot it. | |||
adb push omni.ja /system/b2g | |||
adb reboot | |||
https://mozilla.box.com/s/zhr8wg0xae18xhennp2t | |||
=== User Agent === | === User Agent === | ||