My pc can't read the phone when it is on the fastboot . i can't root it again , i stuck with stok rom and stok recovery . i tried everything and i can't make my pc read the phone on the bootloader . any help please .
ur missing a driver. what's your pc OS? do you have the sdk?
if you have the sdk, and you're on windows, then run "devmgmt.msc" (without the quotes). in that list you should see your phone. right click on it to select it, and select update driver. then you'll have to manually browse to the folder that has the driver within the sdk. install it. done. fastboot commands should work after that, assuming you're phone is in fastboot mode.
i am using WIN7 and yes i have sdk . i see the driver when i turn my phone on , my pc see my phone normal . the issuse just only with fastboot
but i will try this and tell what i will get . thanks so much for your help
This should get everything working...http://forum.xda-developers.com/showthread.php?t=613217
I had many issues with this.
I renamed the fastboot application in the tools folder of the SDK "fastboot" not fastboot-win, not fastboot-windows.
once I did that and opened a command promt in the SDK tools folder and typed fastboot devices everything worked fine.
perfect guys . it works very good . thanks soooo much
Related
Been trying to root N1(FRG83) without unlocking bootloader. Downloaded android-sdk to c: drive and downloaded usb driver.
When I boot the N1 into fastboot mode and type fastboot from the cmd prompt on the computer it sees the phone and gives me the serial (HT****)
When I try the same thing from ADB (ADB devices) it doesn't recognize the phone. I just get a blank line and go back to the command prompt. I've tried this on 2 machines (1 Vista the other Windows 7) and get the same results.
The frustrating thing is that I actually had the phone recognized with the ADB devices command when I first set it up but got called away from the computer and never had a chance to run the rooting routine.
Anybody out there solved this problem?? All help appreciated.
Thanks.
download and install the sdks and nexus ine drivers manually.
thanks but no luck
Downloaded drivers as you suggested but no luck. Also tried reinstalling sdk. Debugging is on, Java is installed, I'm out of ideas for the moment.
astron46 said:
Downloaded drivers as you suggested but no luck. Also tried reinstalling sdk. Debugging is on, Java is installed, I'm out of ideas for the moment.
Click to expand...
Click to collapse
Del everything...restart your pc, and download the drivers and sdk..it'll take a few more mins.
When this happened to me, I restarted my PC and it worked.
astron46 said:
Been trying to root N1(FRG83) without unlocking bootloader. Downloaded android-sdk to c: drive and downloaded usb driver.
When I boot the N1 into fastboot mode and type fastboot from the cmd prompt on the computer it sees the phone and gives me the serial (HT****)
When I try the same thing from ADB (ADB devices) it doesn't recognize the phone. I just get a blank line and go back to the command prompt. I've tried this on 2 machines (1 Vista the other Windows 7) and get the same results.
The frustrating thing is that I actually had the phone recognized with the ADB devices command when I first set it up but got called away from the computer and never had a chance to run the rooting routine.
Anybody out there solved this problem?? All help appreciated.
Thanks.
Click to expand...
Click to collapse
If I recall correctly, adb won't work while the phone is in fastboot mode - and that fact that your fastboot commands work fine indicates that it shouldn't be a driver issue. Make sure you're running the adb commands when your phone is actually booted (at least to recovery).
If the phone is recognized by the computer via usb, but the adb does not see the phone connected, you just may need to simply delete and reinstall the latest USB driver that is offered.
There is actually an issue with Nexus One's where the adb composite interface doesn't work. It seems related to the issue with the broadcom driver and the mac address starting with 38.
See here - http://code.google.com/p/android/issues/detail?id=9437 - for more info.
I have now upgraded to frg83 and it works fine.
codesplice said:
If I recall correctly, adb won't work while the phone is in fastboot mode - and that fact that your fastboot commands work fine indicates that it shouldn't be a driver issue. Make sure you're running the adb commands when your phone is actually booted (at least to recovery).
Click to expand...
Click to collapse
This. If you're running ADB in fastboot, you'll get nowhere.
I need to get fastboot working to flash the 2708+ radio/hboot combo, for a rom I want to try. No devices show up under fastboot devices (from command prompt), but it does show up under adb devices. I don't have sdk properly installed, for some reason it wont take on my pc. It was a lengthy process getting adb to work a few months ago, I don't even remember what I did. Please help.
make certain the phone is in fastboot and not hboot mode by hitting the back button
you can flash the radio in recovery,attention it has chance to be bricked.
Ok i just recently installed adb for the same reason, i had trouble at first but then i found this video which made everything really easy.
http://www.youtube.com/watch?v=Bg-cGTZE2XI&feature=related
Now adb works on my computer perfectly
once u install adb fastboot is already there, all u have to do is install the correct drivers for fastboot. So this is what you do:
1. turn off your phone and then turn it back on using the back and home button
(this will boot you into bootloader)
2. Now it should some information and it should say FASTBOOT in green letters.
3. If it does, now plugin your usb to your phone and computer and now it will say FASTBOOT USB.
4. NOw that your phone is in fastboot, go to command prompt on your pc to lauch fastboot.
5.If you installed adb using the video above, type cd..
6. again type cd..
7. then type cd android
8. last type cd tools
9. To check if your phone is connected to your computer through fastboot, type fastboot devices.
10. It should show a long number and then connected, this is your device, if it doesnt show this u need to install the correct drivers for fastboot, if it does show your device then fastboot is working and you can use it.
11.If its not working, you need to install the correct drivers.
12. Keep your phone in FASTBOOT USB, Just leave it how it is.
13. Now on your pc, go to start.
14. right click on computer
15. click on properties.
16. click on device manager
17. now find your device, since it doesnt have the correct drivers it should be under other devices.
18. once you find it double click on it.
19. click update drivers, and choose the option that lets you choose the drivers.
20. your pc wiil scan for drivers and if you installed adb correctly, their should be adb interface drivers.
21. choose those drivers.
22. now wait for those drivers to install.
23. ANd there now u have the correct drivers for fastboot!
24. to check if it is working repeat steps 4-9
25. IF it does, You now have fastboot working on both your pc and device!
please hit the "thank you" button
hi, this is how i managed to get root working on my tab, everything went fine for me till it came to booting into recovery then nothing use to happen so i combined two separate guides to get it working. thanks (bcmobile and 411tecknology)
the command in "(getting root 5) )" worked for me as i was getting stuck with "fastboot flash recovery skitzandroid-recovery.img"
i unlocked the bootloader by firmware upgrade the the following
for all those people like me with no experience in dos commands or linux, hope this works for you
PREPARE:
1) With your Tab in fastboot mode (step 1 of “GETTING ROOT” below), make sure you have a working fastboot implementation:
working dir\\fastboot devices
If all is well, you should see your device serial number. If there is a problem, you won’t get any response.
2) Downlad the two files attached to this thread
3) create a folder in drive c naming it "root"
This will be referred to as the working directory throughout the rest of this guide
4) Copy skitzandroid-10-1v-root.zip to your working directory (DO NOT UNZIP!) c: root
5) Extract the skitzandroid-recovery.img file from skitzandroid-stock-recovery.zip to your working folder. Your working folder( c: root) should now have 1 IMG file and one ZIP file.
6) copy fastboot files to the the folder that you are going to use as working dir ( c:root)
7) Copy the skitzandroid-10-1v-root.zip file to the root of your sdcard. You can eithe drag/drop, or run:
working dir or c:\root>adb push skitzandroid-10-1v-root.zip /sdcard
GETTING ROOT:
1) Power off your Tab and power it back on, while holding the VOLUME DOWN button.
2) When the DOWNLOAD / FASTBOOT icons appear, press VOLUME DOWN again to select FASTBOOT icon (the one with the USB logo) and press VOLUME UP to confirm selection.
3) Confirm you are now in fastboot mode and do a:
fastboot devices
If all is well, you should see your device serial number.
4) Open a terminal / CMD prompt and CD to your working folder
keep doing cd.. until you get to "c:>" then
cd/root
5) Run the following command:
c:\root> fastboot boot skitzandroid-recovery.img
..and wait. It might not look like anything is happening but it is.
6) You should now have a recovery menu. Use the volume rocker (up/down navigates menu options)
to select “Install zip from SDCARD” (or something like that)
7) Navigate to the root of your internal storage (/sdcard), select the skitzandroid-10-1v-root.zip file and press (tap!) the POWER button to confirm selection.
Once complete, use the Volume rocker to select “REBOOT” from the menu and press (tap!!!) the POWER button to confirm selection.
9) YOUR’RE DONE. Press the thanks button on this thread to continue
TESTING:
Check your apps menu to confirm the existence of SuperUser app.
whats wrong with this?
http://forum.xda-developers.com/showthread.php?t=1079781
Nothing!
I used it on UNLOCKED 10.1v (not from Vodafone) and had no data loss!
Great, Thanks
Frank
I do not understand: 3) Confirm you are now in fastboot mode and do a:
fastboot devices
If all is well, you should see your device serial number.
Where do I enter this data?
I mean - fastboot deviсes
TNTCOSMOS said:
I do not understand: 3) Confirm you are now in fastboot mode and do a:
fastboot devices
If all is well, you should see your device serial number.
Where do I enter this data?
I mean - fastboot deviсes
Click to expand...
Click to collapse
once you start your device in fastboot mode and connect it with the computer to make sure your device is recognized by the computer you open command prompt take it to your working dir.. (ie. c:>root) in our case type fastboot devices and hit enter, if your computer recognized your device you will the serial number under it.
im sorry> can you help me?
When i write in the command line "fastboot.exe devices" nothing happens....
TNTCOSMOS said:
im sorry> can you help me?
When i write in the command line "fastboot.exe devices" nothing happens....
Click to expand...
Click to collapse
assuming you have installed sdk if not please do so, then staying in sdk go to
(C:\android\android-sdk-windows\platform-tools ) by clicking your mouse in desktop
(not cmd prompt). above eg.. is how i installed sdk on my desktop yours may be different, now in platform-tools you will see two files called fastboot copy them both to to your folder called ..root.. and you are set to go.
bottom line is if you want to start fastboot from any folder in cmd you have to have these two files in the folder.
also if you know that your device is detected by your computer dont worry about step 3. all it does is tell you that your device is connected.
I have all turned out, the problem was the drivers. I copied the driver from pdanet and it worked!
TNTCOSMOS said:
I have all turned out, the problem was the drivers. I copied the driver from pdanet and it worked!
Click to expand...
Click to collapse
Glad to hear that you finally got the root.
same problem
TNTCOSMOS said:
im sorry> can you help me?
When i write in the command line "fastboot.exe devices" nothing happens....
Click to expand...
Click to collapse
i've tried with pdanet too but it's not working....like the computer can't see the device...any ideea ???
and when i write "fastboot boot ......etc......" it says <waiting for the device>
please help
You need the drivers installed for fastboot, have you installed them? Please have a look at the [Guide] Unlock your bootloader thread. it contains all the details to get fastboot working.
thank you...finally did it
another noob question...how do i enter in cwm for installing another ROM ???
zbuggy said:
thank you...finally did it
another noob question...how do i enter in cwm for installing another ROM ???
Click to expand...
Click to collapse
The easiest way if you are rooted is to install rom manager from the market. It has an option to reboot to recovery if you have CWM installed. It also allows you to update to the latest CWM recovery if there is one.
i've tried putting the TB Galaxy 1.0.9: Honeycomb 3.1 + TouchWiz UX and i made a mistake... in cwm i've uploaded the zip file only with the update and not the rom itself.since then the tab won't start...it stop's in the beggining at the "samsung galaxy tab 10.1v"...any ideea...what can i do ?
Download latest rom and instructions from samfirmware.com using odin Get ur tab into fastboot mode with 3 button recovery and start from scratch.
It should work out
Sent from my GT-P7500 using Tapatalk
zbuggy said:
i've tried putting the TB Galaxy 1.0.9: Honeycomb 3.1 + TouchWiz UX and i made a mistake... in cwm i've uploaded the zip file only with the update and not the rom itself.since then the tab won't start...it stop's in the beggining at the "samsung galaxy tab 10.1v"...any ideea...what can i do ?
Click to expand...
Click to collapse
Do the following. If you have not yet odin.
Download the full rom.
Follow instructions in how to get into fasboot in sticky thread.
Once in fastboot you can load recovery via it, to do that download the recovery from droidbasement.com/blog, search on pershoot's website for recovery 4.0.4 if i remember correctly then type
fastboot boot recovery.img
where recovery.img is the name of the file you downloaded from droidbasement.com
Recovery will then load give it a minute or so.
Once loaded you can push the downloaded full rom via adb. That is part of the android sdk.
Like this: adb push romfile.zip /data/media/ (this will take a few minutes)
Then in cwm instal rom.
I hope it helps. Btw, remember you need to flash the wipe script of the rom before you install the rom if you are comming from stock.
Send from my GT-P7100
10x everybody it worked!!!!!!!!
Still me, posting in yet another thread. Still can't get the proper drivers. Pda method is not working. Which version of PDanet should I use ? The latest ? This is ****ing irritating...
I'm used to have to struggle to get things work at the beginning, but with my Magic and Hd2 it was a matter of hours...not weeks ! I'm sure it's something stupid but everybody deserted these guides topics...
I'm actually considering posting in the Dev section just to get attention...
Also, pershoot blog's advices are a joke : with no tags, a not working search field, no categories, try to find an info ! Knowing that the word "Recovery" will pop about 3 times per subject, I'm good to spend the week-end searching...
DannyBiker said:
Still me, posting in yet another thread. Still can't get the proper drivers. Pda method is not working. Which version of PDanet should I use ? The latest ? This is ****ing irritating...
I'm used to have to struggle to get things work at the beginning, but with my Magic and Hd2 it was a matter of hours...not weeks ! I'm sure it's something stupid but everybody deserted these guides topics...
I'm actually considering posting in the Dev section just to get attention...
Also, pershoot blog's advices are a joke : with no tags, a not working search field, no categories, try to find an info ! Knowing that the word "Recovery" will pop about 3 times per subject, I'm good to spend the week-end searching...
Click to expand...
Click to collapse
Hello,
I have been successful with rooting on win7. With win xp - after a few day struggling - fastboot did not give a go. Hope this helps
I just can't get the "Adb Original" signature from Pdanet. I always get standard Adb. I add the galaxy tab lines in the .inf file but still...
Do you guys edit the inf file with Wordpad or another tool ?
I've searched and searched for a solution to this, nothing is working. Really need help guys.
Phone is on stock ICS rom, PC is Win8 Pro x64. All three files are in the folder, SDK is installed (x64 version), Google USB driver installed, Java for windows installed, and HTC Sync installed but not running.
When in FASTBOOT and USB connected it shows FASTBOOT USB. Device manager shows Android Phone - Android ADB Interface. Is this correct or should it show something else in device manager?
No matter what I've tried when running fastboot oem get_identifier_token in command prompt I get waiting for device. Also running fastboot devices returns nothing.
Don't know what else to try... Seems it doesn't recognize the device but it's in device manager.
Edit: have also tried different usb ports and I know the cable works.
Edite 2: I fixed it. Took me hours to get this working but for any one struggling like I was here is what I did.
Got rid of all the drivers and started back at Android 1.0 in device manager. Manually installed the official SDK google usb driver and selected Android Bootloader Interface for Android 1.0. Also boot the phone and manually install again and select Android ADB Interface.
Here is what really caused me problems. The HTC tutorial I looked at said to take adb.exe, fastboot.exe, and adbWinApi.dll and put them in their own folder. This absolutely does not work for me even now. I used the directory straight from the SDK (sdk\platform-tools) and added fastboot.exe from a previous sdk revision into that folder. Now everything works!!! Finally!
Hi everyone!! I have the same issue as brother bassvoykevlar but the solution here expresed is not all clear to me. Can anyone please give me a hand on this, i am really mad with it . Thanks in advance.
The Best Solution
this problem has also happened with me and i found a solution to this,
this usually happens if your system lacks fastboot drivers.
ADB drivers can only Run ADB shell so that is why you need to have fastboot drivers as well to use fastboot commands.
i think you must have tried this code:
"fastboot oem unlock"
then cmd may have got stuck on "waiting for device"
don't worry install drivers for fastboot then it should work.
google it then get it.
there is 15seconds ADB,fasdtboot installer available try that.
then give it another try.
I wanna unlock bootloader on my XSP but every time I connect it in fastboot mode, my pc tries to reinstall ADB drivers. I can put in download mode, I can push files in both sdcard0 and sdcard1. What can I do?
natroid said:
I wanna unlock bootloader on my XSP but every time I connect it in fastboot mode, my pc tries to reinstall ADB drivers. I can put in download mode, I can push files in both sdcard0 and sdcard1. What can I do?
Click to expand...
Click to collapse
This is coz u didnt install the drivers correctly. U can find them here: HERE. Anyway for make it work u will need this too: HERE
Joku1981 said:
This is coz u didnt install the drivers correctly. U can find them here: HERE. Anyway for make it work u will need this too: HERE
EDIT: All process for unlock your bootloader: HERE
Click to expand...
Click to collapse
Thanks, but, where shall I put fastboot_with_Android(etc)? I already installed flashtool drivers...
natroid said:
Thanks, but, where shall I put fastboot_with_Android(etc)?
Click to expand...
Click to collapse
Did u read the tuto of Doomlord again?? . I give u a trick:
7. Extract fastboot_with_Android_USB_file.rar and open fastboot folder
8. Hold SHIFT and right click on the background of the folder
9. Select 'Open command window here'
10. Connect your phone in fastboot mode (turn phone off, hold Volume UP button and plug in USB Cable) [make sure drivers are installed as explained above]
11. In the cmd windows type in fastboot.exe -i 0x0fce getvar version
12. If a value is returned (it will return 0.5), it means the phone is correctly connected
13. Type in fastboot.exe -i 0x0fce oem unlock 0xKEY and replace KEY with the key which u received earlier.
14. You're device should now be bootloader unlocked
EDIT: I hope it helped ya :highfive:
Joku1981 said:
Did u read the tuto of Doomlord again?? . I give u a trick:
7. Extract fastboot_with_Android_USB_file.rar and open fastboot folder
8. Hold SHIFT and right click on the background of the folder
9. Select 'Open command window here'
10. Connect your phone in fastboot mode (turn phone off, hold Volume UP button and plug in USB Cable) [make sure drivers are installed as explained above]
11. In the cmd windows type in fastboot.exe -i 0x0fce getvar version
12. If a value is returned (it will return 0.5), it means the phone is correctly connected
13. Type in fastboot.exe -i 0x0fce oem unlock 0xKEY and replace KEY with the key which u received earlier.
14. You're device should now be bootloader unlocked
EDIT: This process is delicate. If u dont know what u are doing, is better u dont do it for prevent one beaty BRICK :highfive:
Click to expand...
Click to collapse
Yes, I read it, but if I can't go in fastboot mode, I can't do this procedure. I installed flashtool drivers, but I still have this problem...
natroid said:
Yes, I read it, but if I can't go in fastboot mode, I can't do this procedure. I installed flashtool drivers, but I still have this problem...
Click to expand...
Click to collapse
Windows 7 or 8?
Joku1981 said:
Windows 7 or 8?
Click to expand...
Click to collapse
XP. But I unlocked bootloader also on Xperia U, I don't know why I have this problem... I remember I had problems with fastboot drivers, but I resolved in a few minutes...
natroid said:
XP. But I unlocked bootloader also on Xperia U, I don't know why I have this problem... I remember I had problems with fastboot drivers, but I resolved in a few minutes...
Click to expand...
Click to collapse
Try this lil tuto:
1. Open the Windows Device Manager
2. Connect to phone in Fastboot mode (phone off -> Volume + key pressed -> connecting cable)
3. Connect your phone and ignore Windows messages. Quickly go to Device Manager and look for that just appeared "S1Boot Fastboot". Right click and click "Update Driver Software", once done you can relax, you can release the Volume + key and disconnect the phone. [NOTE: If Windows is trying to install the driver, you will not see "Update Driver Software" until it stops, so hurry].
4. Click "Search for driver software on your computer"
5. Click "Choose from a list of device drivers on my computer"
6. Select "Show all devices" (or something, I can not see the exact text)
7. Click "Use Disk ..."
8. Click "Browse ..."
9. Select the android_winusb.inf (in the folder with Fastboot usb_driver the USB drivers) and open
10. Click "OK"
11. If you get a list of 3 devices, choose "Android Bootloader Interface"
12. BEFORE pressing "Next" you need to reconnect the phone in fastboot mode, here you have to be fast again. Unplug the phone if you had not done before. Plug it back into fastboot mode. Once you do click "Next" on the computer.
13. If you followed the instructions correctly have the drivers installed before the phone was disconnected again.
14. Now you have the drivers installed, the phone will not slip out of Fastboot mode and everything should work properly.
Joku1981 said:
It tells u installing drivers but cant install nothing... uh?
Click to expand...
Click to collapse
Yes, every time I put in fastboot mode, XP opens a window with "Sony ADB Interface" and tries to install it. But at the end it do nothing and ADB is always a problem.
natroid said:
Yes, every time I put in fastboot mode, XP opens a window with "Sony ADB Interface" and tries to install it. But at the end it do nothing and ADB is always a problem.
Click to expand...
Click to collapse
I hope it works for ya how it worked for me :highfive:
Joku1981 said:
I hope it works for ya how it worked for me :highfive:
Click to expand...
Click to collapse
DONE!
But, I was trying to unlock bootloader. Where I can see if it worked? Now I see that my sdcard0 has formatted with internal data. But I'm trying to install CWM with a kernel.elf (autoroot & CWM) using Flashtool. But... Flashtool says that I must be rooted before doing this. WUT?
Edit: I also see that I lost DRM keys, but I've got a backup to restore them. So... bootloader is unlocked!
Edit: RESOLVED! I restored DRM keys before flash kernel.elf, and it was wrong. So I repeated the procedure without DRM keys and... beautiful CWM with root now I think I can restore my DRM keys. Heheh