1 diagnosis mode in terminal
HappyZ edited this page 2018-11-29 22:56:10 -06:00

After obtaining adb access:

rawdata --set_dump=boot_mode < /dev/urandom
reboot

This will permanently boot into diagnosis mode

Then in diagnosis mode:

rawdata --set_dump=boot_mode < /dev/zero
reboot

It shall boot into normal mode.

This is learnt from /system/xbin/change_boot_mode.sh