ClockworkMod Recovery 5.5.0.4 for TFP

Search This thread

ieftm

Retired Recognized Developer
Apr 17, 2008
291
1,761
Hi!

Seeing as Asus released the unlock tool for the Transformer Prime, we made a Clockworkmod Recovery image for it.

tfpcwm5.jpg


One caveat:
This uses the internal sdcard for the Prime. So you won't be able to mount usb mass storage, or use the MicroSD. But that should not be too much of an issue.

Download link and instructions on Androidroot.mobi.

Enjoy!
 
Last edited:

LNKNPRKFN

Senior Member
Dec 16, 2010
318
51
BRAMPTON
Code:
C:\Users\LNKNPRKFN\Downloads\XOOM FILES\android-sdk_r10-windows\platform-tools>c
d
C:\Users\LNKNPRKFN\Downloads\XOOM FILES\android-sdk_r10-windows\platform-tools

C:\Users\LNKNPRKFN\Downloads\XOOM FILES\android-sdk_r10-windows\platform-tools>c
d..

C:\Users\LNKNPRKFN\Downloads\XOOM FILES\android-sdk_r10-windows>cd..

C:\Users\LNKNPRKFN\Downloads\XOOM FILES>cd..

C:\Users\LNKNPRKFN\Downloads>cd ASUS TRANSFORMER PRIME

C:\Users\LNKNPRKFN\Downloads\ASUS TRANSFORMER PRIME>cd RECOVERY FILES

C:\Users\LNKNPRKFN\Downloads\ASUS TRANSFORMER PRIME\RECOVERY FILES>cd wintools

C:\Users\LNKNPRKFN\Downloads\ASUS TRANSFORMER PRIME\RECOVERY FILES\wintools>cd t
ools

C:\Users\LNKNPRKFN\Downloads\ASUS TRANSFORMER PRIME\RECOVERY FILES\wintools\Tool
s>fastboot -i 0x0b05 flash recovery tfp_CWM5.SOS
sending 'recovery' (5312 KB)... OKAY
writing 'recovery'... OKAY

C:\Users\LNKNPRKFN\Downloads\ASUS TRANSFORMER PRIME\RECOVERY FILES\wintools\Tool
s>fastboot reboot
< waiting for device >
\\then i keep getting ANDROID WITH "!" hmmm

i did it with vipermod 4.5 http://xdaforums.com/showthread.php?t=1427125
 
Last edited:

tylermaciaszek

Senior Member
Jul 1, 2011
1,469
254
28
Selden
Holy Crap that was quick as hell thank you very much

---------- Post added at 09:27 AM ---------- Previous post was at 09:21 AM ----------

Could I put all those codes into terminal emulator
 

Evo_Shift

Senior Member
Jan 17, 2011
2,348
482
Awesome can't wait to do a full wipe. Once I see a stock rooted rom up there in Dev I am all in.
 

Striatum_bdr

Senior Member
May 29, 2011
4,650
2,176
Marseille
Holy Crap that was quick as hell thank you very much

---------- Post added at 09:27 AM ---------- Previous post was at 09:21 AM ----------

Could I put all those codes into terminal emulator

It should work as well, I often did this on my phone, standard dd linux command. Download the file directly on your TFP, and run Terminal Emulator, su, and the dd command, just need to modify the path to blob file.
 

stephen44

Senior Member
Dec 4, 2010
296
41
Brilliant

let me ask a newb question - if i do a nandroid backup using this - and then ota update to ver .14 and get the reboot issues - can i use this to revert back to .13 ?
 

Striatum_bdr

Senior Member
May 29, 2011
4,650
2,176
Marseille
Confirmed: works as attended using Terminal Emulator.

-Download blob file. I renamed it as CWM.blob as moved it tyo /data/local

-Run Terminal emulator then :

$su
# dd if=/data/local/CWM.blob of=/dev/block/mmcblk0p4

(change bold part according to your own situation)

You'll have a couple of secondes to wait, then a message saying that xxx bytes were copied.

Put TFP off, reboot by pressing Vol Down + Power until you see some line of text, and then WITHIN 5sec press Vol Up ..

Here you are.

---------- Post added at 04:03 PM ---------- Previous post was at 04:02 PM ----------

Brilliant

let me ask a newb question - if i do a nandroid backup using this - and then ota update to ver .14 and get the reboot issues - can i use this to revert back to .13 ?

No more OTA when boot is unlocked. That's part of the agreement you sign before unlocking it.

Ther will be zip files to update through Recovery don't worry about that.
 

Colombiano80

Senior Member
Jan 18, 2011
88
13
Once in terminal emulator:

su

dd if=/data/local/blobfile of=/dev/block/mmcblk0p4

Modify this part depending where is the file you downloaded is... It it is in /sdcard/Download or anywhere you put it after download.

this may be a really newbie question, but i ask more just to understand. there are a few (or alot) of us that simply type and do what the instructions tell us to do.

when you type in that DD command, what exactly are you doing. are you essentially redirecting the bootup prompt to point to the CWR? if not, then what.

thanks.
 

Hawkysoft

Senior Member
Jul 21, 2010
762
182
40
Rotterdam
this may be a really newbie question, but i ask more just to understand. there are a few (or alot) of us that simply type and do what the instructions tell us to do.

when you type in that DD command, what exactly are you doing. are you essentially redirecting the bootup prompt to point to the CWR? if not, then what.

thanks.

dd = copy from / to, and overwrites
 
  • Like
Reactions: Colombiano80

Epedemic

Senior Member
Apr 4, 2007
390
32
Nice. Doing nandroid backup now.

However i started out with the fastboot method, and it looked like it worked, but it still booted up in stock recovery...

Blob method worked fine though...
 

Top Liked Posts