so just to be clear you followed guide at beginning of this thread using latest version of Magisk and the Developer Images and it worked? Thank you!
so just to be clear you followed guide at beginning of this thread using latest version of Magisk and the Developer Images and it worked? Thank you!
that doesnt matter.. both can be rooted
Sent from my SM-G988U using Tapatalk
Hi there, because you have written to me with a PM, I would like to share a few thoughts on this subject in general. First, I rooted a Shield TV 2017 as described using the developer OS. Unfortunately, I don't know if this approach works with the Shield TV 2019 Pro. Secondly, the APK's installed by me, that require root access, work well on my Shield TV 2017. I guess that would also work on a rooted Shield TV 2019 as well. If you may use the method described here to root your Shield TV 2019 Pro, I'll also consider buying this box to use AI, even if I would have to lock the bootloader afterwards.First page says to not lock bootloader unless default nvidia rom. But what about the official nvidia Dev rom?
The new 2019 pro will not have ai upscaling enabled unless locked bootloader.
Also with Dev room can I just install magisk manager through a normal apk install and have it give root?
Thinking if that would not require special image then and just use latest dev room that has root. Put on magisk and then lock bootloader..?
Hey Buddy.. nice to see a response!
Mate I have a hard time understanding everything..
1. If using dev image what is the minimum amount of effort needed to run something that requires root, like AFwall? Do you really need twrp and doing stuff through there?
2. Can you lock bootloader if using dev image?
1. An installed developer OS should be additionally rooted so that APK's that need root can work well. But I really can't say what stable method is needed to root the Shield TV 2019 Pro.
2. You can lock or unlock the bootloader with developer OS as often as you want. Always when you unlock, you lose all users data.
Hi, I rooted my Shield TV 2017 with Shield Experience 8.2 by flashing a patched boot.img, witch I made on my rooted Phone with MagiskManager v7.5.1.apk and Magisk v20.4. Everything works well!
Hey buddy,
Which TWRP file did you use?
Im planning to flash and root my 2017 Pro 16gb model with 8.2 developer image (developer image because I want to bypass google signin requirement).
I understand most of these steps but I dont know what TWRP we need to use for this process..? First page instructions of this guide does not mention it either.
Hi there,
I didn't use any TWRP file to flash and root my Shield TV 2017 (not Pro) 16 GB with 8.2 developer image.
Thanks buddy.
I managed to get 8.2 Developer image flashed and rooted with magisk as well, on a Shield Pro 2017 16gb.
However I got a weird problem.. I did the same procedure on 2 devices, the exact same devices.
And none of them can actually connect to a bluetooth device. It never finds any bluetooth device when I search for them.
Does your device find bluetooth devices?
I think maybe the fact that I skipped google login has an effect on this.. In the setup screen I hit the combo Up Up Left Left and hit "skip setup" so I dont need to login with google account.
I need to reflash everything from scratch and try another method by @mrhamed to bypass google setup and see if that works.
---------- Post added at 08:40 PM ---------- Previous post was at 07:59 PM ----------
Now how do I prevent my shield from ever updating again without my consent? Anything at root level I could do to make sure it can't ever happen?
I completely misread the forum, thought this was for another device. You can ignore what I said previously, sorry!like i said tegraota.apk is removed to stop updates. This works 90% of the time and is the only way to keep from updating automatically that i know off. But i still come home some times and The System has been updated . I left that for someone who asked. It was both an answer and a cautionary tale.
Hey, I have the same device and just updated to 8.2.2 Developer image but lost root.I managed to get 8.2 Developer image flashed and rooted with magisk as well, on a Shield Pro 2017 16gb.
Hey, I have the same device and just updated to 8.2.2 Developer image but lost root.
How do I install Magisk 23 on this? Should I patch the boot.img on another device and flashboot flash it to the Shield TV?
I'm also interested in installing TWRP as well (I had it before updating) but I can't find an up-to-date guide anywhere.
Thanks!
Yeah, my bootloader is unlocked. So I can just flash the patched boot.img then? Even though this is a dev build that's supposed to be pre-rooted?As long as your bootloader is unlocked, it really is as simple as patching the boot and flashing it to the device. As long as nothing changed and the recovery is still a separate partition, that is just like flashing a boot image using "recovery" instead of "boot" as the target.
adb devices
adb reboot bootloader
fastboot devices
fastboot reboot
adb push boot.img /storage/emulated/0/Download/
adb install C:\MagiskManager-v6.1.0.apk
adb pull /storage/emulated/0/Download/patched_boot.img
adb reboot bootloader
flash-all.bat
/data/data/com.nvidia.ota/app_download
adb reboot bootloader
fastboot flash boot patched_boot.img
fastboot reboot
Oops, I thought I was clearer than this. Yes , I did "fastboot boot twrp-3.3.1-0-shieldtv-pie.img" and it does work. It's using your TWRP that I tried to install magisk. The recovery.txt also came from TWRP.
Let me know if you have anything else to try.
When I type fastboot devices, I get a serial number and the word fastboot
---------- Post added at 08:27 PM ---------- Previous post was at 07:53 PM ----------
So after I go through that process, the shield is "stuck" on, but just showing a black screen. If I reboot it by disconnecting the power, it shows the Nvidia logo for about 20 seconds, then goes to a black screen and I have no way of shutting the shield off except disconnecting the power supply. I remember reading something about starting Win10 with "Disable Driver Signature Enforcement" could help...any thoughts on that?
Thanks!
fastboot devices
fastboot flash staging blob
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash vendor vendor.img
fastboot reboot