Stock Recovery Images and OTA Library w/ Guides - Shield Tablet General

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
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'
Initial ADB Driver Installation
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
Future ADB Driver Installation
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
Fastboot Driver Installation
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
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.
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
Option 2
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
Unlocking 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
Booting to Recovery
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
Flashing Custom Recovery
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
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
For TWRP:
From the main menu, select 'Install'
Navigate to wherever you placed the SuperSU zip and select it
Swipe right to begin flashing
For CWM:
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
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
For TWRP:
On the main menu, select 'Advanced'
Select 'ADB Sideload'
Swipe right to enter sideload mode
For CWM:
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
Flashing via TWRP/CWM
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
For CWM:
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
Optional: Re-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
For TWRP:
From the main menu, select 'Install'
Navigate to wherever you placed the SuperSU zip and select it
Swipe right to begin flashing
For CWM:
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.
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://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]
CWM Recovery
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]
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]

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

Thank you both for this! I've been going mad trying to update mine.

This does not work for me, every time I try it, it reboots to my previous rom, the PACMAN rom....
anyone know how to get by this?
**EDIT** SOLVED
For some reason I was losing my CWM recovery and would get "no command" error when attempting to go to recovery. I reloaded CWM back in, then using adb I skipped the first step "flash recovery.img" I skipped that and just did the rest. In between each I selected fastboot protocol . Unplugged the devices, then rebooted and finally I'm back to 1.2.1

Yes... this is a known issue with CWM - and it doesnt happen all the time either - which makes no sense to me, and why I have not bothered with CWM recovery partition. I will just flash boot into CWM when I need it. I never need it when I am not hope in front of my PC.
PS - the no command is the first step to getting into the Nvidia recovery.
Glad you got it worked out... Your method was exactly the same way I was able to successfully use CWM to flash a new rom.
DFA1 said:
This does not work for me, every time I try it, it reboots to my previous rom, the PACMAN rom....
anyone know how to get by this?
**EDIT** SOLVED
For some reason I was losing my CWM recovery and would get "no command" error when attempting to go to recovery. I reloaded CWM back in, then using adb I skipped the first step "flash recovery.img" I skipped that and just did the rest. In between each I selected fastboot protocol . Unplugged the devices, then rebooted and finally I'm back to 1.2.1
Click to expand...
Click to collapse

Nvidia 2.1 Recovery Image
Nvidia has posted the official NVIDIA SHIELD Tablet LTE and WIFI US Recovery OS Image
https://developer.nvidia.com/gameworksdownload

Hi I just received my tablet..I rooted it and have custom recovery.. Im currently on the latest build so can I just flash these incremental otas as they are released in cwm?

MidgetMob said:
Downloads - Full OTAs
LTE (RoW)
Code:
[I]Update 1.2.1[/I] | [URL="https://mega.co.nz/#!alZXhSSa!xDaFBYGq4fOT0DV5uRX5Pk3BjuNzuLPH4Sz_ShQ02ns"]MEGA[/URL]
Click to expand...
Click to collapse
Thank you, and an FYI, the above item is corrupt on mega as only 571 MB instead of 701MB (fails archive test).
Here is the direct link to the same file from nVidia:
RoW 1.2.1 OTA from nVidia

mmad81 said:
Hi I just received my tablet..I rooted it and have custom recovery.. Im currently on the latest build so can I just flash these incremental otas as they are released in cwm?
Click to expand...
Click to collapse
If you're on the latest build why would you flash any updates? Unless of course you're simply talking about flashing them after downgrading your android version, in which case yes you can do that.
DFA1 said:
This does not work for me, every time I try it, it reboots to my previous rom, the PACMAN rom....
anyone know how to get by this?
**EDIT** SOLVED
For some reason I was losing my CWM recovery and would get "no command" error when attempting to go to recovery. I reloaded CWM back in, then using adb I skipped the first step "flash recovery.img" I skipped that and just did the rest. In between each I selected fastboot protocol . Unplugged the devices, then rebooted and finally I'm back to 1.2.1
Click to expand...
Click to collapse
By flashing the stock recovery.img you were overwriting CWM as CWM replaces recovery.img. By skipping the step to flash the stock recovery.img you combined both restoring a factory image and adding in CWM. Generally you'd just flash the CWM recovery.img right after flashing the stock recovery package.
zarish said:
Thank you, and an FYI, the above item is corrupt on mega as only 571 MB instead of 701MB (fails archive test).
Here is the direct link to the same file from nVidia:
RoW 1.2.1 OTA from nVidia
Click to expand...
Click to collapse
Thanks for letting me know, must have been a corrupted download. The link has been updated to the 701MB OTA.
The 2.1 recovery images should be up within the next few hours. 2.1 images are up.

Google Drive links updated. No need to request access anymore.

Might be slightly off topic or the wrong area, but does anyone have a stock Shield Emulator Skin for Android Studio? I cannot find anyone/anywhere that has made it and I am still rather new to development and so I do not know myself how to make it properly

2.1 and 2.2 recovery images as well as the 2.1, 2.2, and 2.2.1 OTAs have been added. Enjoy!

So I am having an issue with SuperSU that I have never had before and for the life of me I cannot figure out what is going on. I restored my device using the 2.2 restore zip, everything went perfectly thanks to the instructions, and updated to 2.2.1. Once on 2.2.1 I flashed TWRP and used it to flash SuperSU.
The issue is though no matter what I cannot gain root access. Everything I flash the SU zip and reboot I start the app and it tells me there is no SU binary installed and SuperSU cannot install one. I have tried different recoveries and no matter what I still have this issue.
Can anyone give me an idea of what is going on?
Edit:
So apparently I was using v1.94 and it was installing an outdated binary that could not be updated in app. I am such an idiot.

shangrila500 said:
So I am having an issue with SuperSU that I have never had before and for the life of me I cannot figure out what is going on. I restored my device using the 2.2 restore zip, everything went perfectly thanks to the instructions, and updated to 2.2.1. Once on 2.2.1 I flashed TWRP and used it to flash SuperSU.
The issue is though no matter what I cannot gain root access. Everything I flash the SU zip and reboot I start the app and it tells me there is no SU binary installed and SuperSU cannot install one. I have tried different recoveries and no matter what I still have this issue.
Can anyone give me an idea of what is going on?
Edit:
So apparently I was using v1.94 and it was installing an outdated binary that could not be updated in app. I am such an idiot.
Click to expand...
Click to collapse
I did the same thing. For some reason the SuperSU website has v1.94 listed and not v2.40. The latter seems to work just fine, as you noticed, and I find it odd that the site doesn't list it anymore.
Glad you figured it out though.
Sent from my SHIELD Tablet using XDA Free mobile app

2.2.1 recovery images added.
I also have removed all v1, v1.1, and v1.2 recovery images as they do not seem to be popular. Feel free to PM me if you need a link for any of the removed recovery images.

Thanks For This!
Just wanted to say thanks, @MidgetMob, for maintaining this thread.

Damn fine job you ve done here. I will have to say one of the finest so far that I have seen.. Just wanted to make sure to drop a line and say thanks for all the work your doing and thanks to eveyone envolved. Its work like this that enables all of us noobs to be able to do the things we do..

koop1955 said:
Just wanted to say thanks, @MidgetMob, for maintaining this thread.
Click to expand...
Click to collapse
MasterBrick said:
Damn fine job you ve done here. I will have to say one of the finest so far that I have seen.. Just wanted to make sure to drop a line and say thanks for all the work your doing and thanks to eveyone envolved. Its work like this that enables all of us noobs to be able to do the things we do..
Click to expand...
Click to collapse
My pleasure. Anything to help the SHIELD Tablet community grow, even if it is only stock recovery images and OTAs as opposed to custom ROMs

anyone else have the insufficient memory error when attempting to fastboot flash system system.img
disrgard, the staging blob did not report max size first time around.

hi i have a problem using cwm to install from internal storage and i cant seem to get any understand from the post you guys made.. it seems that when i try to install the incremental update from 2.1 to 2.2 the verification fails saying its still on 4.4 kit kiat.. what do i need to do ?
Thanks in advance

Related

[HTCEvoDesign4G][ROM][Stock][Debloated][2.12.651.5] DesignerEvo v0.5, Updated April 9

DesignerEvo v0.5, a customized stock rom for the HTC Evo Design 4G!
Visit the original announcement / discussion thread on SDX-Developers here.
Based on the stock HTC build 2.12.651.5 / Android 2.3.4 / HTC Sense 3.0, and baked using the Android Kitchen 0.184 by dsixda (http://forum.xda-developers.com/showthread.php?t=633246).
My goal was to create something that would be more useful for me, but figured other people might be able to benefit from it as well!
Important note: If you want to Factory Reset this ROM, you should reinstall the DesignerEvo-update.zip immediately after performing the reset to restore content to the /data partition. Otherwise there will be a number of preinstalled things missing.
Current Release:
DesignerEvo v0.5 (MD5SUM 71088007ee3da6d2baaf83a113e48f44)
Download here: http://d-h.st/C0I
Old Releases:
DesignerEvo v0.4
Redacted due to Wifi issues
DesignerEvo v0.3 (MD5SUM a0dd61849533fb64d887d6cb1e400cbb)
Download here: http://d-h.st/11i
DesignerEvo v0.2 (MD5SUM 00359825fee03c49007634213ebab901)
Download here: http://d-h.st/b0t
DesignerEvo v0.1 (MD5SUM 44d081019e2fe69dcf416eced88f9448)
Download here: http://d-h.st/gy023lstrxw9
Changelog:
Version 0.5:
Based on HTC RUU 2.12.651.5
Now install boot animation to /data/local/bootanimation.zip so you can easily override it if you want (via symlinks to /system)!
New DesignerEvo boot animation from Dysgenic! http://forum.xda-developers.com/showthread.php?t=905538
Backed out this change in 0.5 since it broke WiFi: Use busybox instead of toolbox for common utilities, gives a bit better functionality on things like ls and friends (colors!)
Version 0.4:
Redacted due to WiFi issues
Version 0.3:
Based on HTC RUU 2.12.651.5
Upgraded version of Android Wifi Tether to 3.1 Beta11 (IMPORTANT: Be sure to enable MSS clamping + Routing Fix in the Wifi Tether settings, otherwise tethering won't work on 3G!).
Added in HTC Radio apps + widget per user request!
Added back in Polaris Office (lets you open MS Office files, and won't run properly when installed to /data, needs to be in /system).
Resoled issue with lockscreen shortcuts and widgets on a Factory Reset.
Updated versions of Amazon Appstore + all other Play-updateable apps.
Added UOT Kitchen battery guage with battery percentage shown.
Modified statusbar to display 1x for 1xRTT data when not in a 3G area.
Using the same boot.img from DesignerEvo-0.2, note that if you don't install the correct boot.img, your WiFi and many other things will NOT WORK CORRECTLY!!! If you have already flashed 0.2, you don't have to re-flash for 0.3 though! People coming from stock and 0.1 should flash the 0.2 boot image (included in this download).
Version 0.2:
Based on HTC RUU 2.12.651.5
Downgraded to Android Wifi Tether v3.0.7 update9 since it is more stable on the Design 4G. You can still upgrade to newer versions, but this is the one that seemed to work the best.
Version 0.1:
Based on HTC RUU 1.19.651.0
Stock kernel 2.6.35.10 with initrd tweak
Debloated (Sprint / HTC stock apps removed, many can be re-downloaded from the Market)
Deodexed
Zip-aligned
/data/app enabled to allow easy removal of stock applications
/etc/init.d scripts enabled (busybox run-parts)
Disabled OTA updates in build.prop (FOTA settings)
Many updated stock applications, moved to /data/app to allow for uninstall / market updates
(Console) Applications added:
Bash shell (default)
BusyBox v1.19.3
Nano text editor
(Android) Applications added:
(Downgraded) EPST from the Evo 4G allowing applying custom PRLs on-demand (##PRL#)
Superuser 3.0.7
Android Wifi Tether v3.1 beta6
Amazon Appstore
EStrong's File Explorer
Ookla Speed Test
How to flash (note that if you have not yet done a HTC Bootloader Unlock, this will perform a factory reset on your phone!!! Be very sure that this is what you want! If you have rooted without unlocking, I highly recommend downloading Titanium Backup to perform a full backup of all your apps and data first!):
Enable USB Debugging on your android phone (http://www.groovypost.com/howto/mobile/how-to-enable-usb-debugging-android-phone/)
Get adb / fastboot working (needed to unlock and flash boot.img)
Windows: http://www.umnet.com/mobile-blogs/321-AndroidADBFastboot_Easy_5_minute_setup_(Great_for_nOObs)
Mac/Linux: Install the Android SDK from Google and then download fastboot from here: http://koushikdutta.blurryfox.com/G1/
Perform a HTC Bootloader Unlock on your HTC Evo Design 4G (makes use of fastboot installed in step 2): http://htcdev.com/bootloader
Reboot into the bootloader (adb reboot bootloader) to access fastboot (or pull your battery, and re-insert it, then immediately hold down Power and VolDown until the white HTC HBOOT screen appears).
Run all following steps in the directory where you've decompressed DesignEvo-0.1.zip:
Run "fastboot flash recovery recovery-unofficial-cwm-5.0.2.7.img" (credit goes to 2fast4u88 on XDA: http://forum.xda-developers.com/showthread.php?p=20444019)
Alternatively, flash any other Evo Design 4G Recovery image (the unofficial TWRP build is also known to work)
Run "fastboot flash boot DesignerEvo-0.1-boot.img"
Now recovery and boot will be flashed. On your phone, select "BOOTLOADER" using VolUp/Down and Power to select.
Press VolDown to select RECOVERY (might take a few seconds to scan your SDCard first) and press Power to select.
You should now be booted into 2FS CWM-based Recovery v5.0.2.7.
Now would be a good time to make a nandroid backup of all your stock partitions! The nandroid backup plus the stock-boot.img I include in my download zip will get you back to a factory flash if necessary. (More info on nandroid: http://forum.xda-developers.com/showthread.php?t=1186090)
Run "adb shell mount sdcard" to mount your SDCARD on the phone. Nothing should be returned (if success).
Run "adb push DesignerEvo-0.X-update.zip /sdcard/DesignerEvo-0.X-update.zip" to copy the update.zip image to your sdcard.
Once the push is successful, choose "install zip from sdcard" (again using VolUp/Down/Power).
It will likely take about five minutes to copy. Be patient
Select "install zip from sdcard"
Select "choose zip from sdcard"
Select "DesignerEvo-0.1-update.zip" (probably near the bottom)
Select "Yes - Install DesignerEvo-0.X-update.zip"
After about 5 minutes, you should see "Install from sdcard complete"
You can now select "+++Go Back+++", and should wipe your Cache and Dalvik Cache before proceeding.
Finally, choose "reboot system now"
Your phone should now reboot into DesignerEvo. Verify by navigating to Settings->About phone->Software information->Software number!
Regards-
hofopds
Reserved...
Reserving slot 2...

[Q] Installing Ubuntu 14.10 MultiRom

So currently I have FirefoxOS, Android, and Ubuntu Touch installed in MultiRom. Before I followed this guide: http://www.droidviews.com/how-to-triple-boot-nexus-4-on-android-firefox-os-ubuntu-touch/
But now that 14.10 is released I want to install that instead of 13.10, but now the daily builds are all image files instead of zips, is it still possible to install Ubuntu Touch through MultiRom? if so how?
Saucy Salamander:
http://cdimage.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/
Utopic Unicorn:
http://cdimage.ubuntu.com/ubuntu-touch/daily-preinstalled/current/
To clarify I want to install Ubuntu 14.10 using this method:
Download the system image flash-able zip (trusty-preinstalled-touch-armhf.zip) & device specific flash-able zip (trusty-preinstalled-touch-armel+mako.zip) from here.
Connect your device to the PC and transfer the trusty-preinstalled-touch-armhf.zip & trusty-preinstalled-touch-armel+mako.zip to the device’s storage.
Open a new cmd window and type in the following command to boot your device in recovery mode:
adb reboot recovery
Tap on Advanced > MultiROM > Add ROM
Set Choose ROM type to Ubuntu Touch
Set Share kernel with Internal ROM to Don’t share
Now tap on Next > ZIP file. Select trusty-preinstalled-touch-armhf.zip and start the flashing process.
Once done, again tap on Advanced > MultiROM > List ROMs
Tap on trusty-preinstalled-touch > trusty-preinstalled-touch-armel+mako.zip and start the flashing process.
Once the process is complete, tap on Reboot System

MTK Tools - An Application for Android Generic Devices

Disclaimer - I (KP) takes no responsibility for any fault or damage caused by using the MTK Tools. No warranties of any kind are given. Use at your Own Risk
Click to expand...
Click to collapse
Check Attachment for Images : :
Hey Gyzz This is my another Toolkit not only for coolpad but also for all android devices running mtk processores. What it can do is based on how you use it. SO read the instructions carefully while using the toolkit.
With This Tool you can easily able to hack into your phone with not an only ease process but also a simple gui interface tool for your phone. Give a try. If you like you can freely donate my work, so that i could make this site a an independent domain
# # Basic Tips to use # #
1. Make sure while using any option move your cursor onto it, to display its information.
2. If toolkit suddenly doesn't respond, make sure you first End its process from task manager then contact me from the toolkit - that why this happen (log)
3. Do not jump onto the options quickly, wait till the first process gets over.
4. That's it, ENJOY
# # Features # #
Let’s Talk About, What it can Do:
*Basic Options for Listing Device in ADB Mode or Fastboot Mode
*Get Full Device Info including CPU Information (all grab from build prop)
*Check Device Encryption, to view it ro.secure.model (Note if it is set to 0 you would not able to root and flash anything onto device)
*Get Whole Advanced Reboot Option (Reboot, Recovery, Bootloader and viceversa)
*Unlock And Relock Bootloader (Any Android Devic, basic method)
*Wipe Data And Factory Reset Phone, Simple via Fastboot
*Wipe System Partition like Dalvik cache, boot, recovery, System (One click)
*Install Root for Android 4.0+ and also 6.0+ via Sideloading
*Replace Kinguser with SuperSu, Fix Root and Any SuperSu error
*Universal Unrooter (guide)
*Install BusyBox App (One Click)
*Flash BusyBox via recovery (Ease)
*Flash Stock Firmware Image
-Boot
-Recovery
-System
-Radio
-UserData
-Cache
*Flash Zip files & Roms by Sideloading or by TWRP tweaks(Best One)
*Install Apk Directly via Toolkit
*Reset Pattern Password (Both Root & Non-Root Devices)
*Build Prop Mods
-Built-in Editor
-Prop Toolkit by Perceval & Hyrule @xda
-Install Build Prop editor Mods
*Android File manager (Copy, Move, Delete, Transfer Files and Do a lot of stuff)
*App Manager for Listing Packages & Targeting package
-Uninstall App
-Kill app
-Clear App Data
-List App Permissions
-Disable & Enable System Apks
-Pull an App to pc and save anywhere you want
*Save Battery Mod Option (This will force-stop all application running in background including some system apps)
*Capture Your Screen Shot without touching the phone
*Record your Android Screen with higher FPS and with Editable Bit-rates and Resoultions
*Tweaks For Android
-V6 SuperCharger (Pre-activated only run it Once)
-TweakDrypT Mod Script (A Script which will Increase Phones Performance by patching some libs, etc)
-Dolby Atmos (A mod which will Enhance System Volume leveler)
-Fly on Mod (An Apk Designed for tweaking android : read posts)
I found this much mod scripts, if you have more contact me I will add it
*Install Important Drivers (Universal ADB, Google USB & ADB/Custom one)
*Set Fastboot Vender ID
-No serial (For android 4.0.0+ and low sometimes)
-Default one (-i 0x1EBF : For Coolpad and some chinese phones)
-Custom Serial (Set your Own : Check this on web)
*Open Command Window and Android Shell Terminal
*Backup & Restore Options (For android 4.0.0+)
-Full App and Data
-Whole Device (-all)
-System (-system)
-Set Custom Backup name
-Restore using Advance Options
*Help And About Sections for
-Informations
-Checking for updates
-Contacting us
-Visiting main web for More Info and Plugins
-- Will add more
# # DOWNLOADS # #
MTK Tools Website :- Link removed
1. Go the main webpage from the video description
2. Head to release section and download the initial release...
All info provided in the video, watch the whole video
Like my WORK you can Donate me via Paypal or Via Directly Paytm on :- +91 7208565164
Any Bugs, Contact me
XDA:DevDB Information
MTK TOOLS, Tool/Utility for all devices (see above for details)
Contributors
[email protected]
Source Code: mode edit - links removed
Version Information
Status: Beta
Current Beta Version: 1.0
Beta Release Date: 2017-01-05
Created 2017-01-06
Last Updated 2017-01-06
ChangeLog
ChangeLog
version 1.0 (January 5, 2016)
*Initial Release

A501 newbie

Hi,
I hope I can help somehow, as I am a total dummy in regards of rooting/hacking/flashing and I am lost with all the rootkits,androids versions etc. available and how it works,.
If someone could help me and guide me through to update my still working Acer Iconia A501, don't want to retire it (yet).
I think the A501 is the G3 version of the A500, right? Actually I do not need 3G.
System says:
Model Number
A501
Android Version
4.0.3
Image Version
Acer_AV401_A501_RV20RC13_EMEA_DE
Build Version
Acer_AV041_A501_1.027.00_EMEA_DE
Image P/N
FM.S14A0.031
What version of Android can I put on it? As some apps require a higher version of Android.
Any help appreciated. :good:
Thank you.
mybva said:
Hi,
I hope I can help somehow, as I am a total dummy in regards of rooting/hacking/flashing and I am lost with all the rootkits,androids versions etc. available and how it works,.
If someone could help me and guide me through to update my still working Acer Iconia A501, don't want to retire it (yet).
I think the A501 is the G3 version of the A500, right? Actually I do not need 3G.
System says:
Model Number
A501
Android Version
4.0.3
Image Version
Acer_AV401_A501_RV20RC13_EMEA_DE
Build Version
Acer_AV041_A501_1.027.00_EMEA_DE
Image P/N
FM.S14A0.031
What version of Android can I put on it? As some apps require a higher version of Android.
Any help appreciated. :good:
Thank you.
Click to expand...
Click to collapse
The a501 is just the a500 but with 3g, and the latest version you can install is lollipop. Here is a thread that should help you upgrade to lollipop and root your device.
https://forum.xda-developers.com/ic...500-upgrade-threaddownloads-to-t3832293/page2
turnert said:
The a501 is just the a500 but with 3g, and the latest version you can install is lollipop. Here is a thread that should help you upgrade to lollipop and root your device.
https://forum.xda-developers.com/ic...500-upgrade-threaddownloads-to-t3832293/page2
Click to expand...
Click to collapse
Hi
Thank you!!!
Finally I was able to do all the steps, holy....
I decided to go with Omnirom, but now I fail with installing GApps
unable to mount flexrom and boot2
when trying to install it via TWRP.
Manually mount in TWRP does not work as well
Also the the APK from GApps only downloads the package, install does not work, maybe because the 2 mounts can't be mounted.
Did something go wrong while installing custom bootloader (TWRP) ?
mybva said:
Hi
Thank you!!!
Finally I was able to do all the steps, holy....
I decided to go with Omnirom, but now I fail with installing GApps
unable to mount flexrom and boot2
when trying to install it via TWRP.
Manually mount in TWRP does not work as well
Also the the APK from GApps only downloads the package, install does not work, maybe because the 2 mounts can't be mounted.
Did something go wrong while installing custom bootloader (TWRP) ?
Click to expand...
Click to collapse
Gapps should be installed I get that same error
turnert said:
Gapps should be installed I get that same error
Click to expand...
Click to collapse
Also you need to format your data partition to f2fs and then the play store should work correctly
turnert said:
Also you need to format your data partition to f2fs and then the play store should work correctly
Click to expand...
Click to collapse
Yes I did that before, now I found the log file saying not enough space in /system
Code:
# Begin Open GApps Install Log
------------------------------------------------------------------
ROM Android version | 5.1.1
ROM Build ID | picasso-userdebug 5.1.1 LMY49M eng.thor2002ro.20170120.114336 test-keys
ROM Version increment | eng.thor2002ro.20170120.114336
ROM SDK version | 22
ROM/Recovery modversion | OmniROM-5.1.1-20170120 Tegraowners ROM v13 (thor & digetx)
Device Recovery |
Device Name | a501
Device Model | A501
Device Type | tablet
Device CPU | armeabi-v7a,armeabi
Device A/B-partitions | false
Installer Platform | arm
ROM Platform | arm
Display Density Used | 160
Install Type | Dirty[Data NOT Wiped]
Smart ART Pre-ODEX | false [Only 6.0+]
Google Camera already installed | false
FaceUnlock Compatible | true
VRMode Compatible | false
Google Camera Compatible | true
New Camera API Compatible | false[force_api]
Google Pixel Features | false
Current GApps Version | No GApps Installed
Installing GApps Zipfile | /external_sd/open_gapps-arm-5.1-nano-20180927.zip
Installing GApps Version | 20180927
Installing GApps Type | nano
Config Type |
Using gapps-config | Not Used
Remove Stock/AOSP Browser | false[NO_Chrome]
Remove Stock/AOSP Camera | false[NO_CameraGoogle]
Remove Stock/AOSP Dialer | false[NO_DialerGoogle]
Remove Stock/AOSP Email | false[NO_Gmail]
Remove Stock/AOSP Gallery | false[NO_Photos]
Remove Stock/AOSP Launcher | false[NO_GoogleNow/PixelLauncher]
Remove Stock/AOSP MMS App | false[NO_Messenger]
Remove Stock/AOSP Pico TTS | false[NO_GoogleTTS]
Ignore Google Contacts | false
Ignore Google Dialer | false
Ignore Google Keyboard | false
Ignore Google Package Installer | false
Ignore Google NFC Tag | true[NoRemove]
Ignore Google WebView | false
Total System Size (KB) | 595136
Used System Space (KB) | 387672
Current Free Space (KB) | 207464
Additional Space Required (KB) | 33896 << See Calculations Below
------------------------------------------------------------------
# End Open GApps Install Log
INSTALLATION FAILURE: Your device does not have sufficient space available in
the system partition to install this GApps package as currently configured.
You will need to switch to a smaller GApps package or use gapps-config to
reduce the installed size.
!!! WARNING !!! - Duplicate files were found between your ROM and this GApps
package. This is likely due to your ROM's dev including Google proprietary
files in the ROM. The duplicate files are shown in the log portion below.
# Begin GApps <> ROM Duplicate File List
/system/etc/permissions/com.google.widevine.software.drm.xml
# End GApps <> ROM Duplicate File List
# Begin GApps Size Calculations
------------------------------------------------------------------
TYPE | DESCRIPTION | SIZE | TOTAL
| Current Free Space | 207464 | 207464
Remove | Existing GApps | + 4 | 207468
Remove | Obsolete Files | + 0 | 207468
Remove | extservicesstock | + 0 | 207468
Remove | extsharedstock | + 0 | 207468
Remove | provision | + 8 | 207476
Install | Core | - 99536 | 107940
Install | calsync | - 1796 | 106144
Install | facedetect | - 536 | 105608
Install | faceunlock | - 14512 | 91096
Install | search | - 76648 | 14448
Install | speech | - 39128 | -24680
| Buffer Space | - 9216 | -33896
------------------------------------------------------------------
Additional Space Required | 33896
------------------------------------------------------------------
# End GApps Size Calculations
# Begin User's gapps-config
# End User's gapps-config
So I selected the Pico version of GApps which then seemed to work , first I started with STOCK then NANO.
Now I need to see if Pico is enough and works with my apps I need.
Is there a way to extend system partition?
Thanks for your help!
mybva said:
Yes I did that before, now I found the log file saying not enough space in /system
So I selected the Pico version of GApps which then seemed to work , first I started with STOCK then NANO.
Now I need to see if Pico is enough and works with my apps I need.
Is there a way to extend system partition?
Thanks for your help!
Click to expand...
Click to collapse
As far as I'm aware there is not a way to extend the system partition.
turnert said:
As far as I'm aware there is not a way to extend the system partition.
Click to expand...
Click to collapse
Hi
anyway, looks most apps working, thanks for your great help
Can be closed here I think, A501 runs now with Omnirom 5.1.1 with Pico GApps due to the space available in system partition.
Cheers

Basic root guide for redmi note 6 pro | orangefox | magisk |

Code:
* Disclaimer
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed. Please do some research
* if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you blame me in any way for what happens to your device, I will laugh at you.
* BOOM! goes the dynamite
HOW TO ROOT XIAOMI REDMI NOTE 6 PRO
Pre-Requisits
-Unlocked Bootloader
-Have a PC
This is an in general type to tutorial. You are expected to be able to understand some aspects of rooting an android phone
IF YOU ALREADY HAVE DEVELOPER OPTIONS ENABLED SKIP THIS PART
-Go to settings
-About Phone
-Tap MIUI Version 7 times until you get a floating notification that says "You are now a Developer!"
-Go back to main menu and go to additional settings
-Developer options
-Have USB DEBUGGING ENABLED
DOWNLOADS
-Download The latest stable Magisk https://github.com/topjohnwu/Magisk/releases/ Magisk-vXX.X.zip (You might want to do a quick check that the current version has no major bugs.)
-Download The latest version of Orange Fox recovery https://files.orangefox.tech/OrangeFox-Stable/tulip/ OrangeFox-RXX.X_XX-Stable-tulip.zip
-Download ADB-Platform tools https://www.xda-developers.com/install-adb-windows-macos-linux/
-Download the lastest LazyFlasher from https://www.androidinfotech.com/no-verity-opt-encrypt-versions/
-Once you have all your files downloaded copy the folder in OrangeFox called sdcard to your sd. Put the magisk.zip and the no-verity-opt-encrypt.zip files in there aswell. Put the sdcard back in your phone
-Power off phone
-Boot to bootloader(Power + Volume Down)
-plug phone into computer
-open PowerShell and navigate to where your OrangeFox folder is using the cd command.
-
Code:
fastboot devices
Make sure there is something that show up for this
-
Code:
fastboot flash recovery recovery.img
-
Code:
fastboot boot recovery.img
or
Code:
fastboot reboot recovery
-Once OrangeFox is loaded navigate to the folder you put on your sd card previously
-Flash the zip called OF_initd.zip
-Navigate to menu tab -> Restart -> Recovery
-At this point your phone will have Orange Fox installed.
-Once OrangeFox is loaded navigate to where you placed your magisk.zip file
-Flash it
-Go back and flash no-verity-opt-encrypt.zip
-Navigate to menu and reboot to system
DONE!
worked !! thanks!!!
You're too early for the guide ?

Categories

Resources