Confirmed users
201
edits
(→NFC) |
|||
Line 165: | Line 165: | ||
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/ | 4. Find ril_consts.js in Omni/modules/ | ||
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 | sed -i 's/this.DEBUG_ALL = false;/this.DEBUG_ALL = true;/g' Omni/modules/ril_consts.js |