[Q] How to get back from Custom rom to stock rom

Th3.Gun

Member
Jun 12, 2013
23
0
0
rabat
www.facebook.com
Hello all,

first of all sry 4 my bad english...

i would like to know how to get back from Custom rom cm 12 to stock rom tf700t i dont know wish build i have " us or jp or tw..." cm tf700t-userdebug 4.4.4 KTU84Q 5e78744016

if anyone can help it well be so nice

ty in advance
 
Last edited:

lj50036

Senior Member
Feb 14, 2013
3,321
3,293
0
39
FUXDA
Hello all,

first of all sry 4 my bad english...

i would like to know how to get back from Custom rom cm 12 to stock rom tf700t i dont know wish build i have " us or jp or tw..." cm tf700t-userdebug 4.4.4 KTU84Q 5e78744016

if anyone can help it well be so nice

ty in advance
First we need to know what bootloader and SKU you have .....

On the bootloader screen, the one with the 3 icons RCK, ANDROID, WIPE DATA ....

In the upper left corner you will find your bootloader version ....

Should start with epad .....

Thx Josh
 

berndblb

Inactive Recognized Contributor
Nov 22, 2012
4,875
2,113
0
Los Angeles, CA
  • Like
Reactions: Blakendroid

Th3.Gun

Member
Jun 12, 2013
23
0
0
rabat
www.facebook.com
* Download the V10.6.1.14.10 Asus firmware for WW SKU from here: "link"

* Unzip that file ONCE and you get a second zip WW_epad-user-10.6.1.14.10.zip
* Place that file on a microSD and flash it from recovery

That'll get you back on stock including stock recovery
hello,

i did but in instalation i have this :
assert faild : package_extract_file("blob" , "/tmp:blob")
error in /storage/
(Status 7)
installation aborted.

what can i do ?? plz i need you'r help
 

berndblb

Inactive Recognized Contributor
Nov 22, 2012
4,875
2,113
0
Los Angeles, CA
hello,

i did but in instalation i have this :
assert faild : package_extract_file("blob" , "/tmp:blob")
error in /storage/
(Status 7)
installation aborted.

what can i do ?? plz i need you'r help
I don't know why you have that error...
Do you have fastboot access to the tablet?
If yes, you can either flash a different recovery like TWRP 2.8.1.0 (don't use 2.8.3.0, I suspect it has a bug) and try the same again, or, if you are comfortable with fastboot you can flash the blob in fastboot:

Unzip the ...user.zip one more time. Inside is a file called "blob".
Copy blob to your fastboot folder

Check connection to tablet with
Code:
fastboot devices
Then run the following commands one after the other, waiting for each to finish
Code:
fastboot erase system
fastboot erase recovery
fastboot erase cache
fastboot -i 0x0B05 flash system blob
fastboot reboot
Good luck!
 
  • Like
Reactions: Th3.Gun