This tutorial – especially Step 3 – has changed considerably. Please work through it carefully and report any issues to me immediately so I can help others.
We are rooting the Shield Android TV (2017; 16GB SKU) running Android 8.0 (aka Oreo) on v7.2.2. Note: This uses a special patched bootloader and will not work in future updates. You’ll need to apply FULL OTA upgrades to restore the bootloader, then repeat this tutorial with the proper version bootloader. Looking for the Shield TV (2015; 16GB SKU) tutorial? Click here. Looking for the 500GB SKU tutorial? Click here.
Step 1: Pre-Requisites and Warnings
Download the following items – Make sure you get the RIGHT patched bootloader for your Shield TV version:
- Minimal ADB and Fastboot (62242 downloads)
- Shield Family Drivers (9271 downloads)
- Magisk Manager (182 downloads)
- If you have v7.2.2: Magisk Patched Boot Image v7.2.2 (Shield TV; 16GB 2017) (48 downloads)
- If you have v7.2.3: Magisk Patched Boot Image v7.2.3 (Shield TV; 16GB 2017) (192 downloads)
- Sideload Launcher (Shield TV) (157 downloads)
Ensure you have the following items:
- USB Mouse – optional
- Shield Controller with USB Cable
- Male to Male USB 3.0 Cable (Amazon; verified working) or possibly this gender change from Monoprice (if anyone tries it, please let us know success or failure) Note: Many users have reported a USB 2.0 cable may work. It probably depends on the cable quality, etc.
There is a chance you may need a USB hub to complete this tutorial. If you do not have one on hand, here is one from Amazon that is one day Prime shipping and should do the trick. Probably should have this on-hand before starting – just in case. Take a look around your desk; many monitors have USB hubs built in. Many keyboards act as a USB hub.If for some reason you have to pull the Male to Male Cable during the Fastboot process, you may avoid using a USB hub IF you haven’t used Adoptive Storage.
Data Destruction Notice
Unlocking the bootloader will ERASE EVERYTHING internally (not on your external SD card if present; adopted storage users may want to make a backup of their SD card contents). Make sure you have everything saved off and backed up. You’ll have to resign into Google – so if you use two-step authentication, be sure to have your Google Authenticator app ready.
The process of rooting will not destroy any data.You will need to be able to see your PC AND the Shield TV’s HDMI out in order to perform this. I used one monitor with two inputs and flipped back and forth as needed.TWRP doesn’t currently work on 4k displays! Use a 1080p display to complete this tutorial.
Step 2: Preparation
- Install Minimal ADB and Fastboot (if you do not already have it installed).
- Ensure the Shield Family drivers are extracted somewhere on your system and you know where they are.
- Make sure you know how to get to Device Manager on your PC.
- Extract TWRP Recovery image from the ZIP file (and do yourself a favor and rename it to something easy like twrprecovery.img). Put this in your Minimal ADB and Fastboot folder (usually c:program files(x86)Minimal ADB and Fastboot).
- Copy supersu.zip (it may be named differently; you downloaded it above) into your Minimal ADB and Fastboot folder. Do not extract it.
- Plug your Shield TV into the PC with a Male to Male USB 3.0 Cable (Amazon; verified working).Note: Not all USB cables are created equally! The linked cable above we have verified works. Not all USB ports are the same. Some on the back of the PC may work better than those on the front. Use a USB 3.0 port (you can tell if it is blue inside) – that is what we used. USB 2.0 may work but that is untested.
- Plug your Shield Controller into the USB port right next to the HDMI cable. The other port will NOT work. Note: If your bootloader is unlocked already, you don’t need to do this.
- Confirm drivers for ADB are installed:
- On your PC, go to Device Manager. Find the yellow (!) ADB device (depending on your version of Windows, it may read differently). If none exist, you probably already have drivers. Skip to step 9.
- Right click the device and select Update Driver.
- When offered, browse your computer for the driver and point it to the Shield Family Drivers folder you extracted in Preparation Step 2 above.
- When finished with the driver install, the (!) yellow device should be gone.
- Enable Developer mode on Shield TV
- On the Shield TV, go to Settings->About->Build (click 7 times on BUILD to unlock developer mode)
- Enable USB Debugging on Shield TV
- Settings -> Developer -> Debugging; set to On
- A popup should appear asking for this PC’s authorization. Check the Don’t ask again for this PC box and select Allow. If it doesn’t show up now, it will later.
- Enable PC connection to Shield TV
- Go to Settings -> Storage & reset
- Under SHIELD storage access, turn on Using USB
Step 3: Root Procedure
- Install Magisk Manager and Sideload Launcher
- Make sure you have the Magisk Manager apk (Magisk-Manager700.apk or whatever you named it when you downloaded it above) in your Minimal ADB and Fastboot folder.
- Make sure you have the Sideload Launcher apk (sideload-launcher-android-tv.apk or whatever you named it when you downloaded it above) in your Minimal ADB and Fastboot folder.
- Launch Minimal ADB and Fastboot from the Start Menu or icon. This puts you in a black DOS box.
- Type “adb devices” and make sure your Shield TV appears. Note: If you didn’t have a popup on your screen in Step 10.2 above, it probably will appear now. You’ll have to authorize the PC before it will show up under adb devices.
- Type “adb install magisk-manager700.apk” (or whatever you named it) and hit enter. You will get a success message in the DOS box window.
- Type “adb install sideload-launcher-android-tv.apk” (or whatever you named it) and hit enter. You will get a success message in the DOS box window. If you already have Sideload Launcher previously installed, this won’t work – nor is this step necessary.
- Reboot into Bootloader on Shield TV
- Type “adb reboot bootloader” and hit enter. The Shield TV should reboot into the bootloader screen. Note: This can take several seconds on a black screen. Bootloader won’t show on a 4K display. Use a 1080p display.
- If you are sure Fastboot drivers work and you do not need to unlock the bootloader, jump to Step 9.
- Verify Fastboot Drivers are installedNote: If Windows complains about the USB port (Driver Descriptor, etc.) under Universal Serial Bus Controllers and your device doesn’t show up with “fastboot devices” – change ports. I’ve NEVER seen this happen before now. Switching USB ports solved the issue.
- On your PC, go to Device Manager.
- See if a yellow (!) exists that mentions FASTBOOT. If not, continue to Step 4 to unlock bootloader.
- Right click the device and select Update Driver.
- When offered, browse your computer for the driver and point it to the Shield Family Drivers folder you extracted in Preparation Step 2 above.
- When finished with the driver install, the (!) yellow device should be gone.
- Type “fastboot devices” and make sure your Shield TV is visible.
- Unlock Bootloader (skip if you already unlocked your bootloader)
- Type in “fastboot oem unlock” and hit enter. EVERYTHING ON THE SHIELD TV WILL BE LOST (other than portable storage)
- You will see a prompt on the screen.
- Confirm to unlock the bootloader by pressing A on the Shield Controller. Do not be impatient! Let it finish.
- Reboot to Shield TV Interface
- Once the bootloader is unlocked, reboot the Shield TV (unplug/plug in) and return to the Shield TV main interface (you will have to go through setup again).
- Repeat Preparation: Steps 9 and 10 above to re-enable Developer/USB Debugging. Note: at some point you will have to re-authorize your PC again; if an ADB command fails, be sure to look at your screen for the authorization prompt.
- Unplug the Shield Controller and plug your mouse into the same port.From this point forward you will receive a warning screen on boot, saying that the software cannot be checked for corruption. You can ignore this; it will boot the system in 5-10 seconds.
- Reboot to Bootloader
- Type “adb reboot bootloader” and hit enter. The Shield TV should reboot into the bootloader screen.
- Install the Magisk Patched Bootloader
- Type “fastboot devices” and make sure your Shield TV is visible.
- If your Shield TV is listed, type “fastboot flash boot patched_boot_722.img” (or whatever you named it) and hit enter.
- Type: “fastboot reboot” and hit enter. Your Shield TV will reboot into the operating system.
- Run and update Magisk
- Navigate to your Apps on the Shield TV and run Sideload Launcher.
- Look for the Magisk Manger app (looks like an Anonymous mask of multi-colors) and run it.
- If all is well, you should see that Magisk and Magisk Manager are both installed and up to date. If Magisk doesn’t show installed, you may need to repeat this block of instructions.
- Update Magisk and the Manager if prompted to do so.
- Exit Magisk Manager
- You are now rooted! Test your root apps now.
- Optional: If you want to be able to take OTA versions in the future (you’ll lose root), then go to Settings, Developer options, scroll to the very bottom and turn on Provide full system upgrades.
If Something Goes Wrong
First, don’t panic. It is pretty hard to permanently “brick” the Shield Android TV just by trying to root it.
No matter what may go wrong, flashing a stock image should put you back in working order.
Follow our tutorial: Tutorial: Restore to Stock Image (Shield TV)
Obviously if your Shield Android TV is stuck in an infinite boot – you cannot reboot to Fastboot from your PC. You have to do it the “hardware way”.
- Unplug your power cable
- Plug in your New Shield game controller with the included USB cable into the USB port closest to the HDMI cable
- Hold down buttons A & B.
- While holding down the two buttons, plug in your power cable (Keep holding down the buttons)
- If all went well, the Fastboot menu will show up.
Changelog and Credits
This process originally comes from this XDA thread. I take no credit for the act; all I’m doing is documenting an easy way to do it. This tutorial assumes you are running a Shield TV (2017; 16GB) and you have the OTA installed that upgrades you to Oreo.
- 2019-03-13: Added a patched 7.2.3 bootloader. Make some changes to reflect turning on FULL OTA updates.
- 2019-03-09: The root process now uses Magisk instead of SuperSU. Tutorial updated to reflect changes.
How to invoke the Android “Fastboot” Menu on SHIELD TV
Answer ID 4359 Updated 03/23/2018 03:10 PM
HOW TO INVOKE THE ANDROID “FASTBOOT” MENU ON SHIELD TV
The new SHIELD TV (16GB):
If you own a SHIELD Controller
- Unplug SHIELD TV.
- Connect SHIELD controller to SHIELD TV with a USB cable (use port closest to HDMI).
- While holding the A and B buttons at the same time, connect power to SHIELD TV.
If you do not own a SHIELD controller
- Unplug SHIELD TV.
- Connect a USB keyboard directly to SHIELD TV (use port closest to HDMI)
- While holding the “A” and “B” keys down at the same time, connect power to SHIELD TV.
- Once you enter Fast Boot mode, on the keyboard use the “X” and “Y” keys to navigate the menu and “A” to select
SHIELD TV Pro or SHIELD TV (2015)
- Unplug SHIELD TV.
- Connect a Micro USB cable from the Micro USB port on SATV to a PC.
- Connect power back to SHIELD TV.
- Wait 2 seconds, and then hold the NVIDIA power button on SHIELD TV for 5-6s until you see the fastboot menu on the display.