Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
philos64
Old
#11  
philos64's Avatar
Recognized Contributor
Thanks Meter 1718
Posts: 2,435
Join Date: May 2010
Location: Somewhere between sky and earth

 
DONATE TO ME
Quote:
Originally Posted by Grady View Post
So is this the official guide to rooting the TF700?
In this index which is sticked, you will find all you need for your TF700t.
When you see xxx Asus with md5 sum and a size, it's an Asus official link that I've uploaded for the members.
Ex: ASUS Transformer Pad TF700T Firmware: V9.4.5.22 Only for TW SKU (Android 4.0.3) - 2012.07.06 update - MD5 Sum: 687dbb293c87fd4f83a407a2385a62d2 - Size: 360.59 MB (378109108 bytes)
 
masiegel
Old
#12  
Senior Member
Thanks Meter 42
Posts: 197
Join Date: Mar 2010
Bootloader Unlock Tool by Asus is available now

http://www.asus.de/Tablet/Transforme...700T/#download
The Following User Says Thank You to masiegel For This Useful Post: [ Click to Expand ]
 
philos64
Old
#13  
philos64's Avatar
Recognized Contributor
Thanks Meter 1718
Posts: 2,435
Join Date: May 2010
Location: Somewhere between sky and earth

 
DONATE TO ME
Quote:
Originally Posted by masiegel View Post
Bootloader Unlock Tool by Asus is available now
OP update
 
Dees_Troy
Old
#14  
Dees_Troy's Avatar
Recognized Developer
Thanks Meter 6662
Posts: 1,511
Join Date: Mar 2008
Location: KC MO

 
DONATE TO ME
How about you add TWRP to the recovery section?
http://forum.xda-developers.com/show....php?t=1797692
http://teamw.in/project/twrp2
 
d14b0ll0s
Old
#15  
d14b0ll0s's Avatar
Recognized Contributor
Thanks Meter 425
Posts: 1,203
Join Date: Sep 2011
There's an OTA update available which adds cfq and deadline by default.

Sent from my ASUS Transformer Pad TF700T using xda app-developers app
 
GrimSage
Old
#16  
Member
Thanks Meter 8
Posts: 37
Join Date: Jul 2012
to root on the mac, download debugfs
then either copy adb from the sdk to the folder for debug fs or copy the files from debugfs to the platform-tools in the sdk and run the following shell script. If I get the time I will update this to be a bit safer and smarter

Code:
#!/bin/sh

./adb push debugfs /data/local/
./adb push su /data/local/
./adb push debugfsinput /data/local/
./adb shell mv /data/local/tmp /data/local/tmp.bak
./adb shell ln -s /dev/block/mmcblk0p1 /data/local/tmp
./adb reboot
./adb wait-for-device

./adb shell chmod 777 /data/local/debugfs
./adb shell "/data/local/debugfs -w /dev/block/mmcblk0p1 < /data/local/debugfsinput"
./adb shell rm /data/local/tmp
./adb shell mv /data/local/tmp.bak /data/local/tmp
./adb shell rm /data/local/su
./adb shell rm /data/local/debugfs
./adb shell rm /data/local/debugfsinput
./adb reboot
./adb wait-for-device
./adb shell "/system/xbin/su -c id"

./adb install Superuser.apk
./adb reboot
 
firetech
Old
#17  
firetech's Avatar
Senior Member
Thanks Meter 57
Posts: 178
Join Date: May 2009
Location: Lund
Kernel source for 9.4.5.26 is now available on ASUS' site. The firmware blob is still 9.4.5.22, though.
 
masiegel
Old
#18  
Senior Member
Thanks Meter 42
Posts: 197
Join Date: Mar 2010
Quote:
Originally Posted by firetech View Post
Kernel source for 9.4.5.26 is now available on ASUS' site. The firmware blob is still 9.4.5.22, though.
there are also some "custom" firmwares available.

please update first post!
 
criodor
Old
#19  
Member
Thanks Meter 18
Posts: 76
Join Date: Dec 2010
Location: Duiven

 
DONATE TO ME
The new firmwares are up on the support site! (.26 for WW / CN / TW / US)
 
alienedd
Old
#20  
alienedd's Avatar
Senior Member
Thanks Meter 33
Posts: 110
Join Date: Jul 2009
Location: NW Florida
Don't forget to add TWRP to the custom recovery section.

Also, "USB Debugging" is under "Settings"->"Developer Options" and there isn't a "Power" category. Can't find "fastboot" in "Settings" at all...
HTC Wizard - WM 5.5 (stolen )
B&N Nook Color - CM7.2 Mirage KANG : 06/23
Xperia x10 Mini Pro - CM10 - 4.0.2 mimmi w/ nAa JB v3 kernal
Acer A100 - Flex A100 Reaper : 27 May
TF700 Infinity + TF201 Dock - CleanROM 2.4
Want to know Is your TF700 a keeper?
Problems getting root on your TF700? Roots! Bloody roots!
New Blog

 
Post Reply+
Tags
asus, development, index, tf700, videos
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...