This is a Windows guide using adb fastboot to obtain root on Oreo on you Nvidia shield tv 16gb.
https://youtu.be/hijLGYDh36Y
https://youtu.be/hijLGYDh36Y
Not that I'm aware, I tried to use magisk but it was bootloopingWould this method work with magisk also? I'm getting a sheild from Amazon delivered on Monday and i want to root and use adaway and a few other apps as well as maybe some modules.
just a side note installing adaway blocks the new nvida betaNot that I'm aware, I tried to use magisk but it was bootlooping
To get magisk working on the shield, you need to download the boot image.Would this method work with magisk also? I'm getting a sheild from Amazon delivered on Monday and i want to root and use adaway and a few other apps as well as maybe some modules.
this is normal because your bootloader is unlocked,try fastboot oem lock the massage is gone. blacksreen? in think you must boot one more...After rooting i have system corrupted relock the bootloader and black screen after
I was thinking of doing that, the only advantage I see with rooting is adaway honestly, especially with an Android TV. What moduels do you have running with Xposed and for what reason? Im curious as I've been rooting and "messing" with Android my whole life but Android TV is new to me especially on the root scene.To get magisk working on the shield, you need to download the boot image.
Then what you need to do is transfer that boot image to another device that has magisk installed.
Then through the magisk manager you patch the nvidia shield tv boot image with magisk.
Then you flash the patched boot image on the shield and now you got magisk.
This is what I have done.
I currently got magisk 16.7 installed with several modules working on my shield, including busybox, xposed and a few others.
Can you let me know where to get the to the Nvidia Shield boot image?To get magisk working on the shield, you need to download the boot image.
Then what you need to do is transfer that boot image to another device that has magisk installed.
Then through the magisk manager you patch the nvidia shield tv boot image with magisk.
Then you flash the patched boot image on the shield and now you got magisk.
This is what I have done.
I currently got magisk 16.7 installed with several modules working on my shield, including busybox, xposed and a few others.
Now that I am rooted, are they any guides that show how to block future updates?
Thanks in advance for any help.
4 - Break TegraOTA
You have now flushed the correct version onto your device, but we can't complete the setup process... if you were to try, the final step would immediately and automatically start downloading & applying the latest (7.0) experience update! Therefore, we must neuter the updater itself.
Still in the terminal:
adb root
adb remount
adb shell
# now these commands are run in the adb shell (technically on the phone through the PC terminal)
# the first path was the right one for me, but I'm putting here all the paths known to me in case you are using a different version
rm -rf /system/priv-app/TegraOTA
rm -rf /system/app/TegraOTA
rm -rf /system/app/TegraOTA.apk
sync
reboot
Thanks for pointing me in the right direction..... Easy Peasy! :good::good:@Osndok says:
Code:4 - Break TegraOTA You have now flushed the correct version onto your device, but we can't complete the setup process... if you were to try, the final step would immediately and automatically start downloading & applying the latest (7.0) experience update! Therefore, we must neuter the updater itself. Still in the terminal: adb root adb remount adb shell # now these commands are run in the adb shell (technically on the phone through the PC terminal) # the first path was the right one for me, but I'm putting here all the paths known to me in case you are using a different version rm -rf /system/priv-app/TegraOTA rm -rf /system/app/TegraOTA rm -rf /system/app/TegraOTA.apk sync reboot
To get magisk working on the shield, you need to download the boot image.
Then what you need to do is transfer that boot image to another device that has magisk installed.
Then through the magisk manager you patch the nvidia shield tv boot image with magisk.
Then you flash the patched boot image on the shield and now you got magisk.
This is what I have done.
I currently got magisk 16.7 installed with several modules working on my shield, including busybox, xposed and a few others.
Can you let me know where to get the to the Nvidia Shield boot image?