Help - cannot enter system after clean installation of Android Revolution - One (M7) Q&A, Help & Troubleshooting

So aftter downloading the Android Revolution and wiping the data, I tried installing the ROM.
However it keeps booting into recovery mode. I have no idea how to fix this.
The phone tries to boot up normally, but fails to do so. It restarts and boots into recovery. (TWRP 2.5.0.0)
I have tried deleting installing a few times. Where I cleared both the cache and dalvik cache.
Still nothing. Is there any way to get another ROM onto my phone now? My computer doesn't recognize the device anymore.
After the installation it says complete, but shows an error: "set_metadata_recursive: some changes failed"
after this it says: "installation was succesful!" and tells me to do 1 full system boot before flashing mods.:crying::crying:
"Update, I found out I used a rom designed for M8 and not M7.
If anyone could help me getting ADB to work and a rom I can flash and pretty much a tutorial. I would be super grateful

So I found a m7 rom. But when trying to push it using ADB it takes a really long time and ends in protocol error.

Aisu64 said:
boots into recovery. (TWRP 2.5.0.0)
Click to expand...
Click to collapse
Here is one problem. You won't be able to flash any recent roms using twrp 2.5.0.0. Update your recovery first: https://dl.twrp.me/m7/
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
make sure you have the latest adb version (1.0.32) using the command:
Code:
adb version
If not update your android sdk-tools: https://developer.android.com/sdk/index.html#Other
Also make sure you have the latest htc drivers installed on your computer
With the latest twrp and drivers you'll be able to transfer a rom to your phone using MTP protocol when booted in twrp main menu (simply drag and drop your file from your computer to your phone storage).
If using newer roms (android 5.0.2) your phone must have a 7.xx.xxx.x firmware installed on it. Older firmware running new roms cam have issues. To determine your firmware version, use the command "fastboot getvar version-main" or "fastboot getvar all"

Finally pushed the files to the phone.
But after installing my phone still keeps entering recovery mode (twrp).

Aisu64 said:
Finally pushed the files to the phone.
But after installing my phone still keeps entering recovery mode (twrp).
Click to expand...
Click to collapse
Did you updated your twrp recovery?

alray said:
Here is one problem. You won't be able to flash any recent roms using twrp 2.5.0.0. Update your recovery first: https://dl.twrp.me/m7/
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
Can you help me a little bit? I can't see the device connected unless I'm in recovery. Can I flash a recovery in recovery?
Click to expand...
Click to collapse

Aisu64 said:
Here is one problem. You won't be able to flash any recent roms using twrp 2.5.0.0. Update your recovery first: https://dl.twrp.me/m7/
Code:
fastboot flash recovery name_of_file.img
fastboot erase cache
fastboot reboot-bootloader
Can you help me a little bit? I can't see the device connected unless I'm in recovery. Can I flash a recovery in recovery?
Click to expand...
Click to collapse
afaik, not with 2.5.0.0. If you can't see the device when in bootloader / fastboot usb mode then you have drivers issues. make sur eyou have latest htc drivers installed. If needed download htc sync. This will install htc sync and the latest drivers. Then uninstall htc sync (but don't uninstall the drivers). You don't want HTC sync on your computer because it will interfere with fastboot / adb connectivity.

alray said:
Aisu64 said:
afaik, not with 2.5.0.0. If you can't see the device when in bootloader / fastboot usb mode then you have drivers issues. make sur eyou have latest htc drivers installed. If needed download htc sync. This will install htc sync and the latest drivers. Then uninstall htc sync (but don't uninstall the drivers). You don't want HTC sync on your computer because it will interfere with fastboot / adb connectivity.
Click to expand...
Click to collapse
I have tried deleting, restarting and reinstalling the drivers. But my phone wont show up under devices anymore. I really appreciate your help, but I really have to go to bed as I have a long day at work tomorrow.
Click to expand...
Click to collapse

Aisu64 said:
I have tried deleting, restarting and reinstalling the drivers. But my phone wont show up under devices anymore. I really appreciate your help, but I really have to go to bed as I have a long day at work tomorrow.
Click to expand...
Click to collapse
No problem, go take some rest and I'll help you later :good:

alray said:
No problem, go take some rest and I'll help you later :good:
Click to expand...
Click to collapse
So I've been playing around installing and reinstalling and deleting and restarting my computer.
My computer can see the device only in recovery. Everytime I'm in the bootloader/fastboot menu it dissapears from the device list in ADB.
Is it possible to flash the phone while in recovery?

Aisu64 said:
So I've been playing around installing and reinstalling and deleting and restarting my computer.
My computer can see the device only in recovery. Everytime I'm in the bootloader/fastboot menu it dissapears from the device list in ADB.
Click to expand...
Click to collapse
you won't get any adb connectivity when booted in bootloader / fastboot usb mode. ADB only works from a booted rom with usb debug turned on or from a custom recovery. In bootloader you must use fastboot commands. To see if your phone is detected by your computer when in bootlaoder / fastboot usb mode, use the command "fastboot devices"
If your phone isn't listed with this command, please post a screenshot of your Windows devices manager with the phone connected and booted in bootloader / fastboot usb mode. Also need to know what is your bootloader version? 1.44/1.54/1.55/1.56/1.57 or 1.61 ? You can see this info when booted in bootloader mode
Is it possible to flash the phone while in recovery?
Click to expand...
Click to collapse
You might want to read what I said again:
You won't be able to flash any recent rom using twrp 2.5.0.0
You can't flash a new recovery using twrp 2.5.0.0, you must use fastboot
:good:

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
It says Hboot - 1.44
atm I can't even get it to show up in recovery.
Screenshot: http://imgur.com/So88OLm

Aisu64 said:
It says Hboot - 1.44
atm I can't even get it to show up in recovery.
Screenshot: http://imgur.com/So88OLm
Click to expand...
Click to collapse
ok hboot 1.44 is the oldest one and have compatibility issues with windows 8 and 10. Do you have access to a windows 7 computer?

alray said:
ok hboot 1.44 is the oldest one and have compatibility issues with windows 8 and 10. Do you have access to a windows 7 computer?
Click to expand...
Click to collapse
Yes I do. A super ancient one.
Also this is how it looks like when I'm in recovery: http://imgur.com/SxW9p66

Aisu64 said:
Yes I do. A super ancient one.
Click to expand...
Click to collapse
Please setup everything on this computer (HTC drivers + Android sdk tools (adb and fastboot), this will be much easier to work with Win7 because of your 1.44 hboot. Later, once your hboot will be updated, you'll be able to use your Win10 computer without any problem but for now better to work with Win7. Once you got everything installed on your win7 computer, boot the phone in bootloader / fastboot usb mode and use the command "fastboot devices" to see if your phone is detected. If yes then use "fastboot getvar all" command. take a screenshot of this command output and post it here (censor the IMEI number and the SERIALNO number before uploading your picture). Don't update the recovery for now.
Also this is how it looks like when I'm in recovery: http://imgur.com/SxW9p66
Click to expand...
Click to collapse
Everything is fine here.

alray said:
Please setup everything on this computer (HTC drivers + Android sdk tools (adb and fastboot), this will be much easier to work with Win7 because of your 1.44 hboot. Later, once your hboot will be updated, you'll be able to use your Win10 computer without any problem but for now better to work with Win7. Once you got everything installed on your win7 computer, boot the phone in bootloader / fastboot usb mode and use the command "fastboot devices" to see if your phone is detected. If yes then use "fastboot getvar all" command. take a screenshot of this command output and post it here (censor the IMEI number and the SERIALNO number before uploading your picture). Don't update the recovery for now.
Everything is fine here.
Click to expand...
Click to collapse
You might aswell type the next part. Cuz this will be taking a few hours ^^

Aisu64 said:
You might aswell type the next part. Cuz this will be taking a few hours ^^
Click to expand...
Click to collapse
well I need to see your "fastboot getvar all" before i can tell anything more.

alray said:
well I need to see your "fastboot getvar all" before i can tell anything more.
Click to expand...
Click to collapse
My windows 7 computer keeps asking for a "android 1.0" driver, even though I installed the HTC one m7 driver package downloaded from HTC. I also tried installing HTC Sync, but it doesn't seem to help. Also it only shows "Android 1.0" while in fastboot so I assume this is the fastboot driver?
one more thing. I can't get it to show it's connected to ADB while in recovery.

Aisu64 said:
My windows 7 computer keeps asking for a "android 1.0" driver, even though I installed the HTC one m7 driver package downloaded from HTC. I also tried installing HTC Sync, but it doesn't seem to help. Also it only shows "Android 1.0" while in fastboot so I assume this is the fastboot driver?
one more thing. I can't get it to show it's connected to ADB while in recovery.
Click to expand...
Click to collapse
Strange, it should be easy to make it work on win7. You might want to try this drivers: http://forum.xda-developers.com/goo...nt/adb-fb-apx-driver-universal-naked-t2513339

alray said:
Strange, it should be easy to make it work on win7. You might want to try this drivers: http://forum.xda-developers.com/goo...nt/adb-fb-apx-driver-universal-naked-t2513339
Click to expand...
Click to collapse
I borrowed a friends win7 computer and fastboot works! After installing the drivers you linked me to. Here is a screenshot! http://imgur.com/CN0uLu6

Related

Think my One is totally bricked

Hello
First off, thank you in advance. Now to the matter.
My One is completely stuck on bootloader. I tried almost everything but no luck. If i let him do normal boot, it just shows me a black screen and reboots again, over and over. After the update i cannot get acess to fastboot because windows (8.1) tells me that the device is not known. Before the update it was all ok (i had OTA 4.3).
I cannot install a custom recovery, i cannot install anything. Tried to find a RUU.exe for my CID/MID but without luck.
The strange think is that after i update to latest kit kat, i got this (text in red):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I can´t do "fastboot getvar all" because i have no acess to fastboot commands.
The only thing i can do is put he phone to charge and pray to the XDA gurus
CID: VODAP102
MODEL: PN07100
SIMLOCK: NO
Anything you need to help me out, just say so and i´ll try and do my best.
Thank you
Zeus_Alex said:
Hello
First off, thank you in advance. Now to the matter.
My One is completely stuck on bootloader. I tried almost everything but no luck. If i let him do normal boot, it just shows me a black screen and reboots again, over and over. After the update i cannot get acess to fastboot because windows (8.1) tells me that the device is not known. Before the update it was all ok (i had OTA 4.3).
I cannot install a custom recovery, i cannot install anything. Tried to find a RUU.exe for my CID/MID but without luck.
The strange think is that after i update to latest kit kat, i got this (text in red):
I can´t do "fastboot getvar all" because i have no acess to fastboot commands.
The only thing i can do is put he phone to charge and pray to the XDA gurus
CID: VODAP102
MODEL: PN07100
SIMLOCK: NO
Anything you need to help me out, just say so and i´ll try and do my best.
Thank you
Click to expand...
Click to collapse
Was this OTA update or did you try and install a file manually?
Zeus_Alex said:
Hello
First off, thank you in advance. Now to the matter.
My One is completely stuck on bootloader. I tried almost everything but no luck. If i let him do normal boot, it just shows me a black screen and reboots again, over and over. After the update i cannot get acess to fastboot because windows (8.1) tells me that the device is not known. Before the update it was all ok (i had OTA 4.3).
I cannot install a custom recovery, i cannot install anything. Tried to find a RUU.exe for my CID/MID but without luck.
The strange think is that after i update to latest kit kat, i got this (text in red):
I can´t do "fastboot getvar all" because i have no acess to fastboot commands.
The only thing i can do is put he phone to charge and pray to the XDA gurus
CID: VODAP102
MODEL: PN07100
SIMLOCK: NO
Anything you need to help me out, just say so and i´ll try and do my best.
Thank you
Click to expand...
Click to collapse
whatever you do don't s-on...
will be easier to recover from.
did you relock your bootloader for any particular reason?
Oh, and don't worry - Win 8 has problems with 'talking' to your device when it's in bootloader mode.
Your phone isn't bricked. Just don't be fiddling about with it until one of the guru's with this type of issue gives you some advice.
If you have another computer or a friend with Windows 7 it won't be hard to fix at all
Sent from my HTC One using XDA Premium 4 mobile app
Zeus_Alex said:
Hello
First off, thank you in advance. Now to the matter.
My One is completely stuck on bootloader. I tried almost everything but no luck. If i let him do normal boot, it just shows me a black screen and reboots again, over and over. After the update i cannot get acess to fastboot because windows (8.1) tells me that the device is not known. Before the update it was all ok (i had OTA 4.3).
I cannot install a custom recovery, i cannot install anything. Tried to find a RUU.exe for my CID/MID but without luck.
The strange think is that after i update to latest kit kat, i got this (text in red):
I can´t do "fastboot getvar all" because i have no acess to fastboot commands.
The only thing i can do is put he phone to charge and pray to the XDA gurus
CID: VODAP102
MODEL: PN07100
SIMLOCK: NO
Anything you need to help me out, just say so and i´ll try and do my best.
Thank you
Click to expand...
Click to collapse
1- the red OS line, is because your firmware flash didnt go through, whether you did it manually or not.
if you do it manually, you do:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip <- yes TWICE, if you don't do it twice you'll get the red OS line
fastboot reboot-bootloader
2- your hboot should work with Win8.1, what does it show up as in device manager? anything like this:
3- or just use an Ubuntu Live USB (no need to install, just use Try Ubuntu)
scifitrekkie said:
Was this OTA update or did you try and install a file manually?
Click to expand...
Click to collapse
I did OTA and had a reboot loop.
cr1960 said:
whatever you do don't s-on...
will be easier to recover from.
did you relock your bootloader for any particular reason?
Oh, and don't worry - Win 8 has problems with 'talking' to your device when it's in bootloader mode.
Your phone isn't bricked. Just don't be fiddling about with it until one of the guru's with this type of issue gives you some advice.
Click to expand...
Click to collapse
Thank you. I know Windows 8.1 has problems with fastboot drivers, but before that it was all right.
nateboi81 said:
If you have another computer or a friend with Windows 7 it won't be hard to fix at all
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don´t have. I have a desktop and a laptop, both with Win8
nkk71 said:
1- the red OS line, is because your firmware flash didnt go through, whether you did it manually or not.
if you do it manually, you do:
fastboot oem rebootRUU
fastboot flash zip firmware.zip
fastboot flash zip firmware.zip <- yes TWICE, if you don't do it twice you'll get the red OS line
fastboot reboot-bootloader
2- your hboot should work with Win8.1, what does it show up as in device manager? anything like this:
3- or just use an Ubuntu Live USB (no need to install, just use Try Ubuntu)
Click to expand...
Click to collapse
1. I tried that method before because of the bootloop and did it twice with success. Maybe something went wrong.
2. Thats the strange thing. Hboot 1.55 should indeed work but it doesn´t. And yes, thats exactly what it shows. I tried to enter security mode on win8 and do the unsigned trick, but as soon as i change to modified drivers, my mouse and keyboard stop working, so its a no go.
3. Will test that, but i dont know exactly how to mess good with linux.
And for all of you, thank you for your time. Will update as soon as i find something new.
Zeus_Alex said:
2. Thats the strange thing. Hboot 1.55 should indeed work but it doesn´t. And yes, thats exactly what it shows. I tried to enter security mode on win8 and do the unsigned trick, but as soon as i change to modified drivers, my mouse and keyboard stop working, so its a no go.
Click to expand...
Click to collapse
Please go to my guide http://forum.xda-developers.com/showthread.php?t=2541082
under FAQ #2 to fix it.
If you don't have them (but probably you do), HTC Drivers can be found here: http://forum.xda-developers.com/showthread.php?t=2089508
nkk71 said:
Please go to my guide http://forum.xda-developers.com/showthread.php?t=2541082
under FAQ #2 to fix it.
If you don't have them (but probably you do), HTC Drivers can be found here: http://forum.xda-developers.com/showthread.php?t=2089508
Click to expand...
Click to collapse
I have done the steps in FAQ#2 and this is what it shows and thats what is bothering me.
But still, i´ll go and try to boot up Ubuntu if i can find my usb pendrive
I don´t know what to do later on in ubuntu, so help is apreciated.
Thanks in advance.
Zeus_Alex said:
I have done the steps in FAQ#2 and this is what it shows and thats what is bothering me.
But still, i´ll go and try to boot up Ubuntu if i can find my usb pendrive
I don´t know what to do later on in ubuntu, so help is apreciated.
Thanks in advance.
Click to expand...
Click to collapse
Look in my FAQs, there's instructions there for Ubuntu Live USB + fastboot install
remember in linux, you'll need to use "sudo fastboot ...."
nkk71 said:
Look in my FAQs, there's instructions there for Ubuntu Live USB + fastboot install
remember in linux, you'll need to use "sudo fastboot ...."
Click to expand...
Click to collapse
Installing Ubuntu on my pendrive as i speak.
Later, after i get ADB, what should i do?
Zeus_Alex said:
Installing Ubuntu on my pendrive as i speak.
Later, after i get ADB, what should i do?
Click to expand...
Click to collapse
reflash the firmware, to get it out of "limbo"
sudo fastboot oem rebootRUU
sudo fastboot flash zip <name of firmware>.zip
sudo fastboot flash zip <name of firmware>.zip <- yep TWICE
sudo fastboot reboot-bootloader
then firmware will be back, and you can reinstall custom recovery, and flash ROM
nkk71 said:
reflash the firmware, to get it out of "limbo"
sudo fastboot oem rebootRUU
sudo fastboot flash zip <name of firmware>.zip
sudo fastboot flash zip <name of firmware>.zip <- yep TWICE
sudo fastboot reboot-bootloader
then firmware will be back, and you can reinstall custom recovery, and flash ROM
Click to expand...
Click to collapse
Thank you.
I think i won´t be needing Ubuntu. My laptop has 1 USB 2.0 port and i could make it recognize my One.
Will try those steps now.
Will i be able to go full stock from there?
Update: I did the firmware flash sucessfull. Now whats next?
Zeus_Alex said:
Thank you.
I think i won´t be needing Ubuntu. My laptop has 1 USB 2.0 port and i could make it recognize my One.
Will try those steps now.
Will i be able to go full stock from there?
Update: I did the firmware flash sucessfull. Now whats next?
Click to expand...
Click to collapse
Well where do you want to go?
BTW: i checked your first post (it doesn't say what you want to achieve), but FYI you are S-Off, so no need to LOCK/RELOCK bootloader to flash in ruu mode!!
In aviation terms: "Kindly keep you bootloader unlocked, if you are s-off"
Update 1: Tried to flash TWRP recovery but it tells me "FAILED (remote:not allowed)
So now i am stuck in bootloader because i can´t install a custom recovery.
I want full stock rom.
Zeus_Alex said:
Update 1: Tried to flash TWRP recovery but it tells me "FAILED (remote:not allowed)
Click to expand...
Click to collapse
That's because of locked bootloader.
nkk71 said:
That's because of locked bootloader.
Click to expand...
Click to collapse
How can i install the rom if i can´t do custom recovery? Sorry for all my questions, but i don´t mess with the One alot.
Another brand is ok, but HTC has some crazy stuff around the One.
Zeus_Alex said:
How can i install the rom if i can´t do custom recovery? Sorry for all my questions, but i don´t mess with the One alot.
Another brand is ok, but HTC has some crazy stuff around the One.
Click to expand...
Click to collapse
You can you just have to unlock your bootloader.
nolimit78 said:
You can you just have to unlock your bootloader.
Click to expand...
Click to collapse
Trough HTCDev or any other easy way?
nolimit78 said:
You can you just have to unlock your bootloader.
Click to expand...
Click to collapse
Zeus_Alex said:
How can i install the rom if i can´t do custom recovery? Sorry for all my questions, but i don´t mess with the One alot.
Another brand is ok, but HTC has some crazy stuff around the One.
Click to expand...
Click to collapse
1- like @nolimit78 said, you will have to unlock bootloader (you shouldnt even have locked it in the first place), can you do that? or do you need alternate methods to do that?
2- you still haven't answered my question: what is your goal?
nkk71 said:
1- like @nolimit78 said, you will have to unlock bootloader (you shouldnt even have locked it in the first place), can you do that? or do you need alternate methods to do that?
2- you still haven't answered my question: what is your goal?
Click to expand...
Click to collapse
1. I still have the "Unlock:code.bin" from HTCDev, so yes, it is possible.
2. My goal is to get a full stock rom for my CID (VODAP102) so i can go and do the future OTA´s.

[Q] Soft Bricked my m7, adb and fastboot not working

I created a backup using twrp 2.6 , and just to be sure I tried restoring it, however it failed to restore and now i cant boot. I've bootloader and recovery working, however neither fastboot or adb sideloading is working so that i can flash another rom.
Please Help :crying:
akshat10 said:
I created a backup using twrp 2.6 , and just to be sure I tried restoring it, however it failed to restore and now i cant boot. I've bootloader and recovery working, however neither fastboot or adb sideloading is working so that i can flash another rom.
Please Help :crying:
Click to expand...
Click to collapse
sorry to answer you with more questions, but.....
what is the complete version of your recovery? 2.6.0.0? 2.6.3.3?
Why does it failed? any error message? What partitions did you backed-up and restored?
What is your adb version? you need 1.0.29 and above to use sideload
Code:
adb version
do you have installed your drivers to use fastboot and adb? What does it say in windows device manager when your phone is in bootloader? and in recovery?
What is your computer OS?
What is your bootloader version?
alray said:
sorry to answer you with more questions, but.....
what is the complete version of your recovery? 2.6.0.0? 2.6.3.3?
Why does it failed? any error message? What partitions did you backed-up and restored?
What is your adb version? you need 1.0.29 and above to use sideload
Code:
adb version
do you have installed your drivers to use fastboot and adb? What does it say in windows device manager when your phone is in bootloader? and in recovery?
What is your computer OS?
What is your bootloader version?
Click to expand...
Click to collapse
Hi, thanks for the help,
1. Version of recovery 2.6.3.0
2. The backup was successfully created, i still have it, but when im trying to recover it it does not give any error message the log I get above is:
akshat10 said:
Hi, thanks for the help,
1. Version of recovery 2.6.3.0
Click to expand...
Click to collapse
2.6.3.0 is outdated. Latest version is 2.7.1.1 but we recommend using 2.6.3.3 or 2.6.3.4
2. The backup was successfully created, i still have it, but when im trying to recover it it does not give any error message the log I get above is:
Click to expand...
Click to collapse
is ?
waiting for 3-4-5-6
Hi, thanks for the help,
1. Version of recovery 2.6.3.0
2. The backup was successfully created, i still have it, but when im trying to recover it it does not give any error message the log I get above is:
[RESTORE STARTED]
It restores the boot, and data.
then, I see:
Wiping System
Formatting System using make_ext4fs function.
Restoring System...
and then I see a message Failed flashed at the top of the scree.
3. adb version is 1.0.31
4. My drivers worked perfectly tomorrow, thats when I rooted my m7,so today I thought of flashing a custom rom, I took a backup using twrp and just to be sure it was all backed up, I tried restoring it, however it failed with the same message,also today the drivers dont seem to be working after the failed restoration, the device manager shows it as a portable device today when connected in recovery, whereas was showing it as an android device yesterday.
When in fastboot mode, a message showing installing android 1.0 is flashed and the phone also shows connected to FASTBOOT USB, but the fastboot devices command returns nothing and so does the adb devices command.
5. I have a windows 8.1 system.
6.Bootloader Details are:
M7_U PVT SHIP S-ON RH
HBOOT-1.57.0000
RADIO-4T.27.3218.14
OPEN-DSP- v32.120.274.0909
OS-5.12.707.104
Sorry, I'm completely new to this, thanks for your help !
akshat10 said:
4. My drivers worked perfectly tomorrow
Click to expand...
Click to collapse
well wait for tomorrow yeah i know, you meant yesterday...
First you will need to fix your drivers issue.
try this fix:
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
2) Q: I'm using Windows 7 what should I worry about
A: when you issue the command "fastboot boot CWM.img" (now only in CWM/TWRP restore method) there's a high chance drivers won't correctly install
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone anyways​
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didnt install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
-------------------------------------------------------------------------------------------------------------------------------------------
if it doesn't works, try different usb ports, different cables even another computer (best would be a win 7 computer, not 8.1). make sure you are not using any usb hub, connect phone dirrectly to computer, usb 2.0 ports preferred.
then when your drivers will be fixed. flash twrp 2.6.3.3 (anyway almost all newer rom required at least 2.6.3.3), clear cache and boot in recovery. try to restore the backup again. if it still fail, you'll be able to push and flash a rom to your phone.
also post the output of ''fastboot getvar all'' except imei and serialno when your drivers issues are fixed.
---------- Post added at 09:21 AM ---------- Previous post was at 09:16 AM ----------
im out for today, but im sure other members will comes here to assist. ill be back tomorrow
good luck
Got it working, turns out the drivers were fine, you have to switch the HTC Sync Manager once and the drivers start working properly.
Thanks for your help.
Would be grateful if you can give a guide to choosing a rom to flash ( odexed or de-odexed)
Thanks !
akshat10 said:
Got it working, turns out the drivers were fine, you have to switch the HTC Sync Manager once and the drivers start working properly.
Thanks for your help.
Would be grateful if you can give a guide to choosing a rom to flash ( odexed or de-odexed)
Thanks !
Click to expand...
Click to collapse
There is no guide for choosing a rom here, because rom comparison threads aren't allowed. Rom preferences are always subjective, you will need to find one that fits what you need.
http://forum.xda-developers.com/htc-one#romList
always read the rom OP carefully before flashing. Some roms have specific requirements. (i.e using a specific recovery, or s-off requirement for GPE roms)

[Q] TWRP 2.5.0.0 Unresponsive

Hello,
I while ago I decided to root my HTC to get some extra stuff. I used a guide on youtube that seemed to be reasonably well made and followed everystep of the process. But before I could root it I had to unlock the bootloader and install TWRP recovery. I got the latest version and proceeded to the next step, where I encountered my problem. After flashing the recovery everything seemed to be well except that my phone wasn't actually rooted. I decided to redo some of the last steps. This is where things get a bit tricky. I have done this quite a while ago (maybe 3-4 months) and don't exactly remember the steps that I repeated but I think I've also flashed TWRP a second time, as well as some other steps. And when it came to the part where I needed to use the recovery I found out that the recovery doesn't work. I can't press anything on the screen, I can however press the lock button and lock the device but when the *slide to unlock* appears it stops working again. I was running out of time and decided to leave it for another time but time has passed and I never really got the time to tinker with it any more since university started and I'm more busy then ever. This has left me with no ability to root or even update my phone.
This brings me to today, when I restored my phone completely forgetting what has happened. It got back to Android 4.1 and I can't do anything about it.
I hope to sort this out and finally root the phone. But even getting rid of TWRP to the original recovery so I could just update my phone would be very helpfull.
Thank you very much.
aleks945 said:
Hello,
I while ago I decided to root my HTC to get some extra stuff. I used a guide on youtube that seemed to be reasonably well made and followed everystep of the process. But before I could root it I had to unlock the bootloader and install TWRP recovery. I got the latest version and proceeded to the next step, where I encountered my problem. After flashing the recovery everything seemed to be well except that my phone wasn't actually rooted. I decided to redo some of the last steps. This is where things get a bit tricky. I have done this quite a while ago (maybe 3-4 months) and don't exactly remember the steps that I repeated but I think I've also flashed TWRP a second time, as well as some other steps. And when it came to the part where I needed to use the recovery I found out that the recovery doesn't work. I can't press anything on the screen, I can however press the lock button and lock the device but when the *slide to unlock* appears it stops working again. I was running out of time and decided to leave it for another time but time has passed and I never really got the time to tinker with it any more since university started and I'm more busy then ever. This has left me with no ability to root or even update my phone.
This brings me to today, when I restored my phone completely forgetting what has happened. It got back to Android 4.1 and I can't do anything about it.
I hope to sort this out and finally root the phone. But even getting rid of TWRP to the original recovery so I could just update my phone would be very helpfull.
Thank you very much.
Click to expand...
Click to collapse
The background information is helpful but you have given us nothing to go on.
Post a fastboot getvar all except remove the imei and serialno?
What are you trying to accomplish? Return to Stock? S-OFF?
majmoz said:
The background information is helpful but you have given us nothing to go on.
Post a fastboot getvar all except remove the imei and serialno?
What are you trying to accomplish? Return to Stock? S-OFF?
Click to expand...
Click to collapse
Tell me what background information do you need and I'll get everything.
The goal is to get a working recovery, which ever one it would be I don't really care. I just want to be able to update the firmware.
reboot into the bootloader. flash the latest twrp for your device using fastboot flash recovery recoverynamehere.zip
profit
jdgreat4 said:
reboot into the bootloader. flash the latest twrp for your device using fastboot flash recovery recoverynamehere.zip
profit
Click to expand...
Click to collapse
If you could give me a more detailed guide I would toatally do that, because I'm pretty noobish when it comes to this kind of stuff.
aleks945 said:
Tell me what background information do you need and I'll get everything.
The goal is to get a working recovery, which ever one it would be I don't really care. I just want to be able to update the firmware.
Click to expand...
Click to collapse
like he said before, post the output of "fastboot getvar all" except your IMEI and SERIALNO
---------- Post added at 11:06 AM ---------- Previous post was at 11:05 AM ----------
aleks945 said:
If you could give me a more detailed guide I would toatally do that, because I'm pretty noobish when it comes to this kind of stuff.
Click to expand...
Click to collapse
do you have adb and fastboot on your computer?
Do you have HTC drivers installed?
alray said:
like he said before, post the output of "fastboot getvar all" except your IMEI and SERIALNO
---------- Post added at 11:06 AM ---------- Previous post was at 11:05 AM ----------
do you have adb and fastboot on your computer?
Do you have HTC drivers installed?
Click to expand...
Click to collapse
I don't know what adb is, sorry. And no I don't, I had to do everything on my friend's laptop because it didn't seem to work on my machine (W8.1 compared to his W7).
Edit. But I do have acces to it pretty much all the time.
aleks945 said:
I don't know what adb is, sorry. And no I don't, I had to do everything on my friend's laptop because it didn't seem to work on my machine (W8.1 compared to his W7).
Click to expand...
Click to collapse
yes better to use windows 7
go ahead and download adb and fastboot from here: http://forum.xda-developers.com/showthread.php?t=2317790
download and install HTC sync from here: http://www.htc.com/us/support/software/htc-sync-manager.aspx
Once installed, uninstall HTC sync but keep the drivers installed
post back when done
alray said:
yes better to use windows 7
go ahead and download adb and fastboot from here: http://forum.xda-developers.com/showthread.php?t=2317790
download and install HTC sync from here: http://www.htc.com/us/support/software/htc-sync-manager.aspx
Once installed, uninstall HTC sync but keep the drivers installed
post back when done
Click to expand...
Click to collapse
The downloads are complete, just waiting on the instalation. The computer is quite old and slow unfortunatelly.
Thank you again
EDIT. Everything is done.
aleks945 said:
The downloads are complete, just waiting on the instalation. The computer is quite old and slow unfortunatelly.
Thank you again
EDIT. Everything is done.
Click to expand...
Click to collapse
ok so connect your phone with he usb cable to the computer, reboot it in bootloader mode (hold power and vol -). in bootloader select "fastboot"
then lauch the adb command prompt and type "fastboot getvar all". post the output here but edit out the imei and serialno before.
alray said:
ok so connect your phone with he usb cable to the computer, reboot it in bootloader mode (hold power and vol -). in bootloader select "fastboot"
then lauch the adb command prompt and type "fastboot getvar all". post the output here but edit out the imei and serialno before.
Click to expand...
Click to collapse
Here it is.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Link since image seems to be really tiny.
http://i.imgur.com/9cZZRA9.jpg
aleks945 said:
Here it is.
Link since image seems to be really tiny.
http://i.imgur.com/9cZZRA9.jpg
Click to expand...
Click to collapse
you can flash twrp 2.6.3.3
download the file and save it in the same folder where you have installed minimal adb and fastboot
then open the command prompt and with the phone in bootloader/fastboot mode enter these commands:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
What do you want to achieve then? Custom rooted rom? stock rooted rom (latest version)? or you simply what to root the rom you currently have?
alray said:
you can flash twrp 2.6.3.3
download the file and save it in the same folder where you have installed minimal adb and fastboot
then open the command prompt and with the phone in bootloader/fastboot mode enter these commands:
Code:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
What do you want to achieve then? Custom rooted rom? stock rooted rom (latest version)? or you simply what to root the rom you currently have?
Click to expand...
Click to collapse
Latest stock rooted ram would be the final goal.
aleks945 said:
Latest stock rooted ram would be the final goal.
Click to expand...
Click to collapse
you can flash this rom: http://www.androidrevolution.org/downloader/download.php?file=One_6.09.401.5_odexed.zip
its the stock rom for 6.09.401.5
alray said:
you can flash this rom: http://www.androidrevolution.org/downloader/download.php?file=One_6.09.401.5_odexed.zip
its the stock rom for 6.09.401.5
Click to expand...
Click to collapse
Doesn't my phone have to be rooted to be able to instal another rom?
aleks945 said:
Doesn't my phone have to be rooted to be able to instal another rom?
Click to expand...
Click to collapse
no just flash the rom from twrp recovery then you can root it if you want.

Phone keeps rebooting after ROM flash.

Hey. I got a problem with my beloved M7. Few days ago I gave a chance to CM12, but I got bored of it and tried to flash InsertCoin 4.0.5. Everything went well but now my phone boots up and locks the screen. If I unlock the screen, a green HTC logo on white background appears. After few seconds of showing the logo the phone reboots and locks the screen again. I can freely access the TWRP, but I have no backup and I lost CM12 installing files. Please can someone help me bring my lovely phone back to life?
P.S sorry for my English
Taurenom said:
Hey. I got a problem with my beloved M7. Few days ago I gave a chance to CM12, but I got bored of it and tried to flash InsertCoin 4.0.5. Everything went well but now my phone boots up and locks the screen. If I unlock the screen, a green HTC logo on white background appears. After few seconds of showing the logo the phone reboots and locks the screen again. I can freely access the TWRP, but I have no backup and I lost CM12 installing files. Please can someone help me bring my lovely phone back to life?
P.S sorry for my English
Click to expand...
Click to collapse
Just follow this guide, it should help:
Originally posted by @alrayHTC ONE M7_U/M7_UL - ADB PUSH & FLASH A ROM - DETAILED INSTRUCTIONS
Prerequisites:
You need ADB and FASTBOOT on your computer,
either by installing the Android SDK or Minimal ADB and FASTBOOT
You need to know how to start a fastboot/adb command prompt:
To open a command window prompt, in Windows go to Start Menu --> ''Run'' then type cmd. Change the directory to the ADB folder on your machine:
If using the default install location for the SDK:
Code:
cd C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools
If using the default install location of Minimal ADB and FASTBOOT:
Code:
cd C:\Program Files (x86)\Minimal ADB and Fastboot
Or hold left shift + right click a blank space inside the folder where adb and fastboot are located and select ''Open command window here'' from the contextual menu.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You need TWRP recovery on your device.
We still recommend to use version 2.6.3.3 for all roms
except if another version is specified in the rom OP.
Use 2.7.1.1+ for roms that require "block:by-name" support (CM11)
Unlock bootloader if not already unlocked:
Thanks to Electroz for the video tutorial
Flash TWRP Recovery:
Make sure the recovery.img file is in the same folder where adb and fastboot are located
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
reboot phone in bootloader mode
Flash the recovery:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
You need your HTC drivers correctly installed on your PC:
If not, follow this guide (thanks to nkk71):
originally from @nkk71: [GUIDE] [02-MAR-2014] nkk71's SuperGUIDE to returning 100% back to stock
follow the below instructions to fix
Open "Device Manager" -> select the unknown "One" -> right-click -> "Update Driver Software ..." -> "Browse my computer" -> "Let me pick" -> "Android USB Devices" -> select "My HTC ..." -> install that
just in case, HTC Drivers can be found here: [Drivers] HTC Drivers for Windows - Several Versions (credits to @mdmower)
though you should already have them since you have been using your phone any ways
for those who like a visual guide:
okay so I did a fastboot boot command, and as you can see it didn't install correct driver
Open "Device Manager"
there's the culprit
right click and Update Driver Software
select Browse my computer for driver software
select Let me pick from a list of device drivers on my computer
select Android USB Devices
select My HTC ... (if you have more than one version, choose the latest)
warning, select Yes
successful installation
now it looks better
and can confirm:
Code:
C:\ADB3>[B]adb devices[/B]
List of devices attached
HTxxxxxxxxxx recovery
Click to expand...
Click to collapse
​
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Procedure:
Make sure the ROM you want to flash is in the same folder where ADB and FASTBOOT are.
(C:\adt-bundle-windows-x86_64-<DATE>\sdk\platform-tools or C:\Program Files (x86)\Minimal ADB and Fastboot)
Here is a list of the HTC M7 roms. Some other roms can be found here.
Connect your phone to computer using usb cable
(if not using the official HTC USB calble, make sure
you are using a USB data cable and not only a charging
cable. Data cables have 4 contacts: 5V, GND, DATA+, DATA-.
Charging cable only have 5V and GND contact and will not work)
Reboot phone in recovery mode (TWRP):
If phone is booted in OS:
Code:
adb reboot recovery
if not booted or bootlooping, hold power button + volume down until phone boot in bootloader mode
then select BOOTLOADER then RECOVERY using volume up/down to navigate and power button to select.
Make sure your phone is booted in TWRP main menu:
transfer the rom to your /sdcard folder:
Code:
adb push name_of_rom.zip /sdcard/
Wait for the zip file to transfer, this can take several minutes (5-15) and there is no progress bar, the command prompt will be unresponsive for that duration. When the command prompt is responsive again and display how much bytes transferred in X seconds, the transfer is completed:
In TWRP main menu, select ''INSTALL''
Browse the installation menu and select your rom zip file inside /sdcard folder:
Swipe to confirm you want to flash the rom
Reboot phone
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Taurenom said:
Hey. I got a problem with my beloved M7. Few days ago I gave a chance to CM12, but I got bored of it and tried to flash InsertCoin 4.0.5. Everything went well but now my phone boots up and locks the screen. If I unlock the screen, a green HTC logo on white background appears. After few seconds of showing the logo the phone reboots and locks the screen again. I can freely access the TWRP, but I have no backup and I lost CM12 installing files. Please can someone help me bring my lovely phone back to life?
P.S sorry for my English
Click to expand...
Click to collapse
Sounds like another one with Unknown IMEI and baseband
Follow @alray guide as posted by @majmoz if the problem persists try flashing CM11 then go to Settings>About>Phone Identity and check your IMEI is displayed correctly there. Also check baseband in Settings>About>Software Information>More.
Danny201281 said:
Sounds like another one with Unknown IMEI and baseband
Follow @alray guide as posted by @majmoz if the problem persists try flashing CM11 then go to Settings>About>Phone Identity and check your IMEI is displayed correctly there. Also check baseband in Settings>About>Software Information>More.
Click to expand...
Click to collapse
I managed to somehow flash CM12 back. ^^ My baseband is 4A.17.3250.14_10.39.1150.04L. And here comes another question. How can I get back to 4.4.3 with Sense ROMs without reboots which happened earlier? I have seen that I have to flash certain firmware, but I am not sure which one.
P.S @majmoz Thanks for help, you saved my One!
Taurenom said:
I managed to somehow flash CM12 back. ^^ My baseband is 4A.17.3250.14_10.39.1150.04L and IMEI 3578640528003796. And here comes another question. How can I get back to 4.4.3 with Sense ROMs without reboots which happened earlier? I have seen that I have to flash certain firmware, but I am not sure which one.
P.S @majmoz Thanks for help, you saved my One!
Click to expand...
Click to collapse
First you should edit you post and remove your imei. You don't want to make that public
If you could post the output of
Code:
fastboot getvar all
it would be helpful you should also remove your imei and serial number before posting :good:
but the fact the imei and baseband don't display Unknown in settings is good
Danny201281 said:
First you should edit you post and remove your imei. You don't want to make that public
Click to expand...
Click to collapse
Got it done As I wrote earlier, I would like to get back to 4.4.3 Sense. I found a guide for m8
HTML:
http://forum.xda-developers.com/showthread.php?t=2733523
., which I guess would work on m7 too, but I'm not sure which firmware is required to make 4.4.3 properly work.
Taurenom said:
Got it done As I wrote earlier, I would like to get back to 4.4.3 Sense. I found a guide for m8
HTML:
http://forum.xda-developers.com/showthread.php?t=2733523
., which I guess would work on m7 too, but I'm not sure which firmware is required to make 4.4.3 properly work.
Click to expand...
Click to collapse
It depends on which variant of the HTC One you have, see the edit in my post above
Well, I struggled almost 2 hours in order to get "getvar all" logs and nothing happened. When I enter ADB command - "adb devices" it lists my phone below but as an offline device. I tried over and over using guides linked by majmoz and this one -
HTML:
https://www.youtube.com/watch?v=rfC9_HXaI_U
. Is there any other possible way to get logs excepting via ADB/fastboot on PC?
Taurenom said:
Well, I struggled almost 2 hours in order to get "getvar all" logs and nothing happened. When I enter ADB command - "adb devices" it lists my phone below but as an offline device. I tried over and over using guides linked by majmoz and this one -
HTML:
https://www.youtube.com/watch?v=rfC9_HXaI_U
. Is there any other possible way to get logs excepting via ADB/fastboot on PC?
Click to expand...
Click to collapse
To get the getvar info your Device should be in the bootloader in fastboot usb mode.
Then send the fastboot getvar all command.
@Danny201281 Yeah, I tried to do this in fastboot mode. Windows pop up says that there is unrecognized device connected, what shouldn't have even happened because I have the latest HTC drivers(2.0.7.27) from HTC Sync.
Taurenom said:
Yeah, I tried to do this in fastboot mode. Windows pop up says that there is unrecognized device connected, what shouldn't even happened because I have the latest HTC drivers(2.0.7.27) from HTC Sync.
Click to expand...
Click to collapse
See Q(2 in this faq post to fix the drivers http://forum.xda-developers.com/showthread.php?p=52135024
It's common for Windows drivers to fail like this. You can check in device manager you phone should be listed a "MY HTC"
Other than that try connecting to a different usb port. USB2.0 ports are best. :good:
Danny201281 said:
See Q(2 in this faq post to fix the drivers http://forum.xda-developers.com/showthread.php?p=52135024
It's common for Windows drivers to fail like this. You can check in device manager you phone should be listed a "MY HTC"
Other than that try connecting to a different usb port. USB2.0 ports are best. :good:
Click to expand...
Click to collapse
My hboot version is 1.54.0000; device manager lists the phone as "MY HTC" with exclamation mark in a triangle, and yes I'm using USB 2.0 port.
P.S won't this command work if I'm S-ON?
Taurenom said:
My hboot version is 1.54.0000; device manager lists the phone as "MY HTC" with exclamation mark in a triangle, and yes I'm using USB 2.0 port.
P.S won't this command work if I'm S-ON?
Click to expand...
Click to collapse
We need to know your CID, MID and Version Main which is all in the getvar. In any case you will need fastboot working to flash your firmware.
If your Device is s-off that's good you don't want to go back to s-on for any reason. In any case going back to s-on also requires fastboot. Try this http://forum.xda-developers.com/showthread.php?p=54272479
This is my guide for setting up Linux on a bootable usb pen drive. It will eliminate any driver issues
Danny201281 said:
We need to know your CID, MID and Version Main which is all in the getvar. In any case you will need fastboot working to flash your firmware.
If your Device is s-off that's good you don't want to go back to s-on for any reason. In any case going back to s-on also requires fastboot. Try this http://forum.xda-developers.com/showthread.php?p=54272479
This is my guide for setting up Linux on a bootable usb pen drive. It will eliminate any driver issues
Click to expand...
Click to collapse
I tried to follow your guide on virtual machine because I simply don't know how to boot from pendrive on my laptop. Now Linux can't even see my One After typing "sudo adb devices" command, there is blank list of devices attached, and when I typed "sudo adb reboot bootloader" an error popped up "error: device not found".
Taurenom said:
I tried to follow your guide on virtual machine because I simply don't know how to boot from pendrive on my laptop. Now Linux can't even see my One After typing "sudo adb devices" command, there is blank list of devices attached, and when I typed "sudo adb reboot bootloader" an error popped up "error: device not found".
Click to expand...
Click to collapse
Sorry i can't help with adb/fastboot problems when running Linux as a VM. I've never used linux as a virtual machine in windows, and your knowledge of Windows it's self is probably better than mine especially Windows 8. I'm confident there is no problem with your device this is a connectivity issue most probably caused by drivers. Hopefully @majmoz or @clsA can help you get it working on windows 8.
Although booting your laptop from a usb shouldn't be that difficult. You just need to change the boot order in the bios. The bios can be accessed normally by pressing "Delete" or "F2" during the first boot screen on your laptop. Then change the boot settings so that USB is the first boot device. What make is your laptop?
Danny201281 said:
Sorry i can't help with that adb/fastboot. I've never used linux as a virtual machine in windows, and your knowledge of Windows it's self is probably better than mine especially Windows 8. I'm confident there is no problem with your device this is a connectivity issue most probably caused by drivers. Hopefully @majmoz or @clsA can help you get it working on windows 8.
Although booting your laptop from a usb shouldn't be that difficult. You just need to change the boot order in the bios. The bios can be accessed normally by pressing "Delete" or "F2" during the first boot screen on your laptop. Then change the boot settings so that USB is the first boot device. What make is your laptop?
Click to expand...
Click to collapse
It's Lenovo y50-70; bios is completly hidden from the user - that's why I can't boot it from pendrive. I will try to follow your hints asap as I get access to my PC at home
Taurenom said:
It's Lenovo y50-70; bios is completly hidden from the user - that's why I can't boot it from pendrive. I will try to follow your hints asap as I get access to my PC at home
Click to expand...
Click to collapse
Ok cool, Sorry man i'm not big on Windows. I use linux as my main OS although my pc dual boot Windows 7 but I use that mainly for gaming. If linux got a little more gamer love I wouldn't use windows at all
As far as I know Windows 8 can bit a bit finicky when it comes to android phones although I know there are plenty that use it without any problems.
Taurenom said:
It's Lenovo y50-70; bios is completly hidden from the user - that's why I can't boot it from pendrive. I will try to follow your hints asap as I get access to my PC at home
Click to expand...
Click to collapse
Danny201281 said:
Ok cool, Sorry man i'm not big on Windows. I use linux as my main OS although my pc dual boot Windows 7 but I use that mainly for gaming. If linux got a little more gamer love I wouldn't use windows at all
As far as I know Windows 8 can bit a bit finicky when it comes to android phones although I know there are plenty that use it without any problems.
Click to expand...
Click to collapse
Their is only one problem using windows 8.1 and that is hboot 1.44 and that is still fixable with a little searching
My windows 8.1 PC only uses 3 files you can download and install them from here > http://forum.xda-developers.com/htc-one-s/general/guide-fix-fastboot-windows-8-1-t2858337
And the HTC Driver from here >> https://mega.co.nz/#!9cpz0Soa!rZH0H5djENbFN2xkS9S7yUlXzX_vcC5yOHhmUR55kUM
I just did a brand new Blue HTC One on hboot 1.44 Last week with this setup ... It Works !
clsA said:
Their is only one problem using windows 8.1 and that is hboot 1.44 and that is still fixable with a little searching
My windows 8.1 PC only uses 3 files you can download and install them from here > http://forum.xda-developers.com/htc-one-s/general/guide-fix-fastboot-windows-8-1-t2858337
And the HTC Driver from here >> https://mega.co.nz/#!9cpz0Soa!rZH0H5djENbFN2xkS9S7yUlXzX_vcC5yOHhmUR55kUM
I just did a brand new Blue HTC One on hboot 1.44 Last week with this setup ... It Works !
Click to expand...
Click to collapse
Thanks @clsA that's exactly why I tagged you in my post. I know from previous posts that you use Windows 8 without problems :good: I don't know where to start with Windows 8. Never used it and doubt I ever will. If it was in front of me I dare say I could figure it out. But over the forum I'm just poking around in the dark when it comes to windows 8

Required Help with connecting phone to PC in order to root

I am trying to root my device, to the final goal of installing a Nougat build on it. Been browsing through lots of guides, including this one which looks rather friendly:
https://www.idroidspace.com/how-to-root-htc-one-m7/
The problem is that the software did not recognize my phone.
I have enabled USB debugging. the PC detects the phone, I also have HTC Driver installed (downloaded HTC Sync Manager).
I also unlocked the boot-loader in the past, with success to the best of my knowledge (anyway I can confirm?).
Another problem I got that may come from the same source is that when opening command prompt and putting ADB Devices it wouldn't detect anything.
I have already old version of TWRP installed but I cannot flash the nougat from it, and in order to update the TWRP I wanted to root the device.
Am pretty much a beginner but can follow orders.
Droriley said:
I am trying to root my device, to the final goal of installing a Nougat build on it.
Click to expand...
Click to collapse
It's a waste of time to root if you're planning to flash a Nougat rom. It's a well spread misconception when ppl say "I want to root my phone" cause you're not rooting the phone, you're rooting the operating system on it (the rom). Most custom roms are pre-rooted so when flashing it on your phone you'll already have root. If you flash a non-rooted rom over your already rooted rom, you'll loose root hence why it's a waste of time to do it now. The only thing needed to flash a custom rom is a unlocked bootloader and a custom recovery.
Been browsing through lots of guides, including this one which looks rather friendly:
https://www.idroidspace.com/how-to-root-htc-one-m7/
The problem is that the software did not recognize my phone.
Click to expand...
Click to collapse
Outdated guide and tools
I also unlocked the boot-loader in the past, with success to the best of my knowledge (anyway I can confirm?).
Click to expand...
Click to collapse
Reboot in bootloader mode and check the first line of text it will either be ***LOCKED*** ***UNLOCKED*** or ***RELOCKED***
Another problem I got that may come from the same source is that when opening command prompt and putting ADB Devices it wouldn't detect anything.
Click to expand...
Click to collapse
Make sure you have the latest drivers version. ADB commands are only usable when booted in the OS with usb debugging turned on and you also need to unlock your screen once after connecting the phone to your PC. ADB commands will also work when booted in TWRP recovery. WIll not work in bootloader mode where you have to use FASTBOOT commands.
I have already old version of TWRP installed but I cannot flash the nougat from it
Click to expand...
Click to collapse
What is your twrp version and what rom do you want to flash? What is your "fastboot getvar all" ?
and in order to update the TWRP I wanted to root the device.
Click to expand...
Click to collapse
You don't need root to update TWRP, just flash the latest version using fastboot in bootloader mode:
Code:
fastboot flash recovery file_name.img
fastboot erase cache
fastboot reboot-bootloader
Alray, thanks for your thorough reply. I'd appreciate further help.
Reboot in bootloader mode and check the first line of text it will either be ***LOCKED*** ***UNLOCKED*** or ***RELOCKED***
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
https://www.dropbox.com/s/iyxepbaiu4x1uva/2017-06-12 00.23.29.jpg?dl=0
I believe the Bootloader is indeed unlocked.
Make sure you have the latest drivers version. ADB commands are only usable when booted in the OS with usb debugging turned on and you also need to unlock your screen once after connecting the phone to your PC. ADB commands will also work when booted in TWRP recovery. WIll not work in bootloader mode where you have to use FASTBOOT commands.
Click to expand...
Click to collapse
I don't know where from do I get the latest ADB drivers. As said, I downloaded HTC Sync Manager.
USB Debugging is turned on.
I tried in TWRP Recovery - still with no success.
What is your twrp version and what rom do you want to flash? What is your "fastboot getvar all" ?
Click to expand...
Click to collapse
https://www.dropbox.com/s/n8gojoe3jgv8wzm/2017-06-12 00.24.19.jpg?dl=0
You don't need root to update TWRP, just flash the latest version using fastboot in bootloader mode:
Click to expand...
Click to collapse
Much like trying to flash the below rom - I was not able to flash the newer TWRP.
https://www.dropbox.com/s/l2wvgrhjgifjlcp/2017-06-12 00.24.51.jpg?dl=0
https://www.dropbox.com/sh/jhmyj852saithxa/AABalcp37aOSFrI2FTarRTUoa?dl=0
Code:
fastboot flash recovery file_name.img
fastboot erase cache
fastboot reboot-bootloader
Click to expand...
Click to collapse
Need assistance with the step before.
Droriley said:
Alray, thanks for your thorough reply. I'd appreciate further help.
https://www.dropbox.com/s/iyxepbaiu4x1uva/2017-06-12 00.23.29.jpg?dl=0
I believe the Bootloader is indeed unlocked.
I don't know where from do I get the latest ADB drivers. As said, I downloaded HTC Sync Manager.
USB Debugging is turned on.
I tried in TWRP Recovery - still with no success.
https://www.dropbox.com/s/n8gojoe3jgv8wzm/2017-06-12 00.24.19.jpg?dl=0
Much like trying to flash the below rom - I was not able to flash the newer TWRP.
https://www.dropbox.com/s/l2wvgrhjgifjlcp/2017-06-12 00.24.51.jpg?dl=0
https://www.dropbox.com/sh/jhmyj852saithxa/AABalcp37aOSFrI2FTarRTUoa?dl=0
Need assistance with the step before.
Click to expand...
Click to collapse
TWRP 2.6.3.0 is really outdated. This version does not have the required kernel to support the fstab file system used by recent roms. You need at least twrp 2.7.1.1, or the latest version: 3.1.N0.0
Are you using the original usb cable that came with the phone? If no you might want to double check if your usb cable is capable of data transfer (there are usb cables that only have the +5v and ground connections for charging but not the data+ and data- connections). Try another usb ports/cable.
alray said:
TWRP 2.6.3.0 is really outdated. This version does not have the required kernel to support the fstab file system used by recent roms. You need at least twrp 2.7.1.1, or the latest version: 3.1.N0.0
Are you using the original usb cable that came with the phone? If no you might want to double check if your usb cable is capable of data transfer (there are usb cables that only have the +5v and ground connections for charging but not the data+ and data- connections). Try another usb ports/cable.
Click to expand...
Click to collapse
This one ain't good? https://twrp.me/site/update/2017/05/19/twrp-3.1.1-0-released.html
any other way I can sort it out? I cannot manage to connect to my phone via command promp - I tried both in Fast boot and in Recovery.
PC feels the phone though - when on normal landing page I can see the phone content on explorer + it generates HTC Sync Manager.
Any way I can flash the updated TWRP from phone itself?
Droriley said:
PC feels the phone though - when on normal landing page I can see the phone content on explorer + it generates HTC Sync Manager.
Click to expand...
Click to collapse
You need to uninstall HTC sync manager, otherwise it will not work.
Or eaven better way is to install just naked drivers instead of sync manager.
Tarx100 said:
You need to uninstall HTC sync manager, otherwise it will not work.
Or eaven better way is to install just naked drivers instead of sync manager.
Click to expand...
Click to collapse
Where from?
Sent from my SM-G920F using Tapatalk

Categories

Resources