2015, 2017, & 2019 Nvidia Shield TV Firmware Repo & Source Code Repo

Search This thread

leo5111

Senior Member
Nov 27, 2010
1,387
66
Port Orchard WA
am i missing something another thread said to unlock bootloader see prerequisites in this thrad and i dont see how you unlock bootloader?
 

Manzing

Senior Member
Oct 8, 2012
243
103
am i missing something another thread said to unlock bootloader see prerequisites in this thrad and i dont see how you unlock bootloader?

You're missing something, you have to expand spoiler blocks.


unlock.jpg
 
  • Like
Reactions: jenneh

jenneh

Senior Member
The source code repo for 8.2.3, 9.0.0, and 9.0.1 have been added. They are 12-13 GB each, zipped. This is just the downloaded repo code from Nvidia, it still needs to be "built" or "compiled". That will take another 40-50gb probably. When that is figured out the steps will be added to THIS COMMENT. For right now, just the code is provided in that comment, to dl the repo if you want to do it yourself. I found a good video series by alaskalinuxuser that is added in the notes below that comment that helps to shed some light on these things.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 6
    Normal Users seeking only Backup Stock Copies should use the Stock Recovery Images Below. AI Upscaling Works.

    Using the Developer Only Rooted (Full Read Write) Images will break AI upscaling
    The main difference between a dev root and a stock root will be the apps available in the playstore. With the Dev Root, adb works as Root outside of the shell. With stock root, right now adb cannot work as root outside of the shell, only adb shell su works.

    Stock root allows stock apps like Disney + to operate, whereas the Dev rooted images cannot (natively) download Disney + and other apps that check for things like user models vs userdebug, etc... See the links at the bottom of the post for Stock root, or use the Dev rooted firmware if you Need a userdebug firmware.
    Further information on what the mirrors are can be located here
    DOWNLOAD (909M)
    9.0.jpg
    DOWNLOAD (799M)
    8.2.2-8.2.3.jpg
    DOWNLOAD (800M)
    8.2.2-8.2.3.jpg
    DOWNLOAD (797M)
    8.2.1.jpg
    DOWNLOAD (814M)
    8.2.jpg
    DOWNLOAD (770M)
    DOWNLOAD (756M)
    8.1.jpg
    DOWNLOAD (947M)
    9.0.jpg
    DOWNLOAD (825M)
    8.2.2-8.2.3.jpg
    DOWNLOAD (825M)
    8.2.2-8.2.3.jpg
    DOWNLOAD (823M)
    8.2.1.jpg
    DOWNLOAD (839M)
    8.2.jpg
    DOWNLOAD
    (795M)
    DOWNLOAD (795M)
    8.1.jpg
    For Me, and those that know what to do with these. They are not like the other firmwares

    9.1 OTA PACKAGE (783M):

    9.1.1 OTA PACKAGE (783M)

    KNOWLEDGE:
    Can be found here and here
    DOWNLOAD (1.1G):
    DOWNLOAD (1G):
    DOWNLOAD (1G):
    DOWNLOAD (1G):
    DOWNLOAD (1.2G):
    DOWNLOAD (1.0G):
    DOWNLOAD (1.0G):
    DOWNLOAD (1.0G):
    DOWNLOAD (1.0G):
    For Me, and those that know what to do with these. They are not like the other firmwares

    9.1
    9.1.1

    KNOWLEDGE:
    Can be found here and here
    Here's a way to install adb quickly using powershell and chocolatey.

    Open powershell as admin and type:
    Code:
    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
    
    choco install adb

    That's it!
    To unlock your bootloader, enter the fastboot menu either by sending "adb reboot bootloader" or by pulling the power cord from your shield. Reattach the power cord.

    Using either a wired Nvidia Shield Controller or a USB 3.0 keyboard, press and hold A+B until this screen comes up
    6.PNG

    Select Unlock Bootloader with your controller or keyboard
    DOWNLOAD (9M)
    Attach a usb-c cable to your shield (use the port furthest from your hdmi cable) and connect the c end to your pc, then open device manager and right click on fastboot device
    1.PNG
    2.PNG
    3.PNG
    4.PNG
    5.PNG
    WORKS FOR STOCK ONLY FIRMWARE RIGHT NOW

    Remember to Lock your bootloader when you're done flashing your firmware if you want to use AI upscaling and other features. Just reboot into the bootloader, then select lock bootloader.
    6.PNG
    For those that need:
    SOURCE: https://developer.nvidia.com/shield-open-source
    Instructions for downloading the repo yourself
    Some limited knowledge regarding these open source shares
    TO USE:
    (WITH THE SHIELD IN THE BOOTLOADER MENU)SIMPLY RUN ERASE ALL PARTITIONS FILE, THEN SHIELD ROOT. REQUIRES ADB. SEE THE ADB PRE-REQS SPOILER FOR MORE INFO

    SOURCE FOR SYSTEM IMAGES:

    IF YOU WANT ROOT ON STOCK FIRMWARE, SEE THIS GUIDE:

    IF YOU WANT LINEAGE OS, SEE THIS GUIDE:

    VERIFIED WORKING ON THE SHIELD:


    A Very Special thank you to @Manzing for being a hero and taking the time to get the 9.1 boot image and OTA for the 2017 shield!!!
    2
    Hello
    I want to flash version 8.2.2 stock (currently LOS is running).
    I don't need root.
    In the LOS guide I had to flash two things, the recovery and then the LOS image.

    Is it correct that I only have to flash the 8.2.2.zip here?
    Can I use the following procedure to do this?


    I then just use the last section "Installing LineageOS from recovery" to flash the 8.2.2.zip, right?
    (so only: "adb sideload 8.2.2.zip")

    thanks for the work
    Hi

    I would say no.
    AFAIK the provided zip files here are archives, not flashable packages.
    So you would have to download the archive, extract and flash img files according to the procedure provided in the first post (using fastboot / USB debugging).
    You can probably keep your current recovery if you don't flash recovery.img over it, but if I were you I would double check it will work with stock firmware. It has to be stock recovery or a compatible TWRP.
    2
    The dev rooted 8.2.3 has been reuploaded and the link in the op replaced. It was missing the dtbo file. I went ahead and added a modded boot image to it. Steps are the same as stock, install the dev image and you have to sign in, when it finishes installing reboot to bootloader and run bootmod.bat (this is patched with magisk delta. if you want magisk by topjohnwu change the code in bootmod.bat to bootmod1.img and use topjohnwu's apk instead of the one in the zip)

    DEV-ROOTED 8.2.3
    To fix the su binary error after installing the apk, you need to run this code
    Code:
    adb root
    adb disable-verity
    adb reboot
    adb root
    adb remount
    adb shell rm system/xbin/su
    2
    @grumpi1 ""then root" means "sideload all the files right?".... Yes. Else, Run it and see. Or run the one from Gameworks. Aka Nvidia. It's all laid out there for you.
    2
    @nooted1 I think it worked? It is no longer saying "bootloader unlocked"
    I had to use 9.0.0 dev version
    IMG_20221124_032728.jpg