I'm using this method:
http://forum.xda-developers.com/showthread.php?t=1182871&page=61
The phone rebooted and said "Failed to boot 0x1000
No OS detected, going into RSD mode in 5 seconds
Press a key to stop countdown... etc."
I accidentally pressed a key or two...
EDIT: Never mind. I fixed it
How did you fix it? I had the same thing happen to me and I haven't been able to find a fix.
Thanks!
LOL -- your post reminded me of this:
Anyway, I just unlocked this week but didn't use this script. I did, however, end up at exactly this place... I didn't notice my phone had rebooted and pretty sure I missed the 5-second window. My phone listed several different modes (RSD, recovery, etc.) but when I looked carefully, it also said "Starting fastboot protocol support" at the bottom -- that is, it automatically chose fastboot when I didn't make a selection.
If that's what yours is doing, try issuing the "fastboot oem unlock" command (this is assuming your phone is still plugged into the computer at this stage) and proceeding from there. It worked when I did it.
I'll go ahead and note that my phone froze on the splash screen (with "Unlocked" at top left" at the next reboot; a battery-pull and second reboot solved that problem.
First time I tried to do bootloader unlock same thing happened. Got stuck at fastboot while flashing sbf because drivers took a while to install. I just did fastboot oem unlock and then reset, that did it.
Sent from my MB860 using XDA App
I got this message after trying to unlock bootloader using this guide:
http://forum.xda-developers.com/showthread.php?t=1202883
The RSD program got stuck at 96% and them eventually said failed. I took out the battery and put it back in and got the same message. Even though the program said failed, the Atrix has actually been unlocked because if you try to unlock again, it'll say failed instantly. So after that you can continue on with the fastboot & cmd part.
Use the volume keys to select fastboot and keep going.
This is how I unbricked my TF300T that had no rom installed and a wrong bootloader/recovery combination. (4.2 bootloader with TWRP recovery JB version). Hope it helps.:good:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
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 erase system
fastboot erase recovery
fastboot erase userdata
fastboot erase boot
fastboot erase misc
fastboot 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 <----(credits to him) Go to this link ---> http://forum.xda-developers.com/showpost.php?p=44244313&postcount=12 because that's the guy that wrote this procedure from above (credits to him) :
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This part was me now -ozkrtech <--- (credits to me)
In addition to that, if you simply can't see your device using the command "adb devices" go check on device manager if you see a device called just "Transformer" with a yellow icon indicating it needs a driver, and manually update driver, select "browse my computer for drivers" and then select let me pick from a list of device drivers on my computer" there you will see a list of like 3 different drivers, one of them says "bootloader" and one of the others says "adb" (i think they self explain) but just in case try with each one of them you can keep on switching drivers until you get your device recognized by the command "adb devices".
You should be asking yourself... whats the right moment to do an "adb devices" command? well my tablet same as -Buster's tablet had the wrong recovery menu flashed (wrong bootloader version) and it just kept booting into the corrupted recovery (in my case TWRP) with the "can't mount anything" and "what's the password" issue. When you get to password screen just hit cancel and try the "adb devices" commando and you'll see it gets recognized with your device serial number.
Once your device gets recognized by "adb devices" command you will proceed to use "adb reboot-bootloader" command and the tablet will reboot into the menu that had 4 options but now have 3 options and its missing the fastboot option (don't panic) in the last bootloader it is auto-fastboot mode when you reach that screen with just 3 options in it now (yeah is the screen with the RCK option) at this point try "fastboot devices" command to see if your device gets recognized same as "adb devices" procedure, it should get recognized with a different serial number (don't know why, maybe that number isn't a serial number), at this time you are SO LUCKY! now you will follow what I posted at the beginning from that other dude ---> (-Buster) or follow his link --- > http://forum.xda-developers.com/showpost.php?p=44244313&postcount=12
And you'll have an unbricked tf300t in no time =) (I personally used the stock but newest Asus ROM) 4.2.1 (10.6.1.27.1) and it worked flawlessly.
**NOTE** don't turn off nor reset your device once you have formatted the partitions, no need for that (don't know what happends but it might get really hard bricked) just proceed to flash the stock rom after erasing the partitions.
I'm 100% positive this will work if your device is in same state as ours. (had TWRP for JB) then updated bootloader to version 4.2 and forgot to update twrp to version 4.2 or installed twrp version JB by mistake and lost fastboot and TWRP is asking password.
Hope it helps. Let me know your status and if it worked for you.
So I am in the same boat as I flashed the wrong twrp. My device shows up under adb devices and I can boot into the bootloader using adb reboot-bootloader. However, once there, I can not get the device recognized with fastboot. I have tried messing with the drivers like you suggested but nothing will get it to show up with fastboot. Anybody have advice on where to go from here?
So extra info. The device bootloops into twrp 2.6. The only way I can boot into fastboot mode is with adb reboot-bootloader and I can get into APX. I can also boot directly into my current ROM (Slim beta 3) by selecting android in the bootloader menu. I have tried flashing proper recovery through flashify, which is says was successful, but the wrong twrp never gets overwritten. Rebooting the device will send it back to twrp.
Thanks if anyone can help
Thanks, man! It took a while to find this thread, but this was exactly my problem. The adb driver in windows was the pre-solution to help get back to the fastboot server in the bootloader. Awesome information. Thanks again!
I have tried "adb reboot-bootloader" and then adb devices and fastboot devices and neither will show the tab listed while the tab reaches that screen with just 3 options. I have uninstalled reinstalled drivers, it does show in device manager as Asus Android Composite ADB Interface but when running the command it will not list the tablet. Any suggestions?
Hello!
A few days ago I tried to root my Asus TF300T because before that, I changed the lcd and the touchscreen from FPC-1 to G01 version. So I had to root and update touchscreen's firmware to 02-3011-4820.ekt. I already updated with last firmware from asus.com. First, I installed a TRWP recovery but was useless since the touchscreen doesn't worked. So I tried to rewrite CWM recovery. I reset it and I don't remember exactly if I begun to install or not CWM but when I tried to wipe data (Vol- + Power), the tablet has freezed. After a few minutes I did a hardware reset (pin hole). Since that, the tablet freeze with "Device Unlocked", Asus logo and nVidia. The device was already unlocked. I don't have any backup from it. No fastboot, no adb. Just APX mode. Is it possible to do something with it anymore? I tried BootTools2, extracted bloobs from last version of firmware, tryed to flash them with nvflash and wheelie but vainly. What is the next step? I'm a beginner!
Remember please I cannot go in fastboot recovery menu, only apx. Thank you in advance!
I can not thank you enough!!! my tablet is now working I honestly though it was done for aha THANK YOU!!!
Howdy, folks. I recently bricked my tablet thanks to a bad install of CWM, but following the OP's guide I was successfully able to reflash stock firmware and the device runs fine now.
However, upon reflashing said firmware, it became apparent to me (from reading various threads in the development subforum), that I would need to downgrade to an older firmware version to reflash TWRP. So I did that successfully, but now I am having a problem similar, or perhaps identical, to that of Bionicbowtieguy, in that ADB appears to be broken for my tablet. I have tried uninstalling and reinstalling the Asus usb drivers, in addition to reinstalling/updating all of the ADB software. Fastboot still works fine, but as such I'm unable to root using Motochop's rooting kit (I know there are other methods out there), nor am I able to flash a new recovery. I have also tried repeatedly reflashing the older stock in the hopes that ADB would magically start working again to no avail.
Does anyone have any suggestions to getting ADB to work for my tablet again? I have scoured the web, particularly these forums, for days looking for an answer, but haven't turned anything up yet. Any help would be greatly appreciated.
Gave back 10 years of my life that I lost once I discovered I flashed the wrong TWRP version. Can't thank you enough man.
Kombatant said:
Gave back 10 years of my life that I lost once I discovered I flashed the wrong TWRP version. Can't thank you enough man.
Click to expand...
Click to collapse
Same here!
Thank you OP for making this a topic even if you didn't come up with it you made it a thread that has saved a few people like myself money and headaches. Literally I just stumbled on this thread 10 minutes after I told my wife is be Tablet shipping Black Friday. Thank you sir.
Thank you.
I did this on a hackintosh running OSX since on Win 8.1 fastboot kept crashing.
March of this year I bricked my tablet during that 1 week period where nobody knew that TWRP was broken + fastboot freezing.
I must have tried everything, Maybe that erase misc was the key factor for success.
I was about to sell this for what I could get or send it to asus, now I can use it again!
How are you guys getting your tablet into fastboot mode? I've tried power on with volume down, the reset hole with volume down, and letting the battery die then recharge, then power on with volume down... Nothing. What am I doing wrong?
Sent from my Galaxy Nexus using Tapatalk
Best thread ever!! You are a life saver !!! thank you!!
leris2 said:
Best thread ever!! You are a life saver !!! thank you!!
Click to expand...
Click to collapse
Indeed. You are a god among men. Thank you so much
This worked! I thought I was out of luck. Thanks a lot.
I accidentally flashed an incomparable version of twrp. It would only boot straight into recovery and I couldn't get into recovery. TWRP kept asking for a password even though I never set one up and it wouldn't mount the internal storage or sd card.
I had to follow the instructions at the bottom to intall the drivers so adb and fastboot to work. After that I followed the instructions at the top.
The only thing different I did was skip the "fastboot erase boot" step. I was afraid that would really brick my device if I screwed up (Does this really erase the bootaloader leaving the device with no bootloader?).
Just wondering how long the fastboot window sits displaying < waiting for device > ? All my drivers are ok and I my pad shows up fine as a fastboot device in windows.
Cheers
Fastboot
Bolandk said:
Just wondering how long the fastboot window sits displaying < waiting for device > ? All my drivers are ok and I my pad shows up fine as a fastboot device in windows.
Cheers
Click to expand...
Click to collapse
They do not sit at all they will go right to it. You must not have the right combination yet. Keep trying.
Took me awhile to get the link.
norm883
FIXED!
BY GOD, I have no words for how incredible grateful I am right now! You not only saved my TF300T's life but also a lot of money for me and gave me another lesson of Android insight.
Thanks so much for this!
Let me know if I can return the favor somehow!
Regards,
(a very happy) philleicht
Hi. I think I'm having the same problem as some of the others in this thread.
Background: Tablet is unlocked, JB Rom (Paranoid Android) was installed since March, along with TWRP recovery. In preparation of installing CM11, I used Android Terminal Emulator to install the latest TWRP from a *.blob file, but I found that the latest TWRP is still not CM11-ready...
Setup to Issue: Last night, I decided I wanted to put CM11 on my TF300T. TWRP doesn't have a compatible recovery out for CM11 (install of CM11 rom fails every time), so I reinstalled the paranoid android ROM, and attempted to get the latest recovery from clockworkmod. On cwm's website, they only have choices for "transformer" "transformer prime" and "transformer infinity" which, when downloaded, have tf101, tf201, and tf700 in their filenames. (No tf300, that is)
So... I attempted to install the tf201 recovery (closest to mine, right?) by renaming the file cwm.blob, and using android terminal emulator to install it, the same way I did with TWRP. The first few times I tried and rebooted into recovery... TWRP was still installed... which was weird to me.
The big problem: Ultimately... when I rebooted the tablet, I just see the initial "ASUS" screen with "The Device is UnLocked." in the top-left corner. When I hold the power button to turn it off... it powers back on within a few seconds, and stays at the "ASUS" screen again. It will not stay off... and will not show anything but the "ASUS" splash screen. (With one exception, described later - "the only ray of hope...") If I hold the volume up or down buttons when powering on the device, absolutely nothing different happens. (since it doesn't STAY off... I've tried all kinds of different combinations of pushing/holding the appropriate buttons for when the tablet comes back on) IMPORTANT: I never see the "three icons" as expected when holding the volume button(s). No RCK, USB, etc... when the unit turns back on, it goes to the ASUS screen, and stays there until the battery dies. As a result... I can't get into recovery, fastboot, or APX or whatever in the traditional way.
Pressing the reset button alone, or reset + volume down has the effect of temporarily turning off the unit and then on again, the same as holding the power button to turn it off and letting it turn itself back on again.
The only ray of hope that I have is that *sometimes* if I press reset + volume up with the USB cable connected to a computer... the screen will STAY BLACK, but the "device connected" sound will play on my PC (Win 7 x64) as if I just plugged the tablet into USB on my computer, and I will get a message that it's trying to install an APX device. However, it eventually tells me that the device driver could not be installed. The screen on the tablet stays black in this case... until I reset it, hold the power button, etc.
So... I'm not opposed to (or unfamiliar with) using fastboot or any other command-line app to resurrect my tablet... I just haven't been able to get it into a condition that I can try something like that yet.
Is there any hope for my tablet? Somebody please help me. I'm open to sending a few bucks via paypal or google wallet to anyone that can lead me to a resolution. That would be cheaper than buying a new tablet... not to mention the priceless value of the progress I have in Fieldrunners 2. lol.
Thanks for your time!
~Ryan
same problem reboot back to twrp
well i may be stupid because i can't understand why i have tried a couple of commands and i still get the same problem reset volume down still goes back to twrp and ask for a password can someone please explain this in alittle more detail and what commands i also get the waiting for device in my commands is there another way to push these files into this device tf201 please help is there a way to do something in the twrp recovery like terminal command
I was a fool for flashing wrong recovery!
DrPhant0m said:
Hi. I think I'm having the same problem as some of the others in this thread.
Background: Tablet is unlocked, JB Rom (Paranoid Android) was installed since March, along with TWRP recovery. In preparation of installing CM11, I used Android Terminal Emulator to install the latest TWRP from a *.blob file, but I found that the latest TWRP is still not CM11-ready...
Setup to Issue: Last night, I decided I wanted to put CM11 on my TF300T. TWRP doesn't have a compatible recovery out for CM11 (install of CM11 rom fails every time), so I reinstalled the paranoid android ROM, and attempted to get the latest recovery from clockworkmod. On cwm's website, they only have choices for "transformer" "transformer prime" and "transformer infinity" which, when downloaded, have tf101, tf201, and tf700 in their filenames. (No tf300, that is)
So... I attempted to install the tf201 recovery (closest to mine, right?) by renaming the file cwm.blob, and using android terminal emulator to install it, the same way I did with TWRP. The first few times I tried and rebooted into recovery... TWRP was still installed... which was weird to me.
The big problem: Ultimately... when I rebooted the tablet, I just see the initial "ASUS" screen with "The Device is UnLocked." in the top-left corner. When I hold the power button to turn it off... it powers back on within a few seconds, and stays at the "ASUS" screen again. It will not stay off... and will not show anything but the "ASUS" splash screen. (With one exception, described later - "the only ray of hope...") If I hold the volume up or down buttons when powering on the device, absolutely nothing different happens. (since it doesn't STAY off... I've tried all kinds of different combinations of pushing/holding the appropriate buttons for when the tablet comes back on) IMPORTANT: I never see the "three icons" as expected when holding the volume button(s). No RCK, USB, etc... when the unit turns back on, it goes to the ASUS screen, and stays there until the battery dies. As a result... I can't get into recovery, fastboot, or APX or whatever in the traditional way.
Pressing the reset button alone, or reset + volume down has the effect of temporarily turning off the unit and then on again, the same as holding the power button to turn it off and letting it turn itself back on again.
The only ray of hope that I have is that *sometimes* if I press reset + volume up with the USB cable connected to a computer... the screen will STAY BLACK, but the "device connected" sound will play on my PC (Win 7 x64) as if I just plugged the tablet into USB on my computer, and I will get a message that it's trying to install an APX device. However, it eventually tells me that the device driver could not be installed. The screen on the tablet stays black in this case... until I reset it, hold the power button, etc.
So... I'm not opposed to (or unfamiliar with) using fastboot or any other command-line app to resurrect my tablet... I just haven't been able to get it into a condition that I can try something like that yet.
Is there any hope for my tablet? Somebody please help me. I'm open to sending a few bucks via paypal or google wallet to anyone that can lead me to a resolution. That would be cheaper than buying a new tablet... not to mention the priceless value of the progress I have in Fieldrunners 2. lol.
Thanks for your time!
~Ryan
Click to expand...
Click to collapse
I have exactly this! I hope someone knows the answer for this issue. Else the tablet will learn how to fly!
I tried to push the reset button as described earlier but nothing changes. Not able to go into recovery Just stuck at ASUS in the middle NVidia in the bottomright corner en upperleft corner 'this device is unlocked'
Hello,
before I get into detail with my current problem at hand, I want to say that I'm extremely new to flashing/rooting my tablet and in most cases am very dependent on guides and how-tos. That being said, I've search through this forum among others in order to get my problem solved but had no success so far. So your expertise is basically my last resort and hope.
I have a Lenovo Yoga 2 1050L, as stated above, and tried to root it yesterday using this guide. Unfortunately, I messed up when it came to the system's image from the custom ROM because I downloaded the original firmware for the 10'' version L instead of the further below mentioned recovery firmware in step 3 (though that link was dead anyway). Moreover, I also included the recovery.img in the custom flash process and not only the system.img and I think the error occurred while flashing the recovery partition.
Long story short, the flashing process failed and I was left with a non-booting tablet.
The status-quo is I can boot into the bootloader mode (power button + volume down) where it'll say "normal boot", "recovery mode" etc. at the top with the android figure lying on the ground with an open stomach.
With the help of the Fastboot Tethered Recovery Launcher I can use the T3 option to change the device status to "fastboot-online". From what I understood I can then enter recovery mode if pressing volume up (so I can do a data/cache wipe) but it says
"could not open sys/devices/virtual/backlight" and I couldn't figure out what that's supposed to mean or how I can solve it.
I also tried to flash it again with the stock rom downloaded from here with the Intel Phone Flash Tool 4.4.4.
But that always failed at the "fastboot -s <device> oem wipe ESP" operation. It failed to execute that command resulting in a timeout only to try it once again. After that second attempt ended in a timeout too, it went on to the next step "fastboot -s <device> oem start_partitioning" but that also failed, ultimately making the whole flash process fail.
The curious thing (for me, anyway) was that I could flash the boot.img, system.img and recovery.img individually (by going to "Custom Flash" in the Phone Flash Tool and then selecting only one of those images) and all three processes succeeded. However, I only got the success message on the Phone Flash Tool, the tablet itself got stuck during the first reboot during or after the flash process.
In fact, every boot/reboot results in the tablet being stuck at the display of the Lenovo Logo. Nothing happens after that, it just stays there.
This happens whenever I try to boot normally or boot straight into recovery mode (Power + Volume Up). The only way I can boot my tablet and actually do something with it is the bootloader mode (Power + Volume Down) but as stated above, from there I didn't manage to get anywhere else so far.
Another thing I have tried is to enter fastboot mode because I read that I can also recover from there. But whenever trying to enter fastboot mode the tablet's display goes black, then a small text says "Fastboot starting..." and that's it. Nothing happens after that, no additional text or new screen.
What I also noticed is that whenever the tablet reboots itself or if I try to boot/reboot it, the tablet is not in the list of available devices anymore if I enter "adb devices" or "fastboot devices" in my command line (with connected tablet). Only when I redo the process with the Fastboot Tethered Recovery Launcher (option T3), can I access the device with those commands again (at first I could access it with "adb devices", later on only with "fastboot devices" and to be honest, I don't know why that is).
I actually just want to wipe the data of the tablet and install the stock ROM again because I think there's just some corrupt data that keeps my tablet from booting normally. But right now I don't even know how to do that because everything I've tried so far didn't work. Not even starting the tablet with the so-called "hard reset" (Power + Volume Down + Volume Up) worked, I only got a black screen in that case.
Because I tried to solve this problem myself all day yesterday, my tablet is now also down to about 20% of battery and I don't know if I can charge it up without a proper ROM installed (probably not). So that's another factor that's hindering me from trying out other steps.
I know this is a lot of text but I still hope there's someone out there who can help me with my problem. I am at my wit's end and would highly appreciate anyone who has knowlegde about this situation with this tablet helping me.
Best regards and thank you in advance
XShunyaX
Hi,
With a battery capacity of 2% I decided to carry on and listen to one more Blink 182 song, then it died halfway through. Put the phone on charge and now stuck in endless reboot loops. Normally the reboot happens during the Cyanogen splash screen, sometimes it makes it past there to an "Optimising Apps" window where it will optimise all apps, but then as soon as it says "Starting apps" it reboots.
I was on stock OS. I have had something similar happen before - always when the battery has died. Previously using the Zuk Z1 toolkit fastboot commands seems to have worked (although I'm not sure if it has ever actually reflashed it as fastboot doesn't appear to work now).
I have tried using fastboot to reflash (stock OS, later ones) - fastboot flash doesn't seem to work (device locked). Using ADB sideload I can reflash (YOG4PAS3AJ, YOG4PAS7DF, YOG4PAS9IG) , but the same ting happens - it seems when the apps are compiled and run it reboots.
All I care about is my photos and videos of my kids - have given up on the phone now (living with a broken home button is frustrating enough).
Can anyone suggest anything? If I could boot the phone up into some sort of safe mode where the apps don't run maybe it would help, but maybe there is no "safe mode" in CM 12.1? Any suggestions would be greatly appreciated.
Thanks
can you boot into bootloader/fastboot menu etc? being there connect phone to laptop/computer & see if pc shows you the phone drive so that you can copy data for now?
RZukZ1 said:
Hi,
With a battery capacity of 2% I decided to carry on and listen to one more Blink 182 song, then it died halfway through. Put the phone on charge and now stuck in endless reboot loops. Normally the reboot happens during the Cyanogen splash screen, sometimes it makes it past there to an "Optimising Apps" window where it will optimise all apps, but then as soon as it says "Starting apps" it reboots.
I was on stock OS. I have had something similar happen before - always when the battery has died. Previously using the Zuk Z1 toolkit fastboot commands seems to have worked (although I'm not sure if it has ever actually reflashed it as fastboot doesn't appear to work now).
I have tried using fastboot to reflash (stock OS, later ones) - fastboot flash doesn't seem to work (device locked). Using ADB sideload I can reflash (YOG4PAS3AJ, YOG4PAS7DF, YOG4PAS9IG) , but the same ting happens - it seems when the apps are compiled and run it reboots.
All I care about is my photos and videos of my kids - have given up on the phone now (living with a broken home button is frustrating enough).
Can anyone suggest anything? If I could boot the phone up into some sort of safe mode where the apps don't run maybe it would help, but maybe there is no "safe mode" in CM 12.1? Any suggestions would be greatly appreciated.
Thanks
Click to expand...
Click to collapse
You can temporarily boot twrp using fastboot.
fastboot - i 0x2b4c boot twrp.img
Tani2 said:
can you boot into bootloader/fastboot menu etc? being there connect phone to laptop/computer & see if pc shows you the phone drive so that you can copy data for now?
Click to expand...
Click to collapse
I can get into fastboot menu on the phone, and it shows up as a device in windows, but not as a storage device - I don't know if this is normal?
I'll try the fastboot twrp suggestion now, but I think all fastboot commands return "device locked".
Thanks for your attention guys.
Hi,
I have tried to temporarily boot using twrp without the "-i 0x2b4c" and got the following:
FAILED (remote: bootimage: incomplete or not signed)
When I add the -I 0x2b4c switch nothing seems to happen....
:crying: