This is just a little thread ive made to share details, support, roms, etc for the T95Z Plus.
Guide to making a rom
Wanna create your own ROM? Check out my Android guides on Youtube right Here
Firmware
7.1.2 for the 3/32GB T95Z variant
Flash instructions
1.Use the USB burning tool.
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)
HERE for the 3/32GB 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
ADDITIONAL
To revert, Download the stock recovery from HERE and do step 4 again, this time replacing custom-recovery.img with stock-recovery.img
Modified Launcher
Heres a modified sunvell launcher i made, the UI is ugly when you first get the device so this makes it alot smoother, custom wallpapers are currently semi working so i didnt include it in this version.
But heres what it will look like.
Custom launcher download
Instructions-
1. Place on device
2. Rename the file SunvellWin8Launcher.apk
3. Place the file in /system/app/SunvellWin8Launcher/ and overwrite the existing SunvellWin8Launcher.apk
4. Set the permissions to 644(rw-r-r)
5. Reboot
ADDITIONAL
To revert follow the same steps but with the stock launcher
Stock launcher download
Init.d
Here is a recovery flashable zip file that enables init.d support.
Amlogic Init.d enabler download
Instructions
1. Place on device
2. Reboot into TWRP recovery
3. Flash the Init.d-Injector-v1.6-T95Z.zip file
4. Reboot into system and enjoy init.d
More to come soon, i have alot of fixes like statusbar, dark kodi, internet speed etc i will upload when stable.
Here is the link to my google drive T95Z PLUS folder, catch the latest mods and updates HERE first
Guide to making a rom
Wanna create your own ROM? Check out my Android guides on Youtube right Here
Firmware
7.1.2 for the 3/32GB T95Z variant
Flash instructions
1.Use the USB burning tool.
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)
HERE for the 3/32GB 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
ADDITIONAL
To revert, Download the stock recovery from HERE and do step 4 again, this time replacing custom-recovery.img with stock-recovery.img
Code:
adb connect YOURIPADDRESS
adb push stock-recovery.img /sdcard/
adb shell su -c dd if=/sdcard/stock-recovery.img of=/dev/block/recovery
adb reboot recovery
Modified Launcher
Heres a modified sunvell launcher i made, the UI is ugly when you first get the device so this makes it alot smoother, custom wallpapers are currently semi working so i didnt include it in this version.
But heres what it will look like.
Custom launcher download
Instructions-
1. Place on device
2. Rename the file SunvellWin8Launcher.apk
3. Place the file in /system/app/SunvellWin8Launcher/ and overwrite the existing SunvellWin8Launcher.apk
4. Set the permissions to 644(rw-r-r)
5. Reboot
ADDITIONAL
To revert follow the same steps but with the stock launcher
Stock launcher download
Init.d
Here is a recovery flashable zip file that enables init.d support.
Amlogic Init.d enabler download
Instructions
1. Place on device
2. Reboot into TWRP recovery
3. Flash the Init.d-Injector-v1.6-T95Z.zip file
4. Reboot into system and enjoy init.d
More to come soon, i have alot of fixes like statusbar, dark kodi, internet speed etc i will upload when stable.
Here is the link to my google drive T95Z PLUS folder, catch the latest mods and updates HERE first
Last edited: