index.html (8756B)
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
- <title>AndroidRoot.Mobi - Asus Transformer Root + CWM recovery</title>
- <!-- Bootstrap -->
- <link href="/css/bootstrap.min.css" rel="stylesheet">
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
- <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
- <!--[if lt IE 9]>
- <script src="/js/html5shiv.min.js"></script>
- <script src="/js/respond.min.js"></script>
- <![endif]-->
- </head>
- <body>
- <nav class="navbar navbar-default navbar-static-top">
- <div class="container">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
- aria-expanded="false" aria-controls="navbar">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="#">AndroidRoot.Mobi</a>
- <p class="navbar-text">Rooting all your tablets!</p>
- </div>
- <div id="navbar" class="navbar-collapse collapse navbar-right">
- <ul class="nav navbar-nav">
- <li class=""><a href="/">Home</a></li>
- <li class=""><a href="/pages/about-us/">About Us</a></li>
- <li class=""><a href="/pages/donations/">Donations</a></li>
- <li class="dropdown active">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Technical <span class="caret"></span></a>
- <ul class="dropdown-menu dropdown-menu-right">
- <li><a href="/pages/asustransformer-root-cwm-recovery/">Asus Transformer Root + CWM recovery </a></li>
- <li><a href="/pages/the-inner-workings-of-secure-boot-key-and-nvflash/">The inner workings of Secure Boot key and Nvflash </a></li>
- </ul>
- </li>
- <li class="dropdown ">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Guides<span class="caret"></span></a>
- <ul class="dropdown-menu dropdown-menu-right">
- <li><a href="/pages/guides/tegra3-guide-nvflash/">Tegra3 Guide: nvflash</a></li>
- <li><a href="/pages/guides/tegra3-guide-nvflash-jellybean/">Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</a></li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- </nav>
- <div class="container">
- <h1>Asus Transformer Root + CWM recovery</h1>
- </div>
- <div class="container">
- <p>Ok so here it is :) one note before hand please do not replicate / repost this guide (by all means use the method / code / files in other places) but due to things outlined here (<a href="/2011/04/28/some-thoughts-on-guide-reposting/">http://androidroot.mobi/2011/04/28/some-thoughts-on-guide-reposting/</a>) we would rather this just be linked in other places to keep information up to date :)</p>
- <p><span style="">UPDATE 4/5/2011: New blob released! This blob is intended for latest firmware update (V8.2.3.9) and fixes the camera/bluetooth issues! Use V4 for previous updates! If you use V5, replace all occurrences of CWM_BLOB_V4 with CWM_BLOB_V5 in the guide below.</span></p>
- <p><strong>If you have problems with this guide, please post comments/suggestions/bitches etc on </strong><a href="http://tabletroms.com/forums/showthread.php?185-Transformer-Full-root-amp-Custom-Recovery" title="TabletRoms.com">http://tabletroms.com/forums/showthread.php?185-Transformer-Full-root-amp-Custom-Recovery</a></p>
- <p>[Notes]</p>
- <p></p>
- <ul>
- <ul>
- <li>On a later date there will be tools for creating your own blobs. <span style="">Update: <span style=""><a href="/2011/05/06/blob-tools/" title="Blob tools!">Tools</a> are now available!</span></span></li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>You need an microSD card in at all times</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>Asus OTA updates will not install after installing CWM recovery</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>This gingerbreak version will not work with 2.2.x or 2.3.x roms its will only work with 3.0.x</li>
- </ul>
- </ul>
- <p></p>
- <p><br>[Disclaimer]</p>
- <p><strong><span style=""><span style="">Although we (bumble-bee + RaYmAn) test everything as much as possible we will not be held responsible for any bricks / fires / disasters caused by following this guide. This will also void your warrantee. So by undertaking the steps outlined in this guide you understand and accept the risks.</span></span></strong></p>
- <p>[What You Need]</p>
- <p></p>
- <ul>
- <ul>
- <li>Asus transformer tablet</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>ADB set up (if u dont just google it )</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>Micro SD card (backup all information as it could be wiped)</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>The files at the bottom of this page</li>
- </ul>
- </ul>
- <p></p>
- <p><br>[Guide]</p>
- <p>1. extract all of the files from the zip to your adb folder</p>
- <p>2. run "adb push gingerbreakBB /data/local/"</p>
- <p>3. run "adb shell chmod 777 /data/local/gingerbreakBB"</p>
- <p>4. run "adb shell" followed by "/data/local/gingerbreakBB"</p>
- <p>5. Wait up to 10 minutes for gingerbreak to do its stuff, once its done you will have SU (#) symbol</p>
- <h2><span style=""><strong>6. DO NOT CLOSE THE SHELL.</strong></span></h2>
- <p><br>## Note if you do not get the # su symbol the temp root fail, reboot and try again from step 4 ##</p>
- <p> </p>
- <p>## This Part Of The Guide Is Installing CWM and insecure boot image ##</p>
- <p><span style="">Update: As some people have pointed out, md5sum does not exist on android, so the guide has been updated to fix it. </span></p>
- <p>Run steps 7 to 9 in a new terminal window</p>
- <p>7. run "adb push CWM_BLOB_V4 /data/local"</p>
- <p>8. run "adb pull /data/local/CWM_BLOB_V4 cwmblob_retransfer"</p>
- <p>9. run "md5sum cwmblob_retransfer"</p>
- <p>10. check that the output string matches the one next file list at the bottom of the page, if not re download and re-push the blob DO NOT CONTINUE if they do not match !</p>
- <p>Step 9 requires the md5sum program available locally on your computer. <span style="">PROCEED FROM STEP 7 IF THE MD5SUM IS WRONG</span></p>
- <p>Return to the shell from step 6 and do the following commands:</p>
- <p>11. run "dd if=/data/local/CWM_BLOB_V4 of=/dev/block/mmcblk0p4"</p>
- <p>12. reboot the device, on reboot you should see a progress bar indicating the flashing of the "blob"</p>
- <p>13. boot the device. You now have CWM recovery and insecure boot</p>
- <p> </p>
- <p>Once you have successfully done the above steps and have insecure boot, you can follow the below steps to get 'full' root and the usual SuperUser app:</p>
- <p>1. run "adb remount"</p>
- <p>2. run "adb push su /system/xbin"</p>
- <p>3. run "adb shell chmod 6755 /system/xbin/su"</p>
- <p>4. run "adb push Superuser.apk /system/app/"</p>
- <p>5. reboot (you now have root and can run root apps)</p>
- <p><a href="/2011/04/28/asus-eee-pad-transformer-tf101-full-root/">## Please put all feedback in the comments here ##</a></p>
- <p>[Credits]</p>
- <p></p>
- <ul>
- <ul>
- <li>RaYmAn (phrasing, editing blobs, coding tools and Ideas)</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>Bumble-Bee (Editing GingerBreak, Building CWM recovery and Ideas)</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>Guhl (Compiling the new gingerbreak as bumblebee fail)</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>Stridger (Testing, Ideas, General Help, and more testing)</li>
- </ul>
- </ul>
- <p></p>
- <ul>
- <ul>
- <li>Roebeet, Ryan45, DJ_Steve (Spell and fact checking, input for ideas, general encouragement)</li>
- </ul>
- </ul>
- <p></p>
- <p><br>[Files]</p>
- <p>CWM_BLOB_V4 (md5 = d6939fb6b6cfe06a02106f63c24268d0 )</p>
- <p><a href="http://dl.dropbox.com/u/15005030/TF101_BLOB_ROOT.zip">Download the file pack here</a></p>
- <p> </p>
- <p>CWM_BLOB_V5 (md5 = 8c9ef19b726e76fd73de4632db7e4288)</p>
- <p><a href="http://www.filefactory.com/file/cb1d72d/n/CWM_BLOB.V5">Blob only</a></p>
- <p> </p>
- </div>
- <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
- <script src="/js/jquery-1.11.3.js"></script>
- <!-- Include all compiled plugins (below), or include individual files as needed -->
- <script src="/js/bootstrap.min.js"></script>
- </body>
- </html>