World first recovery flashable ROM for android TV boxes!
WARNING: This rom is under heavy development. There are bugs, bootloops and internal issues.
STRICTLY A DEVELOPMENT THREAD.
For a stable rom check out PoisonRom
A lot of effort and research was put into this device and will be put into the Amlogic ROM tool(A tool for creating roms for Amlogic devices(any android version)) so consider making a donation to me or buying me a beer by clicking on my name a clicking the "Donate to me" button!
Our TV Boxes are finally treated like standard android devices from this point on!
So here it is, this ROM is for the T95Z Plus 2/16GB variant, its stock 7.1.2(not 7.1.1) ported from the 3/32GB variant!
MAKE SURE YOU HAVE THE TWRP RECOVERY!
Here are instructions to install TWRP if you havent already.
Recovery
So far we have a working recovery(TWRP) thanks to @rrvuhpg
You can download it from HERE for the 2/16GB T95Z variant(Mirrored and renamed custom-recovery.img for the sake of flashing instructions)
Flash instructions
1. Download ADB and install it on your pc(not explaining this, there are 5 second installers) then open a command prompt in the directory of the custom recovery
2. Enable USB debugging, go to settings>about and click build number about 10 times, then go back to the main settings menu and you will see developer options, enter it and check allow USB debugging.
3. Connect to your device via IP address. go to settings>about>status and get your IP address. it should be something like 192.168.25.19
4. In CMD type the following commands, replace YOURIPADDRESS with the address we got from step 3
ROM
Instructions:
1. Download the 2_16GB_7.1.2.zip from HERE
and put it on a usb stick.
2. Reboot into recovery(not explaining this)
3. Go to mount and mount USB-OTG
4. Go back to the main menu and select install, then choose the 2_16GB_7.1.2.zip and swipe to install!
Reboot and enjoy!
NOTE: Remember to make a backup in recovery before flashing!
XDA:DevDB Information
T95Z Plus Stock 7.1.2 2/16GB Ported from 3/32GB, ROM for the Android Stick & Console Computers
Contributors
Ricky Divjakovski, whiteak
ROM OS Version: 7.x Nougat
Version Information
Status: Testing
Created 2018-02-05
Last Updated 2018-02-19
WARNING: This rom is under heavy development. There are bugs, bootloops and internal issues.
STRICTLY A DEVELOPMENT THREAD.
For a stable rom check out PoisonRom
A lot of effort and research was put into this device and will be put into the Amlogic ROM tool(A tool for creating roms for Amlogic devices(any android version)) so consider making a donation to me or buying me a beer by clicking on my name a clicking the "Donate to me" button!
Our TV Boxes are finally treated like standard android devices from this point on!
So here it is, this ROM is for the T95Z Plus 2/16GB variant, its stock 7.1.2(not 7.1.1) ported from the 3/32GB variant!
MAKE SURE YOU HAVE THE TWRP RECOVERY!
Here are instructions to install TWRP if you havent already.
Recovery
So far we have a working recovery(TWRP) thanks to @rrvuhpg
You can download it from HERE for the 2/16GB T95Z variant(Mirrored and renamed custom-recovery.img for the sake of flashing instructions)
Flash instructions
1. Download ADB and install it on your pc(not explaining this, there are 5 second installers) then open a command prompt in the directory of the custom recovery
2. Enable USB debugging, go to settings>about and click build number about 10 times, then go back to the main settings menu and you will see developer options, enter it and check allow USB debugging.
3. Connect to your device via IP address. go to settings>about>status and get your IP address. it should be something like 192.168.25.19
4. In CMD type the following commands, replace YOURIPADDRESS with the address we got from step 3
Code:
adb connect YOURIPADDRESS
adb push custom-recovery.img /sdcard/
adb shell su -c dd if=/sdcard/custom-recovery.img of=/dev/block/recovery
adb reboot recovery
Instructions:
1. Download the 2_16GB_7.1.2.zip from HERE
and put it on a usb stick.
2. Reboot into recovery(not explaining this)
3. Go to mount and mount USB-OTG
4. Go back to the main menu and select install, then choose the 2_16GB_7.1.2.zip and swipe to install!
Reboot and enjoy!
NOTE: Remember to make a backup in recovery before flashing!
XDA:DevDB Information
T95Z Plus Stock 7.1.2 2/16GB Ported from 3/32GB, ROM for the Android Stick & Console Computers
Contributors
Ricky Divjakovski, whiteak
ROM OS Version: 7.x Nougat
Version Information
Status: Testing
Created 2018-02-05
Last Updated 2018-02-19