-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
First: when flashing you really need to the CM12.1 image from this repo: https://github.com/wdehoog/sailfish-bacon-images/releases/download/2.0.5.6-b6/cm-12.1-YOG7D-sf-20170218-bacon.zip
Forum user Djurka wrote: Should anyone encounter the same issue of mobile data connection interrupting, while being in tethering mode, I managed to fix it by diasbling dev mode prior to establishing a connection, which was causing the issue. Now, if dev mode is disabled prior to establishing a tethering connection, as described, data connection keeps staying up, while tethering, as it should, without any interruptions anymore.
When during flashing you get
assert failed: oppo.verify_trustzone("TZ.BF.2.0-2.0.0123") == "1"
re-flash the factory image (the one that came installed on the phone originally). See https://forum.xda-developers.com/oneplus-one/general/guide-return-opo-to-100-stock-t2826541
If something is not working you might get some information from the logs. Interesting logs are
- journal: devel-su journalctl > journal.log
- logcat: /usr/libexec/droid-hybris/system/bin/logcat > lc.log 2>&1
- kernel: dmesg > dmesg.log
To share the logs use some online paste service. For example http://ix.io.
For example:
cat journal.log | curl -F 'f:1=<-' ix.io
on success it will print the resulting url.