[SOLVED] Please help me save my device - One (M7) Q&A, Help & Troubleshooting

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/

Related

HTC ONE soft brick i think

Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
andrew21 said:
Hello, i just got an htc one from one of my customers, when i connect cable or switch on it hangs on HTC logo and says below "This build is for development purposes only. Do not distribute outside of htc without HTCs writtten permission". How to fix this phone?
Click to expand...
Click to collapse
Can you get into recovery by using adb reboot recovery
dazbutler1 said:
Can you get into recovery by using adb reboot recovery
Click to expand...
Click to collapse
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
andrew21 said:
NO, it says "device not found". WHen i connect phone to pc it asks me drivers for MTP. BTW after i power off device and press power on and vol down i go into menu which says "fastboot, recovery, factory reset etc". It aslo says "tampered and unlocked on top of screen. ANy ideas?
Click to expand...
Click to collapse
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
gianton said:
In fastboot mode open a cmd window where your adb/fastboot folder is and type
fastboot erase cache
Then reboot
Click to expand...
Click to collapse
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
andrew21 said:
I go to c:/android-sdk/platform-tools (thats where fastboot.exe is located) and then type fastboot erase cache, but it gets stuck at <waiting for device>
Click to expand...
Click to collapse
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
andrew21 said:
Yes i have HTC drivers installed...sucessfully erase cache by fastboot after putting phone in bootloader mode, and when i reboot same logo screen. I now plan to go home and flash a ROM to my device, but i have windows 8....is that ok?
Click to expand...
Click to collapse
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
gianton said:
There are some conflicts with W8 and security that has to be removed in Windows.
Do you have a custom recovery in the device?
Can you reboot in recovery?
Click to expand...
Click to collapse
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
andrew21 said:
Yes i can reboot in recovery and it gives a few menus like:
Install
Wipe
BACKUP
Restore
Mount
Settings
Advanced and
Reboot
Any ideas, also how to flash in windows 8?
Click to expand...
Click to collapse
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
gianton said:
Device is definitely not bricked. :good:
Now go to restore, can you see any folder there?
Click to expand...
Click to collapse
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
WHen i go to reboot, then power off it says "No OS installed! Are you sure you want to power off?". Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
andrew21 said:
WHEn i go to restore it doesnt show any folder, but says :internal storage (26034 MB)
Also, i checked out some options earlier, dont remeber which but it said no OS installed. Going home now, will reply in about 40 minutes...
thanks...tell me what to do next.
Click to expand...
Click to collapse
You should push with adb a custom ROM.zip file and flash it.
Or mount a USB stick with an OTG cable and flash it from there. But you have to flash TWRP recovery with the OTG USB method.
To push a custom ROM.zip file while you're in recovery mode (also read here):
copy the ROM.zip to the same folder where your adb/fastboot files are.
open a cmd window from that folder
type "adb push ROM.zip /sdcard"
when finished reboot to your recovery
wipe system, data and caches (DON'T wipe the sd card content)
flash your ROM
If you have problems with adb not recognizing your device try a PC with Windows 7 and USB 2 port, install HTC drivers from here and use the mini-sdk for your adb/fastboot folder.
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
andrew21 said:
I have this file RUU_M7_UL_JB_50_hTC_Asia_WWE_1.29.707.3_R_Radio_4A.14.3250.13_10.33.1150.01_release_311678_signed,
can i use this as custom ROM.zip file and if so how? Thanks
Click to expand...
Click to collapse
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
gianton said:
No this is an RUU file. Download ARHD 9.4 from here and rename it to ROM.zip then follow my instructions.
Click to expand...
Click to collapse
Why did you give him such an outdated rom?
tyler1234567 said:
Why did you give him such an outdated rom?
Click to expand...
Click to collapse
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
andrew21 said:
OK thanks, will try tomorrow and post results, maybe i'll pm you...thanks again
Click to expand...
Click to collapse
OK will catch up tomorrow too, off to bed now good luck.
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
---------- Post added at 11:19 PM ---------- Previous post was at 11:18 PM ----------
OK will catch up tomorrow too, off to bed now good luck.
Click to expand...
Click to collapse
WHat are you guys talking about, is this an outdated rom?
gianton said:
Do you have HTC drivers installed?
Which windows version are you using?
When you are in bootloader mode and you connect your device in the USB port, does it change to "fastboot usb"?
Click to expand...
Click to collapse
you can follow this guide for windows 8 problems it works a treat, i know because i had problems with adb on windows 8.
http://forum.xda-developers.com/showthread.php?t=2256359&highlight=windows
also i would look at downloading the toolkit in android development. don't panic its definitely not bricked. if you can get adb working you can then flash recovery or rom or both
gianton said:
To not mess with the sd card probs (data/media/0) of 4.2.2 ROMs. Taking him one step further won't help him.
Click to expand...
Click to collapse
How can he have sd card problems? Lol. The phone is wiped dude.
---------- Post added at 01:26 PM ---------- Previous post was at 01:23 PM ----------
andrew21 said:
WHat are you guys talking about, is this an outdated rom?
Click to expand...
Click to collapse
Yes it is, he was trying to prevent you from losing anything on the sd card, since the updated ROM will relocate where the sdcard storage is found.
Although I don't think it is relevant since you most likely have a wiped phone.. Seeing as there is no OS installed.

[Q] I made my HTC ONE a brick :(

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.

HELPPP deleted my internal storage

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

Help! Phone won't boot

I ran the Cyanogenmod factory reset and now the phone will not boot. It is stuck on the Cyanogenmod boot logo. If I boot to the fastboot it tells me device is still unlocked with s-off. From there it will not boot further or go into recovery. If I try to go into recovery it sits at the Android boot logo.
If I need to do anything complicated to fix please explain. I haven't messed with the phone other than rooting, unlocking, and flashing roms.
Thanks!
Lunarpancake said:
I ran the Cyanogenmod factory reset and now the phone will not boot. It is stuck on the Cyanogenmod boot logo. If I boot to the fastboot it tells me device is still unlocked with s-off. From there it will not boot further or go into recovery. If I try to go into recovery it sits at the Android boot logo.
If I need to do anything complicated to fix please explain. I haven't messed with the phone other than rooting, unlocking, and flashing roms.
Thanks!
Click to expand...
Click to collapse
Try in fastboot there 2 commands:
fastboot erase cache
fastboot reboot-bootloader
After that u should be able to enter in recovery and flash your rom again.
Fain11 said:
Try in fastboot there 2 commands:
fastboot erase cache
fastboot reboot-bootloader
After that u should be able to enter in recovery and flash your rom again.
Click to expand...
Click to collapse
Sorry if this is a dumb question but I go into fastboot and it turns red and says "Fastboot USB" however I do not see the device in My Computer. Is there another way to run those commands or do I need to have access to it from my pc?
Lunarpancake said:
Sorry if this is a dumb question but I go into fastboot and it turns red and says "Fastboot USB" however I do not see the device in My Computer. Is there another way to run those commands or do I need to have access to it from my pc?
Click to expand...
Click to collapse
You won't see the device, partitions and all.
It should only be present in device manager.
Try the command:
fastboot devices
it should get you the SN on your phone.
If u are new to fastboot and ADB try this article http://techbeasts.com/2014/01/05/useful-adb-and-fastboot-commands-and-how-to-them/
and this one even better:
http://forum.xda-developers.com/showthread.php?t=2225405
After you understand fastboot and adb, and also performed the 2 commands above, if u deleted the zip archive of your ROM to flash again your phone, you will have to push or sideload a ROM, see point E) from this thread:
http://forum.xda-developers.com/showthread.php?t=2228274&page=3
I have the google usb drivers installed, the fastboot folder made and the sdk installed and theres no devices listed.
In device Manager I have "Android USB Devices > My HTC"
Driver Details: HTC Corporation 7/25/2014 Version 2.0.7.26
Lunarpancake said:
I get "Error: device not found"
I have the google usb drivers installed, the fastboot folder made and the sdk installed
Click to expand...
Click to collapse
Are you on windows 8.1?
What is your Hboot?
Did u installed HTC drivers?
Fain11 said:
Are you on windows 8.1?
What is your Hboot?
Did u installed HTC drivers?
Click to expand...
Click to collapse
WIndows 7
HBOOT 1.54.0000
I uninstalled all HTC Drivers and applications.
Lunarpancake said:
WIndows 7
HBOOT 1.54.0000
I uninstalled all HTC Drivers and applications.
Click to expand...
Click to collapse
Well, not all drivers, u must still have htc drivers:
http://forum.xda-developers.com/showpost.php?p=54098442&postcount=223
Also try a different USB port from your computer.
Fain11 said:
Well, not all drivers, u must still have htc drivers:
http://forum.xda-developers.com/showpost.php?p=54098442&postcount=223
Also try a different USB port from your computer.
Click to expand...
Click to collapse
Tried different USB, no change. Also that driver when applied still does not seem to work and now I have no "Android" section in my Device Manager. Device Manager updates the list when I plug in or unplug the phone but I cant locate what is being added/removed.
Lunarpancake said:
Tried different USB, no change. Also that driver when applied still does not seem to work and now I have no "Android" section in my Device Manager. Device Manager updates the list when I plug in or unplug the phone but I cant locate what is being added/removed.
Click to expand...
Click to collapse
It should be ANDROID USB DEVICES>>>MY HTC
Fain11 said:
It should be ANDROID USB DEVICES>>>MY HTC
Click to expand...
Click to collapse
If I boot the phone normally and let it get stuck at the Cyanogenmod loading screen it sees my device. Tells me the serial number and "UNAUTHORIZED".
Booting in fastboot usb - nothing.
Lunarpancake said:
If I boot the phone normally and let it get stuck at the Cyanogenmod loading screen it sees my device. Tells me the serial number and "UNAUTHORIZED".
Booting in fastboot usb - nothing.
Click to expand...
Click to collapse
What is your adb version?
"adb ver"
Fain11 said:
What is your adb version?
"adb ver"
Click to expand...
Click to collapse
1.0.31
It's the latest version...
Try to see if u can install drivers manually:
Download the Windows7 (64 Bit) drivers here - http://d-h.st/OYI
Unzip to any location you want. Just remember where you put them.
Plug in your phone FASTBOOT to your USB cable .
Open your Device Manager (Windows Key + X and select Device manager) and locate HTC under Other Devices and right click on it and select Update Driver Software
Select "Browse my computer for driver software"
Click Browse and then select the folder you unzipped with the drivers in it then click next.
It should now install your drivers and then in your device manager it will now show up "My HTC" under Android USB Devices.
as per here : http://forum.xda-developers.com/showthread.php?t=2232799
Fain11 said:
It's the latest version...
Try to see if u can install drivers manually:
Download the Windows7 (64 Bit) drivers here - http://d-h.st/OYI
Unzip to any location you want. Just remember where you put them.
Plug in your phone FASTBOOT to your USB cable .
Open your Device Manager (Windows Key + X and select Device manager) and locate HTC under Other Devices and right click on it and select Update Driver Software
Select "Browse my computer for driver software"
Click Browse and then select the folder you unzipped with the drivers in it then click next.
It should now install your drivers and then in your device manager it will now show up "My HTC" under Android USB Devices.
as per here : http://forum.xda-developers.com/showthread.php?t=2232799
Click to expand...
Click to collapse
Still nothing. BTW that driver is older than the others.
Let me clarify a little.
Driver you gave me is installed and phone shows up in device manager when in fastboot usb mode.
However if I type "adb devices" I get the response "List of Devices" with nothing under it. There are no devices listed.
If I boot the phone normally and get hung on the Cyanogenmod Boot screen the command will show my device serial.
Lunarpancake said:
Still nothing. BTW that driver is older than the others.
Click to expand...
Click to collapse
Well, if u don't see a new device in Device Manager when u plug your phone, is either Windows or your phone.
U already swiched usb ports.
Try another computer.
If that doesn't work, it's your phone's usb port, and that is a hardware problem.
****, I just realized my problem. I was using command "adb devices" not "fastboot devices"
UGGG *slams head on desk*.
I am in CWM Recovery now.
Lunarpancake said:
Let me clarify a little.
Driver you gave me is installed and phone shows up in device manager when in fastboot usb mode.
However if I type "adb devices" I get the response "List of Devices" with nothing under it. There are no devices listed.
If I boot the phone normally and get hung on the Cyanogenmod Boot screen the command will show my device serial.
Click to expand...
Click to collapse
Man, not adb devices. u are in fastboot
fastboot devices
---------- Post added at 08:48 PM ---------- Previous post was at 08:45 PM ----------
Lunarpancake said:
****, I just realized my problem. I was using command "adb devices" not "fastboot devices"
UGGG *slams head on desk*.
I am in CWM Recovery now.
Click to expand...
Click to collapse
U still have your ROM zip?
Install that. Do not try factory reset again!
If not, I explained how to push or sideload a ROM
Fain11 said:
Man, not adb devices. u are in fastboot
fastboot devices
---------- Post added at 08:48 PM ---------- Previous post was at 08:45 PM ----------
U still have your ROM zip?
Install that. Do not try factory reset again!
If not, I explained how to push or sideload a ROM
Click to expand...
Click to collapse
I HAD my ROM zip however the SDCard partition is toast apparently. Error is "E: Can't Mount /SCDARD"

Need some help to get stock rom

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?

Categories

Resources