Stock Recovery Images and OTA Library w/ Guides

Search This thread
Does it work with both systems? To date they have made the difference between WiFi and LTE. Did anyone test it with the nomoreota? (On pirotablets)

Inviato dal mio SHIELD Tablet utilizzando Tapatalk

I took the risk of flashing it since no one offered an answer (held my breath while it was booting up). The zip worked for my Shield LTE. TWRP is intact after flashing. Didn't do nomoreota but I froze system update in Titanium.
 
Yeah, it works, you just won't have LTE/mobile data.

Maybe I should be more clear. I dirty-flashed the zip but I still have LTE/Mobile data after the update. I was trying to confirm that the zip was for the LTE tablet. Dirty flashing a wifi zip on the LTE will create more problems than simply no data/LTE, experienced that first hand before after making a dumb mistake.
 
Maybe I should be more clear. I dirty-flashed the zip but I still have LTE/Mobile data after the update. I was trying to confirm that the zip was for the LTE tablet. Dirty flashing a wifi zip on the LTE will create more problems than simply no data/LTE, experienced that first hand before after making a dumb mistake.

Ohh, I see.

I've clean-flashed the WiFi build on my LTE tab before, and it didn't have issues. I thought that's what you were doing as well.
 

jkrell

Senior Member
Sep 16, 2009
302
47
Is this thread dead?

I think nVidia released 5.2. But no word of it here. Is it not available?

I might unroot and go back to stock....
 

gqukyo

Senior Member
Nov 9, 2009
1,703
249
It was released but don't believe they posted it on their site. At least not the NA LTE version
 

Zuzuitu

Member
Jun 9, 2013
39
5
Before i do any mistake...
I'm having a custom rom based on android 6.0.1 and i want to go on this stock rom: https://xdaforums.com/shield-tablet/development/rom-optimized-stock-shield-tablet-k1-t3437791
Before i flash the full rom, do i need to flash the stock recovery 4.4 with twrp and then that rom ? This is the stock recovery i need: https://my.pcloud.com/publink/show?code=XZOK9TZlbPckksrSRbJLF7OKwkrHHwhRKVy ??
Also, when do i need to flash the nomoreota.zip file? After all roms are flashed ? Or do i need to enter in android to load it and then to reboot and flash it ?
Thanks
 

Top Liked Posts

  • There are no posts matching your filters.
  • 87
    I'd like to start off by thanking the XDA community for getting me started on the path to organizing these files. I noticed that there are a lot of posts scattered here and there with OTA downloads, sideloading, stock recovery images, and the like so I figured I'd attempt to start an all-in-one thread. The goal is to group together anything that is stock (meaning 'from Nvidia'), basic rooting/TWRP, and guides for the mentioned topics. I will gladly maintain this thread as long as there is interest in it, however I will appreciate any feedback. I am, after all, an XDA noob.

    I am not responsible for any damage you cause to your tablet while following these steps. If you brick your tablet, cause it to explode, or your tablet simply decides that you're not worthy of it anymore and runs off to France to be with its mistress, that's on you.

    Thanks to @stanglx for their contribution to the Driver Installation guide.


    This thread currently contains mirrors for all available OTAs and Recovery Images related to the NVIDIA SHIELD Tablet, as well as a few guide.

    To Do:
    • Clean up driver installation guide.




    Basic Setup

    Driver Installation

    Enable Developer Mode

    1. On your tablet, go to Settings -> About Tablet
    2. Tap the 'Build Number' section 10 times
    3. On your tablet, go to Settings -> Developer Settings
    4. Enable 'Developer Mode' and plug your tablet into your computer
    5. When your tablet throws up a prompt, check the box that says 'Always trust this device' and select 'OK'
    Initial ADB Driver Installation

    1. Download the driver package and extract it
    2. On your computer, go to Control Panel -> Device Manager
    3. There should be a device with the name 'SHIELD Tablet' or similar with an exclamation mark next to it.
    4. right-click the device and select 'Properties'
    5. Select the 'Driver' tab and click 'Update Driver'
    6. Select 'Browse' and then browse for the folder where you extracted the drivers to
    7. Let the driver load and you should be good to go
    Future ADB Driver Installation
    If you ever have problems with the ADB driver, follow this method to reinstall it.
    1. On your computer, navigate to Control Panel -> Device Manager
    2. Navigate to the device labeled 'SHIELD Tablet' or similar
    3. Right-click the device and select 'Update Driver Software', select 'Browse my computer', and then select 'Let me pick'
    4. Uncheck 'Show Compatible Hardware' and browse under 'Android' for the 'ADB Composite Driver'
    5. Load the driver and you should be good to go
    Fastboot Driver Installation

    1. Reboot to your bootloader
    2. On your computer, navigate to Control Panel -> Device Manager
    3. Navigate to the device labeled 'SHIELD Tablet' or similar
    4. Right-click the device and select 'Update Driver Software', select 'Browse my computer', and then select 'Let me pick'
    5. Uncheck 'Show Compatible Hardware' and browse under 'Android' for the 'Fastboot Driver'
    6. Load the driver and then open a command prompt for fastboot on your computer
    7. Type 'fastboot devices' and your device should be listed
    Booting to Bootloader

    Option 1 - Can only be done if your tablet is already turned on. You must have ADB as well as drivers installed for your tablet.

    1. Plug your tablet into your computer
    2. If you get a prompt on your tablet, make sure to check 'Always allow from this computer' and press 'OK'
    3. Open a command prompt in your ADB directory
    4. Type 'adb reboot bootloader'
    5. Your tablet should now be at its bootloader
    Option 2

    1. Make sure your tablet is turned off
    2. Hold the volume-down button and tap the power button once
    3. You can let go of the volume-down button as soon as the backlight comes on
    4. You should now be at the bootloader
    Unlocking Bootloader
    You may void your warranty by unlocking your bootloader. You will need fastboot for this.
    1. Plug your tablet into your computer
    2. Boot into your bootloader
    3. Open a command prompt in your fastboot directory
    4. In the command prompt, type 'fastboot devices' and make sure your device is listed
    5. In the command prompt, type 'fastboot oem unlock'
    6. Your bootloader should now be unlocked
    Booting to Recovery

    1. Boot into your bootloader
    2. Use the volume buttons to select the 'Recovery Mode' option
    3. You should now be in recovery mode
    4. Only For Stock Recovery
      Code:
      When you see the android icon, hold the [COLOR="DarkOrchid"]volume-up[/COLOR] button and tap the [COLOR="DarkOrchid"]power[/COLOR] button
    Flashing Custom Recovery
    You must have fastboot drivers installed as well as an unlocked bootloader.
    1. Plug your device into your computer
    2. Reboot to your bootloader
    3. On your computer, open a command prompt in your fastboot directory
    4. Enter the command 'fastboot flash recovery <filename>' where <filename> is the path to your custom recovery image
    5. Navigate to the 'Recovery Mode' option on your device and select it
    6. You should now be at your custom recovery

    Recovery Images
    You will need fastboot as well as an unlocked bootloader for this. Recovery images wipe everything but an unlocked bootloader.
    Your warranty may be void if you follow these steps.

    Flashing the Recovery Image

    1. Extract your desired recovery image to a directory of your choosing
    2. Enter your bootloader
    3. Enter the following commands one by one - replace {dir} with the directory you extracted the recovery image to
      Code:
      fastboot flash recovery {dir}/recovery.img
      fastboot flash boot {dir}/boot.img
      fastboot flash system {dir}/system.img
      fastboot flash userdata {dir}/userdata.img
      fastboot flash staging {dir}/blob
      fastboot flash dtb {dir}/tegra124-tn8-p1761-1270-a04-e-battery.dtb
    4. Reboot your device and you should be good to go

    Optional Steps


    Flashing a Custom Recovery
    Follow the instructions in 'Basic Setup' as your custom recovery will have been wiped​


    Root Your Device
    You can also use 'adb sideload' to install SuperSU.
    1. Place your desired SuperSU zip somewhere on your device
    2. Reboot into your recovery
    3. Install SuperSU

      For Stock Recovery:


      1. From the main menu, select 'apply update from external SD card'
      2. Navigate to wherever you placed the SuperSU zip and select it
      For TWRP:


      1. From the main menu, select 'Install'
      2. Navigate to wherever you placed the SuperSU zip and select it
      3. Swipe right to begin flashing
      For CWM:


      1. From the main menu, select the 'install zip' option
      2. Navigate to wherever you placed the SuperSU zip and select it
    4. Reboot after your recovery is finished flashing the zip
    5. You should be rooted once again

    OTAs
    OTAs act as patches, therefore you will keep most, if not all, of your user-related data.
    If you are rooted, you can only flash full OTAs. Incremental OTAs will not find the correct version on your device.

    Flashing via sideload
    This method requires adb/fastboot.
    1. Reboot to your recovery (follow directions in 'Basic Setup')
    2. Have your device enter sideload mode

      For Stock Recovery:


      1. On the main menu, select 'apply update from ADB'
      2. You should now be in sideload mode
      For TWRP:


      1. On the main menu, select 'Advanced'
      2. Select 'ADB Sideload'
      3. Swipe right to enter sideload mode
      For CWM:


      1. On the main menu, select 'install zip'
      2. Select 'install zip from sideload'
      3. You should now be in sideload mode
    3. Open a command prompt for ADB on your computer
    4. Enter the command 'adb sideload <filename>'
    5. Reboot when sideloading is complete
    6. You should now be updated
    Flashing via TWRP/CWM

    1. Place the desired OTA zip somewhere on your device
    2. Reboot to your custom recovery (follow directions in "Basic Setup")
    3. Install the zip file

      For TWRP:


      1. Select the 'Install' option on the main menu
      2. Browse to the location of the OTA zip
      3. Select the zip file and swipe right to flash
      For CWM:


      1. Navigate to 'install zip'
      2. Select option 1 or 2 depending on where you placed the OTA zip
      3. Browse to the location of the zip and select it
      4. Select 'Yes' and CWM will begin to flash the OTA
    4. Reboot when your custom recovery is finished flashing and you should be updated
    Optional: Re-Root Your Device
    You can also use 'adb sideload' to install SuperSU.
    1. Place your desired SuperSU zip somewhere on your device
    2. Reboot into your recovery
    3. Install SuperSU

      For Stock Recovery:


      1. From the main menu, select 'apply update from external SD card'
      2. Navigate to wherever you placed the SuperSU zip and select it
      For TWRP:


      1. From the main menu, select 'Install'
      2. Navigate to wherever you placed the SuperSU zip and select it
      3. Swipe right to begin flashing
      For CWM:


      1. From the main menu, select the 'install zip' option
      2. Navigate to wherever you placed the SuperSU zip and select it
    4. Reboot after your recovery is finished flashing the zip
    5. You should be rooted once again

    Downloads
    I will give links to Dropbox and my personal server if the mirrors below go over their limit. Just PM me. Recovery images are directly from NVIDIA GameWorks.


    Code:
    [COLOR="YellowGreen"][B]Marshmallow[/B][/COLOR] (6.0.x) | v4.0 to v4.4
    [COLOR="DeepSkyBlue"][B]Lollipop[/B][/COLOR]    (5.1.x) | v3.1 to v3.1.1
    [COLOR="MediumTurquoise"][B]Lollipop[/B][/COLOR]    (5.0.x) | v2.1 to v2.2.2
    [COLOR="Sienna"][B]KitKat[/B][/COLOR]      (4.4.x) | v1.0 to v1.2.1


    Links for all of the downloads: Recovery Images | Everything Else | MD5 Hashes

    Recovery Images

    LTE (RoW)
    Code:
    [I]Update 4.4[/I]   | [URL="https://drive.google.com/open?id=0B9QTgh_dTGwycUtSYUpiZnNYOEU"]Google Drive[/URL] | [URL="https://mega.nz/#!rBhiCQSL!4rSqlTmSa0YqNNOQX-tiyO2et6mLE_2scrGJNOT4-Eg"]MEGA[/URL] | [URL="http://www.mediafire.com/file/68f648sakhpre1o/nv-recovery-st-wx-un-do-4.4.0.zip"]Mediafire[/URL]
    [I]Update 4.3[/I]   | [URL="https://mega.nz/#!bMpyUYLB!LF9ldrmXfwNZbFMeuJVgf1E66Z7Rm8HewnW-m4Kc_As"]MEGA[/URL]
    [I]Update 4.2[/I]   | [URL="https://mega.nz/#!SM5imT7R!NdxjX424arH0_0VrKDtsaPFul6v3VaeHvt6CcbD-dRg"]MEGA[/URL]
    [I]Update 4.1[/I]   | [URL="https://mega.nz/#!fZx3XbaK!TQpu5-Hf7xuSden6oXcUEt8DecaNMEPLd2Y3DvNATh4"]MEGA[/URL]
    [I]Update 4.0.1[/I] | [URL="https://mega.nz/#!vNgnFQ5Y!A-uJmSgdhjaaf8dKhqVcwkn4jlAQzkDSjAr5mwL5zQo"]MEGA[/URL]
    [I]Update 3.1.1[/I] | [URL="https://drive.google.com/file/d/0B9QTgh_dTGwyQzdENGJJZ2I5eVk/view?usp=sharing"]Google Drive[/URL] | [URL="https://mega.nz/#!OcQzWIqS!OZCYpeU6U43WuUSQ-ATG8AnVzF8ytTT1p-s0Pef-yBw"]MEGA[/URL]
    [I]Update 2.2.2[/I] | [URL="https://mega.nz/#!CFZyFQLb!7uocdMzU4JLBhH6yfhkog2Zu4hksf9n71Uux0m60BRE"]MEGA[/URL]
    [I]Update 1.2.1[/I] | [URL="https://mega.nz/#!6A4RmSpI!GCBRiaLNqaZI2hkSKklwnXCV_82PHCjOi8VWxup5GpQ"]MEGA[/URL]

    LTE (US)
    Code:
    [I]Update 4.4[/I]   | [URL="https://drive.google.com/open?id=0B9QTgh_dTGwyWlZVZGZDNG84UGs"]Google Drive[/URL] | [URL="https://mega.nz/#!GFZUyLCY!WBjXktXCddbQZMhLwtJi0DRhhs0UN3G4X2VAngIctnY"]MEGA[/URL] | [URL="http://www.mediafire.com/file/9bnz49p3r7yrj1d/nv-recovery-st-wx-na-do-4.4.0.zip"]Mediafire[/URL]
    [I]Update 4.1[/I]   | [URL="https://mega.nz/#!KRIl1TBT!bAvtH161qgkTHsLxwj63rSNN46unyZ_vgKkTVqqwmHU"]MEGA[/URL]
    [I]Update 3.1.1[/I] | [URL="https://drive.google.com/file/d/0B9QTgh_dTGwybnlocE9tQmpkQ2M/view?usp=sharing"]Google Drive[/URL] | [URL="https://mega.nz/#!HUBXHKpb!gX8y0CPn1o59qH4pfoWIPs9eM6_eY-L_h30CUdkoJFg"]MEGA[/URL]
    [I]Update 2.2.2[/I] | [URL="https://mega.nz/#!3VZyCbiK!zGZA3JnHIAMzLfMK34LGxVstj0uofWPRjG3aMKTgGaU"]MEGA[/URL]
    [I]Update 1.2.1[/I] | [URL="https://mega.nz/#!PIBURDwC!4VasWmWFumfrzoxtH5_Q9G928ZMG2Q8YG9aojjlN9ec"]MEGA[/URL]

    WiFi
    Code:
    [I]Update 4.4[/I]   | [URL="https://drive.google.com/open?id=0B9QTgh_dTGwyYVJQRkVhVEpmcVE"]Google Drive[/URL] | [URL="https://mega.nz/#!6Ax2UISY!jT8mK8fBexMnyCX-rhPTi1ogqv-apaMuTZoptECxlgc"]MEGA[/URL] | [URL="http://www.mediafire.com/file/9bnz49p3r7yrj1d/nv-recovery-st-wx-na-do-4.4.0.zip"]Mediafire[/URL]
    [I]Update 4.3[/I]   | [URL="https://mega.nz/#!Oco1DSYQ!90npGKRy-3wD2iAiMRfAmZDw6NlkRvrC8-lvbuttRww"]MEGA[/URL]
    [I]Update 4.2[/I]   | [URL="https://mega.nz/#!PYQFTTYY!co_BBOSl96qXPDntZir0EvuoKu7e5N1oytij9CTf9Bg"]MEGA[/URL]
    [I]Update 4.1[/I]   | [URL="https://mega.nz/#!yRIwgb5a!XjaOHGI3hedBTehY6pLaCL4F8cv8WxMpVJbP8yOXFMc"]MEGA[/URL]
    [I]Update 4.0.1[/I] | [URL="https://mega.nz/#!vYQxSDBR!IPJS5OyBxsN8bZ14knX-VTUjH06nuoEi2MiyCYNqBFM"]MEGA[/URL]
    [I]Update 3.1.1[/I] | [URL="https://drive.google.com/file/d/0B9QTgh_dTGwyRS1FYkYtWXNqSTA/view?usp=sharing"]Google Drive[/URL] | [URL="https://mega.nz/#!adhAibLC!jJkmUN9mGHP_sUgVZSu7DJaLV7Aa_6Ym4dlToyruVgc"]MEGA[/URL]
    [I]Update 2.2.2[/I] | [URL="https://mega.nz/#!HVJSzQZJ!iS5uhNzfX6KL4VmVm1YLZltRYuHV42MWJP03HJnsEuA"]MEGA[/URL]
    [I]Update 1.2.1[/I] | [URL="https://mega.nz/#!aEBQlBya!xlHQN6wo1p8whA_FkJRrsa-1P2jjGiOu8YiPiio6EUw"]MEGA[/URL]
    [I]Factory     [/I] | [URL="https://mega.nz/#!iBADGBwA!i8iTufsshLIe84uV-s3PP_SBeJMY_pA0gW6_-13s0A0"]MEGA[/URL]
    OTAs

    Incremental

    LTE (RoW)
    Code:
    [I]Update 4.3   to 4.4[/I]   | [URL="https://mega.nz/#!PwpREa7A!yDFUb2NWlVNd3CGkWiFMSW1Cx0xwjpPMHrtlxDzu7ko"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZVl9TZnTLyWXWtL9JOlUiUwioYC5UpeINy"]pCloud[/URL]
    [I]Update 4.2   to 4.3[/I]   | [URL="https://mega.nz/#!P8xT3QDD!t7ZeEidDr1zxccyF7KKcv-bEoW73F4w6R1zDYA1M5Fg"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZ1VPsZiPriwQ8mrdbfH9RcIjdiW8ksFTOy"]pCloud[/URL]
    [I]Update 4.1   to 4.2[/I]   | [URL="https://mega.nz/#!b0QFnbhB!Zyldq3HDW2RPf2XM_DDf02Pi_9WaQmO6OXqSi3sJe9E"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZnyAjZMvPnrS3mmsb5wu9YcF6PCuHeIiQy"]pCloud[/URL]
    [I]Update 4.0.1 to 4.1[/I]   | [URL="https://mega.nz/#!D143UJBa!hwgsb91j8t-XDvcjSSAU70QlrIB51Nd6AA1iIk8MZOw"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZuyAjZuBV3dOIUmimiAapiz9ya3zIfyJcV"]pCloud[/URL]
    [I]Update 3.1   to 3.1.1[/I] | [URL="https://mega.nz/#!z5hhFB4B!JxQFRIcuH_ek5Qf2Kv_1yOvVVm3wuRTsnp31BNd0JCc"]MEGA[/URL]
    [I]Update 2.2.1 to 3.0  [/I] | [URL="https://mega.co.nz/#!HtIgRYaY!v0NeCcMOtVrKPVaxLqj051Q78P4w3vt42tLjuTTlKGU"]MEGA[/URL] | [I][COLOR="silver"]flash at your own risk[/COLOR][/I]
    [I]Update 2.2   to 2.2.1[/I] | [URL="https://mega.co.nz/#!upJ22YyQ!BsvGjAt2ytFxV2zVioNGr9c9ierEQ2UVBGhl3F2zyCI"]MEGA[/URL]
    [I]Update 2.1   to 2.2[/I]   | [URL="https://mega.co.nz/#!jt5XAaSK!KWpReT5OQVfxR4SrokACDlA23cQOhns9W0zZVf3I8I8"]MEGA[/URL]
    [I]Update 2.0   to 2.1[/I]   | [URL="https://mega.co.nz/#!iwoUzSLA!qHENMu0PX9pFtniv1bw8akH6ffhTj8IIUjAGMZ6D3Mw"]MEGA[/URL]

    LTE (US)
    Code:
    [I]Update 4.3   to 4.4[/I]   | [URL="https://mega.nz/#!OsJRUKpT!eZ5rav7mABHdbm-zRoXNiOLIwzd3EL0Qv_CTdCXEoug"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZVQxKZT931UYTaxJR3VpQ8DWUDwFIBLdH7"]pCloud[/URL]
    [I]Update 4.2   to 4.3[/I]   | [URL="https://mega.nz/#!ntASADpI!axkB2geG-aZ6GdBVjZrkRTQ9gw3VcGd_aI-sQfGF2Xs"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZiK9TZY5crGI6Tay4yrxmovbHsqBLXHEyX"]pCloud[/URL]
    [I]Update 4.1   to 4.2[/I]   | [URL="https://mega.nz/#!m0YxhQqQ!iXa_ZzZG7QQ06aMqBs6hn39idSDk9kInTnr3Z6ZWDdE"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZwj82ZCHyNeSOKxEJRsFbA94LErmYhtq87"]pCloud[/URL]
    [I]Update 3.1   to 3.1.1[/I] | [URL="https://mega.nz/#!3hYBCDAB!7Kfl8VQs4XpYYUepE-PPrYW1X0yWTnFqblgRxgzs6-Y"]MEGA[/URL]
    [I]Update 2.2.1 to 3.0  [/I] | [URL="https://mega.co.nz/#!GsBwjJzb!mZJQ05J7ric_x_HU3Eki7wKPKCoI7cWrtqBZ0JGV0B4"]MEGA[/URL] | [I][COLOR="silver"]flash at your own risk[/COLOR][/I]
    [I]Update 2.2   to 2.2.1[/I] | [URL="https://mega.co.nz/#!G9xigRwD!fYiA1yL7mvSxkcmZp_fY5zhpFFY4ATyyhiqiCQr1TtA"]MEGA[/URL]
    [I]Update 2.1   to 2.2[/I]   | [URL="https://mega.co.nz/#!ngYwGCJa!jqlOA1y10hP0INfW1tKnZl5KyYUCvpAcWZuAx0Pzl70"]MEGA[/URL]
    [I]Update 2.0   to 2.1[/I]   | [URL="https://mega.co.nz/#!bhZSjaxI!vLnplyvImjVCU_z4Kgeqa3wy_GkyKNai8EHttK4Hh3Q"]MEGA[/URL]

    WiFi
    Code:
    [I]Update 4.3   to 4.4[/I]   | [URL="https://mega.nz/#!DhJkCaDR!C4Fb2WNjq_hB6T0ICMXFjT7cqI1UN94-1MVZh2mzgkM"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZOK9TZlbPckksrSRbJLF7OKwkrHHwhRKVy"]pCloud[/URL]
    [I]Update 4.2   to 4.3[/I]   | [URL="https://mega.nz/#!7tIGBZwD!qU9qaeobmULsbktMM3LWHvFfUq09RGc9V3xt1S-1usU"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZKVPsZqgejgdl1q3YHYOE8t7BNvbeq2ODy"]pCloud[/URL]
    [I]Update 4.1   to 4.2[/I]   | [URL="https://mega.nz/#!68omiJrL!1x5M9-N5qMMCO7Tt6SF3edyvNsVFv10OrxLU_WuUz-E"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZKyAjZ3kBxsMgQsE4OXUNIF2wGTLTQx3LV"]pCloud[/URL]
    [I]Update 4.0.1 to 4.1[/I]   | [URL="https://mega.nz/#!rwZEnTiQ!SP-b8qFPkLcpNIaanP4ozYsZ5_7h88yqmq-bu6jp5Zw"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZPyAjZccq7cT6B7b8qvA9IMpfg1LHVXiak"]pCloud[/URL]
    [I]Update 3.1   to 3.1.1[/I] | [URL="https://mega.nz/#!G4ZjjayL!ZhGAXQXNjhg8YQU-fuhPwNu_Vg3CeqeGpq3SSRN0_ds"]MEGA[/URL]
    [I]Update 2.2.1 to 3.0  [/I] | [URL="https://mega.co.nz/#!zg5GWLoS!7Jacrx2m8axkLuGSGbAmlgGZWmJ_iOoKrhwU2sFQ80E"]MEGA[/URL] | [I][COLOR="silver"]flash at your own risk[/COLOR][/I]
    [I]Update 2.2   to 2.2.1[/I] | [URL="https://mega.co.nz/#!H0o2yJAQ!vCvkSlANhxtG5RZYbP4AFPLLpq3zIeyaBCE53Xryfzc"]MEGA[/URL]
    [I]Update 2.1   to 2.2[/I]   | [URL="https://mega.co.nz/#!yswBUSrD!0a9oIS4HMd8WFHt3CDlBmITnyQclFSBlNiFFIAVrHSA"]MEGA[/URL]
    [I]Update 2.0   to 2.1[/I]   | [URL="https://mega.co.nz/#!a1AAESBb!K9ZKhSCB9TOZALF1SF5LI0YYWpYM0MbQEoKPRwjZwhY"]MEGA[/URL]
    [I]Update 1.0   to 1.1[/I]   | [URL="https://mega.co.nz/#!q0QUEDwK!t425TQXPUW8XBSanz2D-vOCJQQk1s67HzRZ7aerqO9M"]MEGA[/URL]
    [I]Update 1.0   to ??[/I]    | [URL="https://mega.co.nz/#!38JwmJpS!PgCpemR75-rR3gsm-Yq1SyC9B5JN70hxNm50iJXTjVY"]MEGA[/URL] | [I][COLOR="silver"]this update does not correspond to any build number I can find[/COLOR][/I]
    Full

    LTE (RoW)
    Code:
    [I]Update 4.4[/I]   | [URL="https://mega.nz/#!C44mCCiI!uRNtL8N7Oxuny4V1Y4Z-f4K503F6rU7mKIWkWTl6wmQ"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZOYxKZkHJ55fRXz38AYXcIecCdVpMiid5X"]pCloud[/URL]
    [I]Update 4.3[/I]   | [URL="https://mega.nz/#!Ww4HRT4a!Y9Kg43aMeqe4E9fuQUlPzMwJLsYLr7QQTXh2Eer6FZc"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZmVPsZkTCOpKRcL8QYVgASptqH8BulTFW7"]pCloud[/URL]
    [I]Update 4.2[/I]   | [URL="https://mega.nz/#!nh5Gibxb!2kBXWZ7YNv4ptu7dnXIAp2cXmaQN04WDMbIfngd9VBk"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZgCIjZdbEMk8xbpEpznkEhH2Np4BK70sLX"]pCloud[/URL]
    [I]Update 4.1[/I]   | [URL="https://mega.nz/#!u4BiiDgD!7abTtXVmrze0lUKyCshuMhvY10Y4jJMXRerqnKM8jPo"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZoyAjZ7gF7JbvzJ0j3y2gQ8xqI8LrpVRhX"]pCloud[/URL]
    [I]Update 4.0.1[/I] | [URL="https://mega.nz/#!f85WnSIB!NFFFcV8kywxOzwADcxEDtqP0sW8kRuHkAXcgZZ3WOfk"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZvyAjZ18Wb9s0vfazIDtQfH45slf2Na1sy"]pCloud[/URL] | [I][COLOR="silver"]re-release of 4.0[/COLOR][/I]
    [I]Update 3.1.1[/I] | [URL="https://mega.nz/#!z0B2TQyD!EKb4Bk95eoWk1reCZQOvoJwFCQgj7KmImjBvtApif3Q"]MEGA[/URL]
    [I]Update 3.1[/I]   | [URL="https://mega.nz/#!GwwTHbZT!TElU-WhapUzJrY4NhZ4RV2JjrJBDSFzXizaGot4C8nQ"]MEGA[/URL]
    [I]Update 3.0[/I]   | [URL="https://mega.co.nz/#!HohiGIhK!Mq413XlwDE8x27jSQiKwlRsjfvU7HyQqfJ2nQQmyqf4"]MEGA[/URL] | [I][COLOR="silver"]flash at your own risk[/COLOR][/I]
    [I]Update 2.2.1[/I] | [URL="https://mega.co.nz/#!a5hyFDoZ!JnbDnvkPJ9CT1bd00JOZERjJNZMsj7mBB_0zDErlcy4"]MEGA[/URL]
    [I]Update 2.2[/I]   | [URL="https://mega.co.nz/#!WkglDQza!qfG-cFhJrQmL3JU8wjJRzuC_EQnWi-rZ07WVgiCDH9A"]MEGA[/URL]
    [I]Update 2.1[/I]   | [URL="https://mega.co.nz/#!e8RhSSbA!3RBZf3v6uSFdzWKMNfoIDuEX2ZS8PnmmYeCoVsHsgQ0"]MEGA[/URL]
    [I]Update 2.0[/I]   | [URL="https://mega.co.nz/#!30YBFC6C!IJISta5291-lN52pqu-8FYP3TBDgAYVwJM5P057a_EQ"]MEGA[/URL]
    [I]Update 1.2.1[/I] | [URL="https://mega.co.nz/#!r9ZRGI4B!O157hu7SPqnG_6iw43FGVi_t_2_C96UwRxAEXm2DaQ8"]MEGA[/URL]
    [I]Update 1.2[/I]   | [URL="https://mega.co.nz/#!fsBEHLxD!jo1yXhPTFXWGccRK-hzc9_ZE3aHJ7kafqy0Jh4Fejuw"]MEGA[/URL]

    LTE (US)
    Code:
    [I]Update 4.4[/I]   | [URL="https://mega.nz/#!jthFVIhA!ulUnXI_Z4f2XUwTKW8RWe2Ceak9OmJi9efqt57hPanM"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZWbxKZJdUsERAcQskLfQCDJJDMIyzlFQPk"]pCloud[/URL]
    [I]Update 4.3[/I]   | [URL="https://mega.nz/#!HxoBXTYL!gxlMIYQ9Ub3ZHlN_q28t9UKuiI6b-FU0um9o3y53IS0"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZgK9TZWgIFGQJioAS3xdzAfqRWAumpyHvk"]pCloud[/URL]
    [I]Update 4.2[/I]   | [URL="https://mega.nz/#!2toCnRpa!yC-IF_b2eoXxm8sKyr1zpY9H-R55l-CCqVkGbGqm4Bs"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZvj82ZoNgJyFFSD2uLsvT9WJBgmzAcL5Ay"]pCloud[/URL]
    [I]Update 4.1[/I]   | [URL="https://mega.nz/#!H8gHSBDS!nF4CcJNzKj20efDGbVsqk8LwthWB1aHs7h4W5qTD1k8"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZJ7AjZlBCg33NbHez9uDSTaFmHB4AaYqWy"]pCloud[/URL]
    [I]Update 3.1.1[/I] | [URL="https://mega.nz/#!fpIxxY7b!GPsleX_iaTEsP8qURN6UZ0yP31aZWXyU9MD-C_EhUKw"]MEGA[/URL]
    [I]Update 3.1[/I]   | [URL="https://mega.nz/#!W5JjiRRA!bqEFF3gOed6Ysw2Wb00kr_1Ya2eGrEqPPjHFqQy29BM"]MEGA[/URL]
    [I]Update 3.0[/I]   | [URL="https://mega.co.nz/#!zox3TRQB!KXYzOjdRCI9PEG8R5BxlxM8YuE9FIPlWZ0xGvVOJ3To"]MEGA[/URL] | [I][COLOR="silver"]flash at your own risk[/COLOR][/I]
    [I]Update 2.2.1[/I] | [URL="https://mega.co.nz/#!itAiUJyZ!na6syVUpjXDY1NUVKclrr8kTBnndTMQE053WGeeg98Y"]MEGA[/URL]
    [I]Update 2.2[/I]   | [URL="https://mega.co.nz/#!m1JiiAZI!0yqAfrlScTudgE_FPDYOL068XydLSGnybd6PiXBMs3g"]MEGA[/URL]
    [I]Update 2.1[/I]   | [URL="https://mega.co.nz/#!X5ZTTQII!0nnB8qWFT5CjVZLGsZMkWtRdA1GQA8qeXvPN8855n3w"]MEGA[/URL]
    [I]Update 2.0[/I]   | [URL="https://mega.co.nz/#!OghQwa6R!vwV331iGJsRXO6V8Db2J6oFXSEDSKulX61MIbClOoaI"]MEGA[/URL]
    [I]Update 1.2.1[/I] | [URL="https://mega.co.nz/#!Ls5SwbBQ!Q_c9aQD0n3PVVGCSMuj369ktBnfEHF-u1KqT6_evwxg"]MEGA[/URL]
    [I]Update 1.2[/I]   | [URL="https://mega.co.nz/#!zxJC3BwZ!coUbKhvX0auKgAUOQ_6Vcn7QiyV2ae8s5nMtKH2azS0"]MEGA[/URL]

    WiFi
    Code:
    [I]Update 5.0[/I]   | [URL="https://mega.nz/#!P8QjHZ5a!vkQz7b36o7NUcKH4FAExOntX1g1Uyf7TwabZbI2q8bk"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZH3GlZzN7bSs5pE94zqD0Op2mo4SMuVNBX"]pCloud[/URL]
    [I]Update 4.4[/I]   | [URL="https://mega.nz/#!bwZFCLBY!FlG0lsdWT3oMy2hTYmhHt0PnsqiTc-MjIaOrHcJWLJE"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZ9bxKZOFAjnSkNHCQjRwUX2tr7m8Bm87Q7"]pCloud[/URL]
    [I]Update 4.3[/I]   | [URL="https://mega.nz/#!6wQU2ToT!Sjz791V9YQSQdFTNbF_pHfE_QkWXsy14jxqk-XXz6bk"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZPVPsZVCXOoij4W5X2Suzky2Lpjmn3s66y"]pCloud[/URL]
    [I]Update 4.2[/I]   | [URL="https://mega.nz/#!K1JyQaxR!XgNcJDHz7xO4XI3Na2EpZ_uIg429oOd-LQgzxAG47YA"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZj7AjZpWQOvvlDhgQUEHOn1kAc8JeXrem7"]pCloud[/URL]
    [I]Update 4.1[/I]   | [URL="https://mega.nz/#!jwRAiJIa!73SjgSNAYxOMEzjeJCOX8CurieD-0hoqud5KOrbScng"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZm7AjZpzroqhFEElHrytCONXJkKVFnWrdV"]pCloud[/URL]
    [I]Update 4.0.1[/I] | [URL="https://mega.nz/#!2oxxVRiS!NCdtWmH6kxJ_cSLOqn_4skcgdrSRHiF7M5wumoOEwQU"]MEGA[/URL] | [URL="https://my.pcloud.com/publink/show?code=XZ47AjZfYGV08Hd3sXozvkD461CWfTqNbIy"]pCloud[/URL] | [I][COLOR="silver"]re-release of 4.0[/COLOR][/I]
    [I]Update 3.1.1[/I] | [URL="https://mega.nz/#!61ojwZRB!Uf1jZ_6mYFm_fHKclBBL0HeuY-Jd3aUpDecPmS1iqGk"]MEGA[/URL]
    [I]Update 3.1[/I]   | [URL="https://mega.nz/#!blZEzS6R!rCtJNSwMf8de9caq159Sykx4_F9E27FNMfhtcQucvR4"]MEGA[/URL]
    [I]Update 3.0[/I]   | [URL="https://mega.co.nz/#!roA0CDbZ!nTGceatrFr2fhVOEQFRHFH-mRDqcLRo49MH2cMXFzMg"]MEGA[/URL] | [I][COLOR="silver"]flash at your own risk[/COLOR][/I]
    [I]Update 2.2.1[/I] | [URL="https://mega.co.nz/#!6ogiXZKA!QOaUFZT9OqmRvflWuGEvgmWIkzH3z4cY9ifPZeLSSF8"]MEGA[/URL]
    [I]Update 2.2[/I]   | [URL="https://mega.co.nz/#!TtxSTIhT!mUDdcWakx2R2rha6jw-nBApdz1djeHi6xNFlU76ODJY"]MEGA[/URL]
    [I]Update 2.1[/I]   | [URL="https://mega.co.nz/#!Kt5ylSzS!-JrTuBYBG9wPywKc8Mad7PPOD4cotPPruuHqslvCDy4"]MEGA[/URL]
    [I]Update 2.0[/I]   | [URL="https://mega.co.nz/#!qp5ShAAA!MbovKoIahod7-9LqLM8JC0Dk9ymccL5igQ-Tn-KQF8c"]MEGA[/URL] | [I][COLOR="silver"]gave me some trouble when going from 1.2.1 to 2.0, had to do a system restore.[/COLOR][/I]
    [I]Update 1.2.1[/I] | [URL="https://mega.co.nz/#!H9YAiJaD!Lp2KYgCtAJxUXrRwEEM2fC5aI840w8CDTZ1O9Dz16C0"]MEGA[/URL]
    [I]Update 1.2[/I]   | [URL="https://mega.co.nz/#!ashD2KYR!WO6BNMFAk-jBBDv48MtRWpDef-TsACf4a9KO88fDXc0"]MEGA[/URL]
    [I]Update 1.0[/I]   | [URL="https://mega.co.nz/#!j54CgBwQ!tews-5DDRBkEtN0Kk4H2yfN4gBnFw5KO9d08-mdma10"]MEGA[/URL]
    Utilities

    SHIELD Tablet USB Drivers
    Code:
    [I]SHIELD Family Driver - WHQL[/I]       | [URL="https://drive.google.com/file/d/0B9QTgh_dTGwyRzljVTFhNGlldzg/view?usp=sharing"]Google Drive[/URL] | [URL="https://mega.co.nz/#!qkZAwDxS!YRiw1pF9q83ujULKhCgX6cGinDx3W_S9sZubvpG-20c"]MEGA[/URL]
    [I]SHIELD Tablet Driver - WHQL (Old)[/I] | [URL="https://drive.google.com/file/d/0B9QTgh_dTGwySk9taVoxX21hNFk/view?usp=sharing"]Google Drive[/URL] | [URL="https://mega.co.nz/#!Wh5xQD6C!A3Wl1hnFeki8Wnyz6yqTzFdUs5P77sIU5ltqfeIKajc"]MEGA[/URL]
    TWRP Recovery
    Code:
    [I]TWRP v3.0.2.2 by [URL="https://dl.twrp.me/shieldtablet/"]TWRP[/URL][/I]     | [URL="https://mega.nz/#!y8AjhajI!XbalEAOzVnlnA57ZmrS5SEfFPVPAesU_fTMedRygUHo"]MEGA[/URL] | [I][COLOR="silver"]Marshmallow[/COLOR][/I]
    [I]TWRP v2.8.7.1 by [URL="http://xdaforums.com/showpost.php?p=55446061&postcount=2"]romracer[/URL][/I] | [URL="https://mega.nz/#!ighjEb4I!G1A5dXtgI4t8Cc31AlcVeCgj_9TVVpGFbdp6ZKjigi0"]MEGA[/URL] | [I][COLOR="silver"]Lollipop[/COLOR][/I]
    CWM Recovery
    Code:
    [I]CWM v6.0.5.2 by [URL="http://xdaforums.com/showpost.php?p=57781401&postcount=130"]romracer[/URL][/I] | [URL="https://mega.co.nz/#!v5xTWRIR!PoS9-LgpBu3N5KR6vEt0HqOO6B-5qa-j7F0-_cNfHn0"]MEGA[/URL]
    SuperSU
    Code:
    [I]SuperSU For CWM/TWRP/MobileODIN v2.65 by chainfire[/I] | [URL="https://mega.nz/#!PwYVnIwQ!JyV4DzxmVyz6nqH53OV5PQRiy7X1rOOxhkvLLY1R_9k"]MEGA[/URL]
    [I]SuperSU For CWM/TWRP/MobileODIN v2.46 by chainfire[/I] | [URL="https://mega.co.nz/#!m8AFhZzJ!avrOp3wlawKWLF02DtOjoYNehcvIk5nBgQ96N0yu7CM"]MEGA[/URL]
    10
    As NVIDIA still does not want to send me the OTA-Link, i wrote a small bash script in order to "search" the file on the webserver (e.g. try every possible combination) and it worked :)

    Here is the OTA-Full-File for RoW LTE for the first Shield Tablet (not K1!):
    h*t*t*p://ota-downloads.nvidia.com/ota/data/posted-roms_romuploader/external/productionBL-droid-signed-wx_un_do-full_ota-1928188_841.9637.20170202014855.zip
    (Original NVIDIA-Server)

    Can be flashed easily through adb sideload.

    Hope someone as desperate as me will have his fun with the link :)
    8
    Thanks! Wish you made this thread 2 days ago!!! I went crazy finding some of these...

    Some suggestions to add based on my journey.. I have added rough instructions which need to be cleaned up.

    A. I didnt know to get into the stock android recovery. I went crazy thinking my stock recovery was corrupt.. I reloaded, etc. etc. I finally found someone who set me straight.

    Boot into the Boot Loader - Turn unit off. Hold down the down volume then power button.
    Boot into the Nvidia Recovery - While in the boot loader select Recovery Mode. When at the "No Command" screen hold Volume Up and Tap Power.

    B. I had major issues getting ADB to work when in CWM, Nvidia Recovery or PhilZ. but fastboot worked fine while in the bootloader. ADB worked fine while booted in the OS. Just didnt work while in recovery mode (trying to sideload an image).

    Load Nvidia Drivers. There are two drivers that need to load with a single install base. A bootloader driver that is used for Fastboot and the ADB Composite Driver used for ADB while in recovery OR Android OS.

    To install the driver:
    1. Enable Developer Mode on the tablet - Go into About and Tap the Last selection 10 times.
    2. Go Into Developer Mode and enable "Usb Debugging"
    3. Plug the shield tablet into a USB 2.0 port
    4. Go into device manager
    5 Identify the device with an ! next to it. It should say shield tablet OR just a device id
    6 Right mouse click and click update driver software. Select Browse my computer for driver software.
    7. At the "Browse my computer for driver software" screen click Browse. Navigate to the driver folder (which you extracted from a zip) and allow the driver to load.

    To Fix ADB in Recovery or Fastboot driver issues, ADB must first be working while in the Android OS - see above.
    (Generally the Nvidia method will work for fastboot and for ADB while in android OS - but some times ADB fails to be recognized while in recovery) -

    Fastboot:
    1. While connected to the PC Boot the tablet into the boot loader. Go into FastBoot Protocol.
    2. Type the command fastboot devices - if your device lists, its working. If not stay in the boot loader and goto Alternate Driver Load Method below.

    ADB:
    1. While connected to the PC Boot the tablet into the recovery (CWM, Philz, Nvidia). To boot into recovery see instructions above.
    2. While in the recovery navigate to ADB side load for ZIP function and go into that function. The tablet should read waiting for command, or sideload zip, etc. Each recovery is slightly different but similar statement will be made.
    3. Now that the tablet is waiting for an ADB command follow Alternate Driver Load Method:

    Alternate Driver Load Method:
    4. Go into windows device manager. Identify the device with an ! next to it. It should say shield tablet OR just a device id
    5. Right mouse click and click update driver software. Select Browse my computer for driver software.
    6. At the "Browse my computer for driver software" screen click Browse. Click "Let me pick from a list of device drivers on my computer".
    10. UNCHECK "Show Compatible Hardware".
    11. Under Manufacturer find and select the category Android. Under Model select ADB Composite Driver (while in Recovery) OR Fastboot Driver (while in the bootloader).
    Profit
    7

    Anyone have a copy of the 4.3 for Original Wifi ?

    I think its about time I left 5.1.1..

    Also looking for the Wifi latest update as of today but can wait thanks!

    4.3 OTAs, full and incremental, for RoW and WiFi have been posted
    6
    Here is the full 4.2 LTE-RoW ROM copied from my device.
    https://mega.nz/#!vQ9STQ5S!a1H2Tbq-dtF-jy-NC9MQ9uweUuuuprMewR9hjeWmgAE
    MD5: d96a99e4721b8edf207592644fb42dbd