[Q] Need some help rooting my HTC One M7 - One (M7) Q&A, Help & Troubleshooting

Hello,
in the near future I will try to unlock and root my international HTC One M7. Because I don't have many experiance with rooting (so far I have rooted only one phone (HTC Desire Z) a few years ago) I would apriciate some help and tips.
I have seen some nice video tutorials how to unlock and root HTC M7 on xda website:
http://forum.xda-developers.com/htc-one/#root
The only problem is that these videos seems quite old and I don't know if procedure is still the same on newer versions of HTC One software? Currently I am running stock Sense software (Android 4.4.3, Sense version 6.0, Software number: 6.09.401.11)
Please tell me if I can follow these video tutorials to root my One even thou I am running newer software and if not which rooting procedure do you recomend for me?
Thanks in advance!
Tine

Tine17 said:
Hello,
in the near future I will try to unlock and root my international HTC One M7. Because I don't have many experiance with rooting (so far I have rooted only one phone (HTC Desire Z) a few years ago) I would apriciate some help and tips.
I have seen some nice video tutorials how to unlock and root HTC M7 on xda website:
http://forum.xda-developers.com/htc-one/#root
The only problem is that these videos seems quite old and I don't know if procedure is still the same on newer versions of HTC One software? Currently I am running stock Sense software (Android 4.4.3, Sense version 6.0, Software number: 6.09.401.11)
Please tell me if I can follow these video tutorials to root my One even thou I am running newer software and if not which rooting procedure do you recomend for me?
Thanks in advance!
Tine
Click to expand...
Click to collapse
If you are 100% stock at the moment then wait for the Lollipop update which should come to your phone very very soon, because once you root, the update will fail, due to unlocking the bootloader which resets the phone and also deletes the data / preload folder required to update.
However to root, just unlock your bootloader at HTCDev, during the process it will give you sone ADB and fastboot files, keep these, you will need them, then flash TWRP recovery, enter recovery, exit recovery, it will ask you if you want to root before exiting, say yes, when the phone reboots, open SuperSU to update your binary, done.

Thanks!
One more question. Do I have to toggle S-ON to S-Off if i Want to install costum ROMs and kernel?

Tine17 said:
Thanks!
One more question. Do I have to toggle S-ON to S-Off if i Want to install costum ROMs and kernel?
Click to expand...
Click to collapse
no, and never toggle, s-off costs $25 using sunshine s-off tool, and if you decide to go that way, never ever s-on again unless for waranty purposes.

HTC One (m7) australian version
hi,
i'm a noob to rooting..... what process / programs did you end up using to root your HTC One (M7)?
I have my bootloader "unlocked" via HTCDev.
everything that I have tried to root is just failing :,(
any guidance would be appreciated.
regards
Marky_

Marky_ said:
hi,
i'm a noob to rooting..... what process / programs did you end up using to root your HTC One (M7)?
I have my bootloader "unlocked" via HTCDev.
everything that I have tried to root is just failing :,(
any guidance would be appreciated.
regards
Marky_
Click to expand...
Click to collapse
Unlock your bootloader: follow instructions from htcdev.com/bootloader
Flash TWRP recovery:
Code:
fastboot flash recovery <filename>.zip
fastboot erase cache
fastboot reboot-bootloader
Then boot in TWRP and flash the latest supersu zip from TWRP recovery

the twrp recovery downloads as a .img file
:crying:
am I using the correct download, the
C:\Android>fastboot flash recovery twrp-3.0.0.2-m7.img
error: cannot load 'twrp-3.0.0.2-m7.img'

Marky_ said:
the twrp recovery downloads as a .img file
:crying:
am I using the correct download, the
C:\Android>fastboot flash recovery twrp-3.0.0.2-m7.img
error: cannot load 'twrp-3.0.0.2-m7.img'
Click to expand...
Click to collapse
the twrp file (yes its a .img file) must be in the same folder where you have adb.exe and fastboot.exe installed on your computer.
"Error: cannot load" = I can't (fastboot) find the file you're talking about
most probable causes:
File not in the right folder
Typo in the file name

I have been distracted..... it has flashed the twrp img file.
how do I
"3. Then boot in TWRP and flash the latest supersu zip from TWRP recovery"
I have the supersu.zip file saved in the same folder on PC.
thankyou for your time and patience alray

Marky_ said:
I have been distracted..... it has flashed the twrp img file.
how do I
"3. Then boot in TWRP and flash the latest supersu zip from TWRP recovery"
I have the supersu.zip file saved in the same folder on PC.
thankyou for your time and patience alray
Click to expand...
Click to collapse
You need to transfer SuperSu.zip to your phone. Then reboot to TWRP recovery and flash the file. Reboot, and you're rooted

donkeykong1 said:
You need to transfer SuperSu.zip to your phone. Then reboot to TWRP recovery and flash the file. Reboot, and you're rooted
Click to expand...
Click to collapse
Marky_ said:
I have been distracted..... it has flashed the twrp img file.
how do I
"3. Then boot in TWRP and flash the latest supersu zip from TWRP recovery"
I have the supersu.zip file saved in the same folder on PC.
thankyou for your time and patience alray
Click to expand...
Click to collapse
Check this video

Related

[Q] new Recovery.img

Hi all,
My HTC ONE can not use ADB sideload with new recovery.img file (which has >8MB file size) only works with 7MB file (i has use the old file to send adb sideload) and i use ARHD v30. any fix ?
Thank you for help.
minhcoi said:
Hi all,
My HTC ONE can not use ADB sideload with new recovery.img file (which has >8MB file size) only works with 7MB file (i has use the old file to send adb sideload) and i use ARHD v30. any fix ?
Thank you for help.
Click to expand...
Click to collapse
If you are using twrp, try "adb push file.zip /data/media/0"
Im not sure what you are trying to do, load a new recovery? You would do that from bootloader with "fastboot flash recovery recovery.img"
an0ther said:
If you are using twrp, try "adb push file.zip /data/media/0"
Im not sure what you are trying to do, load a new recovery? You would do that from bootloader with "fastboot flash recovery recovery.img"
Click to expand...
Click to collapse
I mean, i have three recovery file (oldest file size 7MB, the new CW file is 8.838KB and the new twrp file is 8.432KB) but i can not use 2 new recovery file ==> when I try: adb sideload rom.zip it said can not find devices.
minhcoi said:
I mean, i have three recovery file (oldest file size 7MB, the new CW file is 8.838KB and the new twrp file is 8.432KB) but i can not use 2 new recovery file ==> when I try: adb sideload rom.zip it said can not find devices.
Click to expand...
Click to collapse
you must load new recovery from bootloader, not recovery
use fastboot not adb
fastboot flash recovery whatever.img
an0ther said:
you must load new recovery from bootloader, not recovery
use fastboot not adb
fastboot flash recovery whatever.img
Click to expand...
Click to collapse
I done that already, but the problem is, when i try to install ARHD v30, with adb sideload, then they can not find any devices. I already try to install newest HTC drivers, but they dont works.
minhcoi said:
I done that already, but the problem is, when i try to install ARHD v30, with adb sideload, then they can not find any devices. I already try to install newest HTC drivers, but they dont works.
Click to expand...
Click to collapse
do you not have a working rom already? Im confused. You didn't say you were wiped?
an0ther said:
do you not have a working rom already? Im confused. You didn't say you were wiped?
Click to expand...
Click to collapse
Hi an0ther,
I am running ARHD v22 with no problems. Then I try to install V30 in recovery mode - from zipfiles. After that, it only run a cicles in HTC boot logo and recovery mode. I start over again form 1st step to relock my HTC, flash recovery.img etc.
Now, my HTC only work with old recovery.img and ARHD v22. If i try 2 other recovery.img event with ARHD v22 is still not works.
I'm not sure exactly what is going on. We might have a language barrier here. You might have a corrupt Rom file. You said relock, not sure if you are talking about the bootloader which you don't need to do. Unless you are trying to flash stock ruu and you are s-on.
an0ther said:
I'm not sure exactly what is going on. We might have a language barrier here. You might have a corrupt Rom file. You said relock, not sure if you are talking about the bootloader which you don't need to do. Unless you are trying to flash stock ruu and you are s-on.
Click to expand...
Click to collapse
Thanks an0ther,
I am done. I have to flash the right firmware which support the new ARHD V30 (4.3) then every things seem to be okay now.
Thank you for your time.

[Q] I want to update stock rom 4.4.2

Today i got the ota rom from HTC but when i tried to install it it failed. I already know thats because i use a custom recovery and rooted th e phone. But i want to install the original kitkat how can i do that. I also read on xda that in order to go back i need to have s-off(i know have s-on) to install the new rom.zip but this is also impossible because in order to go back i need a ruu file.
Is there anyone who can tell me how to go back to stock and go original i dont need root privileges anymore.
Im from holland and i have unlocked m7 with vodafone sim.
Please help
baleno_467 said:
Today i got the ota rom from HTC but when i tried to install it it failed. I already know thats because i use a custom recovery and rooted th e phone. But i want to install the original kitkat how can i do that. I also read on xda that in order to go back i need to have s-off(i know have s-on) to install the new rom.zip but this is also impossible because in order to go back i need a ruu file.
Is there anyone who can tell me how to go back to stock and go original i dont need root privileges anymore.
Im from holland and i have unlocked m7 with vodafone sim.
Please help
Click to expand...
Click to collapse
post the output of ''fastboot getvar all'' (without your IMEI and SN)
baleno_467 said:
Today i got the ota rom from HTC but when i tried to install it it failed. I already know thats because i use a custom recovery and rooted th e phone. But i want to install the original kitkat how can i do that. I also read on xda that in order to go back i need to have s-off(i know have s-on) to install the new rom.zip but this is also impossible because in order to go back i need a ruu file.
Is there anyone who can tell me how to go back to stock and go original i dont need root privileges anymore.
Im from holland and i have unlocked m7 with vodafone sim.
Please help
Click to expand...
Click to collapse
Okay, custom recovery, rooted. Custom ROM? You didn't say. In any event, you will need to flash stock recovery and unroot. I think both can be done with AIO Tools. Then you can update. If on custom ROM, S-Off, flash stock recovery, downgrade HBoot, and RUU.
hack14u said:
Okay, custom recovery, rooted. Custom ROM? You didn't say. In any event, you will need to flash stock recovery and unroot. I think both can be done with AIO Tools. Then you can update. If on custom ROM, S-Off, flash stock recovery, downgrade HBoot, and RUU.
Click to expand...
Click to collapse
I dont have custom rom i only rooted the phone for the gamkiller app. On the other hand i always tought that s-off is not okay because Its possible to damage your phone.
A few years ago i had the htc hd2 and when i wanted to go back to stock i just installed the original ruu from pc and it flashed it to the phone isnt that possible anymore?
So now the specs of my phone..
UNLOCKED
M7_UL PVT SHIP S-ON RH
HBOOT 1.55.0000
RADIO-4A.21.3263.04
OPENDSP-V32.120.274.0909
OS-3.62.401.1
EMMC-boot 2048MB
OCT 17 2013,23:06:14.0
Android version 4.3
Htc sense 5.5
Software 3.62.401.1
Htc sdk api 5.65
Kernel 3.4.10-gfa33c1e
[email protected]#1
Smp preempt
Smalband 4a.21.3263.04_10.38m.1157.04L
Build nummer 3.62.401.1 cl264544 release keys
Browserversion webkit/534.30
I hope this is enough info on my phone
I already have the OTA update its a zip file, is it possible to unzip the file and install it in recovery mode from CWM.Because if i install from zip with CWM it stops installing...
baleno_467 said:
I already have the OTA update its a zip file, is it possible to unzip the file and install it in recovery mode from CWM.Because if i install from zip with CWM it stops installing...
Click to expand...
Click to collapse
Flash this stock recovery, redownload the ota and install
http://d-h.st/to7
mb_guy said:
Flash this stock recovery, redownload the ota and install
http://d-h.st/to7
Click to expand...
Click to collapse
the file came with an installer program for downloading the exact file youre talking about so because of the installer program i cant download it.
I also looked for firewater s-off but when i download firewater its only a file not an .exe or .zip what should this extension be and how does it work because if i read the tutorial about this it doesnt say how to run the program for example in windows or in CMD mode or maybe CWM.
Please help
baleno_467 said:
the file came with an installer program for downloading the exact file youre talking about so because of the installer program i cant download it.
I also looked for firewater s-off but when i download firewater its only a file not an .exe or .zip what should this extension be and how does it work because if i read the tutorial about this it doesnt say how to run the program for example in windows or in CMD mode or maybe CWM.
Please help
Click to expand...
Click to collapse
You are probably using the wrong download button. It is a very confusing page, full of links
baleno_467 said:
the file came with an installer program for downloading the exact file youre talking about so because of the installer program i cant download it.
I also looked for firewater s-off but when i download firewater its only a file not an .exe or .zip what should this extension be and how does it work because if i read the tutorial about this it doesnt say how to run the program for example in windows or in CMD mode or maybe CWM.
Please help
Click to expand...
Click to collapse
you clicked the wrong download button
you want the recovery.img
then you flash it with fastboot
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
forget about s-off just get your phone working
best option is to just RUU to kitkat 4.4.2
http://www.androidruu.com/getdownlo...10.38r.1157.04L_release_353069_signed_2-1.exe
clsA said:
you clicked the wrong download button
you want the recovery.img
then you flash it with fastboot
fastboot flash recovery recovery.img
fastboot erase cache
fastboot reboot-bootloader
forget about s-off just get your phone working
best option is to just RUU to kitkat 4.4.2
http://www.androidruu.com/getdownlo...10.38r.1157.04L_release_353069_signed_2-1.exe
Click to expand...
Click to collapse
So if a use this exe it will return my Phone back to full stock locked and everything Original or is there a change that i brick my device, because i dont have S-off.
baleno_467 said:
So if a use this exe it will return my Phone back to full stock locked and everything Original or is there a change that i brick my device, because i dont have S-off.
Click to expand...
Click to collapse
it's a signed HTC Rom update utility ...nothing will happen to your phone
Its simple
http://forum.xda-developers.com/showthread.php?t=2691787
I unlocked boot loader, rooted, installed TWRP recovery and superSU. My phone is Vodafone UK with 4.4.2 running but the the new update ruined my phone with some very serious and annoying bugs. Can I flash this stock rom intended for PN0710000 without changing my MID of Vodafone? Please help !
It doesnt work it starts with the program to update but within the minute it stops....Proberply because i have CWM recovery in the boot and not the Original HTC recovery and finaly because i dont have s-Off
edit I now have s-off 02:16 AM
I have did it, the S-OFF is a must and now i completely stocked my htc one. Everything works perfect also the over the air (ota) update works. Thanks to you all who made restore possible.:good:

[Q] Help w/ Root Htc One (m7)

Hello, this is my first time on XDA so if I make any mistakes please forgive me .
I have unlocked the bootloader on my Sprint HTC One m7, and I can't find any guides on how to root my phone with its current stock Andriod version. It has version 4.4.2 with HTC version 6.0. Can anyone point me towards a good guide?
Thanks!
Lifehags said:
Hello, this is my first time on XDA so if I make any mistakes please forgive me .
I have unlocked the bootloader on my Sprint HTC One m7, and I can't find any guides on how to root my phone with its current stock Andriod version. It has version 4.4.2 with HTC version 6.0. Can anyone point me towards a good guide?
Thanks!
Click to expand...
Click to collapse
Welcome to xda!
Since your bootloader is already unlocked, then all you need to do is to flash a custom recovery like TWRP.
With the recovery.img in the same folder where you have adb and fastboot and your phone booted in bootloader/fastboot usb mode, open a command prompt and type:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
then reboot in recovery mode by selecting "recovery" in the bootloader. Once booted in TWRP recovery, just select to reboot to system and the recovery will detect that your phone isn't rooted and will ask if you want to root it. Select "yes". Then once rebooted in the OS, you should have supersu in your app drawer.
Don't forget sprint variant of the One isn't the same phone as the international gsm variant so always flash files (Custom recovery/ custom roms/ Custom kernel) compatible for sprint (M7WLS sometime called M7SPR)
alray said:
Welcome to xda!
Since your bootloader is already unlocked, then all you need to do is to flash a custom recovery like
With the recovery.img in the same folder where you have adb and fastboot and your phone booted in bootloader/fastboot usb mode, open a command prompt and type:
Code:
fastboot flash recovery name_of_recovery.img
fastboot erase cache
fastboot reboot-bootloader
then reboot in recovery mode by selecting "recovery" in the bootloader. Once booted in TWRP recovery, just select to reboot to system and the recovery will detect that your phone isn't rooted and will ask if you want to root it. Select "yes". Then once rebooted in the OS, you should have supersu in your app drawer.
Don't forget sprint variant of the One isn't the same phone as the international gsm variant so always flash files (Custom recovery/ custom roms/ Custom kernel) compatible for sprint (M7WLS sometime called M7SPR)
Click to expand...
Click to collapse
That's all? Also, using this procedure, if I update will my root be broken or Will I still have root? Also if it brakes my root what will happenen to the stuff that I gave root permission too? And stuff like that? Thanks for all the help!
Lifehags said:
That's all? Also, using this procedure, if I update
Click to expand...
Click to collapse
You'll maybe not be able to update. When you unlock the bootloader, /data/preload and its content is wiped (some of HTC preloaded apps, weather animations etc). These apps are sometime updated during an ota update and if they are missing, like after unlocking the bootloader. the ota installation will fail. You also need to flash your stock recovery back before an ota update.
will my root be broken or Will I still have root?
Click to expand...
Click to collapse
You'll loose root. All you have to do is to root again after the ota update.
Also if it brakes my root what will happenen to the stuff that I gave root permission too? And stuff like that? Thanks for all the help!
Click to expand...
Click to collapse
They will still be installed but they won't work, or at least, there functions requiring root will not work.
alray said:
You'll maybe not be able to update. When you unlock the bootloader, /data/preload and its content is wiped (some of HTC preloaded apps, weather animations etc). These apps are sometime updated during an ota update and if they are missing, like after unlocking the bootloader. the ota installation will fail. You also need to flash your stock recovery back before an ota update.
You'll loose root. All you have to do is to root again after the ota update.
They will still be installed but they won't work, or at least, there functions requiring root will not work.
Click to expand...
Click to collapse
Thanks for all the help!
alray said:
You'll maybe not be able to update. When you unlock the bootloader, /data/preload and its content is wiped (some of HTC preloaded apps, weather animations etc). These apps are sometime updated during an ota update and if they are missing, like after unlocking the bootloader. the ota installation will fail. You also need to flash your stock recovery back before an ota update.
You'll loose root. All you have to do is to root again after the ota update.
They will still be installed but they won't work, or at least, there functions requiring root will not work.
Click to expand...
Click to collapse
I used adb to make a backup and restore so I should be able to install ota updates
Lifehags said:
I used adb to make a backup and restore so I should be able to install ota updates
Click to expand...
Click to collapse
So you have backed up /data/preload before unlocking?
alray said:
You'll maybe not be able to update. When you unlock the bootloader, /data/preload and its content is wiped (some of HTC preloaded apps, weather animations etc). These apps are sometime updated during an ota update and if they are missing, like after unlocking the bootloader. the ota installation will fail. You also need to flash your stock recovery back before an ota update.
You'll loose root. All you have to do is to root again after the ota update.
They will still be installed but they won't work, or at least, there functions requiring root will not work.
Click to expand...
Click to collapse
alray said:
So you have backed up /data/preload before unlocking?
Click to expand...
Click to collapse
Yup
Lifehags said:
Yup
Click to expand...
Click to collapse
:good:
alray said:
:good:
Click to expand...
Click to collapse
Any alternative to twrp, it seems like a lot of people are having problems with it.
Lifehags said:
Any alternative to twrp, it seems like a lot of people are having problems with it.
Click to expand...
Click to collapse
TWRP is the preferred recovery of M7 but you can also use CWM
alray said:
:good:
Click to expand...
Click to collapse
Lifehags said:
Any alternative to twrp, it seems like a lot of people are having problems with it.
Click to expand...
Click to collapse
Should I go with the latest version of 2.8, or do you suggest a eilear version?
Lifehags said:
Should I go with the latest version of 2.8, or do you suggest a eilear version?
Click to expand...
Click to collapse
if you are only going to root and not flashing rom then use any version you want, the latest should be fine. If you want to flash a custom rom, use the recovery mentioned in the rom OP.
alray said:
if you are only going to root and not flashing rom then use any version you want, the latest should be fine. If you want to flash a custom rom, use the recovery mentioned in the rom OP.
Click to expand...
Click to collapse
Alright, thanka for all of the help!
Lifehags said:
Alright, thanka for all of the help!
Click to expand...
Click to collapse
youre welcome

[Q] HTC One M7 6.0.2 Root

hi
are there any way to root a HTC One M7 (International) 6.0.2 yet?
been googling for like an eternity, and havent come up with anything
pls share links to this if possible
ty in advance
XANTHiDE said:
hi
are there any way to root a HTC One M7 (International) 6.0.2 yet?
been googling for like an eternity, and havent come up with anything
pls share links to this if possible
ty in advance
Click to expand...
Click to collapse
No, Android 6.0.2 doesn't exist yet, probably next year :laugh:
If you are speaking about 5.0.2 then its the same process as before. Flash a custom recovery then flash the latest supersu zip from recovery
If you are speaking about 5.0.2 then its the same process as before. Flash a custom recovery then flash the latest supersu zip from recovery
Click to expand...
Click to collapse
LoL ya.. I meant 5.0.2..
Any recommended recovery?
any chance you know a nice guide for this, since im quite new at this
XANTHiDE said:
LoL ya.. I meant 5.0.2..
Any recommended recovery?
Click to expand...
Click to collapse
twrp 2.8.5.0.
Code:
any chance you know a nice guide for this, since im quite new at this :)
Download and install minimal adb and fastboot
Download and install latest HTC drivers
Unlock the bootloader if its not already done. Instructions here (this process will wipe everything on your phone, backup personal data first if needed)
download twrp 2.8.5.0 and save in the same folder where you have adb and fastboot on your computer
boot your phone in bootloader mode/fastboot usb
open a minmal adb command prompt, type:
Code:
fastboot flash recovery twrp-2.8.5.0-m7.img
fastboot erase cache
fastboot reboot-bootloader
then boot in recovery mode (twrp)
with your phone in twrp main menu, you should see you phone storage mounted on your PC: My computer --> One.
Download latest supersu.zip and save it at the root of your phone storage
in twrp select 'install" browse /sdcard folder to find supersu.zip (should be at the bottom of the list.
select it and swipe to install
reboot phone, it snow rooted.
it worked like a charm
ty very much.. really appreciate it

Looking for All in One Toolkit to Root HTC One M7

I am a complete newbie when it comes to rooting phones and stuff. I have been going through the tutorials and the toolkits that have been posted here years ago. However, when I click on "install HTC drivers" the program doesn't do anything...
Are there current and working All in One Toolkits to root my HTC One M7? Would be highly highly appreciated.
MrAlexM said:
I am a complete newbie when it comes to rooting phones and stuff. I have been going through the tutorials and the toolkits that have been posted here years ago. However, when I click on "install HTC drivers" the program doesn't do anything...
Are there current and working All in One Toolkits to root my HTC One M7? Would be highly highly appreciated.
Click to expand...
Click to collapse
I would recommend you to do it without using any toolkit. There are all outdated anyway and doing it the right way is only 3 steps:
Unlock your bootloader
Flash twrp recovery
Install the latest supersu.zip using twrp recovery
alray said:
I would recommend you to do it without using any toolkit. There are all outdated anyway and doing it the right way is only 3 steps:
Unlock your bootloader
Flash twrp recovery
Install the latest supersu.zip using twrp recovery
Click to expand...
Click to collapse
Sounds good but how do I do it exactly? is there a step by step tutorial that I can "blindly" follow?
MrAlexM said:
Sounds good but how do I do it exactly? is there a step by step tutorial that I can "blindly" follow?
Click to expand...
Click to collapse
https://www.youtube.com/watch?v=xuIq0gmYpFA
https://www.youtube.com/watch?v=EE6F-4KjR9I
Just make sure to use the latest twrp recovery and supersu.zip, not the versions instructed in the videos.
I am stuck at the bootloader unlocking stage where I download the fastboot.exe on the desktop and run it within cmd.exe
But it does virtually nothing. The bootloader zip from htcdev contained just the bootloader.exe whereas in the video tutorial it comes with a DLL and another file.
I specified the HTC One M7 as this is the phone that I am currently working with and want to root.
What am I missing, what am I doing wrong?
MrAlexM said:
I am stuck at the bootloader unlocking stage where I download the fastboot.exe on the desktop and run it within cmd.exe
But it does virtually nothing. The bootloader zip from htcdev contained just the bootloader.exe whereas in the video tutorial it comes with a DLL and another file.
I specified the HTC One M7 as this is the phone that I am currently working with and want to root.
What am I missing, what am I doing wrong?
Click to expand...
Click to collapse
You can use minimal adb and fastboot
https://forum.xda-developers.com/showthread.php?t=2317790
This will install the correct files (adb.exe fastboot.exe and their dll) and create a shortcut to launch a termimal window from the correct folder (start menu --> program ---> minimal adb and fastboot --> minimal adb and fastboot.exe
Then continue with step 5 from htcdev.com/bootloader
When you'll get your Unlock_code.bin file, don't forget to save it in the same folder where minimal adb and fastboot is installed on your computer (by default C:\minimal adb and fastboot\)
Fantastic, thank you, I was able to unlock the bootloader. Now I am off to the second video to actually root my phone now. Will let you guys know how it goes!
The problem now is that in the thread that the said root video's thread is now different. There is not the root "SuperSU" file in it anymore, what to do? I either need to find the supersu root files or I need a different tutorial. Sorry for the noobish questions I am just scared to break my phone so I need to make sure to follow the steps closely and not improvise stuff
Edit: I did it and I finally got the hang of it.
1. I unlocked the bootloader
2. I installed the twrp ROM for my HTC One M7
3. I downloaded the newest supersu zip from the original supersu site and put that into my internal storage
4. I entered into the recovery mode and picked "install" and chose the supersu zip
Thanks for your help guys

Categories

Resources