Quote:
Originally Posted by Renate
Try flashing the boot image.
Code:
fastboot flash boot boot.img
fastboot reboot
If you can get that to halfway normal boot try with the still encrypted update:
Code:
adb push update.upx sdcard
adb shell am start -a onyx.settings.action.firmware
|
flashing the boot image brought me back to being able to get into recovery. However, it still goes in boot loop and I cannot get far enough to get ADB working. In recovery it is still "unautherized".
Is there a way to flash the whole update via fastboot?