i today unlockd my bootloader and soffed an accidently in recovery mode i deletet all the files including sccard and now i have no rom to flash and without sd card i dont know how to put a rom from bootloader to my sd card. anybody know pleas help
Boot into the recovery, and connect the device with the pc.
Then you place the ROM.ZIP into your SDK tools (adb.exe , fastboot.exe....) Folder.
Then open a cmd window and navigate to your SDK folder.
There type the following command:
adb push ROM.ZIP /sdcard/
After it's finished, you could flash the ROM via the recovery.
Gesendet von meinem HTC One mit Tapatalk
it tells me error device not found and that is the problem i think i dont know why
Black-FR said:
Boot into the recovery, and connect the device with the pc.
Then you place the ROM.ZIP into your SDK tools (adb.exe , fastboot.exe....) Folder.
Then open a cmd window and navigate to your SDK folder.
There type the following command:
adb push ROM.ZIP /sdcard/
After it's finished, you could flash the ROM via the recovery.
Gesendet von meinem HTC One mit Tapatalk
Click to expand...
Click to collapse
it tells me error devise not found and that is the problem i dont know why
it is not find my device at all i tryied everything
Which operating system Do you use?
If it's Windows 8 / 8.1, then you should search some in the forum.
It's often complicated, to get adb working, with 8 or 8.1.
Gesendet von meinem HTC One mit Tapatalk
Black-FR said:
Which operating system Do you use?
If it's Windows 8 / 8.1, then you should search some in the forum.
It's often complicated, to get adb working, with 8 or 8.1.
Gesendet von meinem HTC One mit Tapatalk
Click to expand...
Click to collapse
8.1...... but i have unlocked my htc one with it it schoulld work.....
For the unlock, you did needed fastboot.
But now you need adb.
There are a few topics, about adb issues with 8.1.
I use win7, so i don't Know the solution.
Gesendet von meinem HTC One mit Tapatalk
iliasker said:
i today unlockd my bootloader and soffed an accidently in recovery mode i deletet all the files including sccard and now i have no rom to flash and without sd card i dont know how to put a rom from bootloader to my sd card. anybody know pleas help
Click to expand...
Click to collapse
post output of "fastboot getvar all" removing S/N & IMEI before posting
EDIT: use THIS for adb fastboot and get THESE HTC One Drivers
and after restart try pushing or sideload your ROM
---------- Post added at 07:07 PM ---------- Previous post was at 07:04 PM ----------
Black-FR said:
For the unlock, you did needed fastboot.
But now you need adb.
There are a few topics, about adb issues with 8.1.
I use win7, so i don't Know the solution.
Gesendet von meinem HTC One mit Tapatalk
Click to expand...
Click to collapse
my friend
there are fastboot issues with Windows 8.1, not adbs'
mean no disrespect just wanted to tell you :angel:
Thanks... I thought it had been adb, which was Not working with 8.1.
Gesendet von meinem HTC One mit Tapatalk
Related
Not working got to made another one when i be back home.
I have a problem with the computer at work all my zip file are no more working.
I don't know why.
I will make another zip soon
Re: [delete this thread]Flashable zip of Bootloader 4.18 for grouper & tilapia
Yeah works well!
Edit: thought it worked. Stayed on 4.13
Sent from my Nexus 7 using xda premium
[email protected]_OC said:
Not working got to made another one when i be back home.
I have a problem with the computer at work all my zip file are no more working.
I don't know why.
I will make another zip soon
Click to expand...
Click to collapse
Thanks man!
Gave up on fastboot. Dunno why cant get it running!
I tried using fastboot but cant get it to work.
1) Create a folder called fastboot, copy the 4 files + bootloader img into it, and move the folder into C drive.
2) run cmd
3) enter cd C:\fastboot\
4) adb devices. check correct.
5) adb reboot-bootloader
6) fastboot devices. check correct.
7) fastboot flash bootloader bootloader-grouper-4.18.img
8) nth happened.
what went wrong?
o0boiboi0o said:
Thanks man!
Gave up on fastboot. Dunno why cant get it running!
I tried using fastboot but cant get it to work.
1) Create a folder called fastboot, copy the 4 files + bootloader img into it, and move the folder into C drive.
2) run cmd
3) enter cd C:\fastboot\
4) adb devices. check correct.
5) adb reboot-bootloader
6) fastboot devices. check correct.
7) fastboot flash bootloader bootloader-grouper-4.18.img
8) nth happened.
what went wrong?
Click to expand...
Click to collapse
I think you forgot unlock bootloader typing
fastboot oem unlock
Enviado de meu Nexus 7 usando o Tapatalk 2
eric-filth said:
I think you forgot unlock bootloader typing
fastboot oem unlock
Enviado de meu Nexus 7 usando o Tapatalk 2
Click to expand...
Click to collapse
oh! coz i saw there stated unlocked.
is it a must to type that?
o0boiboi0o said:
oh! coz i saw there stated unlocked.
is it a must to type that?
Click to expand...
Click to collapse
No, if are unlocked you dont need
Enviado de meu Nexus 7 usando o Tapatalk 2
o0boiboi0o said:
Thanks man!
Gave up on fastboot. Dunno why cant get it running!
I tried using fastboot but cant get it to work.
1) Create a folder called fastboot, copy the 4 files + bootloader img into it, and move the folder into C drive.
2) run cmd
3) enter cd C:\fastboot\
4) adb devices. check correct.
5) adb reboot-bootloader
6) fastboot devices. check correct.
7) fastboot flash bootloader bootloader-grouper-4.18.img
8) nth happened.
what went wrong?
Click to expand...
Click to collapse
This worked for me fine. How adb devices is working for you? I think when you are in fastboot adb doesnt work.......Maybe i am wrong.
nickporwal said:
This worked for me fine. How adb devices is working for you? I think when you are in fastboot adb doesnt work.......Maybe i am wrong.
Click to expand...
Click to collapse
I think you hit sth!
when tablet is on, adb devices give me return (serial number+device). But, when i adb reboot-bootloader, adb devices give me nth, instead fastboot devices give me return.
When you type in adb devices it returns your device but you'll notice that it says offline next to it.
Therefore you can't send any adb commands to it.
It's a new security measure apparently, the solutions can be found in the forums.
Sent from my Incredible S using xda app-developers app
where are the zips
o0boiboi0o said:
Thanks man!
Gave up on fastboot. Dunno why cant get it running!
I tried using fastboot but cant get it to work.
1) Create a folder called fastboot, copy the 4 files + bootloader img into it, and move the folder into C drive.
2) run cmd
3) enter cd C:\fastboot\
4) adb devices. check correct.
5) adb reboot-bootloader
6) fastboot devices. check correct.
7) fastboot flash bootloader bootloader-grouper-4.18.img
8) nth happened.
what went wrong?
Click to expand...
Click to collapse
You must make sure to put the files you are flashing in the same folder that fastboot is located, and also to cd to that folder in command prompt.
What error were you getting exactly?
[email protected]_OC said:
Not working got to made another one when i be back home.
I have a problem with the computer at work all my zip file are no more working.
I don't know why.
I will make another zip soon
Click to expand...
Click to collapse
I too tried to create a flashable zip from the OTA, but it doesn't stick. I had to use fastboot
Sent from my Nexus 7
o0boiboi0o said:
I think you hit sth!
when tablet is on, adb devices give me return (serial number+device). But, when i adb reboot-bootloader, adb devices give me nth, instead fastboot devices give me return.
Click to expand...
Click to collapse
I am experiencing the same problem. Guess I'll have to wait for the zip version...
I used this guide for the adb: http://forum.xda-developers.com/showthread.php?t=1830108
Adinaky said:
I am experiencing the same problem. Guess I'll have to wait for the zip version...
I used this guide for the adb: http://forum.xda-developers.com/showthread.php?t=1830108
Click to expand...
Click to collapse
I am in the same boat as well. I am having weird adb issues that won't allow me to fastboot either. I am gonna reinstall SDK and see if i can adb working.
Sent from my Nexus 7 using xda premium
Tone_Capone said:
You must make sure to put the files you are flashing in the same folder that fastboot is located, and also to cd to that folder in command prompt.
What error were you getting exactly?
Click to expand...
Click to collapse
Dont think there is any error. It kept stating waiting for device but nth happened on my device side. Seems like the command get thru but nth is done.
Oo more and more ppl are having the same prob as me! :victory: Lol
Lets wait for TS's flashable file!
http://forum.xda-developers.com/showpost.php?p=37989110&postcount=1650
waiting for a linux version, i hate windows
If you don't have a working adb, you should try this guide: http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/ , it's the only one that worked for me.
Sent from my Nexus 7 using xda premium
weird.
I tried fastboot again. Ok, running smoothly at first, but in the end, i got this error:
writing 'bootloader'...
FAILED <status read failed <too many links>>
So i closed the cmd (bcoz when i tried fastboot devices, it shows ????? devices. Then when i forced closed my device and reboot into bootloader, it showed 4.18 as the bootloader version but under SIGNING, it is not defined yet.
Is this correct?
o0boiboi0o said:
weird.
I tried fastboot again. Ok, running smoothly at first, but in the end, i got this error:
writing 'bootloader'...
FAILED <status read failed <too many links>>
So i closed the cmd (bcoz when i tried fastboot devices, it shows ????? devices. Then when i forced closed my device and reboot into bootloader, it showed 4.18 as the bootloader version but under SIGNING, it is not defined yet.
Is this correct?
Click to expand...
Click to collapse
This happened to me when my adb was not working properly, it showed 4.18, but I fixed the adb and installed the bootloader again, just to be sure.
Sent from my Nexus 7 using xda premium
Anyone an idea, why flashing the bootloader does not work with the zip files?
I am somewhere in nowhere and can not fastboot, have only my Nexus 3G with me. Its on 4.2.2 but bootloader still 4.13. Used this ROM:
[ROM][Factory Image][4.2.2] Nakasig -::- Odex, Deodex, Rooted -::- teshxx (02/14/13)
to update. Worked apart of bootloader and radio.
Hello,
I've been unlocked and rooted for a few weeks and all has been good. Not sure how I did this but I seem to have now bricked my phone though. I can only get my phone to boot to CWM recovery, not to boot properly. Also - while in CWM I get an error E: Can't mount /sdcard/ .
This means I can't copy a ROM to the phone to flash.
Any other way I can get around this? My phone is an unbranded HTC One on T Mobile in the UK. Any help would ne majorly appreciated!!
Did you find a way around as i m stuck too in recovery cant mount external sd card...
Sent from my HTC One x using xda app-developers app
Try with the command:
Code:
adb push name_of_rom.zip /sdcard
^^if that doesn't work I would try going into recovery and trying to install from sideload
adb sideload name_of_your_rom.zip command on your PC.
Make sure name_of_your_rom.zip is in your folder with your adb files.
Sent from my HTC One using xda premium
redbull123 said:
^^if that doesn't work I would try going into recovery and trying to install from sideload
adb sideload name_of_your_rom.zip command on your PC.
Make sure name_of_your_rom.zip is in your folder with your adb files.
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Cheers for the help guys - I'll give it a go
Sooooo, possibly getting somewhere.
Basically I can now see the sdcard from within CWM. However - I can't push anything to it via adb.
If I go into fastboot and type 'adb devices' I get no devices found. However - typing 'fastboot devices' does see the device.
??
You have to use adb command in recovery..
Hmmmm, still the same.
I'm beginning to think I've bricked it. Fastboot commands from Fastboot work, but can't get adb commands from recovery to work.
Wonder if I use a different laptop...?
thenoble06 said:
Hmmmm, still the same.
I'm beginning to think I've bricked it. Fastboot commands from Fastboot work, but can't get adb commands from recovery to work.
Wonder if I use a different laptop...?
Click to expand...
Click to collapse
Reflash the recovery and upgrade your adb with the latest...
Or try the sideload method.
Don't mean to offend, but are you running the commands from within the folder in cmd?
ie. My adb folder is called android and it's on my desktop on my mac so I would type:
cd /users/my_name/desktop/android
before I would write any commands.
Try clearing your cache in recovery also
Sent from my HTC One using xda premium
redbull123 said:
Don't mean to offend, but are you running the commands from within the folder in cmd?
ie. My adb folder is called android and it's on my desktop on my mac so I would type:
cd /users/my_name/desktop/android
before I would write any commands.
Try clearing your cache in recovery also
Sent from my HTC One using xda premium
Click to expand...
Click to collapse
Your not offending me! I do work in IT but readily admit I'm a NOOB when it comes to Android and ADB.
When I try to sideload I get the same error: device not found error.
I'll give clearing cache and reinstalling the Recovery a bash
No offense taken RedBull, I'll gladly admit I'm a newbie when it comes to ADB (but I am in the right directory).
I'm so close to fixing this, if I could just, somehow, get a rom onto the phone I could flash it and away I go. How I wish the One had a removable card since I can't get the phone to be recognised (error: no device found) when using ADB and Recovery. However, weirdly, I can push different recoveries using AIO kit (but can't use it for anything else). Also weird how FASTBOOT recognises the phone, but Recovery/ADB doesn't
Would a USB OTG cable help? I'm guessing not.
thenoble06 said:
No offense taken RedBull, I'll gladly admit I'm a newbie when it comes to ADB (but I am in the right directory).
I'm so close to fixing this, if I could just, somehow, get a rom onto the phone I could flash it and away I go. How I wish the One had a removable card since I can't get the phone to be recognised (error: no device found) when using ADB and Recovery. However, weirdly, I can push different recoveries using AIO kit (but can't use it for anything else). Also weird how FASTBOOT recognises the phone, but Recovery/ADB doesn't
Would a USB OTG cable help? I'm guessing not.
Click to expand...
Click to collapse
I haven't tried this myself, but ClockworkMod Touch is supposed to support USB OTG:
http://forum.xda-developers.com/showthread.php?t=2173863
As is TWRP:
http://forum.xda-developers.com/showthread.php?t=2173870&highlight=usb+otg
Just remember to plug everything in before you enter recovery
'fastboot erase cache' before flashing a new recovery
And if USB OTG works i could use it to copy a file from a USB drive to my phone?
Sent from my GT-N7000 using Tapatalk 2
thenoble06 said:
And if USB OTG works i could use it to copy a file from a USB drive to my phone?
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
Like i said - i haven't tried it, but there is an option to install a zip from external sdcard in recovery, so it may be that.
Sent from my HTC One using xda premium
Use hasoons toolkit, it has option to sideload. Just make sure you select sideload in recovery. I had the same issue but I was on twrp . Hopefully cwm has side load option
Sent from my HTC One using xda app-developers app
Yeah i tried, for some reason i cant get my laptop to see my phone via ADB
Sent from my GT-N7000 using Tapatalk 2
Make backup pf your sd card then munt usb storage voa cwm format the int and ext sd card then it will be mounted cause i faced this proplem tpday on my tablet and i solved it like that it's simple
Sent from my GT-S6500 using Tapatalk 2
thenoble06 said:
Your not offending me! I do work in IT but readily admit I'm a NOOB when it comes to Android and ADB.
When I try to sideload I get the same error: device not found error.
I'll give clearing cache and reinstalling the Recovery a bash
Click to expand...
Click to collapse
regarding the device not found error, check if the adb interface is installed in the device manager. may be you have to install it manually .
Also i had the same issue with the sdcard (not able to access), i have wiped the Data partition because sdcard is included inside (in /data/media) of course you will lose all the files in sdcard.
NiceIceDice96 said:
Make backup pf your sd card then munt usb storage voa cwm format the int and ext sd card then it will be mounted cause i faced this proplem tpday on my tablet and i solved it like that it's simple
Sent from my GT-S6500 using Tapatalk 2
Click to expand...
Click to collapse
This device it is not able to mount sdcard via recovery yet, but if you use an off cable it will work I have done it
Sent from my HTC One using Tapatalk 2
Hello,
I am using One_All-In-One_Kit_v to root my htc one that is on 4.2.2..i enabled usb debugging and disabled fastboot. I unzipped One_All-In-One_Kit_v on desktop and i installed drivers sucessfully but when i connect phone to cable and click on Get Token ID phone doesnt go in bootloader mode. Also i get window that says "install htc sync manager" and install "windows media player to browse and copy files". This is info from dos window:
'C:\Documents' is not recognized as an internal or external command,
operable program or batch file.
C:\Documents and Settings\Lakshi Balani\Desktop\One_All-In-One_Kit_v\data>
andrew21 said:
Hello,
I am using One_All-In-One_Kit_v to root my htc one that is on 4.2.2..i enabled usb debugging and disabled fastboot. I unzipped One_All-In-One_Kit_v on desktop and i installed drivers sucessfully but when i connect phone to cable and click on Get Token ID phone doesnt go in bootloader mode. Also i get window that says "install htc sync manager" and install "windows media player to browse and copy files". This is info from dos window:
'C:\Documents' is not recognized as an internal or external command,
operable program or batch file.
C:\Documents and Settings\Lakshi Balani\Desktop\One_All-In-One_Kit_v\data>
Click to expand...
Click to collapse
Try placing the folder in C:\ , it seems the programm has sometimes problems handling spaces in the username..
KonstiDee said:
Try placing the folder in C:\ , it seems the programm has sometimes problems handling spaces in the username..
Click to expand...
Click to collapse
I dont have the htc one piece with me now....but when i put in c:/ folder i get this message:
adb server is out of date. killing...
* daemon started successfully *
error: device not found
C:\One_All-In-One_Kit_v\data>
andrew21 said:
I dont have the htc one piece with me now....but when i put in c:/ folder i get this message:
adb server is out of date. killing...
* daemon started successfully *
error: device not found
C:\One_All-In-One_Kit_v\data>
Click to expand...
Click to collapse
Do you have the latest Android SDK installed on you PC?
Get it from here http://developer.android.com/sdk/index.html , open up SDK Manager and install all the Jellybean Drivers.
KonstiDee said:
Do you have the latest Android SDK installed on you PC?
Get it from here http://developer.android.com/sdk/index.html , open up SDK Manager and install all the Jellybean Drivers.
Click to expand...
Click to collapse
Thnaks will try it out after about 13 hours.....my shop now closing, btw any instructions how to install it after downloading?
Thanks
andrew21 said:
Thnaks will try it out after about 13 hours.....my shop now closing, btw any instructions how to install it after downloading?
Thanks
Click to expand...
Click to collapse
Just extract the downloaded zip file and you will get a folder named adt bundle where you should find SDK Manager in it.
Just run it normaly and u should see the menu for installing the different android sdk versions.
You can choose only 4.1 and 4.2 or install all of them, it's your choice.
No Problem, mate.
KonstiDee said:
Just extract the downloaded zip file and you will get a folder named adt bundle where you should find SDK Manager in it.
Just run it normaly and u should see the menu for installing the different android sdk versions.
You can choose only 4.1 and 4.2 or install all of them, it's your choice.
No Problem, mate.
Click to expand...
Click to collapse
Thanks, one more question for you...i think i sucessfully rooted one htc one on my pc earlier without sdk but that was on a phone with 4.1.2....any suggestions? Also forgot to mention, was using outdated version of htc one kit....could that be the problem?
andrew21 said:
Thanks, one more question for you...i think i sucessfully rooted one htc one on my pc earlier without sdk but that was on a phone with 4.1.2....any suggestions? Also forgot to mention, was using outdated version of htc one kit....could that be the problem?
Click to expand...
Click to collapse
The old Kit had the 4.1.2 drivers in it, and now you need the 4.2.2 drivers for your device.
I recommend you to install the latest SDK and Toolkit to prevent problems in the future.
KonstiDee said:
The old Kit had the 4.1.2 drivers in it, and now you need the 4.2.2 drivers for your device.
I recommend you to install the latest SDK and Toolkit to prevent problems in the future.
Click to expand...
Click to collapse
Cool u made my day, also need to know should i install sdk in c:/ folder....how do i do that or it does it automatically?
Just place the folder in C:/ and run SDK Manager, it will automaticly locate everything.
KonstiDee said:
Just place the folder in C:/ and run SDK Manager, it will automaticly locate everything.
Click to expand...
Click to collapse
Thanks for your help...ill be ready to go tomorrow
No problem, tell me if it works tomorow.
Gesendet von meinem HTC One mit Tapatalk 4 Beta
KonstiDee said:
No problem, tell me if it works tomorow.
Gesendet von meinem HTC One mit Tapatalk 4 Beta
Click to expand...
Click to collapse
I downloaded adt-bundle-windows-x86-20130729.zip and extracted it..and put it in c:/ folder. Now when i click on SDK Manager.exe a dos window opens up for a second and disappears...help
andrew21 said:
I downloaded adt-bundle-windows-x86-20130729.zip and extracted it..and put it in c:/ folder. Now when i click on SDK Manager.exe a dos window opens up for a second and disappears...help
Click to expand...
Click to collapse
Its ok, solved the problem...updated my java in pc
Hello,
I am trying to flash a custom rom and therefore I need to run certain adb commands. Now the thing is the when I'm booted in to fastboot everything is okay, the
Code:
fastboot devices
command recognizes my phone(C6603). Also the device is shown as an Android device - sony fastboot interface in the device manager. But if I try to run
Code:
adb devices
command no device is found..
I'm kind of hopeless here is/are some additional info/things I've tried:
- I flashed throughout Kingo root and I'm on firmware .74
- USB debugging is, of course, on
- I tried both media transfer and mass storage
- I tried different usb ports and rebooting adb several times
- I tried adding the device id to adb_usb.ini. Though I'm not sure about my device id
- I installed the drivers with for the 'fastboot device' with Flashtool and also installed fasbtboot and ADT drivers.
- I'm on Windows 8(x64)
I hope someone can help me out. Otherwise I should consider ADB Wireless as my last option
Thanks!
Which rom are you trying to flash?
Gesendet von meinem C6603 mit Tapatalk
gripfly said:
Which rom are you trying to flash?
Gesendet von meinem C6603 mit Tapatalk
Click to expand...
Click to collapse
I am trying to flash this rom:
http://forum.xda-developers.com/showthread.php?t=2305427
Lol I just figured out that adb reboot-bootloader should be executed when the phone is in normal mode and after that the fastboot mode starts and then I can just proceed with what I was intended to do..
Thanks anyway for giving it a look
I am having troubles to connect my Samsung Galaxy S6500 to PC (running Windows XP).
Despite numerous install/uninstal/reinstal of Kies or Samsung USB drivers, computer doesn't recognize phone internal memory and phone external sd card as new drives in Windows XP File Explorer.
Tried with both USB debugging option enabled and disabled without any success.
When phone is connected to PC always comes up dialog that new device "Mass Storage" is connected and trying to search and install driver. After end of this process informs that driver was not found.
In the device manager I observe that two drivers Samsung Android USB Modem and Samsung Android USB Composite Device are installed correctly however the Mass Storage driver is missing. The HW Ids for missing Mass Storage drivers are as follows:
USB\Vid_04e8&Pid_689e&Rev_0400&Mi_03&Os_NT
USB\Vid_04e8&Pid_689e&Rev_0400&Mi_03
USB\Vid_04e8&Pid_689e&Mi_03&Os_NT
USB\Vid_04e8&Pid_689e&Mi_03
USB\Vid_04e8&Pid_689e&Class_08&SubClass_06&Prot_50&Os_NT
USB\Vid_04e8&Pid_689e&Class_08&SubClass_06&Prot_50
USB\Vid_04e8&Pid_689e&Class_08&SubClass_06&Os_NT
USB\Vid_04e8&Pid_689e&Class_08&SubClass_06
USB\Vid_04e8&Pid_689e&Class_08&Os_NT
USB\Vid_04e8&Pid_689e&Class_08
Can anyone help to resolve this issue?
Thanks in advance
Hey fun_boy,
do You want to root your s6500 or do you just need a connection to the move data?
Gesendet von meinem SM-G900F mit Tapatalk
chorknabe1 said:
Hey fun_boy,
do You want to root your s6500 or do you just need a connection to the move data?
Gesendet von meinem SM-G900F mit Tapatalk
Click to expand...
Click to collapse
I just want to connect to move the data. The phone is already rooted.
If so you can use the 'MyPhoneExplorer' app and move data via
USB (fastest, if working :-/ ), bluetooth (slowest)
or wifi (acceptable), while phone and pc are in the same wifi!
That is a good way for me -using win7. Don't know about a version for xp …
Sometimes problems with big data, better to split big folders and copy fewer files. But:
It's worth a try!
Gesendet von meinem SM-G900F mit Tapatalk
---------- Post added at 11:19 PM ---------- Previous post was at 11:07 PM ----------
You also could try using a different cable or a different usb port.
Gesendet von meinem SM-G900F mit Tapatalk