View Single Post
Old 08-25-2016, 05:55 AM   #27
kintrupf
Member
kintrupf began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jan 2012
Location: Germany
Device: Energy Sistem eReader Pro (Boyue T62)
Quote:
Originally Posted by SteveAdams View Post
im trying to install twrp on my energy sistem pro hd but im having difficulties, im very much a noob at adb / adb shell. Im having problems changing permissions of the flash_image file i keep getting an errors
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.
kintrupf is offline   Reply With Quote