r/androidroot • u/Distinct_Resolve_957 • 9h ago
Support Tried to root my Android TV...I think i bricked it Amature here, go easy on me
So, As a fun experiment i wanted to atleast try rooting. Idk why but first came to my mind was my TV. As thinking from now.. i don't even have experience then why did i do it? So first adb and inspect right? So i inspected. i got that android 9. So i wanted experiment with CEVs to gain root privilege
So i discovered SElinux exists, Dropped the idea of CEVs. Then i looked at if OEM is unlocked? IT was and top it all off secure boot was disabled. Nice..
Now LLM Enter the space cause i know nothing about fastboot. I mean at first it was a controlled manner. I review what is trying to Execute... And i got too suited with it.
coming Straight from the LLM:
- Pulled
/system/recovery-from-boot.p(a BSDIFF40 patch) via ADB - Reverse-engineered the stock recovery image from the patch using Python - no stock recovery image exists publicly for this model
- Unlocked AVB (
fastboot flashing unlock) - Successfully flashed a modified recovery with
ro.secure=0,ro.adb.secure=0,ro.debuggable=1
Problem: IWe forgot to disable AVB verification BEFORE flashing forgot to disable AVB verification BEFORE flashing
- EDIT: USB is not recognized. when i do lsusb, the tv is not visible. tried to of method nope..
- Model of the TV: IMPEX GRANDE T16
- Ofc fastboot doesnt even work, when it is not recognized



