Changes

Jump to: navigation, search

B2G/QA/Tips And Tricks

456 bytes added, 05:15, 10 July 2014
RIL Debugging
adb push user.js /system/b2g/defaults/pref
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 ===
Confirm
1,051
edits

Navigation menu