[Recovery] ClockworkMod - TF701T Proxy Thread

AngryDinosaur

Senior Member
Jan 23, 2011
2,174
478
0
Boston




THIS IS A PROXY THREAD Creator and Maintainer is pershoot

This is CWM for the ASUS Transformer Pad (TF701T – Macallan).



-You must be unlocked (use ASUS’s unlock tool to perform this)
-You must be on 10.26.1.18 bootloader (updating to ASUS’s latest 4.3 release will install this)



For complete Info and Download: VISIT HERE
***Once there, check out the Recent Entries on the right side of the page for latest updates***



-Unlock your device using the ASUS Unlock tool.
-Boot in once and execute: adb reboot bootloader

Fastboot:
To boot the recovery:
fastboot boot recovery.img

To permanently flash the recovery:
fastboot flash recovery recovery.img


Source:
https://github.com/pershoot/android_device_asus_tf701t
https://github.com/pershoot/android_kernel_asus_tf701t
https://github.com/CyanogenMod/android_bootable_recovery

Creator and Maintainer:
@pershoot
 
Last edited:

hetzbh

Senior Member
Dec 26, 2010
75
16
0
benhamo.org
Small question: my device is on 10.26.1.17. Updating to the latest official 4.3 will definitely wipe the CWM recovery, and probably will make some of the apps not running any more (not mentioning loosing root, etc..)

Is it possible to install the CWM on such a ROM version (10.26.1.17) ? I've just tested booting it and booting (and using it as a backup) works.
 

AngryDinosaur

Senior Member
Jan 23, 2011
2,174
478
0
Boston
Small question: my device is on 10.26.1.17. Updating to the latest official 4.3 will definitely wipe the CWM recovery, and probably will make some of the apps not running any more (not mentioning loosing root, etc..)

Is it possible to install the CWM on such a ROM version (10.26.1.17) ? I've just tested booting it and booting (and using it as a backup) works.
Both cromix and cm11 will require the latest bootloader to eliminate compatibility issues it is recommended to flash to the latest asus firmware

Sent from my SGH-T889 using XDA Premium 4 mobile app
 

sbdags

Inactive Recognized Contributor
Jun 24, 2007
12,753
15,556
0
Kenilworth, Coventry
I'm getting a weird error I've never seen before trying to flash something with fastboot. :
fastboot flash recovery recovery.img
target reported max download size of 643825664 bytes
error: cannot load 'recovery.img' : No error

Any ideas?
Make sure recovery.img is in the same folder as fastboot and you are running the cmd prompt from that folder.
 
  • Like
Reactions: AngryDinosaur

majikfox

Senior Member
Oct 25, 2010
233
49
0
Hi,

I spent hours trying to get this to work before discovering there are two missing steps in the OP's instructions.

There's a shell script that calls an application that restores the stock boot loader on every boot.

You have to delete it.

Steps:

1. Root.
2. Install Root Explorer.
3. Go into /etc
4. Delete install_recovery.sh
5. Go into /system
6. Delete recovery-from-boot.p

You have to delete the files. You can't just rename them or change the extension because the system actually searches the filesystem for a file whose contents matches an MD5 hash and will find it if you rename it.

After you do this, THEN follow OP's instructions.