[Q] No OS is installed, stuck on boot? - One (M7) Q&A, Help & Troubleshooting

Hi there,
So I've wiped it completely ending up with no OS installed on it, i have nothing on the SD card (Internal storage in this case).
When i boot it up, it just stays on the HTC logo.
Im using a mac, so when i connect it to, Android File transfer pops up trying to recognise it, but in the end it doesn't.
My question is, how do i get my computer to recognise my phone so i can put a zip onto it and flash it.
I've seen people saying adb, but i have no idea how to use it, or what it is kind of, i know its something to do with terminal?
Any help?!

GianFrangiamore said:
Hi there,
So I've wiped it completely ending up with no OS installed on it, i have nothing on the SD card (Internal storage in this case).
When i boot it up, it just stays on the HTC logo.
Im using a mac, so when i connect it to, Android File transfer pops up trying to recognise it, but in the end it doesn't.
My question is, how do i get my computer to recognise my phone so i can put a zip onto it and flash it.
I've seen people saying adb, but i have no idea how to use it, or what it is kind of, i know its something to do with terminal?
Any help?!
Click to expand...
Click to collapse
I have never tried ADB with a mac, but what i would do for my windows is first download and install the fastboot drivers. then, you should make sure that you still have a custom recovery image (CWM, TWRP, etc.) if you dont, then push one via adb (google it, there are billions of articles.) Then, i would install zip from sideload from the recovery. I know that CWM has an option like this. Some recoveries have an option to mount your phone as USB storage, allowing you to drag and drop roms from your computer to your phone's SD card and then you can just flash the rom from your sd card. Make sure you do a full wipe before flashing. (factory reset data, format system)

ra9b said:
I have never tried ADB with a mac, but what i would do for my windows is first download and install the fastboot drivers. then, you should make sure that you still have a custom recovery image (CWM, TWRP, etc.) if you dont, then push one via adb (google it, there are billions of articles.) Then, i would install zip from sideload from the recovery. I know that CWM has an option like this. Some recoveries have an option to mount your phone as USB storage, allowing you to drag and drop roms from your computer to your phone's SD card and then you can just flash the rom from your sd card. Make sure you do a full wipe before flashing. (factory reset data, format system)
Click to expand...
Click to collapse
Hi,
Thanks so much for replying.
I now have a new problem, i was searching up, and apparently i can install the stock rom if i relock the bootloader (which i have now done) and then run the RUU? (Is this correct?)
So i have done all that, however i can't seem to find the right RUU, because when it says do you want to update from image version... to image version... they are always different numbers?
My image version is 2.24.401.1
I think mine is the unlocked International version, i bought it on Amazon.
Can you help me at all?

http://forum.xda-developers.com/showthread.php?t=2428276
If you go on this thread you will find your Ruu or nandroid backup
Sent from my HTC One using Tapatalk 4

taha198 said:
http://forum.xda-developers.com/showthread.php?t=2428276
If you go on this thread you will find your Ruu or nandroid backup
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Hi,
Yeah i've been on that thread and downloaded a few, and none of them work, can you help me out on which one to download, i have no idea?

It seems there is no ruu for 2.24.401.1. Are you soff?
Sent from my HTC One using Tapatalk 4

taha198 said:
It seems there is no ruu for 2.24.401.1. Are you soff?
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
S-ON

Can you unlock the boot loader and install twrp recovery?
Sent from my HTC One using Tapatalk 4

taha198 said:
Can you unlock the boot loader and install twrp recovery?
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
I think so, can i unlock it if i have relocked it?

If you have htcdev unlock bin file, then yes
Sent from my HTC One using Tapatalk 4

taha198 said:
If you have htcdev unlock bin file, then yes
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Ok, i went through my emails and have found it, from there i'll try and unlock it, where do i go from there, once it's unlocked?

Download adb sdk and set it up. I don't know how to do it in Mac so just Google it. When your adb is setup. Go in adb folder, then SDK folder, then platform-tools and put any ROM zip there. Do this first I will tell you more when you are through this.
Sent from my HTC One using Tapatalk 4

taha198 said:
Download adb sdk and set it up. I don't know how to do it in Mac so just Google it. When your adb is setup. Go in adb folder, then SDK folder, then platform-tools and put any ROM zip there. Do this first I will tell you more when you are through this.
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Ok, thank you so much for your help!
Also i have access to a windows computer, so that might be easier for you to be able to explain it.
Thanks again!

No problem. Once you had set up everything , go to platform tools folder. From there open command prompt and run this command adb push ROM.zip /data/media/0/. You have to run this command in boot loader mode on your phone. It will put ROM on the phone. Mind you it will take some time. Up 10 to 15 mins in case of sense ROM and 5 to 10 min in case of cm or other aosp ROM. After that reboot in recovery and install rom.
Sent from my HTC One using Tapatalk 4
---------- Post added at 07:36 PM ---------- Previous post was at 07:35 PM ----------
You have to rename your rom file to ROM.zip
Sent from my HTC One using Tapatalk 4

Funnily enough i had the same issue a week or so ago. I was going to flash a ROM and went to wipe in TWRP. Mucked up and wiped the "sd card" as well as system and data. I blame the wine.
Anyhow, oopsy.
I had recently bought a USB stick with a micro usb plug built in. I loaded a ROM flash-able zip onto that, plugged it in, and mounted USB OTG from TWRP.
Flashed it from the USB stick and all was well. Having never tried this i was actually surprised it worked.
Just mentioning this as an alternative for people who may not be that comfortable with adb. Does require a custom recovery. I know it can be done under the latest version of TWRP, but not sure about CWM as i haven't used that for ages.

taha198 said:
No problem. Once you had set up everything , go to platform tools folder. From there open command prompt and run this command adb push ROM.zip /data/media/0/. You have to run this command in boot loader mode on your phone. It will put ROM on the phone. Mind you it will take some time. Up 10 to 15 mins in case of sense ROM and 5 to 10 min in case of cm or other aosp ROM. After that reboot in recovery and install rom.
Sent from my HTC One using Tapatalk 4
---------- Post added at 07:36 PM ---------- Previous post was at 07:35 PM ----------
You have to rename your rom file to ROM.zip
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Hi again,
I have unlocked the bootloader, and TWRP is installed, where do i go from there.
When do i get the platform tools folder?

astmacca said:
Funnily enough i had the same issue a week or so ago. I was going to flash a ROM and went to wipe in TWRP. Mucked up and wiped the "sd card" as well as system and data. I blame the wine.
Anyhow, oopsy.
I had recently bought a USB stick with a micro usb plug built in. I loaded a ROM flash-able zip onto that, plugged it in, and mounted USB OTG from TWRP.
Flashed it from the USB stick and all was well. Having never tried this i was actually surprised it worked.
Just mentioning this as an alternative for people who may not be that comfortable with adb. Does require a custom recovery. I know it can be done under the latest version of TWRP, but not sure about CWM as i haven't used that for ages.
Click to expand...
Click to collapse
Hi,
Yeah i was thinking about doing that and ordering one from amazon as i don't know anyone else who sells on in shops.
However, even i order today it will come Tuesday, so in the meantime i will see if i can fix it using adb.
Thanks anyway

Have you installed adb SDK. Just Google and install it at C:\ . you will get an adb bundle folder. In that folder you will find SDK and in SDK is platform tools folder. Or if you have USB drive and an OTG cable, you can use @astmacca's method. Its much easier.
Sent from my HTC One using Tapatalk 4

taha198 said:
Have you installed adb SDK. Just Google and install it at C:\ . you will get an adb bundle folder. In that folder you will find SDK and in SDK is platform tools folder. Or if you have USB drive and an OTG cable, you can use @astmacca's method. Its much easier.
Sent from my HTC One using Tapatalk 4
Click to expand...
Click to collapse
Ahh yes i do.
I think i understand what you want me to do. Ill hop over to my Windows computer and see if it works.
Ill let you know, thanks again

Welcome mate. Happy to help.
Sent from my HTC One using Tapatalk 4

Related

HTC One Formated. Help!

Hi, im new here. Recently Installed Rom and bunch of other things on my HTC ONE. OverClocked it as well. Longs story short. I wanted to wipe the phone but click the Format option.
Now all I have is white screen with Htc logo on it. Cant connect to the computer. Cant boot it into recovery/fastboot Menu. Will not turn off. Just stuck on that HTC logo screen. Im waiting till battery dies may be than ill atleast be able to go to fastboot...
Is it possible to bring it back or the phone is done?
My apologies if im in the wrong area/section
Phone is on Rogers/Canada.
You don't have to worry. Drain battery and boot into bootloader tomorrow. You cam always fastboot flash the Rom if it won't boot. Easiest way is via m7 tools.
Sent from my HTC One using Tapatalk 2
put the phone under a bright light and hold power+volume down
JDR0iD said:
You don't have to worry. Drain battery and boot into bootloader tomorrow. You cam always fastboot flash the Rom if it won't boot. Easiest way is via m7 tools.
Sent from my HTC One using Tapatalk 2
Click to expand...
Click to collapse
I got it to go to fastboot./ recovery now need to find out what to do next.
Own31 said:
I got it to go to fastboot./ recovery now need to find out what to do next.
Click to expand...
Click to collapse
adb sideload from computer while phone is in recovery with sideload selected
skinsfanbdh said:
adb sideload from computer while phone is in recovery with sideload selected
Click to expand...
Click to collapse
googling it now. I got it to sideload in recovery but have no idea what to do on the computor. think i need a toolkit
This works in CWM anyway
Boot into recovery
from the pc do the adb push filename.zip /data/media
wait for it to copy
then on the phone reboot recovery your rom should be in the root of the sdcard waiting for you to flash
I just tested it and it worked perfect ( of coarse I didn't format my sdcard so ymmv )
Own31 said:
googling it now. I got it to sideload in recovery but have no idea what to do on the computor. think i need a toolkit
Click to expand...
Click to collapse
The sideload works but if you mess up in AROMA or it freezes you have to start from scratch
clsA said:
This works in CWM anyway
Boot into recovery
from the pc do the adb push filename.zip /data/media
wait for it to copy
then on the phone reboot recovery your rom should be in the root of the sdcard waiting for you to flash
I just tested it and it worked perfect ( of coarse I didn't format my sdcard so ymmv )
The sideload works but if you mess up in AROMA or it freezes you have to start from scratch
Click to expand...
Click to collapse
what i dont get is what file do i flash/adb.
I downloaded SDK kits, and half a million other zips. but no idea which file to take. I understood tho, that i need to move the file from pc to the phone with adb
If you download all in one toolkit it will make sideloading easier
Sent from my HTC One using xda premium
Im just lost everywhere. dont understand anything.
using cwm or all in one tool kit or a adb direct. too many things and dont know anything about either of those steps.
do i need to do anything prior using any of the three i listed. folders, files to put into the folders.... etc.
I tried using all in 1 kit. it goes into cmd but doesnt really do anything. I also dont understand when to or what to do in the phone while im doing stuff on the computer. Which menu the phone should be in. Im looking at so many different things and non work or non i understand.
errr this is painful.
Own31 said:
Im just lost everywhere. dont understand anything.
using cwm or all in one tool kit or a adb direct. too many things and dont know anything about either of those steps.
do i need to do anything prior using any of the three i listed. folders, files to put into the folders.... etc.
I tried using all in 1 kit. it goes into cmd but doesnt really do anything. I also dont understand when to or what to do in the phone while im doing stuff on the computer. Which menu the phone should be in. Im looking at so many different things and non work or non i understand.
errr this is painful.
Click to expand...
Click to collapse
Hi mate, I'd be happy to help on TeamViewer, as I understand it is complicated to do if you're new to the commands
when using all in one toolkit it will open two cmd windows you manually close the first one after that if it says waiting for device make sure it says fastboot usb at the top of bootloader screen on your phone if it says hboot press power button once. but if your sideloading a rom your phone must be in recovery and sideload selected in recovery. once sideload is done you will have the rom you sideloaded on your sd then you will have to flash that rom.zip
is there an step by step guide or a video?
Own31 said:
is there an step by step guide or a video?
Click to expand...
Click to collapse
1. Put phone into recovery
2. Plug into PC
3. Open adb/fastboot folder on PC and drag your chosen rom into there
4. Hold down shift and right-click inside the folder and select 'Open Command Prompt Here'
5. Type 'adb push NAMEOFROM.zip /data/media/' (/data/media/0/ if you were on 4.2.2)
6. Wait for it to complete, as there will be no progress indicator. It takes around 250 seconds (4 minutes)
7. Type 'adb reboot recovery'
8. Install zip from sdcard as usual. Zip file will be on the root
thx Mac.
Lol skinfan using your info i somehow got into CWM using all in one. I closed one window. then went into recovery mod and it put me into CWM.
now i have few option, im sure you all know them.
reboot sys now
install zip from sideload
etc
Own31 said:
thx Mac.
Lol skinfan using your info i somehow got into CWM using all in one. I closed one window. then went into recovery mod and it put me into CWM.
now i have few option, im sure you all know them.
reboot sys now
install zip from sideload
etc
Click to expand...
Click to collapse
install zip from sideload
skinsfanbdh said:
install zip from sideload
Click to expand...
Click to collapse
Hmm you seem to have forgotten that there is a high possibilty of AROMA freezing and then having to restart the sideload. Why waste his time?
Mac Ill try you steps shorty. if this doesnt work whats going in right now.
skinsfanbdh said:
install zip from sideload
Click to expand...
Click to collapse
yeh dont know what i did but im pushing i think Android_Revolution_HD-One_10.1
thats the problem i dont even know what to push.
Now New update. I gues Android Rev 10.1 worked because now im in the Welcome Menu and I can install it. It asks me to. Should I? is this the right file to install?
I was gonna push cm-10.1-20130312-NIGHTLY-ville and gapps-jb-20130301-signed next. Just cause I read somewhere I had to. and try both ways. but since And. Rev 10.1 asks me to install i think i will
MacHackz said:
Hmm you seem to have forgotten that there is a high possibilty of AROMA freezing and then having to restart the sideload. Why waste his time?
Click to expand...
Click to collapse
if he downloaded rayglobe like i recommended that wont be a problem as reyglobe doesnt use aroma
---------- Post added at 10:25 AM ---------- Previous post was at 10:23 AM ----------
Own31 said:
Mac Ill try you steps shorty. if this doesnt work whats going in right now.
yeh dont know what i did but im pushing i think Android_Revolution_HD-One_10.1
thats the problem i dont even know what to push.
Now New update. I gues Android Rev 10.1 worked because now im in the Welcome Menu and I can install it. It asks me to. Should I? is this the right file to install?
I was gonna push cm-10.1-20130312-NIGHTLY-ville and gapps-jb-20130301-signed next. Just cause I read somewhere I had to. and try both ways. but since And. Rev 10.1 asks me to install i think i will
Click to expand...
Click to collapse
i would use rayglobe to at least get a fully functional rom on your phone and make a backup then flash what you want
---------- Post added at 10:33 AM ---------- Previous post was at 10:25 AM ----------
whats with the ville at the end of the cm file. i think that is not for your phone it should say m7 at the end for the htc one
skinsfanbdh said:
if he downloaded rayglobe like i recommended that wont be a problem as reyglobe doesnt use aroma
---------- Post added at 10:25 AM ---------- Previous post was at 10:23 AM ----------
i would use rayglobe to at least get a fully functional rom on your phone and make a backup then flash what you want
Click to expand...
Click to collapse
is this it? http://forum.xda-developers.com/showthread.php?t=2312312
I installed Rev and it worked (i think) asks me to setup the phone now. Not sure if it will work fully well tho.

[Q] Soft bricked my HTC ONE, help plz.

Hello guys,
So i unlocked the bootloader, used TWRP recovery, made a nandroid back up, saved a copy of back up on my pc and then flash the Trickdroid rom. Every thing went smoothly till then, as the proximity sensor wasnt working, i installed the xposed framework then went into recovery and flashed the zip file for it. After the reboot, the phone hung on HTC one boot screen, i used the Vol down + power button but the phone is just not switching on in recovery or anything. Connected to my PC, gave adb reboot recovery but it says "device not found". Did the vol+power thing in light as well but didnt help.
What should i do? Please help.
coolboy2343 said:
Hello guys,
So i unlocked the bootloader, used TWRP recovery, made a nandroid back up, saved a copy of back up on my pc and then flash the Trickdroid rom. Every thing went smoothly till then, as the proximity sensor wasnt working, i installed the xposed framework then went into recovery and flashed the zip file for it. After the reboot, the phone hung on HTC one boot screen, i used the Vol down + power button but the phone is just not switching on in recovery or anything. Connected to my PC, gave adb reboot recovery but it says "device not found". Did the vol+power thing in light as well but didnt help.
What should i do? Please help.
Click to expand...
Click to collapse
check your pm
nflndu curtail
Thanks Bhavpreet,
Finally managed to get the piece of rock alive, connected it to PC and used fastboot reboot and then phone came alive. Wonder what went wrong that the phone got stuck at the boot screen.
coolboy2343 said:
Thanks Bhavpreet,
Finally managed to get the piece of rock alive, connected it to PC and used fastboot reboot and then phone came alive. Wonder what went wrong that the phone got stuck at the boot screen.
Click to expand...
Click to collapse
Can U share I have a similar problem, recovery bootloopes and sideload flash doesnt work
Pum4 said:
Can U share I have a similar problem, recovery bootloopes and sideload flash doesnt work
Click to expand...
Click to collapse
I now know the mistake i did, i flashed trick droid on my one and i was coming from stock 4.1.2. Developer had mentioned that for those coming from 4.1.2, we need to first wipe, install rom, do 1 boot cycle and then wipe again, i missed the last part hence got stuck at the boot screen.
I tried adb but it didnt work, so i used fastboot reboot command and the phone came alive, after which went to recovery and restored my nandroid. What happened to your device?
Boot into bootloader by turning off device and keeping volume down pressed, and then connect your device to your pc so you see "fastboot usb" in red, and then type "fastboot erase cache" followed by "fastboot reboot"
Sent from my HTC One using xda app-developers app
Bhavpreet said:
Boot into bootloader by turning off device and keeping volume down pressed, and then connect your device to your pc so you see "fastboot usb" in red, and then type "fastboot erase cache" followed by "fastboot reboot"
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
I made a really amateur mistake. Installed a normal xposed version instead of the custom for One. Now I'm stuck on the boot screen. I can load bootloader and recovery. Tried using ur method and still stuck. Also cannot read internal memory and can't push xposed disabler.. All with no nandroid backup. Any helpful tips?
nkchii said:
I made a really amateur mistake. Installed a normal xposed version instead of the custom for One. Now I'm stuck on the boot screen. I can load bootloader and recovery. Tried using ur method and still stuck. Also cannot read internal memory and can't push xposed disabler.. All with no nandroid backup. Any helpful tips?
Click to expand...
Click to collapse
xposed is universal for all phones so it wasnt xposed maybe an xposed module that doesnt work on our phone
try moving everything from your sd to computer the format sd
nkchii said:
I made a really amateur mistake. Installed a normal xposed version instead of the custom for One. Now I'm stuck on the boot screen. I can load bootloader and recovery. Tried using ur method and still stuck. Also cannot read internal memory and can't push xposed disabler.. All with no nandroid backup. Any helpful tips?
Click to expand...
Click to collapse
If you dont have any nandroid backups then im afraid theres really nothing you can do besides factory reset..go into the bootloader and try reseting the phone, see if that works.
The reason your computer doesnt read your phone is normally a drivers issues. Heres what you can do to get your computer to notice your phone.
download the file from here and extract the whole FOLDER to your desktop: http://forum.xda-developers.com/showthread.php?t=1996051
1. boot into recovery
2. connect your phone to the computer
3. go to device manager, just search for it
4. In other devices, there should be something called android phone, open it, and choose update drivers
5. instead of letting the computer search for the drivers, choose the second option to choose your own
6. choose the folder, the whole folder, and your driver, and click install
Now your phone should be recognized by your computer, check by using adb devices in command. If it works, go from there, try pushing xposed disabler, or push a nandroid to your device and restore.
Heres a link to how to install the drivers if you didnt get my explanation: http://forum.xda-developers.com/showthread.php?t=2139767
List of RUU's and nandroids: http://forum.xda-developers.com/showthread.php?p=39588860
List to HTC drivers if you wanna try this before using the universal naked ones: http://forum.xda-developers.com/showthread.php?t=2191279
skinsfanbdh said:
xposed is universal for all phones so it wasnt xposed maybe an xposed module that doesnt work on our phone
try moving everything from your sd to computer the format sd
Click to expand...
Click to collapse
Can't mount usb storage... :crying: It's Icon Themer that I'm using. Used it a dozen times on my own HTC One and nothing went wrong. Used it once on friend's One and this happens.
nkchii said:
Can't mount usb storage... :crying: It's Icon Themer that I'm using. Used it a dozen times on my own HTC One and nothing went wrong. Used it once on friend's One and this happens.
Click to expand...
Click to collapse
when you select format sd does it give you errors?
skinsfanbdh said:
when you select format sd does it give you errors?
Click to expand...
Click to collapse
Not going to try that yet since I don't want to lose data until it's really impossible..
does it say 0mb internal storage
Bhavpreet said:
If you dont have any nandroid backups then im afraid theres really nothing you can do besides factory reset..go into the bootloader and try reseting the phone, see if that works.
The reason your computer doesnt read your phone is normally a drivers issues. Heres what you can do to get your computer to notice your phone.
download the file from here and extract the whole FOLDER to your desktop: http://forum.xda-developers.com/showthread.php?t=1996051
1. boot into recovery
2. connect your phone to the computer
3. go to device manager, just search for it
4. In other devices, there should be something called android phone, open it, and choose update drivers
5. instead of letting the computer search for the drivers, choose the second option to choose your own
6. choose the folder, the whole folder, and your driver, and click install
Now your phone should be recognized by your computer, check by using adb devices in command. If it works, go from there, try pushing xposed disabler, or push a nandroid to your device and restore.
Heres a link to how to install the drivers if you didnt get my explanation: http://forum.xda-developers.com/showthread.php?t=2139767
List of RUU's and nandroids: http://forum.xda-developers.com/showthread.php?p=39588860
List to HTC drivers if you wanna try this before using the universal naked ones: http://forum.xda-developers.com/showthread.php?t=2191279
Click to expand...
Click to collapse
Device Manager it's Android USB Device with My HTC driver. Removable Disk comes up under My Computer but can't open it. Says "Insert disk"
---------- Post added at 02:46 AM ---------- Previous post was at 02:42 AM ----------
skinsfanbdh said:
does it say 0mb internal storage
Click to expand...
Click to collapse
I'm using CWM.. Philz Touch 5 to be exact. Used Free Browse mode, I can still see the individual folders.. nothing else I can do tho
nkchii said:
Device Manager it's Android USB Device with My HTC driver. Removable Disk comes up under My Computer but can't open it. Says "Insert disk"
---------- Post added at 02:46 AM ---------- Previous post was at 02:42 AM ----------
I'm using CWM.. Philz Touch 5 to be exact. Used Free Browse mode, I can still see the individual folders.. nothing else I can do tho
Click to expand...
Click to collapse
do you have all in one toolkit?
skinsfanbdh said:
do you have all in one toolkit?
Click to expand...
Click to collapse
nope
nkchii said:
nope
Click to expand...
Click to collapse
you should download it and use erase cache option then reinstall recovery and see if that helps but i think you will probably end up having to format sd. if you have htc sync it might be able to get some of the stuff from sd before you format
nkchii said:
Device Manager it's Android USB Device with My HTC driver. Removable Disk comes up under My Computer but can't open it. Says "Insert disk"
---------- Post added at 02:46 AM ---------- Previous post was at 02:42 AM ----------
I'm using CWM.. Philz Touch 5 to be exact. Used Free Browse mode, I can still see the individual folders.. nothing else I can do tho
Click to expand...
Click to collapse
it seems like your computer recognizes your device then. Go into recovery, then from your computer type adb devices, does it show your device?
Bhavpreet said:
it seems like your computer recognizes your device then. Go into recovery, then from your computer type adb devices, does it show your device?
Click to expand...
Click to collapse
yes! for awhile it didn't. now it does
Had this same exact problem, AIO helped me , i had installed TWRP and the AIO opened recovery, then chose recovery and then tried side loading, while doing i then sideloaded the ARHD and voila am back to normal.
The problem and my question is , i flashed with bulletproof kernel and then that created all the problem. now somehow it has booted and i still have bulletproof kernel. Am scared to reboot (am a noob all over again since i bought wp) , if i flash it with a stock kernel deodexed or odexed will that create a problem? I have ARHD10.2 Stock ROM. Please advice.

Help! I wiped everything and am trying to fix my phone.

I was having a problem with not receiving calls, so I foolishly went into the internal sdcard and deleted everything and then used TWRP to wipe everything else with the intention of starting fresh on a new rom. I currently can boot into TWRP recovery. My computer can recoginize that there is a drive connected, but it is shaded out and says that there is no drive on there when I click on it. I fastbooted a stock boot img from here http://forum.xda-developers.com/showthread.php?t=2236418. I can recognize my phone now with ADB, but when I try to ADB sideload paranoidandroid.zip I get "failed to write data 'protocol fault (no status)'
Any help would be much appreciated as to how to fix my phone. I have tried to google for other solutions, but HTC made searching for only the HTC one so hard with all the other phones they have released under the one name.
gothmog1114 said:
I was having a problem with not receiving calls, so I foolishly went into the internal sdcard and deleted everything and then used TWRP to wipe everything else with the intention of starting fresh on a new rom. I currently can boot into TWRP recovery. My computer can recoginize that there is a drive connected, but it is shaded out and says that there is no drive on there when I click on it. I fastbooted a stock boot img from here http://forum.xda-developers.com/showthread.php?t=2236418. I can recognize my phone now with ADB, but when I try to ADB sideload paranoidandroid.zip I get "failed to write data 'protocol fault (no status)'
Any help would be much appreciated as to how to fix my phone. I have tried to google for other solutions, but HTC made searching for only the HTC one so hard with all the other phones they have released under the one name.
Click to expand...
Click to collapse
Did u mount under twrp? That should mount it as a usb allowing u to transfer the rom
luigi311 said:
Did u mount under twrp? That should mount it as a usb allowing u to transfer the rom
Click to expand...
Click to collapse
incorrect
you cant mount usb with this phone while in recovery at all
Easiest way is to use this tool http://forum.xda-developers.com/showthread.php?p=40341536 and side load whatever Rom you want. You may also have to click the install HTC drivers for within this tool.
Sent from my HTCONE using xda app-developers app
flex360 said:
incorrect
you cant mount usb with this phone while in recovery at all
Click to expand...
Click to collapse
Really? I never even bothered to try it so I was just going by past phone experience. Then the only way I can think of is using adb push from fastboot
Konfuzion said:
Easiest way is to use this tool http://forum.xda-developers.com/showthread.php?p=40341536 and side load whatever Rom you want. You may also have to click the install HTC drivers for within this tool.
Sent from my HTCONE using xda app-developers app
Click to expand...
Click to collapse
I think my problem was that I was doing the right thing but with the wrong rom. The rom I kept trying to sideload gave me an error, "failed to stat /system/build.prop" but then when I tried a different rom it worked.
Thanks!!!

[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.

Bonehead Move

I have a unlocked X, was trying to install a new rom via recovery and something went wrong...but I forgot to do backup so now its on a boot loop and I didnt have USB debugging enabled. Is there anyway to load new another rom to the phone so that I can install via recovery since I dont have usb enabled?
Yes power the device off by holding the power button and volume down, after the display is off let go of the power button. You can flash recovery or boot to recovery from there
Sent from my Nexus 6 using Tapatalk
Durteedee said:
Yes power the device off by holding the power button and volume down, after the display is off let go of the power button. You can flash recovery or boot to recovery from there
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
I can boot into recovery but how do I transfer the new rom to the phone so I can install via recovery? I dont know how to move it from my PC to the phone.
You should look up side loading via adb and most newer recoveries allow you drag and drop once it's booted, you are using a custom recovery for your phone correct?
Sent from my Nexus 6 using Tapatalk
Durteedee said:
You should look up side loading via adb and most newer recoveries allow you drag and drop once it's booted, you are using a custom recovery for your phone correct?
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
yes team win recovery v2.6.3.1
In advance you will find sideload via adb, I am sure you have fastboot/adb commands on your PC as well an understanding of how sideloading works
Sent from my Nexus 6 using Tapatalk
when I go into terminal, type abd devices, I dont see any attached...dont I need usb debugging on to be able to see device?
mario24601 said:
when I go into terminal, type abd devices, I dont see any attached...dont I need usb debugging on to be able to see device?
Click to expand...
Click to collapse
dont use adb use fastboot.
"fastboot devices"
wildblade64 said:
dont use adb use fastboot.
"fastboot devices"
Click to expand...
Click to collapse
thanks but its still not connecting....not sure what im doing wrong.
Also trying a otg cable but phone is not recognizing it. Any suggestions? Thanks
Sent from my ONE E1005 using Tapatalk
Since I didn't have USB debugging on when it went into boot loop, am I screwed or how can I move a new rom over? I do have win recovery I am able to boot to recovery but can't figure out how to load new rom. Any help would be appreciated. Thanks
Sent from my ONE E1005 using Tapatalk
Might have to start from scratch....flash the latest 5.1 firmware again....and bootloader if you haven't done so yet.
[quote name="DJ_Tomato" post=65476125]Hello
I am receiving phone calls, and when i answer they can't hear me and i can't hear them
So buggy, can't work with it, i have lost important calls, please help me[/QUOTE]
Had the same issue, fixed it by updating the bootloader.
I followed option 5 on this link.
http://forum.xda-developers.com/showpost.php?p=61142892&postcount=2
You will need to find the correct files for your phone varient from here.
http://forum.xda-developers.com/moto-x/development/xt1053-retail-stock-lollipop-flashable-t3155843
NOTE:-
Sent from my ghost using Tapatalk
---------- Post added at 11:58 PM ---------- Previous post was at 11:54 PM ----------
First link, option 5. Had a similar problem where I can go to recovery but my internal was deleted...I had nothing. Nor did I have a system.....I couldn't restore a backup nor flash a new ROM. I had nothing but recovery....so I googled the 5.1 firmware update and modem....and followed option 5 with mfastboot. Phone is up and running fine.
Sent from my ghost using Tapatalk
mario24601 said:
Since I didn't have USB debugging on when it went into boot loop, am I screwed or how can I move a new rom over? I do have win recovery I am able to boot to recovery but can't figure out how to load new rom. Any help would be appreciated. Thanks
Sent from my ONE E1005 using Tapatalk
Click to expand...
Click to collapse
Anyone have any recommendations? thanks
Finally got it working, took ALOT of trial and error! If anyone has same issue I can give step by step...not that Im good at this stuff but I can share what I learned

Categories

Resources