Skip to content

Commit 48a1215

Browse files
committed
Initial commit
0 parents  commit 48a1215

File tree

19 files changed

+13926
-0
lines changed

19 files changed

+13926
-0
lines changed

index.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9+
<title>AndroidRoot.Mobi - Welcome to AndroidRoot.Mobi</title>
10+
11+
<!-- Bootstrap -->
12+
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
13+
14+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
15+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
16+
<!--[if lt IE 9]>
17+
<script src="/static/js/html5shiv.min.js"></script>
18+
<script src="/static/js/respond.min.js"></script>
19+
<![endif]-->
20+
</head>
21+
<body>
22+
23+
<nav class="navbar navbar-default navbar-static-top">
24+
<div class="container">
25+
<div class="navbar-header">
26+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
27+
aria-expanded="false" aria-controls="navbar">
28+
<span class="sr-only">Toggle navigation</span>
29+
<span class="icon-bar"></span>
30+
<span class="icon-bar"></span>
31+
<span class="icon-bar"></span>
32+
</button>
33+
<a class="navbar-brand" href="#">AndroidRoot.Mobi</a>
34+
<p class="navbar-text">Rooting all your tablets!</p>
35+
</div>
36+
<div id="navbar" class="navbar-collapse collapse navbar-right">
37+
<ul class="nav navbar-nav">
38+
<li class="active"><a href="/">Home</a></li>
39+
<li class=""><a href="/pages/about-us/">About Us</a></li>
40+
<li class=""><a href="/pages/donations/">Donations</a></li>
41+
<li class="dropdown ">
42+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Technical <span class="caret"></span></a>
43+
<ul class="dropdown-menu dropdown-menu-right">
44+
<li><a href="/pages/asustransformer-root-cwm-recovery/">Asus Transformer Root + CWM recovery </a></li>
45+
<li><a href="/pages/the-inner-workings-of-secure-boot-key-and-nvflash/">The inner workings of Secure Boot key and Nvflash </a></li>
46+
47+
</ul>
48+
</li>
49+
<li class="dropdown ">
50+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Guides<span class="caret"></span></a>
51+
<ul class="dropdown-menu dropdown-menu-right">
52+
<li><a href="/pages/guides/tegra3-guide-nvflash/">Tegra3 Guide: nvflash</a></li>
53+
<li><a href="/pages/guides/tegra3-guide-nvflash-jellybean/">Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</a></li>
54+
55+
</ul>
56+
</li>
57+
</ul>
58+
</div>
59+
</div>
60+
</nav>
61+
62+
<div class="container">
63+
<h1>Welcome to AndroidRoot.Mobi</h1>
64+
</div>
65+
<div class="container">
66+
67+
<p>Please use the top menubar to navigate</p>
68+
69+
</div>
70+
71+
72+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
73+
<script src="/static/js/jquery-1.11.3.js"></script>
74+
<!-- Include all compiled plugins (below), or include individual files as needed -->
75+
<script src="/static/js/bootstrap.min.js"></script>
76+
</body>
77+
</html>

pages/about-us/index.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9+
<title>AndroidRoot.Mobi - About Us</title>
10+
11+
<!-- Bootstrap -->
12+
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
13+
14+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
15+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
16+
<!--[if lt IE 9]>
17+
<script src="/static/js/html5shiv.min.js"></script>
18+
<script src="/static/js/respond.min.js"></script>
19+
<![endif]-->
20+
</head>
21+
<body>
22+
23+
<nav class="navbar navbar-default navbar-static-top">
24+
<div class="container">
25+
<div class="navbar-header">
26+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
27+
aria-expanded="false" aria-controls="navbar">
28+
<span class="sr-only">Toggle navigation</span>
29+
<span class="icon-bar"></span>
30+
<span class="icon-bar"></span>
31+
<span class="icon-bar"></span>
32+
</button>
33+
<a class="navbar-brand" href="#">AndroidRoot.Mobi</a>
34+
<p class="navbar-text">Rooting all your tablets!</p>
35+
</div>
36+
<div id="navbar" class="navbar-collapse collapse navbar-right">
37+
<ul class="nav navbar-nav">
38+
<li class=""><a href="/">Home</a></li>
39+
<li class="active"><a href="/pages/about-us/">About Us</a></li>
40+
<li class=""><a href="/pages/donations/">Donations</a></li>
41+
<li class="dropdown ">
42+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Technical <span class="caret"></span></a>
43+
<ul class="dropdown-menu dropdown-menu-right">
44+
<li><a href="/pages/asustransformer-root-cwm-recovery/">Asus Transformer Root + CWM recovery </a></li>
45+
<li><a href="/pages/the-inner-workings-of-secure-boot-key-and-nvflash/">The inner workings of Secure Boot key and Nvflash </a></li>
46+
47+
</ul>
48+
</li>
49+
<li class="dropdown ">
50+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Guides<span class="caret"></span></a>
51+
<ul class="dropdown-menu dropdown-menu-right">
52+
<li><a href="/pages/guides/tegra3-guide-nvflash/">Tegra3 Guide: nvflash</a></li>
53+
<li><a href="/pages/guides/tegra3-guide-nvflash-jellybean/">Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</a></li>
54+
55+
</ul>
56+
</li>
57+
</ul>
58+
</div>
59+
</div>
60+
</nav>
61+
62+
<div class="container">
63+
<h1>About Us</h1>
64+
</div>
65+
<div class="container">
66+
67+
<p>The AndroidRoot.Mobi team consists of:</p>
68+
<ul>
69+
<li>rayman</li>
70+
<li>Bumble-Bee</li>
71+
<li>kmdm</li>
72+
<li>IEF</li>
73+
<li>lilstevie</li>
74+
</ul>
75+
76+
</div>
77+
78+
79+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
80+
<script src="/static/js/jquery-1.11.3.js"></script>
81+
<!-- Include all compiled plugins (below), or include individual files as needed -->
82+
<script src="/static/js/bootstrap.min.js"></script>
83+
</body>
84+
</html>
Lines changed: 202 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,202 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9+
<title>AndroidRoot.Mobi - Asus Transformer Root + CWM recovery</title>
10+
11+
<!-- Bootstrap -->
12+
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
13+
14+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
15+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
16+
<!--[if lt IE 9]>
17+
<script src="/static/js/html5shiv.min.js"></script>
18+
<script src="/static/js/respond.min.js"></script>
19+
<![endif]-->
20+
</head>
21+
<body>
22+
23+
<nav class="navbar navbar-default navbar-static-top">
24+
<div class="container">
25+
<div class="navbar-header">
26+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
27+
aria-expanded="false" aria-controls="navbar">
28+
<span class="sr-only">Toggle navigation</span>
29+
<span class="icon-bar"></span>
30+
<span class="icon-bar"></span>
31+
<span class="icon-bar"></span>
32+
</button>
33+
<a class="navbar-brand" href="#">AndroidRoot.Mobi</a>
34+
<p class="navbar-text">Rooting all your tablets!</p>
35+
</div>
36+
<div id="navbar" class="navbar-collapse collapse navbar-right">
37+
<ul class="nav navbar-nav">
38+
<li class=""><a href="/">Home</a></li>
39+
<li class=""><a href="/pages/about-us/">About Us</a></li>
40+
<li class=""><a href="/pages/donations/">Donations</a></li>
41+
<li class="dropdown active">
42+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Technical <span class="caret"></span></a>
43+
<ul class="dropdown-menu dropdown-menu-right">
44+
<li><a href="/pages/asustransformer-root-cwm-recovery/">Asus Transformer Root + CWM recovery </a></li>
45+
<li><a href="/pages/the-inner-workings-of-secure-boot-key-and-nvflash/">The inner workings of Secure Boot key and Nvflash </a></li>
46+
47+
</ul>
48+
</li>
49+
<li class="dropdown ">
50+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" area-haspopup="true">Guides<span class="caret"></span></a>
51+
<ul class="dropdown-menu dropdown-menu-right">
52+
<li><a href="/pages/guides/tegra3-guide-nvflash/">Tegra3 Guide: nvflash</a></li>
53+
<li><a href="/pages/guides/tegra3-guide-nvflash-jellybean/">Tegra3 Guide: nvflash NEXUS 7 (and Transformer Jellybeans)</a></li>
54+
55+
</ul>
56+
</li>
57+
</ul>
58+
</div>
59+
</div>
60+
</nav>
61+
62+
<div class="container">
63+
<h1>Asus Transformer Root + CWM recovery</h1>
64+
</div>
65+
<div class="container">
66+
67+
<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>
68+
<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>
69+
<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>
70+
<p>[Notes]</p>
71+
<p></p>
72+
<ul>
73+
<ul>
74+
<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>
75+
</ul>
76+
</ul>
77+
<p></p>
78+
<ul>
79+
<ul>
80+
<li>You need an microSD card in at all times</li>
81+
</ul>
82+
</ul>
83+
<p></p>
84+
<ul>
85+
<ul>
86+
<li>Asus OTA updates will not install after installing CWM recovery</li>
87+
</ul>
88+
</ul>
89+
<p></p>
90+
<ul>
91+
<ul>
92+
<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>
93+
</ul>
94+
</ul>
95+
<p></p>
96+
<p><br>[Disclaimer]</p>
97+
<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>
98+
<p>[What You Need]</p>
99+
<p></p>
100+
<ul>
101+
<ul>
102+
<li>Asus transformer tablet</li>
103+
</ul>
104+
</ul>
105+
<p></p>
106+
<ul>
107+
<ul>
108+
<li>ADB set up (if u dont just google it )</li>
109+
</ul>
110+
</ul>
111+
<p></p>
112+
<ul>
113+
<ul>
114+
<li>Micro SD card (backup all information as it could be wiped)</li>
115+
</ul>
116+
</ul>
117+
<p></p>
118+
<ul>
119+
<ul>
120+
<li>The files at the bottom of this page</li>
121+
</ul>
122+
</ul>
123+
<p></p>
124+
<p><br>[Guide]</p>
125+
<p>1. extract all of the files from the zip to your adb folder</p>
126+
<p>2. run "adb push gingerbreakBB /data/local/"</p>
127+
<p>3. run "adb shell chmod 777 /data/local/gingerbreakBB"</p>
128+
<p>4. run "adb shell" followed by "/data/local/gingerbreakBB"</p>
129+
<p>5. Wait up to 10 minutes for gingerbreak to do its stuff, once its done you will have SU (#) symbol</p>
130+
<h2><span style=""><strong>6. DO NOT CLOSE THE SHELL.</strong></span></h2>
131+
<p><br>## Note if you do not get the # su symbol the temp root fail, reboot and try again from step 4 ##</p>
132+
<p> </p>
133+
<p>## This Part Of The Guide Is Installing CWM and insecure boot image ##</p>
134+
<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>
135+
<p>Run steps 7 to 9 in a new terminal window</p>
136+
<p>7. run "adb push CWM_BLOB_V4 /data/local"</p>
137+
<p>8. run "adb pull /data/local/CWM_BLOB_V4 cwmblob_retransfer"</p>
138+
<p>9. run "md5sum cwmblob_retransfer"</p>
139+
<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>
140+
<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>
141+
<p>Return to the shell from step 6 and do the following commands:</p>
142+
<p>11. run "dd if=/data/local/CWM_BLOB_V4 of=/dev/block/mmcblk0p4"</p>
143+
<p>12. reboot the device, on reboot you should see a progress bar indicating the flashing of the "blob"</p>
144+
<p>13. boot the device. You now have CWM recovery and insecure boot</p>
145+
<p> </p>
146+
<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>
147+
<p>1. run "adb remount"</p>
148+
<p>2. run "adb push su /system/xbin"</p>
149+
<p>3. run "adb shell chmod 6755 /system/xbin/su"</p>
150+
<p>4. run "adb push Superuser.apk /system/app/"</p>
151+
<p>5. reboot (you now have root and can run root apps)</p>
152+
<p><a href="/2011/04/28/asus-eee-pad-transformer-tf101-full-root/">## Please put all feedback in the comments here ##</a></p>
153+
<p>[Credits]</p>
154+
<p></p>
155+
<ul>
156+
<ul>
157+
<li>RaYmAn (phrasing, editing blobs, coding tools and Ideas)</li>
158+
</ul>
159+
</ul>
160+
<p></p>
161+
<ul>
162+
<ul>
163+
<li>Bumble-Bee (Editing GingerBreak, Building CWM recovery and Ideas)</li>
164+
</ul>
165+
</ul>
166+
<p></p>
167+
<ul>
168+
<ul>
169+
<li>Guhl (Compiling the new gingerbreak as bumblebee fail)</li>
170+
</ul>
171+
</ul>
172+
<p></p>
173+
<ul>
174+
<ul>
175+
<li>Stridger (Testing, Ideas, General Help, and more testing)</li>
176+
</ul>
177+
</ul>
178+
<p></p>
179+
<ul>
180+
<ul>
181+
<li>Roebeet, Ryan45, DJ_Steve (Spell and fact checking, input for ideas, general encouragement)</li>
182+
</ul>
183+
</ul>
184+
<p></p>
185+
<p><br>[Files]</p>
186+
<p>CWM_BLOB_V4 (md5 = d6939fb6b6cfe06a02106f63c24268d0 )</p>
187+
<p><a href="http://dl.dropbox.com/u/15005030/TF101_BLOB_ROOT.zip">Download the file pack here</a></p>
188+
<p> </p>
189+
<p>CWM_BLOB_V5 (md5 = 8c9ef19b726e76fd73de4632db7e4288)</p>
190+
<p><a href="http://www.filefactory.com/file/cb1d72d/n/CWM_BLOB.V5">Blob only</a></p>
191+
<p> </p>
192+
193+
194+
</div>
195+
196+
197+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
198+
<script src="/static/js/jquery-1.11.3.js"></script>
199+
<!-- Include all compiled plugins (below), or include individual files as needed -->
200+
<script src="/static/js/bootstrap.min.js"></script>
201+
</body>
202+
</html>

0 commit comments

Comments
 (0)