Confirmed users
1,051
edits
| Line 163: | Line 163: | ||
2. Pull omni.ja from DUT | 2. Pull omni.ja from DUT | ||
adb pull /system/b2g/omni.ja | adb pull /system/b2g/omni.ja | ||
3. Unzip omni.ja | 3. Unzip omni.ja | ||
unzip omni.ja -d Omni | unzip omni.ja -d Omni | ||
4. Find ril_consts.js in Omni/moduls/ | 4. Find ril_consts.js in Omni/moduls/ | ||
5. Open ril_consts.js and update this.DEBUG_ALL = false to true. | 5. Open ril_consts.js and update this.DEBUG_ALL = false to true. | ||
sed -i 's/this.DEBUG_ALL = false;/this.DEBUG_ALL = true;/g' Omni/modules/ril_consts.js | |||
6. cd Omni, zip all files | 6. cd Omni, zip all files | ||
zip -r omni.ja * | zip -r omni.ja * | ||