tablet only boots into twrp - Transformer TF300T Q&A, Help & Troubleshooting

My TF300T will only boot into TWRP. I also can't access any storage (failed to mount error) and adb sideloading fails everytime so I can't flash the stock rom. I tried using these commands:
adb shell mount -t tmpfs none /sdcard
adb push ROM.zip /sdcard
Which let me reach the .zip file it still failed to flash.
The tablet had Jellybean 4.2.2 installed. The TWRP version is 2.6.3.0.
How do I fix this?

Reboot it into bootloader menu. If holding volume down and power buttons doesn't work try 'adb reboot bootloader' command while tablet in twrp. Then flash rom through fastboot.

Graiden05 said:
Reboot it into bootloader menu. If holding volume down and power buttons doesn't work try 'adb reboot bootloader' command while tablet in twrp. Then flash rom through fastboot.
Click to expand...
Click to collapse
Now I can get to fastboot, but if I try to flash anything the cmd window says it worked but all it really does is freeze the tablet.

dewdrop623 said:
Now I can get to fastboot, but if I try to flash anything the cmd window says it worked but all it really does is freeze the tablet.
Click to expand...
Click to collapse
Did You flash rom or recovery? And does blue progressbar appears?

Graiden05 said:
Did You flash rom or recovery? And does blue progressbar appears?
Click to expand...
Click to collapse
I was able to flash cwm recovery. So now instead of booting into twrm everytime I get stuck on the splash screen. That didn't really change anything
I tried fastboot -i 0x0b05 flash system boot.blob (the .blob file from the stock rom), and I got the blue progress bar then rebooted but I'm still stuck on the first splash screen.

You do it wrong. So if Your last working firmware was 4.2 You need download this rom from asus webpage. Then unzip it twice and You get blob file. Then flash it with 'fastboot -i 0x0b05 flash staging blob' command.

Graiden05 said:
You do it wrong. So if Your last working firmware was 4.2 You need download this rom from asus webpage. Then unzip it twice and You get blob file. Then flash it with 'fastboot -i 0x0b05 flash staging blob' command.
Click to expand...
Click to collapse
Thanks. That worked. However now I'm only back where I started. CWM give can't mount error and can't reach a zip file. ADB sideload doesn't work either(failed to write data 'protocol fault (no status)'). I tried TWRP once and that's the reason I had to post hear in the first place.

dewdrop623 said:
Thanks. That worked. However now I'm only back where I started. CWM give can't mount error and can't reach a zip file. ADB sideload doesn't work either(failed to write data 'protocol fault (no status)'). I tried TWRP once and that's the reason I had to post hear in the first place.
Click to expand...
Click to collapse
Did You try only TWRP v2.6.3.0? I use v2.5.0.0 and its work fine. About CWM: flatline cwm for 4.2 bootloader was created with purpose do nvflash backup, so may be here is the cause of not working others functions.

Graiden05 said:
Did You try only TWRP v2.6.3.0? I use v2.5.0.0 and its work fine. About CWM: flatline cwm for 4.2 bootloader was created with purpose do nvflash backup, so may be here is the cause of not working others functions.
Click to expand...
Click to collapse
Success. Thanks for the help.

Related

My tablet works only in fastboot mode and APX, nothing else. HELP

My tablet works only in fastboot mode and APX, nothing else. Was on 4.1.1.
Does anyone can help me to unbrick?
thank you.
I can donate your help
tyla777 said:
My tablet works only in fastboot mode and APX, nothing else. Was on 4.1.1.
Does anyone can help me to unbrick?
thank you.
I can donate your help
Click to expand...
Click to collapse
First you need to provide more info (i.e. did you tried to flash something before this issue occured?, your device is unlocked?) and maybe we can help you.
Yes tablet is unlocked.
i flashed it with CWM Recovery and problems started.
Can't mount anything....
Then i used commands:
fastboot erase boot
fastboot erase recovery
Now then i trying to boot , it brings me error
http://youtu.be/P19Y3Apmbac
tyla777 said:
Yes tablet is unlocked.
i flashed it with CWM Recovery and problems started.
Can't mount anything....
Then i used commands:
fastboot erase boot
fastboot erase recovery
Now then i trying to boot , it brings me error
http://youtu.be/P19Y3Apmbac
Click to expand...
Click to collapse
I can't read the error from that video but i think you should flash a boot.img via fastboot and then flash CWM or TWRP recovery the same vai (via fastboot). BTW you have to use a boot.img from a JB rom.
Pretoriano80 said:
I can't read the error from that video but i think you should flash a boot.img via fastboot and then flash CWM or TWRP recovery the same vai (via fastboot). BTW you have to use a boot.img from a JB rom.
Click to expand...
Click to collapse
Error is 0x000000000
Where i can get boot.img?
Then i extract blob file, i get 5 blob filesblob.
HEADER – Header stuff (ignore it)
blob.APP – system.img
blob.LNX – boot.img
blob.SOS – recovery.img (e.g. regular boot.img)
blob.EBT – bootloader.bin (ignore)
Do i have to rename blob.LNX to boot.img or i should't ?
Do i need to erase all system boot recovery data?
Thanks.
tyla777 said:
Yes tablet is unlocked.
i flashed it with CWM Recovery and problems started.
Can't mount anything....
Then i used commands:
fastboot erase boot
fastboot erase recovery
Now then i trying to boot , it brings me error
http://youtu.be/P19Y3Apmbac
Click to expand...
Click to collapse
You made the same mistake I made:
http://forum.xda-developers.com/showthread.php?t=2031452
APX means you get to use nvflash, right?
I wish I was on the same boat.
Yes i can use nvflash.
but i can't restore my bootloder
maybe you know what to flash?
tyla777 said:
Yes i can use nvflash.
but i can't restore my bootloder
maybe you know what to flash?
Click to expand...
Click to collapse
What do you mean with "Yes i can use nvflash"? You already used the NvFlash tool and have the backup files or is just the fact that you are able to boot in APX mode?
As for the other question, yes rename the blob files ( blob.LNX - > boot.img) and flash from fastboot (fastboot -i 0x0B05 flash boot boot.img). Make sure your battery is full, just in case.
Try to flash the recovery.img, boot.img and system.img using the abive method.
Pretoriano80 said:
What do you mean with "Yes i can use nvflash"? You already used the NvFlash tool and have the backup files or is just the fact that you are able to boot in APX mode?
As for the other question, yes rename the blob files ( blob.LNX - > boot.img) and flash from fastboot (fastboot -i 0x0B05 flash boot boot.img). Make sure your battery is full, just in case.
Try to flash the recovery.img, boot.img and system.img using the abive method.
Click to expand...
Click to collapse
Just the fact
Flashed recovery boot system didn't helped
maybe someone knows how to flash with nvflash?
tyla777 said:
Just the fact
Flashed recovery boot system didn't helped
maybe someone knows how to flash with nvflash?
Click to expand...
Click to collapse
Being able to boot in APX doesn't mean you can use NvFlash to flash your device.If you never used the NvFlash tool to backup your files (and gain NvFlash access) you won't be able to do it anymore because a 9.4.5.26 or lower bootloader it's needed.
I'm not sure if the follow procedure will work but you could try to flash the complete blob via fastboot (rename the original asus blob to something like " tf700t.blob " , something like this : fastboot -i 0x0B05 flash staging tf700t.blob
Someone please correct me if the " flashing to staging" procedure is different.
Pretoriano80 said:
Being able to boot in APX doesn't mean you can use NvFlash to flash your device.If you never used the NvFlash tool to backup your files (and gain NvFlash access) you won't be able to do it anymore because a 9.4.5.26 or lower bootloader it's needed.
I'm not sure if the follow procedure will work but you could try to flash the complete blob via fastboot (rename the original asus blob to something like " tf700t.blob " , something like this : fastboot -i 0x0B05 flash staging tf700t.blob
Someone please correct me if the " flashing to staging" procedure is different.
Click to expand...
Click to collapse
maybe someone knows thne will be released NVFLASH version that support 10.... ver.
tyla777 said:
maybe someone knows thne will be released NVFLASH version that support 10.... ver.
Click to expand...
Click to collapse
ATM there's no way to do that ,Asus locked the bootloader pretty tight this time.
If you still can't manage to fix your issue i would recommend you an RMA ticket from Asus.

[Q] Internal and SD Can't mount in CWM

Hi all.
Im having some problems with this, and was hoping that some one here could help me.
I have unlocked my device, no problems.
Then i have installed CWM, no problems.
Now here my problems begin... I have copied a custom ROM zip file, onto my tablet. When i boot my tablet into CWM i get some errors in the bottom of the screen looking like this:
E:Can't mount /cache/recovery/command
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
Now when i choose to "- Install zip from sdcard" and after that i choose "- Choose zip file from sdcard" i get this error: E:Can't mount /sdcard/
Then i try to select the "- Choose zip from internal storage" but then i get this error: E:Can't mount /emmc/
Basicly i cant do anything at all in CWM without getting errors, cant even whipe the cache or anything.
Can someone help me to find out what to do now. And hopefully how to solve this?
I can boot into my androind system without any problems.
Hope some one know's what to do. Thank you in advance.
Info:
TF300T
Android 4.2.1
Kernel 3.1.10-g6f31760
CWM-based Revovery v6.0.2.3
If there is anything else you need to know to be able to help me, please ask.
Have a good day.
CWM doesnt work with the 4.2 bootloader from ASUS. Only TWRP for bootloader 4.2 seems to work. You will have to flash TWRP 2.5.0.0-tf300t-4.2. Take note you need the TWRP version with the "-4.2" at the end. Flashing the incorrect TWRP version can brick your tablet.
Download http://techerrata.com/file/twrp2/tf300t/openrecovery-twrp-2.5.0.0-tf300t-4.2.blob.
Reboot tablet and hold volume down button while it's powering up to enter fastboot mode. Do not select any of the 3 icons (RCK, Android logo, Wipe Data) on tablet. Connect tablet to PC via USB cable.
On Windows PC, cmd window type:
fastboot -i 0x0B05 flash recovery openrecovery-twrp-2.5.0.0-tf300t-4.2.blob.
On tablet, wait until blue progress bar completely fills up.
On Windows PC, cmd window type:
fastboot reboot
That should replace your CWM with TWRP.
Hello ImmovableObject.
Thank you very much for you reply, that was excatly what was wrong.. Stupid me, not checking up on that. I actually flashed another version of TWRP, so i guess i was extreemly lucky that it did not brick my tablet.
But after i flashed the right TWRP its all good, everything is working as intented, and i can make backups and flash custom roms now. Thank you very much for your help
Have a good day all.
Jrod236 said:
Hello ImmovableObject.
Thank you very much for you reply, that was excatly what was wrong.. Stupid me, not checking up on that. I actually flashed another version of TWRP, so i guess i was extreemly lucky that it did not brick my tablet.
But after i flashed the right TWRP its all good, everything is working as intented, and i can make backups and flash custom roms now. Thank you very much for your help
Have a good day all.
Click to expand...
Click to collapse
You are very much welcomed! I'm glad it worked for you.
I found this useful when I was struggling with CWM as well, very glad I was careful to pick the 4.2 blob
Thanks for the help!
Holy Crap!
I can't believe how stupid I was! I ahve always despised CWM yet I was using it on my TF300T. After searching and searching for a fix I came onto this. Great job man!
THANK YOU FOR THIS!! I too stumbled around with CM Recovery for about 30 minutes, dumbfounded by the fact that it couldn't mount either the internal or external storage. I did some research and that's when I came across this post. I can't believe they don't make any mention in any of the tutorials that CM Recovery won't work with the newest 4.2 bootloader from Asus.
Your method did not work with my TF300T, Please assist
@ImmovableObject , I've tried your method but for some reason my Tablet did not reboot with the command "Fastboot reboot" and i still get CWM-based Recovery v6.0.2.3 for recovery instead of TWRP. it did say the flash was OKAY.
Please Please help
ImmovableObject said:
CWM doesnt work with the 4.2 bootloader from ASUS. Only TWRP for bootloader 4.2 seems to work. You will have to flash TWRP 2.5.0.0-tf300t-4.2. Take note you need the TWRP version with the "-4.2" at the end. Flashing the incorrect TWRP version can brick your tablet.
Download http://techerrata.com/file/twrp2/tf300t/openrecovery-twrp-2.5.0.0-tf300t-4.2.blob.
Reboot tablet and hold volume down button while it's powering up to enter fastboot mode. Do not select any of the 3 icons (RCK, Android logo, Wipe Data) on tablet. Connect tablet to PC via USB cable.
On Windows PC, cmd window type:
fastboot -i 0x0B05 flash recovery openrecovery-twrp-2.5.0.0-tf300t-4.2.blob.
On tablet, wait until blue progress bar completely fills up.
On Windows PC, cmd window type:
fastboot reboot
That should replace your CWM with TWRP.
Click to expand...
Click to collapse
mseck said:
@ImmovableObject , I've tried your method but for some reason my Tablet did not reboot with the command "Fastboot reboot" and i still get CWM-based Recovery v6.0.2.3 for recovery instead of TWRP. it did say the flash was OKAY.
Please Please help
Click to expand...
Click to collapse
That's strange.
Was your tablet running Android 4.2?
Try waiting a little longer (5 or more seconds) before issuing the "fastboot reboot" after the message that the flash was OKAY.
Things you could also try:
* Update your fastboot.exe to the latest version. You can do this via the Android SDK Manager on your computer. Fastboot is included under "Tools" > "Android SDK Platform-tools."
* Use a different USB cable.
* Connect cable to a different USB port on your computer.
ImmovableObject said:
CWM doesnt work with the 4.2 bootloader from ASUS. Only TWRP for bootloader 4.2 seems to work. You will have to flash TWRP 2.5.0.0-tf300t-4.2. Take note you need the TWRP version with the "-4.2" at the end. Flashing the incorrect TWRP version can brick your tablet.
Download http://techerrata.com/file/twrp2/tf300t/openrecovery-twrp-2.5.0.0-tf300t-4.2.blob.
Reboot tablet and hold volume down button while it's powering up to enter fastboot mode. Do not select any of the 3 icons (RCK, Android logo, Wipe Data) on tablet. Connect tablet to PC via USB cable.
On Windows PC, cmd window type:
fastboot -i 0x0B05 flash recovery openrecovery-twrp-2.5.0.0-tf300t-4.2.blob.
On tablet, wait until blue progress bar completely fills up.
On Windows PC, cmd window type:
fastboot reboot
That should replace your CWM with TWRP.
Click to expand...
Click to collapse
Thank you! Looking for days now. I installed TWRP 2.6 and CWM 5, 6 and touch. All the same problem. Flashed the TWRP from your link and everything works fine. Thank you
Raice.f4h said:
Thank you! Looking for days now. I installed TWRP 2.6 and CWM 5, 6 and touch. All the same problem. Flashed the TWRP from your link and everything works fine. Thank you
Click to expand...
Click to collapse
Hello.
I have TG300TG that only goes to CWM-based recovery v.6.0.1.3 and can not mount sd card. I've tried the mothod described here, but I can't get to fastboot mode. When I hold vol down it only goes to CWM again and again.
ImmovableObject said:
CWM doesnt work with the 4.2 bootloader from ASUS. Only TWRP for bootloader 4.2 seems to work. You will have to flash TWRP 2.5.0.0-tf300t-4.2. Take note you need the TWRP version with the "-4.2" at the end. Flashing the incorrect TWRP version can brick your tablet.
Reboot tablet and hold volume down button while it's powering up to enter fastboot mode. Do not select any of the 3 icons (RCK, Android logo, Wipe Data) on tablet. Connect tablet to PC via USB cable.
On Windows PC, cmd window type:
fastboot -i 0x0B05 flash recovery openrecovery-twrp-2.5.0.0-tf300t-4.2.blob.
On tablet, wait until blue progress bar completely fills up.
On Windows PC, cmd window type:
fastboot reboot
That should replace your CWM with TWRP.
Click to expand...
Click to collapse
Hello everyone.
I have same issue even with TWRP recovery 2.5.0.0
First of all when recovery starts i have a password request, don't know why but i press cancel and recovery starts normaly,
But when i select "install" i see internal storage (0 MB), nothing it's recognized into internal SD card.
I really need help for this issue, i'm in your hands guys :crying:
Device: TF300T
ROM: Asus Stock
ultimate_technologies said:
Hello.
I have TG300TG that only goes to CWM-based recovery v.6.0.1.3 and can not mount sd card. I've tried the mothod described here, but I can't get to fastboot mode. When I hold vol down it only goes to CWM again and again.
Click to expand...
Click to collapse
I have the same problem, to actually get back to the bootloader and select RCK or Android do this:
Once CMW is loaded open command and do
adb reboot-bootloader
that also enabled fastboot again but I'm still not able to load TWRP
---------- Post added at 01:50 AM ---------- Previous post was at 01:13 AM ----------
So just like the previous few posts I too installed CWM and I can't reflash TWRP.
Here's the output from the console:
D:\Android SDK\sdk\platform-tools>fastboot -i 0x0B05 flash recovery openrecovery
-twrp-2.5.0.0-tf300t-4.2.blob
sending 'recovery' (6448 KB)...
OKAY [ 2.699s]
writing 'recovery'...
OKAY [ 2.254s]
finished. total time: 4.955s
D:\Android SDK\sdk\platform-tools>fastboot devices
???????????? fastboot
D:\Android SDK\sdk\platform-tools>
Device is unresponsive to any commands and must be rebooted manually. Once I reboot the device loads to the CWM Recovery unless I run "adb reboot-bootloader" and then I can choose to boot the ROM. So at least it's not bricked.
Fix
Found this posted by buster.
So if you're TF300T is booting directly to recovery and you can't get to fastboot do what I post above:
1. Let recovery load
2. With recovery loaded you can now use adb. enter: adb reboot-bootloader
3. You should now be at the bootloader screen (RCK, Android, Wipe screen). Do this:
Originally Posted by Buster99 View Post
I have the same on my TF300t and A700 - but it seems i just managed to get my TF300t back
i tried all fastboot (reflashing recovery, boot, system etc) no dice - especially since writing system was done after 3 secs all the time.
Here how i restored my TF300T JB
download your appropriate lates firmware from Asus (WW, US etc.) and extract the zip twice so you have your blob file
install your device drivers if needed (i used Google SDK ones) (and as a Tip Win8 sucks for Fastboot stuff so try to get Win7 Vista XP for this)
Reset your device with a paperclip/needle (about 2 cm down of your sdcard slot) and hold vol-down to enter fastboot
(the folowing i did at least 10 times already but didn't erase misc)
fastboot -i 0x0B05 erase system
fastboot -i 0x0B05 erase recovery
fastboot -i 0x0B05 erase userdata
fastboot -i 0x0B05 erase boot
fastboot -i 0x0B05 erase misc
fastboot -i 0x0B05 erase cache
fastboot -i 0x0B05 flash system c:\adb\TF300t\blob (this is my path - your's may vary depending where you stored your blob) ((also this was the first time i saw the loading bar while flashing)*
fastboot -i 0x0B05 reboot
* it also took a lot longer as it should:
C:\>fastboot -i 0x0B05 flash system c:\adb\TF300t\blob
erasing 'system'...
OKAY [ 1.695s]
sending 'system' (800935 KB)...
OKAY [133.121s]
writing 'system'...
OKAY [153.973s]
finished. total time: 288.789s
im now setting my tab up to get back to CM (which initially caused this sh1theap due to autoupdate error, same as my A700 got bricked )
hope i could help you out!
cheers
-Buster
Click to expand...
Click to collapse
As Buster said
this was the first time i saw the loading bar while flashing
Click to expand...
Click to collapse
Before flashing I was not able to fastboot reboot-bootloader but this time I was.
Hope this helps
Many Thanks
Raice.f4h said:
Thank you! Looking for days now. I installed TWRP 2.6 and CWM 5, 6 and touch. All the same problem. Flashed the TWRP from your link and everything works fine. Thank you
Click to expand...
Click to collapse
All thanks for this thread, it solved my problem and now am rooted.
Again many thanks,
Gary
twpr is working
flashed twpr v2.5.0.0
works great so far, but it takes a little more time to load than cwm.
help!
right guys, I'm completely green when it comes to stuff like this so apologies if my questions are too daft.
I tried to root my tablet and forgot to back it up, tired few things I found online and got myself in a position where I can't use fastboot as my tablet is taking me to CWM recovery straight away and holding volume key and power makes no difference... any ideas? apart from throwing my table in a bin?

[Q] Softbricked Tf300t

Hi I have been reading a ton in the forums trying to figure out how to fix my tf300t. A few days ago I updated to the newest CM 10.1 nightly and when it restarted it was stuck at the Asus screen. So I have been able to hold vol down button and get to a screen that says
RCK Android [usb symbol] and Wipe Data
I have fastboot access and thought I would try to fix the problem myself by following instructions on another thread
"pyovue - If you have ADB access then unbricking it should be easy as you can push and edit any file on the system with it as well as fastboot? Or can ADB & Fastboot not mount (not just the sdcard) anything? If you don't care what happens to your tablet MB, then try this....
fastboot -i 0x0b05 erase system
fastboot -i 0x0b05 erase recovery
Then reboot (this should rid you of your bootloop to recovery and nothing should start)
Then download the stock ASUS Rom (from ASUS, look under Firmware)
Then try sending it with fastboot -i 0x0b05 flash system blob (you will have to extract two zips from the firmware files until you get to a file called "blob" then put it in your fastboot)
I almost guarantee if you have fastboot/adb working there is ALWAYS a way to fix it... only a hardbrick is impossible to fix.
"
I get cannot load 'blob' so I tried
fastboot -i 0x0B05 flash recovery recovery.img
seeing as I already had the recovery.img from when I first unlocked, rooted, and put cm 10.1 on it
please help I have no idea what to do and thank you in advance <3
musicfreak58 said:
Hi I have been reading a ton in the forums trying to figure out how to fix my tf300t. A few days ago I updated to the newest CM 10.1 nightly and when it restarted it was stuck at the Asus screen. So I have been able to hold vol down button and get to a screen that says
RCK Android [usb symbol] and Wipe Data
I have fastboot access and thought I would try to fix the problem myself by following instructions on another thread
"pyovue - If you have ADB access then unbricking it should be easy as you can push and edit any file on the system with it as well as fastboot? Or can ADB & Fastboot not mount (not just the sdcard) anything? If you don't care what happens to your tablet MB, then try this....
fastboot -i 0x0b05 erase system
fastboot -i 0x0b05 erase recovery
Then reboot (this should rid you of your bootloop to recovery and nothing should start)
Then download the stock ASUS Rom (from ASUS, look under Firmware)
Then try sending it with fastboot -i 0x0b05 flash system blob (you will have to extract two zips from the firmware files until you get to a file called "blob" then put it in your fastboot)
I almost guarantee if you have fastboot/adb working there is ALWAYS a way to fix it... only a hardbrick is impossible to fix.
"
I get cannot load 'blob' so I tried
fastboot -i 0x0B05 flash recovery recovery.img
seeing as I already had the recovery.img from when I first unlocked, rooted, and put cm 10.1 on it
please help I have no idea what to do and thank you in advance <3
Click to expand...
Click to collapse
What's the question again? If you have fastboot, you can always flash the system blob from your PC. Or you can push the rom (zip) to your internal storage, turn it off and on again. If you select rck on official recovery, it should look for the zip file on its own and proceed to flash it. If you have custom recovery, get to it and flash the same zip file. Make sure you have the right recovery for the rom though. Good luck.
Hi,
and we ansered this kind of prob 2 days ago here: http://forum.xda-developers.com/showthread.php?p=44244313
and yeah - my probs came from an error during cm update.
cheers
-Buster
Buster99 said:
Hi,
and we ansered this kind of prob 2 days ago here: http://forum.xda-developers.com/showthread.php?p=44244313
and yeah - my probs came from an error during cm update.
cheers
-Buster
Click to expand...
Click to collapse
It wouldn't load the blob but i followed that and found that link last night after posting I tried to delete this post but it just allows me to edit
Thanks

tablet only boots fastboot, what are my options?

i tried updating from cromni-kk to zombipop. i wanted to try rom2sd so i formatted sd w/ aparted on my tablet then flashed the rom. aftter it flashed i rebooted. it initiated the boot process but when it tried to boot into os it rebooted and went to recovery (twrp). instead of twpr opening all i get there is the twrp splash screen and it keeps flashing. i can get into fastboot so are there any recovery options i can use from there?
iateshaggy said:
i tried updating from cromni-kk to zombipop. i wanted to try rom2sd so i formatted sd w/ aparted on my tablet then flashed the rom. aftter it flashed i rebooted. it initiated the boot process but when it tried to boot into os it rebooted and went to recovery (twrp). instead of twpr opening all i get there is the twrp splash screen and it keeps flashing. i can get into fastboot so are there any recovery options i can use from there?
Click to expand...
Click to collapse
If you want to try ROM2SD then you have to flash special TWRP. If you want to come back you have to flush normal TWRP. As you are able to fastboot, that should be no problem.
das chaos said:
If you want to try ROM2SD then you have to flash special TWRP. If you want to come back you have to flush normal TWRP. As you are able to fastboot, that should be no problem.
Click to expand...
Click to collapse
so how do i go about flashing special twrp from the fastboot screen?
iateshaggy said:
so how do i go about flashing special twrp from the fastboot screen?
Click to expand...
Click to collapse
Code:
fastboot -i 0x0b05 recovery recovery.img
das chaos said:
Code:
fastboot -i 0x0b05 recovery recovery.img
Click to expand...
Click to collapse
would you mind elaborating a bit?
i've managed to figure out how to get adb working on the pc, but beyond that i'm a little lost. could you point to to where i get my recovery file and where it goes when i run you rcommand?
nevermind, sorted. thanks for the help.

bootloader error 0x00000000

Well, what happened is :
that i was trying to root my Transformer tf300t
and i got as far as unlocking the bootloader
so i was having trouble flashing the twrp recovery image
and i think i accidentally erased the stock recovery image
so now my tablet it's not (full bricked) still boots up but doesn't have a recovery image
and now when i boot it into bootloader mode and try to go into RCK it just gives me this
error bootloader unrecoverable 0x0000000 (in red)
how can i flash the stock ROM again if this error ?
anybody ?HELLP
daveSAPIEN said:
error bootloader unrecoverable 0x0000000(in red)
how can i flash the stock ROM again if this error ?
anybody ?HELLP
Click to expand...
Click to collapse
Please try this:
Go to Asus and dl the latest Stock. Unzipp it 2 times. You should have a blob file now in the extracted folder. Put this blob in your fastboot folder.
Open cmd and type:
fastboot -i 0x0B05 flash staging blob
Let it run. It seems that nothing is happening for about 5 Minutes. The whole thing can take up to 20 Minutes, so just stay calm and wait till it’s finished.
Now you should be back to full Stock with Stock recovery. Good luck!
THanks !
ebonit said:
Please try this:
Go to Asus and dl the latest Stock. Unzipp it 2 times. You should have a blob file now in the extracted folder. Put this blob in your fastboot folder.
Open cmd and type:
fastboot -i 0x0B05 flash staging blob
Let it run. It seems that nothing is happening for about 5 Minutes. The whole thing can take up to 20 Minutes, so just stay calm and wait till it’s finished.
Now you should be back to full Stock with Stock recovery. Good luck!
Click to expand...
Click to collapse
Thank you ... it worked i think
but i used a little different command line i used :
fastboot -i 0x0B05 flash system c:\adb\recovery.blob
now i'm still having problems trying to flash custom recovery i want to root the Tablet
what the problem seems to be for me is that i boot the the tablet (tf330t transformer 4.2.1 JB )
to fastboot mode then i get the 3 choices (RCK, Android,Wipe Data)
but when i try to flash the TWRP recovery img with Fastboot it always gives me an error saying (error cannot load img file)
is there anyway to fix this ? and does this root the tablet?
Dear daveSAPIEN can you give us more information about the file used during the flash , actually am facing the same problem as you but nothing seems to work
thank you

Categories

Resources