logo

androidroot.github.io

Adaptation/mirror of androidroot.{mobi,github.io}. Live at https://androidroot.hacktivis.me/git clone https://hacktivis.me/git/androidroot.github.io.git

index.html (12201B)


  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <title>AndroidRoot.Mobi - Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</title>
  9. <!-- Bootstrap -->
  10. <link href="/css/bootstrap.min.css" rel="stylesheet">
  11. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  12. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  13. <!--[if lt IE 9]>
  14. <script src="/js/html5shiv.min.js"></script>
  15. <script src="/js/respond.min.js"></script>
  16. <![endif]-->
  17. </head>
  18. <body>
  19. <nav class="navbar navbar-default navbar-static-top">
  20. <div class="container">
  21. <div class="navbar-header">
  22. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
  23. aria-expanded="false" aria-controls="navbar">
  24. <span class="sr-only">Toggle navigation</span>
  25. <span class="icon-bar"></span>
  26. <span class="icon-bar"></span>
  27. <span class="icon-bar"></span>
  28. </button>
  29. <a class="navbar-brand" href="#">AndroidRoot.Mobi</a>
  30. <p class="navbar-text">Rooting all your tablets!</p>
  31. </div>
  32. <div id="navbar" class="navbar-collapse collapse navbar-right">
  33. <ul class="nav navbar-nav">
  34. <li class=""><a href="/">Home</a></li>
  35. <li class=""><a href="/pages/about-us/">About Us</a></li>
  36. <li class=""><a href="/pages/donations/">Donations</a></li>
  37. <li class="dropdown ">
  38. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Technical <span class="caret"></span></a>
  39. <ul class="dropdown-menu dropdown-menu-right">
  40. <li><a href="/pages/asustransformer-root-cwm-recovery/">Asus Transformer Root + CWM recovery </a></li>
  41. <li><a href="/pages/the-inner-workings-of-secure-boot-key-and-nvflash/">The inner workings of Secure Boot key and Nvflash </a></li>
  42. </ul>
  43. </li>
  44. <li class="dropdown active">
  45. <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Guides<span class="caret"></span></a>
  46. <ul class="dropdown-menu dropdown-menu-right">
  47. <li><a href="/pages/guides/tegra3-guide-nvflash/">Tegra3 Guide: nvflash</a></li>
  48. <li><a href="/pages/guides/tegra3-guide-nvflash-jellybean/">Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</a></li>
  49. </ul>
  50. </li>
  51. </ul>
  52. </div>
  53. </div>
  54. </nav>
  55. <div class="container">
  56. <h1>Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</h1>
  57. </div>
  58. <div class="container">
  59. <h2>Introduction</h2><h4><br>NOTE: As always, the files are non-redistributable! (This only applies to the image itself and wheelie.)</h4>
  60. <p><br>Those with the Nexus 7 or who upgraded to Jellybean before getting nvflash access - we did not forget about you! </p>
  61. <p>This guide will walk you through the process of acquiring nvflash access to your tablet. Note that this has only been tested on TF201, TF300, TF700 and Nexus 7 (Wi-Fi + 3G)! </p>
  62. <p>As part of the process of gaining this access you will need to flash the AndroidRoot patched custom bootloader. However, flashing the bootloader is a potentially very risky activity so please think carefully before you proceed!</p>
  63. <p><strong>As part of undertaking this guide you disclaim AndroidRoot and its members of all liability or responsibility for any damage incurred. By performing the following steps you undertake all risks thereof.</strong></p>
  64. <p><em>Please note that this procedure is an advanced process and should only be completed by competent users.</em></p>
  65. <h2>The AndroidRoot Patched Bootloader</h2>
  66. <p><br>The current AndroidRoot.mobi bootloader versions are</p>
  67. <ul>
  68. <li>Transformer Prime TF201: <strong>10.4.2.15 (INCOMPATIBLE WITH HAIRY BEAN)</strong></li></ul><ul><li>Transformer TF300: <strong>10.6.1.15.3</strong></li></ul>
  69. <ul>
  70. <li>Transformer TF700<strong>: 10.6.1.14.4</strong></li></ul>
  71. <ul>
  72. <li>Nexus 7 (2012): <strong>4.13</strong></li></ul>
  73. <p><span> Prerequisites</span></p>
  74. <ol>
  75. <li>An unlocked TF201, TF300, TF700 or Nexus 7 (2012) Wi-Fi &amp; 3G tablet</li><li>Working fastboot binary &amp; all necessary drivers</li><li>The nvflash binary from NVIDIA (See Downloads)</li><li>Nerves of steel!</li></ol>
  76. <h2> Generating your nvflash blob files</h2>
  77. <p><br>To gain access to nvflash you will need to generate nvflash blob files which will allow you to authenticate with the APX mode on device.</p>
  78. <p>To begin please download the file suitable for your OS and tablet from the download section.</p>
  79. <p>When you have downloaded the pack for your device, you will need to reboot your device into fastboot mode. You can do this by rebooting the device and holding the volume down key until "Checking for RCK image" appears, at this stage do nothing until the boot menu loads. Once you are at the boot menu please enter fastboot mode (if the device is not already in fastboot mode). The exact procedure for entering fastboot mode differs between different devices.</p>
  80. <p>(Please note that for transformer tablets the fastboot command might require the option "-i 0x0b05".)</p>
  81. <p>Now that you are in fastboot mode please run the following command to flash the AndroidRoot recovery image:-</p>
  82. <blockquote>$ fastboot flash recovery flatline_device.img</blockquote>
  83. <p><br>Please ensure flashing succeeds before continuing this guide. A blue bar will be shown on screen indicated that flashing succeeded.</p>
  84. <p>After the flash process has completed you will need to reboot your device into recovery. It is important that you reboot completely rather than directly enter recovery. If you don't there is a risk that the process can fail.</p>
  85. <p>Once your device has booted into recovery, select the "Wheelie" menuitem in the "Advanced" item, accepting the warning if you wish to continue. At this stage you will need to select "Step 1: Flash AndroidRoot BL" which will flash the AndroidRoot custom bootloader.</p>
  86. <p>The device will power off. Power the device back on and allow it to boot normally into Android. Once the device has fully booted please reboot the device back into recovery mode.</p>
  87. <p>Once your device has booted into recovery again, you need to select "Step 2: Generate wheelie blobs" from the Wheelie menu in Advanced.</p>
  88. <p>This will generate your nvflash blobs and if a wifi connection is able to be initialised, it will upload the blobs for safe keeping to the AndroidRoot webserver (there is nothing confidential about your encrypted nvflash blobs). After blob generation is complete, please follow the on the screen prompt to retrieve your blobs from the /data partition. (This will either be "adb pull /data/media/AndroidRoot" or "adb pull /tmp/AndroidRoot".)</p>
  89. <p><strong>** You absolutely must keep these files in triplicate copies - they are your life-line **</strong></p>
  90. <p>Please note that the blob generation process can take a fair amount of time so feel free to go grab a tea or coffee at this stage. Your device probably hasn't crashed!</p>
  91. <h2> Accessing nvflash</h2>
  92. <p><br>Finally, you will now be able to access nvflash using wheelie. To do this please reboot your tablet into APX mode by holding down the volume up key during the reboot process. If successful the screen should remain blank and be detected over USB by your computer as an NVIDIA APX mode device. <strong>Windows Note:</strong> This will probably not work on Windows 8 without entering test mode. We are not aware of any fully signed APX Mode driver.</p>
  93. <p>To "bootstrap" into nvflash using wheelie simply run the following command:-</p>
  94. <blockquote>$ wheelie --blob blob.bin</blockquote>
  95. <p><br>If successful your device will boot into nvflash mode and the bootloader screen will appear on the device.</p>
  96. <p>WARNING: If you run the following command it will boot your device into regular android. This is listed as an *EXAMPLE*. Run the commands in "What Next?" section first.</p>
  97. <p>From this point you will be able to use nvflash as normal by running commands such as the following to continue booting your device:-</p>
  98. <blockquote>$ nvflash --resume --go</blockquote>
  99. <h2>What Next?</h2>
  100. <p><br>Good news! You have acquired nvflash access so what should you do next?</p>
  101. <p>We strongly recommend that absolutely everyone who obtains nvflash access runs the following command:-</p>
  102. <p><strong>Transformer Devices:</strong></p><p>$ nvflash --resume --rawdeviceread 0 2944 bricksafe.img</p><p><strong>Nexus 7:</strong></p><p>$ nvflash --resume --rawdeviceread 0 2688 bricksafe.img</p>
  103. <p><br>This is a very important back-up file which is to be stored safely along with your nvflash blob files.</p>
  104. <p><strong>** Failure to make this back-up file will lead to support being withheld if you brick your device. You have been warned. **</strong></p>
  105. <h3><strong>For the ASUS Transformer series devices, the following backups are recommended:</strong></h3><blockquote>$ nvflash --resume --read 14 factory-config.img</blockquote><blockquote>$ nvflash --resume --read 7 unlock-token.img</blockquote><blockquote>Store these files securely with the blob data and bricksafe.img</blockquote>
  106. <h3><strong>For Nexus 7, we recommend backing up the following partitions:</strong></h3><blockquote>$ nvflash --resume --read 5 eks.img</blockquote><blockquote>$ nvflash --resume --read 13 factory-config.img</blockquote><blockquote>$ nvflash --resume --read 14 mda.img</blockquote><h2>Downloads</h2>
  107. <ul>
  108. <li>NVFlash: <a href="/download/nvflash-tools-win32.zip" title="Wheelie &amp; NVFlash Windows">Windows</a> | <a href="/download/nvflash-tools-linux.tar.bz2" title="NVFlash Linux">Linux</a></li></ul>
  109. <ul>
  110. <li>TF201: <a href="/download/flatline_tf201.img" title="Flatline TF201">Download</a></li></ul>
  111. <ul>
  112. <li>TF300: <a href="/download/flatline_tf300.img" title="Flatline TF300">Download</a></li></ul>
  113. <ul>
  114. <li><span>TF700: </span><a href="/download/flatline_tf700.img" title="Flatline TF700">Download</a></li></ul>
  115. <ul>
  116. <li><span>Nexus 7: </span><a href="/download/flatline_grouper.img" title="Flatline Nexus 7 (Wi-Fi &amp; 3G)">Download</a></li></ul>
  117. <ul>
  118. <li>Drivers: <a href="http://forum.xda-developers.com/showthread.php?t=1426502">Windows</a></li></ul>
  119. <ul>
  120. <li>Drivers TF700: <a href="/download/Universal_Naked_Driver_0.7_tf700.zip" title="Universal Naked Driver TF700">Windows</a> (Patched <a href="http://forum.xda-developers.com/showthread.php?t=1426502">Universal Naked Driver</a>) (May or may not work! We recommend using Linux.)</li></ul><h2>Credits</h2>
  121. <p><br>In alphabetical order the entire AndroidRoot.mobi team: Bumble-Bee, IEF, kmdm, lilstevie &amp; RaYmAn.</p>
  122. <p>Our beta-testers for risking their devices so that you don't have to (in no particular order):</p>
  123. <ul>
  124. <li>XpLoDWilD (TF300, TF700)</li></ul>
  125. <ul>
  126. <li>Dees_Troy (TF700)</li></ul>
  127. <ul>
  128. <li>AndroidRoot Team ;)</li></ul>
  129. <p>We would also like to take this opportunity to thank ASUS &amp; Google for providing the ability to unlock the Transformer Prime and to further state that <strong>DRM is not compromised</strong> since the DRM keys have already been erased from the device during the unlock process and our work can only be used on an unlocked device.</p><p><span>Finally we would like to thank the Clockwork Mod Recovery developers for the recovery platform that flat-line is based on</span></p>
  130. </div>
  131. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  132. <script src="/js/jquery-1.11.3.js"></script>
  133. <!-- Include all compiled plugins (below), or include individual files as needed -->
  134. <script src="/js/bootstrap.min.js"></script>
  135. </body>
  136. </html>