View Single Post
Old 08-27-2016, 04:25 AM   #29
fonix232
Enthusiast
fonix232 doesn't litterfonix232 doesn't litter
 
Posts: 35
Karma: 102
Join Date: Jul 2016
Device: KOA4
Quote:
Originally Posted by kintrupf View Post
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.
fonix232 is offline   Reply With Quote