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:
Basic Setup
Driver Installation
Enable Developer Mode
Initial ADB Driver Installation
Future ADB Driver Installation
Fastboot Driver Installation
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.
Option 2
Unlocking Bootloader
Booting to Recovery
Flashing Custom Recovery
Recovery Images
OTAs
Downloads
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
- On your tablet, go to Settings -> About Tablet
- Tap the 'Build Number' section 10 times
- On your tablet, go to Settings -> Developer Settings
- Enable 'Developer Mode' and plug your tablet into your computer
- When your tablet throws up a prompt, check the box that says 'Always trust this device' and select 'OK'
- Download the driver package and extract it
- On your computer, go to Control Panel -> Device Manager
- There should be a device with the name 'SHIELD Tablet' or similar with an exclamation mark next to it.
- right-click the device and select 'Properties'
- Select the 'Driver' tab and click 'Update Driver'
- Select 'Browse' and then browse for the folder where you extracted the drivers to
- Let the driver load and you should be good to go
If you ever have problems with the ADB driver, follow this method to reinstall it.
- On your computer, navigate to Control Panel -> Device Manager
- Navigate to the device labeled 'SHIELD Tablet' or similar
- Right-click the device and select 'Update Driver Software', select 'Browse my computer', and then select 'Let me pick'
- Uncheck 'Show Compatible Hardware' and browse under 'Android' for the 'ADB Composite Driver'
- Load the driver and you should be good to go
- Reboot to your bootloader
- On your computer, navigate to Control Panel -> Device Manager
- Navigate to the device labeled 'SHIELD Tablet' or similar
- Right-click the device and select 'Update Driver Software', select 'Browse my computer', and then select 'Let me pick'
- Uncheck 'Show Compatible Hardware' and browse under 'Android' for the 'Fastboot Driver'
- Load the driver and then open a command prompt for fastboot on your computer
- Type 'fastboot devices' and your device should be listed
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.
- Plug your tablet into your computer
- If you get a prompt on your tablet, make sure to check 'Always allow from this computer' and press 'OK'
- Open a command prompt in your ADB directory
- Type 'adb reboot bootloader'
- Your tablet should now be at its bootloader
- Make sure your tablet is turned off
- Hold the volume-down button and tap the power button once
- You can let go of the volume-down button as soon as the backlight comes on
- You should now be at the bootloader
You may void your warranty by unlocking your bootloader. You will need fastboot for this.
- Plug your tablet into your computer
- Boot into your bootloader
- Open a command prompt in your fastboot directory
- In the command prompt, type 'fastboot devices' and make sure your device is listed
- In the command prompt, type 'fastboot oem unlock'
- Your bootloader should now be unlocked
- Boot into your bootloader
- Use the volume buttons to select the 'Recovery Mode' option
- You should now be in recovery mode
- 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
You must have fastboot drivers installed as well as an unlocked bootloader.
- Plug your device into your computer
- Reboot to your bootloader
- On your computer, open a command prompt in your fastboot directory
- Enter the command 'fastboot flash recovery <filename>' where <filename> is the path to your custom recovery image
- Navigate to the 'Recovery Mode' option on your device and select it
- 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
Optional Steps
Flashing a Custom Recovery
Root Your Device
Your warranty may be void if you follow these steps.
Flashing the Recovery Image
- Extract your desired recovery image to a directory of your choosing
- Enter your bootloader
- 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
- 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.
- Place your desired SuperSU zip somewhere on your device
- Reboot into your recovery
- Install SuperSU
For Stock Recovery:
- From the main menu, select 'apply update from external SD card'
- Navigate to wherever you placed the SuperSU zip and select it
- From the main menu, select 'Install'
- Navigate to wherever you placed the SuperSU zip and select it
- Swipe right to begin flashing
- From the main menu, select the 'install zip' option
- Navigate to wherever you placed the SuperSU zip and select it
- Reboot after your recovery is finished flashing the zip
- 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
Flashing via TWRP/CWM
Optional: Re-Root Your Device
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.
- Reboot to your recovery (follow directions in 'Basic Setup')
- Have your device enter sideload mode
For Stock Recovery:
- On the main menu, select 'apply update from ADB'
- You should now be in sideload mode
- On the main menu, select 'Advanced'
- Select 'ADB Sideload'
- Swipe right to enter sideload mode
- On the main menu, select 'install zip'
- Select 'install zip from sideload'
- You should now be in sideload mode
- Open a command prompt for ADB on your computer
- Enter the command 'adb sideload <filename>'
- Reboot when sideloading is complete
- You should now be updated
- Place the desired OTA zip somewhere on your device
- Reboot to your custom recovery (follow directions in "Basic Setup")
- Install the zip file
For TWRP:
- Select the 'Install' option on the main menu
- Browse to the location of the OTA zip
- Select the zip file and swipe right to flash
- Navigate to 'install zip'
- Select option 1 or 2 depending on where you placed the OTA zip
- Browse to the location of the zip and select it
- Select 'Yes' and CWM will begin to flash the OTA
- Reboot when your custom recovery is finished flashing and you should be updated
You can also use 'adb sideload' to install SuperSU.
- Place your desired SuperSU zip somewhere on your device
- Reboot into your recovery
- Install SuperSU
For Stock Recovery:
- From the main menu, select 'apply update from external SD card'
- Navigate to wherever you placed the SuperSU zip and select it
- From the main menu, select 'Install'
- Navigate to wherever you placed the SuperSU zip and select it
- Swipe right to begin flashing
- From the main menu, select the 'install zip' option
- Navigate to wherever you placed the SuperSU zip and select it
- Reboot after your recovery is finished flashing the zip
- 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.
Links for all of the downloads: Recovery Images | Everything Else | MD5 Hashes
Recovery Images
LTE (RoW)
LTE (US)
WiFi
OTAs
Incremental
LTE (RoW)
LTE (US)
WiFi
Full
LTE (RoW)
LTE (US)
WiFi
Utilities
SHIELD Tablet USB Drivers
TWRP Recovery
CWM Recovery
SuperSU
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]
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]
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]
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]
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://forum.xda-developers.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]
Code:
[I]CWM v6.0.5.2 by [URL="http://forum.xda-developers.com/showpost.php?p=57781401&postcount=130"]romracer[/URL][/I] | [URL="https://mega.co.nz/#!v5xTWRIR!PoS9-LgpBu3N5KR6vEt0HqOO6B-5qa-j7F0-_cNfHn0"]MEGA[/URL]
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]
Last edited: