Root a new evo? - Sprint HTC EVO 4G LTE

I am about to root my brothers evo but he has updated and all that stuff. How would i root his phone? Can I follow the root method from Zedomax?

Go to HTC dev and follow the steps to unlock. Once unlocked flash twrp recovery either thru fasboot or goomanager. After that the rooted Rom of your choice
Don't forget about fastboot flashing the boot IMG if needed
Sent from my EVO using xda premium

Let me save you some frustration lol
HTC Dev Unlock
Requirements
HTC Drivers
ADB Tools Mini SDK
Setup
Install HTC Drivers if necessary
Extract ADB Tools anywhere, doesnt matter
Open ADB Tools and hold shift+right click, select open command window here
In phone settings, enable usb debugging and disable fasboot
Connect the phone to pc
Steps
In the command window type adb start-server
Next type adb reboot bootloader
Type fastboot devices to make sure you are connected
Type fastboot oem get_identifier_token
Right click and select mark, click and drag from the top arrows > to the bottom arrows and make sure not to highlight any empty spaces as this will confuse the website, right click and it will be saved to clipboard
Now go to HTC Dev and if you don't already have an account, sign uo for it
Go to unlock bootloader and select other device and accept the agreements
Skip the steps until you get the to token submit window and paste the token you copied earlier and submit.
Go to your email and download the unlock_bin code
Put the code in the ADB Tools folder
Type fastboot flash unlocktoken Unlock_code.bin
When the phone prompt comes up to unlock bootloader hit yes, now you are unlocked, re-enable usb debugging and disable fastboot
Type adb reboot bootloader
Type fastboot devices to make sure phone connected
Type fastboot flash recovery openrecovery-twrp-2.2.2.0-jewel.img
Type erase cache
Reboot phone and you will have unlock and recovery, all thats missing is to restart phone in bootloader and select recovery to flash a rom. Both meanrom and viper have built in kernel installers, should the phone get stuck booting just extract the boot.img from the rom and put it in adb, with phone in fastboot type fastboot flash boot boot.img

What he said
Sent from my EVO using xda premium

Related

[Q] Help Prime is a paper weight

Hey guys sooooooo,
This is what happened will try to be as detailed as possible.
Prime started acting up so decided to flash new rom.
Switched from CWM to TWRP some time ago placed new
rom on ext sd booted in TWRP and like second nature wiped
device like I do on my phone.
Here is the problem I then realized i had TWRP 2.1 which does
not read ext sd cards
Now I am stuck not being able to do anything so being the good
XDA'er i spend hours searching and attempted to flash CWM now
I have NOOOOOOO recovery my Prime hangs at boot screen I believe
I can access Fast boot but not familiar with ADB so before I move forward
And F*%^ things up more HELP
pdotc said:
Hey guys sooooooo,
This is what happened will try to be as detailed as possible.
Prime started acting up so decided to flash new rom.
Switched from CWM to TWRP some time ago placed new
rom on ext sd booted in TWRP and like second nature wiped
device like I do on my phone.
Here is the problem I then realized i had TWRP 2.1 which does
not read ext sd cards
Now I am stuck not being able to do anything so being the good
XDA'er i spend hours searching and attempted to flash CWM now
I have NOOOOOOO recovery my Prime hangs at boot screen I believe
I can access Fast boot but not familiar with ADB so before I move forward
And F*%^ things up more HELP
Click to expand...
Click to collapse
If you have your twrp 2.1 on pc, do fastboot install (see the twrp page for details) then adb push a rom to the prime and install it... you should be okay then....
Gage_Hero said:
If you have your twrp 2.1 on pc, do fastboot install (see the twrp page for details) then adb push a rom to the prime and install it... you should be okay then....
Click to expand...
Click to collapse
my device is not showing up in ADB i tried naked drivers anything else I can do?
pdotc said:
my device is not showing up in ADB i tried naked drivers anything else I can do?
Click to expand...
Click to collapse
When you plug the device into the pc, is it recovery or fastboot mode? Not sure it will show up if it is in a bootloop. Also if you are in recovery, you should be running adb from within the folder the exe file is in... basically open the folder, press and hold shift then rightclick and select open command prompt here then type adb devices and see what you get.
Gage_Hero said:
When you plug the device into the pc, is it recovery or fastboot mode? Not sure it will show up if it is in a bootloop. Also if you are in recovery, you should be running adb from within the folder the exe file is in... basically open the folder, press and hold shift then rightclick and select open command prompt here then type adb devices and see what you get.
Click to expand...
Click to collapse
I cannot access recovery, I can access the fastboot menu i hear the windows sound. When I check my devices in Win7 it shows fastboot there but when I ADB it says no device.
pdotc said:
I cannot access recovery, I can access the fastboot menu i hear the windows sound. When I check my devices in Win7 it shows fastboot there but when I ADB it says no device.
Click to expand...
Click to collapse
The adb commands won't work in fastboot... you need to use the fastboot commands.
From: http://www.teamw.in/project/twrp2/93
Put the attached file in your nvflashpack folder where you see the fastboot.exe, this way you don't need to type paths. In the same window press and hold shift, rightclick in the window and select open command prompt here. Make sure the prime is already in fastboot mode.... now, copy the command below and rightclick in the command window and select paste (avoids typing mistakes) press enter and with any luck you should be able to boot to twrp recovery...
You will need adb and fastboot for this method. Download the above file, check the md5, rename to twrp.img and put the file in the same directory as your fastboot binary (unless you have /platform-tools in PATH then you can flash from anywhere). Turn off your device and boot to fastboot (power on while holding volume down, then select the usb icon and hit volume up to confirm). The device will now be in fastboot mode. Plug the device into your computer. Run the following command via the command line:
fastboot -i 0x0b05 flash recovery twrp.img
If you use the attached file you don't need the modified bootloader, you will have an older version of twrp but the whole point is to get you running first...
After you do this, boot into recovery, connect the prime to the PC and with the rom in the same folder as adb.exe, open a command window like before. Type adb devices, you should see the prime... then do adb push /the name of your rom.zip/ sdcard/
For the name of the rom, I usually right click the file, go to properties and copy the name.. (no spelling mistakes) again, right click in command window and paste and be sure to put .zip at the end. This should take about 5 minutes to complete. Then in recovery, go to install and you should be able to flash the rom....
Gage_Hero said:
The adb commands won't work in fastboot... you need to use the fastboot commands.
From: http://www.teamw.in/project/twrp2/93
Put the attached file in your nvflashpack folder where you see the fastboot.exe, this way you don't need to type paths. In the same window press and hold shift, rightclick in the window and select open command prompt here. Make sure the prime is already in fastboot mode.... now, copy the command below and rightclick in the command window and select paste (avoids typing mistakes) press enter and with any luck you should be able to boot to twrp recovery...
You will need adb and fastboot for this method. Download the above file, check the md5, rename to twrp.img and put the file in the same directory as your fastboot binary (unless you have /platform-tools in PATH then you can flash from anywhere). Turn off your device and boot to fastboot (power on while holding volume down, then select the usb icon and hit volume up to confirm). The device will now be in fastboot mode. Plug the device into your computer. Run the following command via the command line:
fastboot -i 0x0b05 flash recovery twrp.img
If you use the attached file you don't need the modified bootloader, you will have an older version of twrp but the whole point is to get you running first...
After you do this, boot into recovery, connect the prime to the PC and with the rom in the same folder as adb.exe, open a command window like before. Type adb devices, you should see the prime... then do adb push /the name of your rom.zip/ sdcard/
For the name of the rom, I usually right click the file, go to properties and copy the name.. (no spelling mistakes) again, right click in command window and paste and be sure to put .zip at the end. This should take about 5 minutes to complete. Then in recovery, go to install and you should be able to flash the rom....
Click to expand...
Click to collapse
Ok 1st I want to thank you for your help.
sorry to be a noob at this ADB thing can you tell me a step by step on how get to that fastboot cus i get no where when I type it in?
pdotc said:
Ok 1st I want to thank you for your help.
sorry to be a noob at this ADB thing can you tell me a step by step on how get to that fastboot cus i get no where when I type it in?
Click to expand...
Click to collapse
C:\android-sdk\platform-tools> fastboot -i 0x0b05 flash recovery twrp.img
error: cannot load 'twrp.img'
C:\android-sdk\platform-tools>
C:\android-sdk\platform-tools> fastboot devices
00000 fastboot
C:\android-sdk\platform-tools>
pdotc said:
C:\android-sdk\platform-tools> fastboot devices
00000 fastboot
C:\android-sdk\platform-tools>
Click to expand...
Click to collapse
You will need adb and fastboot for this method. Download the above file, check the md5, rename to twrp.img and put the file in the same directory as your fastboot binary (unless you have /platform-tools in PATH then you can flash from anywhere). Turn off your device and boot to fastboot (power on while holding volume down, then select the usb icon and hit volume up to confirm). The device will now be in fastboot mode. Plug the device into your computer. Run the following command via the command line:
fastboot -i 0x0b05 flash recovery twrp.img
You need to rename the file see the red text above. I would download nvflash from here.... http://androidroot.mobi/t3_nvflash/ the windows zip file.... unzip it and from within the window get your command prompt.... make sure you have the twrp file I attached earlier in the same folder... then copy fastboot -i 0x0b05 flash recovery twrp.img and rightclick and paste into the command filed press enter..... it should install twrp....
now if I have misunderstood and you don't know how to get the prime into fastboot hold volume down and power, when you see the white text in the top left corner, press volume up then volume up to select fastboot of course the prime will be connected to the pc before this...
btw we were all noobs at one point... this is our school....
Gage_Hero said:
You will need adb and fastboot for this method. Download the above file, check the md5, rename to twrp.img and put the file in the same directory as your fastboot binary (unless you have /platform-tools in PATH then you can flash from anywhere). Turn off your device and boot to fastboot (power on while holding volume down, then select the usb icon and hit volume up to confirm). The device will now be in fastboot mode. Plug the device into your computer. Run the following command via the command line:
fastboot -i 0x0b05 flash recovery twrp.img
You need to rename the file see the red text above. I would download nvflash from here.... http://androidroot.mobi/t3_nvflash/ the windows zip file.... unzip it and from within the window get your command prompt.... make sure you have the twrp file I attached earlier in the same folder... then copy fastboot -i 0x0b05 flash recovery twrp.img and rightclick and paste into the command filed press enter..... it should install twrp....
now if I have misunderstood and you don't know how to get the prime into fastboot hold volume down and power, when you see the white text in the top left corner, press volume up then volume up to select fastboot of course the prime will be connected to the pc before this...
btw we were all noobs at one point... this is our school....
Click to expand...
Click to collapse
sent to Asus they want $220 to fix smh now trying to decide on paying or calling it a loss and buying the infinty.
If you can get to fastboot, then it's not a loss and it's recoverable.
Did you already send to Asus?
Sent from my vivow using Tapatalk 2

[Q] how do i root and install a custom rom on my LOCKED S-ON hboot1.19?

as the title says, how do i root this phone?
i look at the links but they say the root methods wont work on 1.15 and above
the rom that i want to install is this http://themikmik.com/showthread.php?14866-***-10-08-12-sense-4-5-ics-ODEX-***
my phone has no modification(kernels, root, etc..) installed to it
what stuff do i need to be able to install the rom?
thanks
HTC Dev Unlock
Requirements
HTC Drivers
ADB Tools Mini SDK
Setup
Install HTC Drivers if necessary
Extract ADB Tools anywhere, doesnt matter
Open ADB Tools and hold shift+right click, select open command window here
In phone settings, enable usb debugging and disable fasboot
Connect the phone to pc
Steps
In the command window type adb start-server
Next type adb reboot bootloader
Select fastboot
Type fastboot devices to make sure you are connected
Type fastboot oem get_identifier_token
Right click and select mark, click and drag from the top arrows to the bottom arrows and make sure not to highlight any empty spaces as this will confuse the website, right click and it will be saved to clipboard
Now go to HTC Dev and if you don't already have an account, sign uo for it
Go to unlock bootloader and select other device and accept the agreements
Skip the steps until you get the to token submit window and paste the token you copied earlier and submit.
Go to your email and download the unlock_bin code
Put the code in the ADB Tools folder
Type fastboot flash unlocktoken Unlock_code.bin
When the phone prompt comes up to unlock bootloader hit yes, now you are unlocked, re-enable usb debugging and disable fastboot
Type adb reboot bootloader
Type fastboot devices to make sure phone connected
Type fastboot flash recovery openrecovery-twrp-2.2.2.0-jewel.img
Type erase cache
Reboot phone and you will have unlock and recovery, all thats missing is to restart phone in bootloader and select recovery to flash a rom. Wipe Dalvik, cache, Factory reset, system and then install the rom. If it doesn't boot, extract the boot.img from the rom and put it in the adb folder and in fastboot type fastboot flash boot boot.img and reboot

Flashing HBOOT Question

I'm having some issues with this device connecting to ADB and I need to flash a different HBOOT so I dont get the error message on boot up. Because of said issue I cant flash a newer HBOOT version to my device via ADB. Is there another way that you can flash other than ADB? I know on previous HTC devices you were able to flash it from the bootloader itself if I remember correctly. Any ideas? Thanks.
Place the hboot in a zip with the android-info.txt file, in your fastboot/adb directory on your computer.
Put the device in fastboot mode
(Volume down and power until menu appears, select fastboot using power button)
Connect the device to the computer
Enter the following commands from terminal/command prompt in the fastboot directory, one at a time:
Code:
fastboot oem rebootRUU
(this puts the device in RUU mode)
Code:
fastboot flash zip hboot.zip
(this flashes the hboot zip file)
Important: the flash process halts at around 75% to 90% on phone screen! This is normal and a safety precaution!
The last few percent is the reboot, which is NOT happening automatically, so you get a chance to check the console output before reboot to make sure it is safe to reboot!
The bar will only fill up to 100% once you type the following command:
Code:
fastboot reboot-bootloader
(this reboots the device to bootloader)
santod040 said:
Place the hboot in a zip with the android-info.txt file, in your fastboot/adb directory on your computer.
Put the device in fastboot mode
(Volume down and power until menu appears, select fastboot using power button)
Connect the device to the computer
Enter the following commands from terminal/command prompt in the fastboot directory, one at a time:
Code:
fastboot oem rebootRUU
(this puts the device in RUU mode)
Code:
fastboot flash zip hboot.zip
(this flashes the hboot zip file)
Important: the flash process halts at around 75% to 90% on phone screen! This is normal and a safety precaution!
The last few percent is the reboot, which is NOT happening automatically, so you get a chance to check the console output before reboot to make sure it is safe to reboot!
The bar will only fill up to 100% once you type the following command:
Code:
fastboot reboot-bootloader
(this reboots the device to bootloader)
Click to expand...
Click to collapse
Thank you for the response, maybe I wasn't clear enough. I cannot use ADB from my computer AT ALL with this device. It recognizes other devices and shows them when I do adb devices but on the DNA it shows as offline and commands do not work because of that.
spincredible said:
Thank you for the response, maybe I wasn't clear enough. I cannot use ADB from my computer AT ALL with this device. It recognizes other devices and shows them when I do adb devices but on the DNA it shows as offline and commands do not work because of that.
Click to expand...
Click to collapse
what devices does it show?
thayl0 said:
what devices does it show?
Click to expand...
Click to collapse
This is what it shows in ADB:
List of devices attached
FA34GSXXXXXX offline (shows full device but was told by somebody in the past leave most of that info out.)
I know that its DNA related as ADB works just fine on my Gnex without issue.
Are you using Windows 8? There is no HTC drivers for windows 8 that will work. You must use a different windows version or dual boot with Linux.
If you are on a compatible version of windows, try reinstalling the drivers.
Sent from my DNA using my mind.
I'm using Windows 7
Sent from my VS980 4G using Tapatalk

OEM Unlock

Does enabling OEM Unlock from developer options (Android 5.1.1) unlocks the bootloader?
If yes then can I directly flash a custom recovery after enabling OEM Unlock?
ayu321 said:
Does enabling OEM Unlock from developer options (Android 5.1.1) unlocks the bootloader?
If yes then can I directly flash a custom recovery after enabling OEM Unlock?
Click to expand...
Click to collapse
No, it only gives you permission to unlock bootloader.
You will need to unlock bootloader using adb.
Try this,
Download adb and Koush Universal adb driver and install them on ur pc, always install the driver first and don't install the drivers adb setup asks u to install.
Run command prompt as administrator.
Open the folder in c drive where adb is installed, u can use file explorer for this.
Press Shift+right click and select open command window here.
Enable USB debugging on your phone and connect it to the pc by a USB cord.
Enter command "adb devices" without quotation marks.
If it shows some device connected, only then proceed further.
Enter command " adb reboot bootloader"
Enter command " fastboot devices", if it shows some device to be connected, only then proceed further.
Enter command " fastboot oem unlock".
Ur phone may then ask for final confirmation on the phone screen, select yes.
When procedure completes, type "fastboot reboot" and your phone will reboot normally.
Augustoandro said:
No, it only gives you permission to unlock bootloader.
You will need to unlock bootloader using adb.
Try this,
Download adb and Koush Universal adb driver and install them on ur pc, always install the driver first and don't install the drivers adb setup asks u to install.
Run command prompt as administrator.
Open the folder in c drive where adb is installed, u can use file explorer for this.
Press Shift+right click and select open command window here.
Enable USB debugging on your phone and connect it to the pc by a USB cord.
Enter command "adb devices" without quotation marks.
If it shows some device connected, only then proceed further.
Enter command " adb reboot bootloader"
Enter command " fastboot devices", if it shows some device to be connected, only then proceed further.
Enter command " fastboot oem unlock".
Ur phone may then ask for final confirmation on the phone screen, select yes.
When procedure completes, type "fastboot reboot" and your phone will reboot normally.
Click to expand...
Click to collapse
thnx for the reply augustonandro ! but i think im doing something wrong , whenever i type the command adb reboot bootloader my device(Galaxy J200G) restarts instead of rebooting to bootloader . So I just went to my stock recovery and chose option "reboot to bootloader" but still it restarted instead of rebooting to bootloader.
Am I doing something wrong?
ayu321 said:
thnx for the reply augustonandro ! but i think im doing something wrong , whenever i type the command adb reboot bootloader my device(Galaxy J200G) restarts instead of rebooting to bootloader . So I just went to my stock recovery and chose option "reboot to bootloader" but still it restarted instead of rebooting to bootloader.
Am I doing something wrong?
Click to expand...
Click to collapse
Try "adb reboot download" command
If u try
Setting>Developer Option>
Now search
OEM Unlock and enable
Ashwinrg said:
Try "adb reboot download" command
Click to expand...
Click to collapse
this command reboots to download mode not bootloader
guys i just found out this thread:https://forum.xda-developers.com/galaxy-j2/development/dev-samsung-galaxy-j2-lte-t3258147 and it says that just enable OEM Unlock and your bootloader will be unlocked. Is it true?
No, as explained above. That just allows the bootloader to be unlocked via ADB/fastboot (unless the bootloader is locked down like many ZTE phones).
Have you tried "adb reboot-bootloader"?
HI...I know after so many years....But i am having some problem considering my nokia 5 phone....In developer option the OEM unlock is greyed out and i cannot unlock it at all(i cannot toggle it on)....Any possible way i can turn it on....Let me know....Thanks in advance
Thebisboss said:
HI...I know after so many years....But i am having some problem considering my nokia 5 phone....In developer option the OEM unlock is greyed out and i cannot unlock it at all(i cannot toggle it on)....Any possible way i can turn it on....Let me know....Thanks in advance
Click to expand...
Click to collapse
It might already be unlocked

[GUIDE] HOW TO UBL/ROOT/UNROOT INFINIX NOTE 7 X690B (FROM V320 UNTIL V356)

Hi guys, this is my first time creating a thread at XDA. So if there's anything wrong please correct me, and I'm not a native english speaker so I'm sorry if my word is confusing .
I'm not responsible for any damage that will happen to your phone. So DO IT WITH YOUR OWN RISK.
UNLOCK BOOTLOADER WILL WIPE YOUR INTERNAL STORAGE, so please backup your data first before continue.
Rooting process WILL VOID YOUR GUARANTEE so keep that in mind.
If your phone is below version 320, please update your system first at least until version 320.
READ CAREFULLY, skip a step and it might brick your phone.
* If you want to use TWRP and do more with it, go to THIS THREAD to flash TWRP and flash magisk file yourself.
THIS IS FOR INFINIX NOTE 7 (X690B) ONLY. If your phone is X690/X690C I'm sorry but I can't help you since I don't have such phone model .
Download files:
ADB Tools: download here
Android Driver: download here
Magisk v24.2: download here
Please download the files according to your current build number.
Root file for X690B-H691DE-Q-GL-201014V320
Root file for X690B-H691DE-Q-GL-201201V322
Root file for X690B-H691DE-Q-GL-210127V326
Root file for X690B-H691DE-Q-GL-210415V333
Root file for X690B-H691DE-Q-GL-210622V337
Root file for X690B-H691DE-Q-GL-210630V338
Root file for X690B-H691DE-Q-GL-210730V339
Root file for X690B-H691DE-Q-GL-210930V341
Root file for X690B-H691DE-Q-GL-211130V347
Root file for X690B-H691DE-Q-GL-220215V356
********** PREPARATION **********
Extract the downloaded files in your PC
Open driverInstall.exe and install it.
Open Root folder, copy all the data to ADB_Fastboot folder.
Put Magisk APK to ADB_Fastboot folder and rename it to "magisk.apk".
In your phone, enable Developer Options.
At Developer Options, enable OEM Unlocking, enable USB Debugging, and set Default USB Configuration to File Transfer.
Plug your phone to your PC and run "cmd-here.exe" on your PC.
********** UNLOCK BOOTLOADER **********
If you already unlocked your bootloader, please skip this step.
In this step, your internal storage will be WIPED.
Type adb devices, there will be a popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing unlock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
Your phone is wiped so set it all up again and do number 5 at Preparation step again.
********** ROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_magisk.img.
Type fastboot --disable-verity --disable-verification flash vbmeta vbmeta_empty.img.
Type fastboot reboot.
Your phone will reboot. After it goes to homescreen, type adb install magisk.apk.
Plug out your phone, connect to the internet, and open Magisk.
It'll shows a popup "Requires Additional Setup", tap OK.
Your phone will reboot itself and it's finally rooted.
* If you can't flash boot and vbmeta via fastboot, possibly because you're not installing the driver correctly or you haven't unlock your bootloader yet. So please do that step first.
********** UNROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_ori.img.
Type fastboot flash vbmeta vbmeta_ori.img.
Type fastboot reboot.
********** RELOCK BOOTLOADER **********
FLASH YOUR PHONE TO STOCK ROM FIRST or else YOU WILL BRICK YOUR PHONE.
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing lock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
********** SYSTEM UPDATE **********
You need to flash your phone with clean stock ROM and SPFT. This is optional since almost previous system update is just about security and minor improvement. Use MTK Bypass Tool to flash it without DA file.
If you want to uninstall system apps, I suggest to do it via ADB since uninstalling via root app is modifying your system, dangerous and might brick your phone. IDK if you can do it either. Tutorial is on youtube, just search it yourself.
Thanks to topjohnwu for Magisk.
Thanks to HemanthJabalpuri for TWRP.
Thanks to hovatek and X3non at Hovatek Forum for guide.
Hello Bro!
I want to ask you that, my infinix Note 7 BUILD NUMBER (X690B-H691DE-Q-GL-210630V338.
Is these files is 100% works?
Is there is any chances of crashing my phone during your told method?
EjazAhmad said:
Hello Bro!
I want to ask you that, my infinix Note 7 BUILD NUMBER (X690B-H691DE-Q-GL-210630V338.
Is these files is 100% works?
Is there is any chances of crashing my phone during your told method?
Click to expand...
Click to collapse
It works bro. I'm currently using the same build number too. Just make sure you install the driver and unlock bootloader first. Sorry i don't have tutorial video.
NyihuiGamer said:
It works bro. I'm currently using the same build number too. Just make sure you install the driver and unlock bootloader first. Sorry i don't have tutorial video.
Click to expand...
Click to collapse
thanks bro. it's really works for my phone now it rooted
EjazAhmad said:
thanks bro. it's really works for my phone now it rooted
Click to expand...
Click to collapse
Your welcome bro, glad you did it.
NyihuiGamer said:
Hi guys, this is my first time creating a thread at XDA. So if there's anything wrong please correct me, and I'm not a native speaker so I'm sorry if my word is confusing .
I'm not responsible for any damage that will happen to your phone. So DO IT WITH YOUR OWN RISK.
UNLOCK BOOTLOADER WILL WIPE YOUR INTERNAL STORAGE, so please backup your data first before continue.
Rooting process WILL VOID YOUR GUARANTEE so keep that in mind.
If your phone is below version 320, please update your system first at least until version 320.
READ CAREFULLY, skip a step and it might brick your phone.
* There's Re-lock Bootloader and System Update guide at the bottom, so read it if you need it.
THIS IS FOR INFINIX NOTE 7 (X690B) ONLY. If your phone is X690/X690C I'm sorry but I can't help you since I don't have such phone model .
Please download the files according to your current build number.
Root file for X690B-H691DE-Q-GL-201014V320
Root file for X690B-H691DE-Q-GL-201201V322
Root file for X690B-H691DE-Q-GL-210127V326
Root file for X690B-H691DE-Q-GL-210415V333
Root file for X690B-H691DE-Q-GL-210622V337
Root file for X690B-H691DE-Q-GL-210630V338
* Magisk version 23.0
********** PREPARATION **********
Extract the downloaded files in your PC
Open driverInstall.exe and install it.
Open Root folder, copy all the data to ADB_Fastboot folder.
In your phone, enable Developer Options.
At Developer Options, enable OEM Unlocking, enable USB Debugging, and set Default USB Configuration to File Transfer.
Plug your phone to your PC and run "cmd-here.exe" on your PC.
********** UNLOCK BOOTLOADER **********
If you already unlocked your bootloader, please skip this step.
In this step, your internal storage will be WIPED.
Type adb devices, there will be a popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing unlock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
Your phone is wiped so set it up all again and do just like number 5 at Preparation step again.
********** ROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_magisk.img.
Type fastboot flash vbmeta vbmeta_patched.img.
Type fastboot reboot.
Your phone will reboot. After it goes to homescreen, type adb install magisk.apk.
Plug out your phone, connect to the internet, and open Magisk.
It'll shows a popup "Requires Additional Setup", tap OK.
Your phone will reboot itself and viola, it's finally rooted.
* If you can't flash boot and vbmeta via fastboot, possibly because you're not installing the driver or you haven't unlock your bootloader yet. So please do that step first.
********** UNROOT/FLASH VIA FASTBOOT **********
I haven't tried unroot my phone via Magisk app. So just to be safe, follow this unroot tutorial.
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_ori.img.
Type fastboot flash vbmeta vbmeta_ori.img.
Type fastboot reboot.
********** RELOCK BOOTLOADER **********
UNROOT YOUR PHONE FIRST or YOU WILL BRICK YOUR PHONE.
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing lock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
********** SYSTEM UPDATE **********
Basically it's doable, but only if your system partition is unmodified. You just unroot your phone and update the system in Settings.
If you want to uninstall system apps, I suggest just uninstall it via ADB since uninstalling via root app is modifying your system, dangerous and might brick your phone. Tutorial is alot on youtube so just search it yourself.
Thanks to topjohnwu for Magisk.
Thanks to hovatek and X3non at Hovatek Forum for guide.
Click to expand...
Click to collapse
Bro when i use command fastboot flash boot boot_magisk.img
It shows (not recognized as an internal or external command) please help any solution
NyihuiGamer said:
Hi guys, this is my first time creating a thread at XDA. So if there's anything wrong please correct me, and I'm not a native speaker so I'm sorry if my word is confusing .
I'm not responsible for any damage that will happen to your phone. So DO IT WITH YOUR OWN RISK.
UNLOCK BOOTLOADER WILL WIPE YOUR INTERNAL STORAGE, so please backup your data first before continue.
Rooting process WILL VOID YOUR GUARANTEE so keep that in mind.
If your phone is below version 320, please update your system first at least until version 320.
READ CAREFULLY, skip a step and it might brick your phone.
* There's Re-lock Bootloader and System Update guide at the bottom, so read it if you need it.
THIS IS FOR INFINIX NOTE 7 (X690B) ONLY. If your phone is X690/X690C I'm sorry but I can't help you since I don't have such phone model .
Please download the files according to your current build number.
Root file for X690B-H691DE-Q-GL-201014V320
Root file for X690B-H691DE-Q-GL-201201V322
Root file for X690B-H691DE-Q-GL-210127V326
Root file for X690B-H691DE-Q-GL-210415V333
Root file for X690B-H691DE-Q-GL-210622V337
Root file for X690B-H691DE-Q-GL-210630V338
* Magisk version 23.0
********** PREPARATION **********
Extract the downloaded files in your PC
Open driverInstall.exe and install it.
Open Root folder, copy all the data to ADB_Fastboot folder.
In your phone, enable Developer Options.
At Developer Options, enable OEM Unlocking, enable USB Debugging, and set Default USB Configuration to File Transfer.
Plug your phone to your PC and run "cmd-here.exe" on your PC.
********** UNLOCK BOOTLOADER **********
If you already unlocked your bootloader, please skip this step.
In this step, your internal storage will be WIPED.
Type adb devices, there will be a popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing unlock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
Your phone is wiped so set it up all again and do just like number 5 at Preparation step again.
********** ROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_magisk.img.
Type fastboot flash vbmeta vbmeta_patched.img.
Type fastboot reboot.
Your phone will reboot. After it goes to homescreen, type adb install magisk.apk.
Plug out your phone, connect to the internet, and open Magisk.
It'll shows a popup "Requires Additional Setup", tap OK.
Your phone will reboot itself and viola, it's finally rooted.
* If you can't flash boot and vbmeta via fastboot, possibly because you're not installing the driver or you haven't unlock your bootloader yet. So please do that step first.
********** UNROOT/FLASH VIA FASTBOOT **********
I haven't tried unroot my phone via Magisk app. So just to be safe, follow this unroot tutorial.
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_ori.img.
Type fastboot flash vbmeta vbmeta_ori.img.
Type fastboot reboot.
********** RELOCK BOOTLOADER **********
UNROOT YOUR PHONE FIRST or YOU WILL BRICK YOUR PHONE.
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing lock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
********** SYSTEM UPDATE **********
Basically it's doable, but only if your system partition is unmodified. You just unroot your phone and update the system in Settings.
If you want to uninstall system apps, I suggest just uninstall it via ADB since uninstalling via root app is modifying your system, dangerous and might brick your phone. Tutorial is alot on youtube so just search it yourself.
Thanks to topjohnwu for Magisk.
Thanks to hovatek and X3non at Hovatek Forum for guide.
Click to expand...
Click to collapse
Thank you so much bro I had been Trying from months ...It Worked I have successfully Rooted my Infinix Note 7 thanks you so much love you bro
BilalkhAn1723 said:
Thank you so much bro I had been Trying from months ...It Worked I have successfully Rooted my Infinix Note 7 thanks you so much love you bro
Click to expand...
Click to collapse
Oh, you solve your problem. Your welcome bro .
NyihuiGamer said:
Oh, you solve your problem. Your welcome bro .
Click to expand...
Click to collapse
I unroot my infinix and when i try to root it agian it stuck in fastboot logo and didn't bootpls help!
Help me2 said:
I unroot my infinix and when i try to root it agian it stuck in fastboot logo and didn't bootpls help!
Click to expand...
Click to collapse
I want to root it again
Help me2 said:
I want to root it again
Click to expand...
Click to collapse
Are you sure you match it with your current firmware?
NyihuiGamer said:
Are you sure you match it with your current firmware?
Click to expand...
Click to collapse
Yes
Help me2 said:
Yes
Click to expand...
Click to collapse
i rooted my infinix successfully first time v338
then i flashed boot_ori.image and boot to unrooted system , all good.
But when i tried to root it same way again, it won't work anymore. once flash magisk_boot.img, only reboot to fastboot.
Any one can help ?
Thanks a lot
i rooted my infinix successfully first time v338
then i flashed boot_ori.image and boot to unrooted system , all good.
But when i tried to root it same way again, it won't work anymore. once flash magisk_boot.img, only reboot to fastboot.
Any one can help ?
Thanks a lot
NyihuiGamer said:
Hi guys, this is my first time creating a thread at XDA. So if there's anything wrong please correct me, and I'm not a native english speaker so I'm sorry if my word is confusing .
I'm not responsible for any damage that will happen to your phone. So DO IT WITH YOUR OWN RISK.
UNLOCK BOOTLOADER WILL WIPE YOUR INTERNAL STORAGE, so please backup your data first before continue.
Rooting process WILL VOID YOUR GUARANTEE so keep that in mind.
If your phone is below version 320, please update your system first at least until version 320.
READ CAREFULLY, skip a step and it might brick your phone.
* There's Re-lock Bootloader and System Update guide at the bottom, so read it if you need it.
THIS IS FOR INFINIX NOTE 7 (X690B) ONLY. If your phone is X690/X690C I'm sorry but I can't help you since I don't have such phone model .
Please download the files according to your current build number.
Root file for X690B-H691DE-Q-GL-201014V320
Root file for X690B-H691DE-Q-GL-201201V322
Root file for X690B-H691DE-Q-GL-210127V326
Root file for X690B-H691DE-Q-GL-210415V333
Root file for X690B-H691DE-Q-GL-210622V337
Root file for X690B-H691DE-Q-GL-210630V338
Root file for X690B-H691DE-Q-GL-210730V339
* Magisk version 23.0
********** PREPARATION **********
Extract the downloaded files in your PC
Open driverInstall.exe and install it.
Open Root folder, copy all the data to ADB_Fastboot folder.
In your phone, enable Developer Options.
At Developer Options, enable OEM Unlocking, enable USB Debugging, and set Default USB Configuration to File Transfer.
Plug your phone to your PC and run "cmd-here.exe" on your PC.
********** UNLOCK BOOTLOADER **********
If you already unlocked your bootloader, please skip this step.
In this step, your internal storage will be WIPED.
Type adb devices, there will be a popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing unlock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
Your phone is wiped so set it all up again and do number 5 at Preparation step again.
********** ROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_magisk.img.
Type fastboot --disable-verity --disable-verification flash vbmeta vbmeta_empty.img.
Type fastboot reboot.
Your phone will reboot. After it goes to homescreen, type adb install magisk.apk.
Plug out your phone, connect to the internet, and open Magisk.
It'll shows a popup "Requires Additional Setup", tap OK.
Your phone will reboot itself and it's finally rooted.
* If you can't flash boot and vbmeta via fastboot, possibly because you're not installing the driver correctly or you haven't unlock your bootloader yet. So please do that step first.
********** UNROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_ori.img.
Type fastboot flash vbmeta vbmeta_ori.img.
Type fastboot reboot.
********** RELOCK BOOTLOADER **********
UNROOT YOUR PHONE FIRST or else YOU WILL BRICK YOUR PHONE.
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing lock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
********** SYSTEM UPDATE **********
Basically it's doable, but only if your system partition is unmodified. You just unroot your phone and update the system in Settings.
* Starting from firmware version X690B-H691DE-Q-GL-210630V338, if you already unroot your phone and it still failed to update, you need to flash your phone with clean stock ROM and SPFT. This is optional since almost previous system update is just about security and minor improvement. Use MTK Bypass Tool to flash it without DA file.
If you want to uninstall system apps, I suggest to do it via ADB since uninstalling via root app is modifying your system, dangerous and might brick your phone. IDK if you can do it either. Tutorial is on youtube, just search it yourself.
Thanks to topjohnwu for Magisk.
Thanks to hovatek and X3non at Hovatek Forum for guide.
Click to expand...
Click to collapse
bro can u provide twrp or made a post how to get infinix note 7 twrp
NyihuiGamer said:
Hi guys, this is my first time creating a thread at XDA. So if there's anything wrong please correct me, and I'm not a native english speaker so I'm sorry if my word is confusing .
I'm not responsible for any damage that will happen to your phone. So DO IT WITH YOUR OWN RISK.
UNLOCK BOOTLOADER WILL WIPE YOUR INTERNAL STORAGE, so please backup your data first before continue.
Rooting process WILL VOID YOUR GUARANTEE so keep that in mind.
If your phone is below version 320, please update your system first at least until version 320.
READ CAREFULLY, skip a step and it might brick your phone.
* There's Re-lock Bootloader and System Update guide at the bottom, so read it if you need it.
THIS IS FOR INFINIX NOTE 7 (X690B) ONLY. If your phone is X690/X690C I'm sorry but I can't help you since I don't have such phone model .
Please download the files according to your current build number.
Root file for X690B-H691DE-Q-GL-201014V320
Root file for X690B-H691DE-Q-GL-201201V322
Root file for X690B-H691DE-Q-GL-210127V326
Root file for X690B-H691DE-Q-GL-210415V333
Root file for X690B-H691DE-Q-GL-210622V337
Root file for X690B-H691DE-Q-GL-210630V338
Root file for X690B-H691DE-Q-GL-210730V339
* Magisk version 23.0
********** PREPARATION **********
Extract the downloaded files in your PC
Open driverInstall.exe and install it.
Open Root folder, copy all the data to ADB_Fastboot folder.
In your phone, enable Developer Options.
At Developer Options, enable OEM Unlocking, enable USB Debugging, and set Default USB Configuration to File Transfer.
Plug your phone to your PC and run "cmd-here.exe" on your PC.
********** UNLOCK BOOTLOADER **********
If you already unlocked your bootloader, please skip this step.
In this step, your internal storage will be WIPED.
Type adb devices, there will be a popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing unlock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
Your phone is wiped so set it all up again and do number 5 at Preparation step again.
********** ROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_magisk.img.
Type fastboot --disable-verity --disable-verification flash vbmeta vbmeta_empty.img.
Type fastboot reboot.
Your phone will reboot. After it goes to homescreen, type adb install magisk.apk.
Plug out your phone, connect to the internet, and open Magisk.
It'll shows a popup "Requires Additional Setup", tap OK.
Your phone will reboot itself and it's finally rooted.
* If you can't flash boot and vbmeta via fastboot, possibly because you're not installing the driver correctly or you haven't unlock your bootloader yet. So please do that step first.
********** UNROOT/FLASH VIA FASTBOOT **********
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flash boot boot_ori.img.
Type fastboot flash vbmeta vbmeta_ori.img.
Type fastboot reboot.
********** RELOCK BOOTLOADER **********
UNROOT YOUR PHONE FIRST or else YOU WILL BRICK YOUR PHONE.
Type adb devices, there will be popup confirmation, tap Allow.
Type adb reboot-bootloader. Wait until there's USB logo with Fastboot text on your phone.
Type fastboot flashing lock. Press Volume UP on your phone to confirm.
If it's done, type fastboot reboot.
********** SYSTEM UPDATE **********
Basically it's doable, but only if your system partition is unmodified. You just unroot your phone and update the system in Settings.
* Starting from firmware version X690B-H691DE-Q-GL-210630V338, if you already unroot your phone and it still failed to update, you need to flash your phone with clean stock ROM and SPFT. This is optional since almost previous system update is just about security and minor improvement. Use MTK Bypass Tool to flash it without DA file.
If you want to uninstall system apps, I suggest to do it via ADB since uninstalling via root app is modifying your system, dangerous and might brick your phone. IDK if you can do it either. Tutorial is on youtube, just search it yourself.
Thanks to topjohnwu for Magisk.
Thanks to hovatek and X3non at Hovatek Forum for guide.
Click to expand...
Click to collapse
Bro, do you have custom ROM recommendation matched with Infinix Note 7? My version is V339.
OREOxd said:
bro can u provide twrp or made a post how to get infinix note 7 twrp
Click to expand...
Click to collapse
There's tutorial on hovatek forum, you can try it. I haven't tried that but if you want to try and error just go there and do it yourself.
Zienho said:
Bro, do you have custom ROM recommendation matched with Infinix Note 7? My version is V339.
Click to expand...
Click to collapse
IDK about custom rom, but you can try GSI ROM. AFAIK only AOSP based rom can boot on this device. Maybe i'm doing it wrong because i'm not a linux expert, so just flash it yourself using fastbootd method.
NyihuiGamer said:
There's tutorial on hovatek forum, you can try it. I haven't tried that but if you want to try and error just go there and do it yourself.
IDK about custom rom, but you can try GSI ROM. AFAIK only AOSP based rom can boot on this device. Maybe i'm doing it wrong because i'm not a linux expert, so just flash it yourself using fastbootd method.
Click to expand...
Click to collapse
Thanks bro for the reply. I am on way doing it.
Thank You, I did it on V341. The steps are clearly easy to be understood.
Can you help me to update my system update? Im done unrooting may infinix note 7 but still it is error when start updating. Can you also create a tutorial on how to flash this phone so i can update it using wifi only, thankyou.

Categories

Resources