
Hi guys,
Here you can find my build of TWRP for the Probox2 Air with Amlogic s905x chip. This build is not endorsed in any way by the TWRP team, any problems with it are my fault alone, anything good with it TWRP team are the ones to be thankful.
Like all my builds this one will backup your internal memory (SDcard) the only folders that it will bypass are the TWRP and Downloads. On restore the new data in SDcard will be kept, files with the same name will be overwritten. If you have problems after a restore, wipe your data and internal memory and do a new restore.
Install method
- Download the image, place it on the root of your fat formatted SDcard
- Insert the SDcard in to your Probox
- Power off your Probox, remove the cable.
- Press and hold the reset button on the bottom of the Probox
- After proximally 10 seconds you will be greated with TWRP screen
Now if you want to install it to the eMMC click install, click images, click storage and choose the SDcard with the recovery.img. Flash it to recovery.
Done
Alternative method
You can also use adb to in flash it. Open terminal/cmd window and issue
- adb connect YOUR.PROBOX.IP.ADRESS. A pop up window will appear in your Probox, allow it.
- adb push path/to/recovery.img /dev/recovery.img
- adb shell dd if=/dev/recovery.img of=/dev/block/recovery; sync; sync
- adb shell rm -f /dev/recovery.img
Done. Now you can issue 'adb reboot recovery' to reboot to TWRP
DOWNLOAD
Probox2 Air TWRP 3.0.2-0
Comment