So I bought the Htc One m7 about a week ago. It had Viperone installed in it and I didn´t like it so I tried to go back to stock. Now I´m just stuck with my phone. I cant get anywhere else than Bootloader or Fastboot. Right now my phones says "Tampered, Relocked, Security warning, S-on. It has Hboot 1.55. I think I have tried everything I know now but I cant get it fixed. I´ve tried to install 4 RUUs (zip), when I tried that it always said something like "Signature fail". I also tried to install .exe RUU but it always quit running after I pressed the first "next". What should I do now? Is there anyway I could get this fixed by myself?
roni996 said:
So I bought the Htc One m7 about a week ago. It had Viperone installed in it and I didn´t like it so I tried to go back to stock. Now I´m just stuck with my phone. I cant get anywhere else than Bootloader or Fastboot. Right now my phones says "Tampered, Relocked, Security warning, S-on. It has Hboot 1.55. I think I have tried everything I know now but I cant get it fixed. I´ve tried to install 4 RUUs (zip), when I tried that it always said something like "Signature fail". I also tried to install .exe RUU but it always quit running after I pressed the first "next". What should I do now? Is there anyway I could get this fixed by myself?
Click to expand...
Click to collapse
first post the output of "fastboot getvar all" except the imei and serialno and we will determine what are the possibilities.
alray said:
first post the output of "fastboot getvar all" except the imei and serialno and we will determine what are the possibilities.
Click to expand...
Click to collapse
Here:
roni996 said:
Here:
Click to expand...
Click to collapse
unlock the bootloader
flash twrp recovery version 2.6.3.3
adb push or sideload this file to your phone: http://www.htc1guru.com/dld/guru_reset_m7_3-62-401-1-zip/
in recovery, select "install" then choose the file.
select yes to flash stock radio and stock recovery when asked. Select no when asked to root.
reboot to system and update your phone with OTA updates
alray said:
unlock the bootloader
flash twrp recovery version 2.6.3.3
adb push or sideload this file to your phone:
in recovery, select "install" then choose the file.
select yes to flash stock radio and stock recovery when asked. Select no when asked to root.
reboot to system and update your phone with OTA updates
Click to expand...
Click to collapse
Ok, I have succesfully unlocked the bootloader and flashed the "part 2" but now I ran into a problem in number 3. When I try to use adb commands it always says "access denied" (translated, not sure exactly sure what it would say if i was using my Windows in English.) And it happens with any adb command and I dont know why. Any ideas? Thanks for helping me btw
roni996 said:
Ok, I have succesfully unlocked the bootloader and flashed the "part 2" but now I ran into a problem in number 3. When I try to use adb commands it always says "access denied" (translated, not sure exactly sure what it would say if i was using my Windows in English.) And it happens with any adb command and I dont know why. Any ideas? Thanks for helping me btw
Click to expand...
Click to collapse
You are using adb commands while the phone is booted into TWRP recovery right?
Also make sure you launch your cmd window as Administrator.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
You are using adb commands while the phone is booted into TWRP recovery right?
Also make sure you launch your cmd window as Administrator.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
Yeah I´m doing all that but it´s still saying "access denied"
roni996 said:
Yeah I´m doing all that but it´s still saying "access denied"
Click to expand...
Click to collapse
Ok strange, you can try killing the server
Code:
adb kill-server
disconnect the phone for a few secs and reconnect.
Code:
adb root
adb devices
If that works try to push with
Code:
adb push "nameofrom".zip /sdcard
The Rom file should be in your fastboot folder
Also check your drivers are up to date and also your sdk.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
Ok strange, you can try killing the server
Code:
adb kill-server
disconnect the phone for a few secs and reconnect.
Code:
adb root
adb devices
If that works try to push with
Code:
adb push "nameofrom".zip /sdcard
The Rom file should be in your fastboot folder
Also check your drivers are up to date and also your sdk.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
I can´t do anything. It doesn´t matter what adb command i give, it´s always "access denied". My drivers are up to date and my sdk should be too
roni996 said:
I can´t do anything. It doesn´t matter what adb command i give, it´s always "access denied". My drivers are up to date and my sdk should be too
Click to expand...
Click to collapse
Even adb kill-server gives access denied?
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
Even adb kill-server gives access denied?
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
Yes. And every other adb command I can think of
roni996 said:
Yes. And every other adb command I can think of
Click to expand...
Click to collapse
It sound like a permissions issue with your pc. Or you not running the commands in the correct place.
adb kill-server should work even if there's no phone connected.
Can you post you command window text here so I can see the error.
Check you user permissions on Windows or better still use my mini guide to boot ubuntu on a usb stick.
http://forum.xda-developers.com/showthread.php?p=54272479
No permissions or driver issues guaranteed
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
It sound like a permissions issue with your pc. Or you not running the commands in the correct place.
adb kill-server should work even if there's no phone connected.
Can you post you command window text here so I can see the error.
Check you user permissions on Windows or better still use my mini guide to boot ubuntu on a usb stick.
http://forum.xda-developers.com/showthread.php?p=54272479
No permissions or driver issues guaranteed
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
It´s probably not gonna help much since my Windows is not in english. Just to make sure, I´m using the right folder right? /sdk/platform tools? That´s were I should have the adb and Fastboot. How do I check the user permissions?
alray said:
unlock the bootloader
flash twrp recovery version 2.6.3.3
adb push or sideload this file to your phone: http://www.htc1guru.com/dld/guru_reset_m7_3-62-401-1-zip/
in recovery, select "install" then choose the file.
select yes to flash stock radio and stock recovery when asked. Select no when asked to root.
reboot to system and update your phone with OTA updates
Click to expand...
Click to collapse
Is it possible to install the number 3 file with fastboot? Because my adb doesnt seem to work :/
roni996 said:
It´s probably not gonna help much since my Windows is not in english. Just to make sure, I´m using the right folder right? /sdk/platform tools? That´s were I should have the adb and Fastboot. How do I check the user permissions?
Click to expand...
Click to collapse
Right click on your platform-tools folder and select properties, then select the Security Tab you should see a list of User groups and the permissions there allowed.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Danny201281 said:
Right click on your platform-tools folder and select properties, then select the Security Tab you should see a list of User groups and the permissions there allowed.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
Ok everything seemed right in there. I just installed Ubuntu on my USB so I´ll try to fix this with Ubuntu. I´ll tell you how that goes
Yeah I'm not gonna install ubuntu. Too hard with my bios... What there could be wrong with the adb? I don't understand what denies my access? My user is the administrator, I run the cmd as an administrator... I don't have anti-virus/firewall on so there shouldn't be anything that could deny it
roni996 said:
Yeah I'm not gonna install ubuntu. Too hard with my bios... What there could be wrong with the adb? I don't understand what denies my access? My user is the administrator, I run the cmd as an administrator... I don't have anti-virus/firewall on so there shouldn't be anything that could deny it
Click to expand...
Click to collapse
You don't need to install ubuntu you can just boot it from a usb stick, what is the problem with your bios? You have Windows 8 machine with UEFI.
I'm sorry I'm not sure why you get this error with adb in Windows, maybe something is being lost in translation here but but as far as I can see it should work. I don't use Windows as my first OS which doesn't help. Maybe @clsA or @nkk71 have an idea what's going on.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
roni996 said:
Yeah I'm not gonna install ubuntu. Too hard with my bios... What there could be wrong with the adb? I don't understand what denies my access? My user is the administrator, I run the cmd as an administrator... I don't have anti-virus/firewall on so there shouldn't be anything that could deny it
Click to expand...
Click to collapse
Danny201281 said:
You don't need to install ubuntu you can just boot it from a usb stick, what is the problem with your bios? You have Windows 8 machine with UEFI.
I'm sorry I'm not sure why you get this error with adb in Windows, maybe something is being lost in translation here but but as far as I can see it should work. I don't use Windows as my first OS which doesn't help. Maybe @clsA or @nkk71 have an idea what's going on.
Sent from my HTC One M7 - ARHD 81.0 Using Tapatalk
If you found my posts helpful, Please click thanks :good:
Click to expand...
Click to collapse
Have you followed nkk71 instructions in post #2 to install the htc drivers.
when your phone is in TWRP at the home screen and you type adb devices you get nothing or an error ?
try my copy of adb/fastboot attached below
just unzip it to your c:\
clsA said:
Have you followed nkk71 instructions in post #2 to install the htc drivers.
when your phone is in TWRP at the home screen and you type adb devices you get nothing or an error ?
try my copy of adb/fastboot attached below
just unzip it to your c:\
Click to expand...
Click to collapse
THANK YOU! It seems like there was something wrong with my adb because yours seem to work fine if I´m right? Except it doesnt show my device but is it supposed to? If everything is correct now how do I push the file to my phone?
I have unlocked the phone and flashed the twrp recovery. Is "adb push "nameofrom".zip /sdcard" correct like @Danny201281 said? I don´t have an sdcard though so where should I push the file in my phone?
Related
Hi,
I have a Sprint htc one that I had previously unlocked, rooted and installed twrp and cm10.1 on. I was trying to restore the factory rom and now I can't boot up. seams like i have deleted all OS'. I can open the bootloader and twrp. I can not find any zip in twrp to reinstall cm10 just to get the phone working again. I have tried the adb function in twrp but it keeps failing. i have also tried to install the RUU file but can not get it to work. it states that my device has 1.31.651.2 and the RUU I'm trying to use is 1.29.651.7. Is there somewhere I can download the 1.31.651.2 image version. Or is there another way to unbrick my phone.
help
Now I cannot get into TWRP.
Can you get into bootloader?
wondernad said:
Now I cannot get into TWRP.
Click to expand...
Click to collapse
1) Get into bootloader (Power and volume down)
2) go to fastboot
3) Copy the recovery you want to the directory you use for abd and rename it recovery.zip
4) fastboot flash recovery recovery.zip
5) Run fastboot erase cache
6) Then open recovery
7) Go to sideload and sideload a ROM you want. Make sure that is for SPRINT HTC ONE
8) Reboot and good luck
imurg said:
1) Get into bootloader (Power and volume down)
2) go to fastboot
3) Copy the recovery you want to the directory you use for abd and rename it recovery.zip
4) fastboot flash recovery recovery.zip
5) Run fastboot erase cache
6) Then open recovery
7) Go to sideload and sideload a ROM you want. Make sure that is for SPRINT HTC ONE
8) Reboot and good luck
Click to expand...
Click to collapse
Ok so im in fastboot. Is the recovery the 1.31.651.2ruu? or should it be twrp or the like?
wondernad said:
Ok so im in fastboot. Is the recovery the 1.31.651.2ruu? or should it be twrp or the like?
Click to expand...
Click to collapse
Get your recovery here
http://www.teamw.in/project/twrp2/171
After that you should be able to get to sideload in advanced
sideload
how long should the sideload take?
wondernad said:
how long should the sideload take?
Click to expand...
Click to collapse
It takes a while depending on how big the ROM is. Buy you can see the advance in the % dont worry it'll get there
Patience... is it grasshopper?
imurg said:
It takes a while depending on how big the ROM is. Buy you can see the advance in the % dont worry it'll get there
Patience... is it grasshopper?
Click to expand...
Click to collapse
It doesn't give me a %. I'm wondering if its recognizing my device. I do cmd adb devices and it doesn't show the phone. but the phone says it is waiting for package. I've tried it on my desktop(xp but runs ok) and my laptop(windows 7, but slow).
wondernad said:
It doesn't give me a %. I'm wondering if its recognizing my device. I do cmd adb devices and it doesn't show the phone. but the phone says it is waiting for package. I've tried it on my desktop(xp but runs ok) and my laptop(windows 7, but slow).
Click to expand...
Click to collapse
It doesn't seem to recognize the phone. Do you have the latest HTC SYNC Manager? it has the drivers
imurg said:
It doesn't seem to recognize the phone. Do you have the latest HTC SYNC Manager? it has the drivers
Click to expand...
Click to collapse
Yes I did reinstall the drivers. trying to update my android sdk right now.
wondernad said:
Yes I did reinstall the drivers. trying to update my android sdk right now.
Click to expand...
Click to collapse
Just run "adb version" latest is 1.0.31
imurg said:
Just run "adb version" latest is 1.0.31
Click to expand...
Click to collapse
That seams to open a command window for about a millisecond.
wondernad said:
That seams to open a command window for about a millisecond.
Click to expand...
Click to collapse
You need to open a command window. Double click command prompt (The black icon with the c:\_)
imurg said:
You need to open a command window. Double click command prompt (The black icon with the c:\_)
Click to expand...
Click to collapse
ok it is the latest version
wondernad said:
ok it is the latest version
Click to expand...
Click to collapse
Now do not close the command window and try adb devices
If you see your device then try the sideload again without closing the command window until you are finished.
imurg said:
Now do not close the command window and try adb devices
If you see your device then try the sideload again without closing the command window until you are finished.
Click to expand...
Click to collapse
It still does not see the device. says list of devices attatched and has a blank space. then the command prompt comes back up
wondernad said:
It still does not see the device. says list of devices attatched and has a blank space. then the command prompt comes back up
Click to expand...
Click to collapse
Still not seeing the device. I've tried switching versions of twrp and twrp sideload keeps saying failure. so I put CWM on it and it is opening sideload but the device is not recognized by the computer.
wondernad said:
It still does not see the device. says list of devices attatched and has a blank space. then the command prompt comes back up
Click to expand...
Click to collapse
I think the safest at this point where FASTBOOT recognizes your devices but ADB doesn't is to go back to stock flashing a RUU this only requires FASTBOOT.
This thread will show you how
http://forum.xda-developers.com/showthread.php?t=2251800
Best of lucks
imurg said:
I think the safest at this point where FASTBOOT recognizes your devices but ADB doesn't is to go back to stock flashing a RUU this only requires FASTBOOT.
This thread will show you how
http://forum.xda-developers.com/showthread.php?t=2251800
Best of lucks
Click to expand...
Click to collapse
That isn't working either. the only RUU file I can find is for 1.29.651.10RUU instead of the 1.31.651.2RUU. I have tried running it anyway hoping to limp it back to life but it won't take it. I really need the 1.31.651.2RUU. but can't find it.
http://forum.xda-developers.com/showthread.php?t=2391161&page=4
chack this
Hi, i did not find a solution anywhere so i trust on you guys I have HTC ONE, and it is rooted and i also have TWRP v2.6.3.0. Then i was trying to update to Android 4.3 and Sense 5.5...it did not work...so i tried to unroot it...then i messed up the phone no i can only go to recovery mode, or twrp...that´s it...how i can make it functional again ? I just wanted it back to original, no need to root anymore...
sandelin85 said:
Hi, i did not find a solution anywhere so i trust on you guys I have HTC ONE, and it is rooted and i also have TWRP v2.6.3.0. Then i was trying to update to Android 4.3 and Sense 5.5...it did not work...so i tried to unroot it...then i messed up the phone no i can only go to recovery mode, or twrp...that´s it...how i can make it functional again ?
Click to expand...
Click to collapse
Use USB-OTG and flash a ROM using that.
If u can get to the bootloader try flashing a new recovery. fastboot flash recovery recovery.img
Sent from my HTC One using Tapatalk
sandelin85 said:
Hi, i did not find a solution anywhere so i trust on you guys I have HTC ONE, and it is rooted and i also have TWRP v2.6.3.0. Then i was trying to update to Android 4.3 and Sense 5.5...it did not work...so i tried to unroot it...then i messed up the phone no i can only go to recovery mode, or twrp...that´s it...how i can make it functional again ? I just wanted it back to original, no need to root anymore...
Click to expand...
Click to collapse
Or else sideload a rom.zip
Sorry, i am kinf of a newbie with those kind of stuff But when i go to fastboot/bootloader, my computer does not work with it, i have tried many different drivers...so i can´t put any files in it anymore...
So you can get into recovery? Have you tried wiping it yet?
Sent from my HTC One using Tapatalk
sandelin85 said:
Sorry, i am kinf of a newbie with those kind of stuff But when i go to fastboot/bootloader, my computer does not work with it, i have tried many different drivers...so i can´t put any files in it anymore...
Click to expand...
Click to collapse
Use windows 7/8 with the latest HTC drivers, it doesn't work with 8.1.
instigator008 said:
So you can get into recovery? Have you tried wiping it yet?
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
yes, i can go to twrp v2.6.3.0...then i try to install: OTA_M7_UL_JB43_SENSE55_MR_HTC_Europe_3.62.401...then it says: no md5 file found, no file_contexts --> failed...so i think that i have delete the whole OS...it says also: No OS installed...ups :/
Have you tried wiping through twrp?
Sent from my HTC One using Tapatalk
sandelin85 said:
yes, i can go to twrp v2.6.3.0...then i try to install: OTA_M7_UL_JB43_SENSE55_MR_HTC_Europe_3.62.401...then it says: no md5 file found, no file_contexts --> failed...so i think that i have delete the whole OS...it says also: No OS installed...ups :/
Click to expand...
Click to collapse
Looks like your system partition is empty, so you'll have to install a whole rom ,an OTA won't help an empty system
n1234d said:
Looks like your system partition is empty, so you'll have to install a whole rom ,an OTA won't help an empty system
Click to expand...
Click to collapse
Okey, could you please tell me (like for a child), how to do that ?
sandelin85 said:
Okey, could you please tell me (like for a child), how to do that ?
Click to expand...
Click to collapse
Okay, do you have any rom(eg. ARHD).zip on your phone? If you do, flash that via twrp, and you're done
If you don't, copy a rom to a USB flash drive and connect it to your phone with an OTG Cable, and flash it via twrp
If you don't have an OTG cable, try this to sideload a rom to your internal sd card http://teamw.in/ADBSideload
n1234d said:
Okay, do you have any rom(eg. ARHD).zip on your phone? If you do, flash that via twrp, and you're done
If you don't, copy a rom to a USB flash drive and connect it to your phone with an OTG Cable, and flash it via twrp
If you don't have an OTG cable, try this to sideload a rom to your internal sd card
No, i don´t have any rom in the phone...i´m now trying the last option...the sideload-thing...my other computer is very slow...so it will take while...but how i can get the phone like it was when i bought it ? So no root access and stock rom and so on ???
Click to expand...
Click to collapse
sandelin85 said:
n1234d said:
Okay, do you have any rom(eg. ARHD).zip on your phone? If you do, flash that via twrp, and you're done
If you don't, copy a rom to a USB flash drive and connect it to your phone with an OTG Cable, and flash it via twrp
If you don't have an OTG cable, try this to sideload a rom to your internal sd card
No, i don´t have any rom in the phone...i´m now trying the last option...the sideload-thing...my other computer is very slow...so it will take while...but how i can get the phone like it was when i bought it ? So no root access and stock rom and so on ???
Click to expand...
Click to collapse
Boot your phone into bootloader-fastboot
Connect it to your pc so it shows fastboot-usb
then open cmd in the folder containing adb.exe (press shift+right click>open command prompt window here) and type fastboot getvar all
Post results after removing IMEI and serial no.
Click to expand...
Click to collapse
n1234d said:
sandelin85 said:
Boot your phone into bootloader-fastboot
Connect it to your pc so it shows fastboot-usb
then open cmd in the folder containing adb.exe (press shift+right click>open command prompt window here) and type fastboot getvar all
Post results after removing IMEI and serial no.
Click to expand...
Click to collapse
Now my computer with newest drivers and windows 7 would not even recognice the phone...damn, i´m stuck...again ! Samsung S4 was much easier...i made it a brick, then i connect to safe mode, and samsung kies rescue everything
Click to expand...
Click to collapse
sandelin85 said:
n1234d said:
Now my computer with newest drivers and windows 7 would not even recognice the phone...damn, i´m stuck...again ! Samsung S4 was much easier...i made it a brick, then i connect to safe mode, and samsung kies rescue everything
Click to expand...
Click to collapse
When your phone is in fastboot, type
fastboot devices
Does it list your phone?
If it doesn't, try changing USB ports/cord, and also try uninstalling and then fresh installing new drivers after restarting your pc, then connecting your phone.
Sent from my iPod touch using Tapatalk
---------- Post added at 12:26 AM ---------- Previous post was at 12:22 AM ----------
And what happened to the sideload? Did the rom zip get copied?
Sent from my iPod touch using Tapatalk
Click to expand...
Click to collapse
How are you getting on? You most likely haven't bricked your ONE
Sent from my HTC One using XDA Premium 4 mobile app
When your phone is in fastboot, type
fastboot devices
Does it list your phone?
If it doesn't, try changing USB ports/cord, and also try uninstalling and then fresh installing new drivers after restarting your pc, then connecting your phone.
Now it finds it again
nd what happened to the sideload? Did the rom zip get copied?
Sideload would not connect, it fails all the time...
How are you getting on? You most likely haven't bricked your ONE
I have tried all things that you guys have suggested...i can´t get any of them to work, for now...So hard find all the right links and so on...i´m not great with android...is there any video or story, how to do that ? I suck My english also, i´m from Finland
It's definitely NOT bricked. I'll keep an eye on this thread, you're getting great help but if you don't end up getting it fixed send me a PM, I sometimes forget about a thread I need to check back in on. It's for sure fixable and there's great advice in here.
Edit I somehow missed your last post before posting this. Send me a PM, and I'll help you get it fixed up after work.
sandelin85 said:
When your phone is in fastboot, type
fastboot devices
Does it list your phone?
If it doesn't, try changing USB ports/cord, and also try uninstalling and then fresh installing new drivers after restarting your pc, then connecting your phone.
Now it finds it again
nd what happened to the sideload? Did the rom zip get copied?
Sideload would not connect, it fails all the time...
How are you getting on? You most likely haven't bricked your ONE
I have tried all things that you guys have suggested...i can´t get any of them to work, for now...So hard find all the right links and so on...i´m not great with android...is there any video or story, how to do that ? I suck My english also, i´m from Finland
Click to expand...
Click to collapse
ok so fastboot is working, as suggested before post a "fastboot getvar all" (remove IMEI and s/n).
If sideload isn't working you can use "adb push", but first thing is to reflash custom recovery just in case it's corrupted.
so download CWM or TWRP (from the threads in xda), then
fastboot erase cache
fastboot flash recovery <name of recovery>.img
fastboot erase cache
fastboot reboot-bootloader
-> enter RECOVERY
then
adb push <name of rom>.zip /sdcard/ (this will take anywhere between 5 to 15minutes and not show progress, eventually it should come back with "success")
then
install zip in recovery, and choose the <name of rom>.zip and install it.
Hi all, trying to install custom rom via sideload and adb says no device recognized so it fails to load as my htc one and i've no idea how to install update of twrp 2.6.3.3, I can only get to bootloader and into twrp recovery and thats it.......... any help would be appreciated,
Thanks
aratula67 said:
Hi all, trying to install custom rom via sideload and adb says no device recognized so it fails to load as my htc one and i've no idea how to install update of twrp 2.6.3.3, I can only get to bootloader and into twrp recovery and thats it.......... any help would be appreciated,
Thanks
Click to expand...
Click to collapse
Have you read the first post in the TWRP thread? Did you follow the instructions? Have you tried flashing the update? Did it fail? Was there an error message? Have you installed the latest HTC Sync Manager? Are you running Windows? What version? Are you plugged into USB3 port? Do you have a recent version of fastboot? Are we supposed to guess everything?
aratula67 said:
Hi all, trying to install custom rom via sideload and adb says no device recognized so it fails to load as my htc one and i've no idea how to install update of twrp 2.6.3.3, I can only get to bootloader and into twrp recovery and thats it.......... any help would be appreciated,
Thanks
Click to expand...
Click to collapse
BenPope said:
Are we supposed to guess everything?
Click to expand...
Click to collapse
And if you dont mind, please calm down, and easy on the triple posting :
http://forum.xda-developers.com/showthread.php?t=2570763
http://forum.xda-developers.com/showthread.php?t=2572204
http://forum.xda-developers.com/showthread.php?t=2571855
Trust me, this does NOT help, neither you, nor anybody trying to help.
nkk71 said:
And if you dont mind, please calm down, and easy on the triple posting :
http://forum.xda-developers.com/showthread.php?t=2570763
http://forum.xda-developers.com/showthread.php?t=2572204
http://forum.xda-developers.com/showthread.php?t=2571855
Trust me, this does NOT help, neither you, nor anybody trying to help.
Click to expand...
Click to collapse
I apologize for multiple postings, I didn't realize i had done that.
I'm about ready to toss the phone in the bin.......
BenPope said:
Have you read the first post in the TWRP thread? Did you follow the instructions? Have you tried flashing the update? Did it fail? Was there an error message? Have you installed the latest HTC Sync Manager? Are you running Windows? What version? Are you plugged into USB3 port? Do you have a recent version of fastboot? Are we supposed to guess everything?
Click to expand...
Click to collapse
I apologize for my post, I've been at this for four days and i'm about ready to toss the phone in the bin.
If you mean the thread about HTC dumlock, yes i tried that and i think i did it right following the instructions, But it didn't work.
And i believe i followed the instructions right and tried flashing the update but it also didn't work.
I have installed the latest HTC Sync Manager , I'm also running Windows 8 but i'm working on a Windows 7 laptop because my Win 8 laptop when i install fastboot and adb and put the phone into bootloader the HTC isn't recognized no matter what i try.I also don't know whether it's a usb 2 or 3 port. I'm looking for the latest version of fastboot now........And the HTC Sync Manager so i can use my Win 8 computer.
Also on Win.7 comp. when i try to put in a cmd eg (adb devices= list of devices.it doesn't list anything) so i assume my htc isn't there.
Put the phone in fastboot mode, you need to run the command on your pc:
fastboot flash recovery openrecovery-<version>.img
Saying "it didn't work" is not useful. Was there an error message?
Use the Win7 laptop.
BenPope said:
Put the phone in fastboot mode, you need to run the command on your pc:
fastboot flash recovery openrecovery-<version>.img
Saying "it didn't work" is not useful. Was there an error message?
Use the Win7 laptop.
Click to expand...
Click to collapse
error: cannot load openrecovery-twrp-2.6.3.4.img
aratula67 said:
error: cannot load openrecovery-twrp-2.6.3.4.img
Click to expand...
Click to collapse
ok, i was typing it wrong, it seems to be working now.
So the update of TWRP worked fine...... thanks for your help.
Now i'm trying to turn S-OFF. When i do the CMD:
adb devices=
*daemon not running. starting it now on port 5037*
*daemon started successfully*
List of Devices attached
C:\fastboot>
Is the phone booted or in bootloader? Adb won't work if it's in fastboot mode.
Windows 8.1 will only work with newer hboot version, 1.55, I think.
Ok guys I went to wipe my htc one using twrp and I accidently wiped my internal storage so there nothing on my device to boot up I can get into twrp but I dont have any zips on there to flash I also tried to sideload but adb wont recognize my device which is weird because fastboot works fine I went to bestbuy Walmart radioshack to by an otg cable and try it with flash drive but no one has one so I ordered one from ebay but it will take a week to get it can someone please help with any other sugestions please pleasee I need my phone back
You may have to switch recoveries to TWRP 2.6.3.3 OR 2.6.3.0, and use a windows 7 machine.
SaHiLzZ said:
You may have to switch recoveries to TWRP 2.6.3.3 OR 2.6.3.0, and use a windows 7 machine.
Click to expand...
Click to collapse
What will switching recoverys do?
Did you try "adb push rom.zip /sdcard/rom.zip" while you were on the home screen of the recovery?
Novasunshine said:
Did you try "adb push rom.zip /sdcard/rom.zip" while you were on the home screen of the recovery?
Click to expand...
Click to collapse
No I tried it while in bootloader mode also I just check I am running twrp 2.6.3.4
maxtcee said:
No I tried it while in bootloader mode also I just check I am running twrp 2.6.3.4
Click to expand...
Click to collapse
Try it in recovery and also check to see if the device is being detached while in recovery by typing in "adb devices" in the command prompt.
Nope
If I use htc one toolkit while in bootloader and I fastboot I get my device show up but when I do adb I get nothing
maxtcee said:
Nope
If I use htc one toolkit while in bootloader and I fastboot I get my device show up but when I do adb I get nothing
Click to expand...
Click to collapse
So when you type in "adb devices" while in recovery it shows nothing? No device attached? Also what version of windows are you on?
Yea it shows nothing I'm using windows vista
maxtcee said:
Yea it shows nothing I'm using windows vista
Click to expand...
Click to collapse
So no adb in recovery, but fastboot working hmm. So adb devices shows nothing?
Your device is obviously being detected to have fastboot working.
Try adb kill-server to reset adb and then check if it's detectable in recovery, also make sure to mount the data.
Use a different computer if available
Make sure you don't have any tethers installed that would ruin adb like easy tether
Try downloading and reinstalling the adb universal set up drivers.
Try running a RUU if you can
Sorry if i'm not much help I'm still noobish to all this still
Novasunshine said:
So no adb in recovery, but fastboot working hmm. So adb devices shows nothing?
Your device is obviously being detected to have fastboot working.
Try adb kill-server to reset adb and then check if it's detectable in recovery, also make sure to mount the data.
Use a different computer if available
Make sure you don't have any tethers installed that would ruin adb like easy tether
Try downloading and reinstalling the adb universal set up drivers.
Try running a RUU if you can
Sorry if i'm not much help I'm still noobish to all this still
Click to expand...
Click to collapse
ok so i updated my adb drivers and i can get adb to recognize i used htc toolkit and adb pushed the the on my revocery but not sure how long it takes for the zip to transfer cause i tried to flash the rom and it says fail cannot open zip
do you know how long it takes to push a rom onto phone?
nevermind i got it flashing rom as we speak thanks for all your help dude
maxtcee said:
ok so i updated my adb drivers and i can get adb to recognize i used htc toolkit and adb pushed the the on my revocery but not sure how long it takes for the zip to transfer cause i tried to flash the rom and it says fail cannot open zip
do you know how long it takes to push a rom onto phone?
Click to expand...
Click to collapse
Takes about 1 - 5 minutes depending on rom size also adb wont say anything till its finished
---------- Post added at 05:21 AM ---------- Previous post was at 05:16 AM ----------
maxtcee said:
ok so i updated my adb drivers and i can get adb to recognize i used htc toolkit and adb pushed the the on my revocery but not sure how long it takes for the zip to transfer cause i tried to flash the rom and it says fail cannot open zip
do you know how long it takes to push a rom onto phone?
nevermind i got it flashing rom as we speak thanks for all your help dude
Click to expand...
Click to collapse
Your welcome glad its working finally
Hello Guys,
I am in a huge problem. So my microphone isnt working and i need to send my device to HTC for repairs. I am S-off using rum runner and unlocked. I use TWRP recovery and restored my device to stock nandroid backup. I did fastboot oem lock after that and tried to flash the original rom ruu but i kept getting error 155 although it said relocked on the bootloader. My Hboot was 1.44 and now suddenly it is upgraded to 1.56 maybe coz i flashed ARHD 41?
All of a sudden my touchscreen stopped working too. I am pretty sure it is something to do with touchscreen drivers. I want to reflash a rom so i can come out of all this. Can someone please help me flash a rom using fastboot since i cant use my touch screen?
I used the command fastboot flash rom rom.zip but below is the error it gave me:-
c:\fastboothtc>fastboot flash zip rom.zip
sending 'zip' (1145618 KB)...
OKAY [ 51.894s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 51.931s
Someone please please help me.
Thank you
arzin said:
Hello Guys,
I am in a huge problem. So my microphone isnt working and i need to send my device to HTC for repairs. I am S-off using rum runner and unlocked. I use TWRP recovery and restored my device to stock nandroid backup. I did fastboot oem lock after that and tried to flash the original rom ruu but i kept getting error 155 although it said relocked on the bootloader. My Hboot was 1.44 and now suddenly it is upgraded to 1.56 maybe coz i flashed ARHD 41?
All of a sudden my touchscreen stopped working too. I am pretty sure it is something to do with touchscreen drivers. I want to reflash a rom so i can come out of all this. Can someone please help me flash a rom using fastboot since i cant use my touch screen?
I used the command fastboot flash rom rom.zip but below is the error it gave me:-
c:\fastboothtc>fastboot flash zip rom.zip
sending 'zip' (1145618 KB)...
OKAY [ 51.894s]
writing 'zip'...
FAILED (remote: not allowed)
finished. total time: 51.931s
Someone please please help me.
Thank you
Click to expand...
Click to collapse
You can move through the recovery and Rom installation with the volume and power buttons. Hope that helps.
Sent from my HTC One using XDA Premium 4 mobile app
BanBoo said:
You can move through the recovery and Rom installation with the volume and power buttons. Hope that helps.
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I just flashed CWM recovery and was trying to mount storage via USB and that is not happening either. I tried adb sideload but it says no device found
arzin said:
I just flashed CWM recovery and was trying to mount storage via USB and that is not happening either. I tried adb sideload but it says no device found
Click to expand...
Click to collapse
try adb push <path of the file in system > /sdcard
[email protected] said:
try adb push /sdcard/rom.zip <path of the file in system >
Click to expand...
Click to collapse
Can you please explain this command a bit more?
I typed adb push/sdcard/rom.zip C:/fastboothtc and it did not work
rom.zip is what i renamed the ARHD rom and C:/fastboothtc is the location where the rom is kept
arzin said:
Can you please explain this command a bit more?
I typed adb push/sdcard/rom.zip C:/fastboothtc and it did not work
rom.zip is what i renamed the ARHD rom and C:/fastboothtc is the location where the rom is kept
Click to expand...
Click to collapse
I really messed it up sorry first of all
Code:
adb push C:\fastboothtc\rom.zip /sdcard
will do...
arzin said:
Can you please explain this command a bit more?
I typed adb push/sdcard/rom.zip C:/fastboothtc and it did not work
rom.zip is what i renamed the ARHD rom and C:/fastboothtc is the location where the rom is kept
Click to expand...
Click to collapse
I tried this command C:\miniadb_v1031>adb push rom.zip /sdcard/
it gives me an error as follows.
error: device not found
I am connected via USB and i have selected install Rom via Sideload in CWM. I just need a way to push the rom on my sd card
[email protected] said:
I really messed it up sorry first of all
adb push C:/fastboothtc/rom.zip /sdcard will do...
Click to expand...
Click to collapse
This did not work too
arzin said:
This did not work too
Click to expand...
Click to collapse
is ur device recognized...
If yes it has to work...
Code:
adb push C:\fastboothtc\rom.zip /sdcard
[email protected] said:
is ur device recognized...
If yes it has to work...
Code:
adb push C:\fastboothtc\rom.zip /sdcard
Click to expand...
Click to collapse
My device is not recognized. I went to device manager and saw an exclamation mark in other devices named one. I tried updating the drivers but i cant find any online. How do i get the drivers?
arzin said:
My device is not recognized. I went to device manager and saw an exclamation mark in other devices named one. I tried updating the drivers but i cant find any online. How do i get the drivers?
Click to expand...
Click to collapse
Try this drivers
and check whether it s recognized....
if not recognized then try
Code:
adb kill-server
Code:
adb devices
See whether this works......:fingers-crossed:
[email protected] said:
Try this drivers
and check whether it s recognized....
if not recognized then try
Code:
adb kill-server
Code:
adb devices
See whether this works......:fingers-crossed:
Click to expand...
Click to collapse
Both did not work. The problem is my computer is not recognizing my device. The drivers you provided dont open on my computer.. I will check this on my office computer tomorrow.
arzin said:
Both did not work. The problem is my computer is not recognizing my device. The drivers you provided dont open on my computer.. I will check this on my office computer tomorrow.
Click to expand...
Click to collapse
Found this by googling.....
this is the latest and the installation too went smooth
arzin said:
Both did not work. The problem is my computer is not recognizing my device. The drivers you provided dont open on my computer.. I will check this on my office computer tomorrow.
Click to expand...
Click to collapse
You mus have usb debugging enabled. Go to settings - info - Software information - more and push several times on build number. then go to settings and you can enabel usb debugging.
---------- Post added at 08:48 AM ---------- Previous post was at 08:43 AM ----------
Justin2003 said:
You mus have usb debugging enabled. Go to settings - info - Software information - more and push several times on build number. then go to settings and you can enabel usb debugging.
Click to expand...
Click to collapse
And than look on http://www.htc1guru.com/ for more info and stock ruu
Justin2003 said:
You mus have usb debugging enabled. Go to settings - info - Software information - more and push several times on build number. then go to settings and you can enabel usb debugging.
---------- Post added at 08:48 AM ---------- Previous post was at 08:43 AM ----------
And than look on http://www.htc1guru.com/ for more info and stock ruu
Click to expand...
Click to collapse
Can't do this since my touch screen is not workng and I wiped the device so I have no rom on it as of now
[email protected] said:
Found this by googling.....
this is the latest and the installation too went smooth
Click to expand...
Click to collapse
Thank you buddy but it still doesnt see the driver even after installing these. I guess i will try once on another computer. Any other solutions till then?
arzin said:
Thank you buddy but it still doesnt see the driver even after installing these. I guess i will try once on another computer. Any other solutions till then?
Click to expand...
Click to collapse
The only solution is to get ur phone recognized......
or else there is no way to communicate with ur device....
u tried
adb devices
Click to expand...
Click to collapse
from recovery right...????
[email protected] said:
The only solution is to get ur phone recognized......
or else there is no way to communicate with ur device....
u tried from recovery right...????
Click to expand...
Click to collapse
I guess so. Here is in detail what ive been doing:-
1. Connect phone via USB and i have no ROM nor any data on it right now since ive wiped the device.
2. Boot into recovery and then select adb sideload
3. Use all adb commands but it says no device found coz device is not being recognized right?
4. I am at work now and im trying on my office computer but i have one exclamation mark under other devices in device manager. It was the same on my Home computer. It just does not want to install drives for this "one" under other devices.
arzin said:
I guess so. Here is in detail what ive been doing:-
1. Connect phone via USB and i have no ROM nor any data on it right now since ive wiped the device.
2. Boot into recovery and then select adb sideload
3. Use all adb commands but it says no device found coz device is not being recognized right?
4. I am at work now and im trying on my office computer but i have one exclamation mark under other devices in device manager. It was the same on my Home computer. It just does not want to install drives for this "one" under other devices.
Click to expand...
Click to collapse
Yeah.....U did that right.....
Try to install it Manually following these steps ....choose from the attachment according to whether it 32-bit or 64-bit
Click StartStart button, right-click Computer, and then click Properties.
In the Tasks pane, click Device Manager.
User Account Control permission If you are prompted for an administrator password or confirmation, type your password or click Continue.
In Device Manager, locate the device for which you want to install the driver.
Note To display hidden devices, click Show hidden devices on the View menu.
Right-click the device, and then click Update Driver Software.
Click Browse my computer for driver software, click Let me pick from a list of device drivers on my computer, and then click Have Disk.
In the Install From Disk dialog box, click Browse, locate an .inf file for the device driver that you want to install, and then click Open.
Follow the steps in the Update Driver Software DeviceName dialog box to update the driver.
Thanks a ton [email protected] (bohot bohot shukriya). My phone finally came to life. I used some other driver but you really helped me and kept me going. I am attaching the drivers for someone in need sometime. Can you also help me downgrade my Hboot to 1.44 if that is possible? When i did Soff using rumrunner it just upgraded my Hboot to 1.56.
http://adbdriver.com/