Quote:
Originally Posted by kintrupf
Did you try to use fastboot to directly flash the recovery image from your computer instead of adb? I use this to install Google's monthly security updates to my Nexus5 phone from my Windows computer, but I guess it works from Linux as well. But I did not (yet) try if this also works with the Pro HD.
>fastboot reboot-bootloader
>fastboot flash recovery TWRP.img
Of course the recovery image TWRP.img must then reside on the computer, and not on the Pro HD, since fastboot will transfer it to the device and then flash it.
|
Rockchip based devices do not support fastboot mode - they instead have a download mode, and specific apps to flash a whole image (or a partial one, depending on the app). They work similar to fastboot but the protocol is different, this regular fastboot won't work.