Question moto g power 2022 - Moto G Power (2021)

has any one rooted the moto g power 2022 yet?

egotrip74 said:
has any one rooted the moto g power 2022 yet?
Click to expand...
Click to collapse
I unlocked and rooted my unlocked G Power 2022 that I purchased from BestBuy last week. I was running Pixel Experience but went back to stock and rooted.

Can u send the way u rooted it to the thread

I have the Straight Talk, Tonga, version. And the own unlock is found under developer options. But when I went to unlock the Bootloader the Motorola website said that the Bootloader cannot be unlocked. So I don't understand how anyone could root this device. Again if I bought the unlocked version from best buy and not the straight talk version from Walmart it may be different.

Yes I have rooted my moto g power right now.Here is what I wish I knew before I rooted.One a lot of more customization modules like custom boot intros don't work. Because Motorola is passively agressive forwards root. The moto g power 2022 is not very well known about in fact I'm trying to post the stock rom everywhere so people can update. And then reroot. The rooting process is difficult. I had some problems like the oem unlock was greyed out.
Requirements:
Computer with
One of the following operating systems:
*Windows 10
*Windows 11
*Ubuntu or any distro supporting apt
So here's how to root.
Step 1 backup Data you want to keep
Step 2 go to about phone in settings
Step 3 click build model 5-7 times To enable phone dev mode
Step 4 enable USB debugging and oem unlock
If oem unlock is greyed out don't panic for me I just had to wait 7 days and it automatically fixed itself it's some wierd glitch
Step 5 (Windows only) install adb and fastboot drivers you can find the universal version here
https://adb.clockworkmod.com/ then reboot
Step 6 install adb and fastboot
Windows:
Go to https://developer.android.com/studio/releases/platform-tools and download the Windows adb and fastboot zip.
Now extract the adb and fastboot platform tools into a folder preferably downloads.
Next if you are using Windows 11 open the adb and fastboot location and right click the file explorer backround click the and click open in PowerShell.
For Windows 10 it's harder you have to type the command cd AdbDirectory
Example: cd C://Users/YourUser/Downloads/adbandfastboot_folder
IMPORTANT(Windows10-11)
Note: later we will run commands if you get error like no such file or directory. Make sure you are in the right directory if you are in the right directory type the command like ./adb.exe and ./fastboot.exe (This will only work if you are in the folder
Linux:
type
Code:
sudo apt install adb | apt install fastboot
Step 7 install the magisk app on your phone you can find it here
Releases · topjohnwu/Magisk
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com
Step 8 get a hold of a boot.img stock rom
Slow way Windows only:
To get this go to https://www.motorola.com/us/rescue-and-smart-assistant/p
Plug in your phone click rescue wait for the download to complete then cancel rescue then go to C://Program Data/RSA/Backups/Roms and unzip the rom and get the boot.img
Fast way: Linux and windows:
Using Linux or just don't have the time
boot.img
drive.google.com
Step 9 transfer the boot.img to your phone.
You can do this by plugging in a USB cable to your phone and go to notifications at the bottom You will see something like use this connection for. Tap it and click file transfer.
If you can't get this to work just email it to yourself
Step 10 open the magisk app and click install
Click select and patch Once the boot image is patched send it back to your computer
Windows: put it in your adb folder
Linux: make sure to put this where the terminal was opened
You are know ready to begin rooting.
All steps beyond 9 I'm not responsible for any form of messups or boot loops or damage.
By continuing you agree you and only you and only you are responsible for damage done to your electronic device I am not responsible for damage in any way.
Step 11( Warning ) This step will void your warranty continue at your own risk.
Windows:
To begin make sure you are in your adb folder
Type ./adb.exe devices
Then type ./adb.exe reboot bootloader
Now to begin
Type ./fastboot.exe get_unlock_data
You will get 4 keys
grab the keys and go to
Unlocking the Bootloader | Motorola Support US
Visit the customer support page to view user guides, FAQs, bluetooth pairing, software downloads, drivers, tutorials and to get repair and contact us information.
motorola-global-portal.custhelp.com
sign in and paste all codes to the oem unlock site You will be emailed a key type
./fastboot.exe flashing unlock yourkeyhere
./fastboot.exe oem unlock yourkeyhere
If this doesn't work try it without the key
Only one of these commands need to work
Linux:
Do the same but replace ./fastboot.exe
And ./adb.exe with just adb and fastboot
Step 12.
Your bootloader is uocked congrats now time to flash your boot.img type
fastboot flash boot magisk_patched.img
Or
./fastboot flash boot ./magisk_patched.img
Your phone will factory reset
Step 13 reboot and you know have rooted your phone. To test if you are rooted Install the magisk app on your phone again. If the modules and super user tab isn't greyed out or you just get a notification to restart your phone to setup root. You have done it.
If something is not working try checking if you flashed the correct image

egotrip74 said:
Can u send the way u rooted it to the thread
Click to expand...
Click to collapse
Here you go just read the post above

egotrip74 said:
has any one rooted the moto g power 2022 yet?
Click to expand...
Click to collapse
not me

eveldun said:
Yes I have rooted my moto g power right now.Here is what I wish I knew before I rooted.One a lot of more customization modules like custom boot intros don't work. Because Motorola is passively agressive forwards root. The moto g power 2022 is not very well known about in fact I'm trying to post the stock rom everywhere so people can update. And then reroot. The rooting process is difficult. I had some problems like the oem unlock was greyed out.
Requirements:
Computer with
One of the following operating systems:
*Windows 10
*Windows 11
*Ubuntu or any distro supporting apt
So here's how to root.
Step 1 backup Data you want to keep
Step 2 go to about phone in settings
Step 3 click build model 5-7 times To enable phone dev mode
Step 4 enable USB debugging and oem unlock
If oem unlock is greyed out don't panic for me I just had to wait 7 days and it automatically fixed itself it's some wierd glitch
Step 5 (Windows only) install adb and fastboot drivers you can find the universal version here
https://adb.clockworkmod.com/ then reboot
Step 6 install adb and fastboot
Windows:
Go to https://developer.android.com/studio/releases/platform-tools and download the Windows adb and fastboot zip.
Now extract the adb and fastboot platform tools into a folder preferably downloads.
Next if you are using Windows 11 open the adb and fastboot location and right click the file explorer backround click the and click open in PowerShell.
For Windows 10 it's harder you have to type the command cd AdbDirectory
Example: cd C://Users/YourUser/Downloads/adbandfastboot_folder
IMPORTANT(Windows10-11)
Note: later we will run commands if you get error like no such file or directory. Make sure you are in the right directory if you are in the right directory type the command like ./adb.exe and ./fastboot.exe (This will only work if you are in the folder
Linux:
type
Code:
sudo apt install adb | apt install fastboot
Step 7 install the magisk app on your phone you can find it here
Releases · topjohnwu/Magisk
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
github.com
Step 8 get a hold of a boot.img stock rom
Slow way Windows only:
To get this go to https://www.motorola.com/us/rescue-and-smart-assistant/p
Plug in your phone click rescue wait for the download to complete then cancel rescue then go to C://Program Data/RSA/Backups/Roms and unzip the rom and get the boot.img
Fast way: Linux and windows:
Using Linux or just don't have the time
boot.img
drive.google.com
Step 9 transfer the boot.img to your phone.
You can do this by plugging in a USB cable to your phone and go to notifications at the bottom You will see something like use this connection for. Tap it and click file transfer.
If you can't get this to work just email it to yourself
Step 10 open the magisk app and click install
Click select and patch Once the boot image is patched send it back to your computer
Windows: put it in your adb folder
Linux: make sure to put this where the terminal was opened
You are know ready to begin rooting.
All steps beyond 9 I'm not responsible for any form of messups or boot loops or damage.
By continuing you agree you and only you and only you are responsible for damage done to your electronic device I am not responsible for damage in any way.
Step 11( Warning ) This step will void your warranty continue at your own risk.
Windows:
To begin make sure you are in your adb folder
Type ./adb.exe devices
Then type ./adb.exe reboot bootloader
Now to begin
Type ./fastboot.exe get_unlock_data
You will get 4 keys
grab the keys and go to
Unlocking the Bootloader | Motorola Support US
Visit the customer support page to view user guides, FAQs, bluetooth pairing, software downloads, drivers, tutorials and to get repair and contact us information.
motorola-global-portal.custhelp.com
sign in and paste all codes to the oem unlock site You will be emailed a key type
./fastboot.exe flashing unlock yourkeyhere
./fastboot.exe oem unlock yourkeyhere
If this doesn't work try it without the key
Only one of these commands need to work
Linux:
Do the same but replace ./fastboot.exe
And ./adb.exe with just adb and fastboot
Step 12.
Your bootloader is uocked congrats now time to flash your boot.img type
fastboot flash boot magisk_patched.img
Or
./fastboot flash boot ./magisk_patched.img
Your phone will factory reset
Step 13 reboot and you know have rooted your phone. To test if you are rooted Install the magisk app on your phone again. If the modules and super user tab isn't greyed out or you just get a notification to restart your phone to setup root. You have done it.
If something is not working try checking if you flashed the correct image
Click to expand...
Click to collapse
I have Confirmed this method works but I have Motorola G Power (2022) (TONGA) Unlocked from Best Buy no problems at all I'm on Win10. Now I jus NEED Custom Recovery and Custom Rom
Time to make a Device section for this Phone

Related

Huawei Mediapad 10 Link Soft-Brick

Dear Firmware Gurus,
I received a gift from someone, the Huawei Mediapad 10 Link, and the Android version 4.1 + old firmware was making the tablet very slow. So I decided to:
1. Root device with framaroot --> Success.
2. Find and download newer official ROM for the table --> Success.
3. Install Rashr + install TWRP recovery through it --> FAIL And this is the moment I really regret. I didn't imagine that this application will give me boot loop forever.
Anyway, now I have bootloop and I can only access Fastboot by pressing Volume+ & Power Button. But when I connect the tablet on Windows OR linux, while on Fastboot screen, the adb + fastboot does not see any listed devices. Please help me with all kinds of instructions how I can see the device listed in adb and reset or upgrade the firmware from there. I am hopeless, and sad, and willing to donate with PayPal as appreciation if you can help me.
Hi , all you have here just follow carefully
http://www.teamandroid.com/2012/08/04/huawei-mediapad-10-fhd-fastboot-bootloader-mode/
Good Luck
Teddy Lo said:
Hi , all you have here just follow carefully
http://www.teamandroid.com/2012/08/04/huawei-mediapad-10-fhd-fastboot-bootloader-mode/
Good Luck
Click to expand...
Click to collapse
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this link.
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this file inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
My Huawei Mediapad 10 link+ start black screen after reboot..thi happens after I flashing the device why???
Did not worked for me
iamarto said:
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
Click to expand...
Click to collapse
When I run the Upgrade.bat it says fastboot: unknown option -- i, and when I check the fastboot options for this i key did not found it.. Any help on this?
iamarto said:
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this link.
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this file inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
Click to expand...
Click to collapse
hey bro, your important files are down, please reupload them or make a hard brink post of this tablet. I would thank you from the bottom of my heart
Please reup
iamarto said:
Thank you a lot. I have solved the problem and upgraded the firmware at the same time following the instructions in the link you provided but I also needed to do some things not in that link (because adb shell doesn't work I had to upgrade firmware through fastboot only).
This tutorial is made for all those who used the SHIIIII**** application called Rashrr that soft-bricks thousands of phones every day trying to install TWRP recovery. I've seen many people complaining about this but finally there is a way out for this device at least.
So here is the conclusion for everyone else in trouble:
1. Go to this link and follow instructions until you can install Google SDK studio + Google USB Drivers.
http://www.teamandroid.com/2012/07/30/how-to-set-up-adb-fastboot-with-android-sdk/
2. Connect your device to the charger, click Power button + Vol+ to Enter into fastboot mode as in this link.
3. Connect the USB cable to your Windows computer and then go to Device Manager, you will most probably find your device as Unknown Device. Click on it and Update Driver. Pick this driver from a a list: Android Composite ADB Interface..
4. Then go to the SDK Platform Tools folder where the adb and fastboot commands are:
C:\Users\<Your_User_Account_Name>\AppData\Local\Android\sdk\platform-tools
Copy all the contents of this file inside it.
This archive includes the most updated firmware images of Huawei Mediapad 10 Link s10-wa (WiFi Only Version).
5. Run the cmd as Administrator and go to the same path where you put the files run the command "fastboot devices" and something like this should appear to indicate your device is being properly connected:
?????? fastboot
or
0x12d1 fastboot
If this line appeared it means that your device is being seen by fastboot and it will comply to your commands.
6. Run upgrade.bat while the device is connected in fastboot mode. Do not interrupt while your system is being upgraded.
7. Reboot device and enjoy! Don't forget that first boot takes some time seeing Huawei logo. Give it time!
Click to expand...
Click to collapse
Please reupload yours files to make my tablet work :c
ahmed.elabd said:
Did not worked for me
When I run the Upgrade.bat it says fastboot: unknown option -- i, and when I check the fastboot options for this i key did not found it.. Any help on this?
Click to expand...
Click to collapse
you have the files bro?

[GUIDE] How to unlock bootloader without disassembling your Nokia 3.2.

Update: It seems like you can actually unlock your device's bootloader with the normal unlock method that works on almost all devices. The following code is the fastboot command:
Code:
fastboot oem unlock
but be warned that unlocking Nokia 3.2's bootloader will make your device no longer be recognized as a certified device by Google. (meaning you would no longer be able to install such apps from Google Play Store like Netflix as they will be completely hidden within the Google Play Store.)
If you want to make your device certified by Google again, just root your device with Magisk and enable MagiskHide feature within the Magisk Manager's settings. I'll upload a tutorial on it later here in XDA.
Update 2: I have uploaded the tutorial here: https://forum.xda-developers.com/nokia-3-2/how-to/guide-how-to-root-nokia-3-2-t4109641
NOTE: PLEASE MAKE A BACKUP OF YOUR DATA, I AM NOT RESPONSIBLE FOR ANY DATA LOSS. Unlocking your bootloader wipes out your data so please backup your data first!
Required tools: SDK Platform Tools (ADB and Fastboot platform tools)
Procedure:
1. Open your Nokia 3.2, then navigate to Settings. Enable developer options by going to 'About Phone' section and tapping 'Build number' 5 times.
2. After enabling developer options, go to System in Settings. Navigate to developer options and enable OEM unlocking. (also enable USB debugging for easier access to fastboot.)
3. Connect your Nokia 3.2 to your PC through USB (make sure you have ADB and Fastboot platform tools installed and running using Powershell or Command Prompt.)
You can run platform-tools by opening the folder, then hold shift and right-click the empty space of the folder. Choose 'Open on Powershell menu' then proceed to the next step.
4. Type:
Code:
adb reboot bootloader
(if a popup appeared on your phone, make sure to trust your PC.)
If adb doesn't work trying adding "./" before adb and it would look like this:
Code:
./adb reboot bootloader
Same goes for the succeeding steps.
5. Type:
Code:
fastboot flashing get_unlock_ability
(if it shows "1" then you're good to go.)
6. Type:
Code:
fastboot oem unlock-go
(DO NOT TOUCH YOUR PHONE AT ANY COST, SPECIALLY THE POWER BUTTON.)
7. Wait for your device to boot up. (It took at least 3 minutes for me waiting for my Nokia 3.2 to boot up.)
8. Done!
If you want to lock your device's bootloader just run this command, but make sure your system is completely intact or not modified directly at any chance. (Magisk Modules are systemless so it doesn't modify the system directly):
Code:
fastboot oem lock-go
or alternatively you can run:
Code:
fastboot oem lock
Tested on:
Nokia 3.2 (TA-1164)[GLOBAL]
- Android 10 (April 5 2020 Security Patch)
- Android 10 (May 5 2020 Security Patch)
- Android 10 (December 5 2020 Security Patch)
This might work as well on Nokia 4.2.
How about Nokia 8.1 ta-1119 running on android 11? Will this work as well? or do you have any other tutorial? pls i really want to downgrade this.

lenovo TB-x306f how to root and flash recovery help

can anyone pls help with how to root the Lenovo TB-x306f
i already unlocked the bootloader but that's as far as i was able to go with it.
i want to also like to install a recovery to flash the evolutionx rom if someone can pls help me and others that needs the same help.
GOD BLESS
I second that. There's nothing out there.
What I tried was to download the original ROM patch the boot.img with magical, replace in LMSA download folder and start a rescue. Didn't help. Got boot loop.
Ok, maybe a bit more details on what I tried already:
1. Enabled developer options. Good.
2. OEM unlocked. ADB connected. Good.
3. Boot to bootloader working. Good.
4. fastboot not listing the device after fastboot devices. Not good.
5. Googling around, found an universal root method with Magisk. Good.
6. Donwloaded, installed and ran RSA (Lenovo Rescue and Smart Assistant). Connected to device. Good.
7. Entered Rescue and using that downloaded the original ROM. Good.
C:\ProgramData\LMSA\Download\RomFiles\TB_X306F_S100134_210120_BMP
8. Copied boot.img to device, installed MagiskManager, patched image with magisk, downloaded the image to PC, replaced the original boot image with the patched one. Good.
9. Started the Rescue procedure in RSA. Rom flased. Good.
10. Bootloop. Bad.
No idea why would that not work, any help, pointers, ideas appreciated.
EDIT: There's a new ROM version now: TB_X306F_S100152_210205_BMP
For a preface, I have the same Tablet as OP. I tried to unlock the bootloader, following seemingly every guide out there but, no success so far. I've enabled debugging, activated OEM unlock and, adb detects my device but, after I send it to fastboot (adb reboot bootloader), no more commands work. I've updated the driver in Manager as one guide suggested but, still nothing.
I used command (fastboot OEM unlock) to continue but nothing. What am I doing wrong?
So just a tip for those that are looking for a guide to do a complete bootloader unlock for TB-X306F, there isn't one. I found a bunch of different ways to go about unlocking the bootloader from different Lenovo devices. First thing is that you need Minimal ABD Fastboot v1.4.3 if Platform Tools or LeTools doesn't work. Use CMD with admin rights, not PowerShell.
Everything else to unlock it is the same from all the guides out there. Make sure to use "fastboot flashing unlock" when unlocking instead of "fastboot oem unlock" or "fastboot oem unlock-go" if they dont work.
Second tip is for root when installing the Magisk patched boot image. While you're getting the boot.img, make sure to also grab the vbmeta.img from the ROM folder and place it in the Minimal ADB Fastboot folder where you will be using CMD. Do all the steps to get the patched boot image. Once you got the boot.img patched, enter fastboot then enter the command "fastboot --disable-verification flash vbmeta vbmeta.img" This will disable verification needed to boot correctly. After that, enter the command "fastboot flash boot <name of .img>" like normal to flash the patched boot.img from magisk. Then fastboot reboot.
This is what I did to get my TB-X306F unlocked and rooted. YMMV.
Different threads that I read to get to where I got, credit goes to them:
LENOVO Tab M10 Plus
After receiving my LENOVO Tab M10 Plus TB-X606F I tried to root my tablet. my Firmware version is TB-X606F_RF01_200103 - loaded the Lenovo Rescue and Smart Assistant (V5.0.0.25) - enabled OEM unlock - downloaded magisk - installed ADB now my...
forum.xda-developers.com
Lenovo M10 HD 2nd Gen X306F boot loop if boot.img is patched - android 10 · Issue #3832 · topjohnwu/Magisk
I recently installed magisk manager and extracted the boot.img from tb-x306f_rf01_200926 upon doing a fastboot flash boot magisk_patched.img , the machine goes into a boot loop. Am I doing somethin...
github.com
TWRP for LENOVO Tab M10 FHD - TB-X606F?
Hello, Possessing two tablets of this brand, I was wondering if a custom recovery existed for this one, I can look everywhere on all the forums, Russian, English, etc ... But, I do not find. If anyone can create one with this SOURCE CODE from...
forum.xda-developers.com
Lenovo tab m8
Hello, Any root and custom ROM available for the Lenovo tab m8 tb8505 variant? The stock rom feels good for the price but if something better to make the tab feel nicer.. Thanks :) :)
forum.xda-developers.com
By any chance can u pls.... Make a video on the steps u explained including on where to get that file needed. Pls thank u and GOD BLESS YOU. If u can find the time to do it .
I apologize for asking for so much help on this.
I too would very much care to see a video of the process but, I have no problem trying it first hand to myself. This tablet is just weird. It can be detected but, as soon as I boot into fastboot, it can't pick it up anymore even though, I had grabbed all of the recommended tools so far such as the fast Boot and the bundle.
A detailed guide would be good enough too
Following @doink_doink 's post (and some bootloops after...) I finally managed to root my Lenovo M10 HD 2 gen (TB-X306X) with magisk. I'll attempt to write a simple guide for who's still interested with rooting this kind of devices since there's not much literature online.
Rooting Lenovo M10 X306X (should also work for other models)
I am by no means held responsible for eventual damage you can inflict on your device, follow the underlying steps of your own accord.
Desktop Tools:
Minimal ADB and Fastboot
Lenovo Rescue Smart Assistant (LRSA from now on)
MTK (Mediatek) Preload Drivers (If your device isn't listed in fastboot)
Mobile Tools:
Magisk Manager App
Steps:
1 - From LRSA click on "Rescue" Tab
2 - Select the model of your tablet and then download
3 - From "Downloads" in the top right corner of the LRSA, click on "Open" to go into the LRSA download folder
4 - Connect your device and set it into USB Debugging and File Transfer
5 - Copy boot.img from LRSA download folder into the device's download folder
6 - Run Magisk Manager App on your device
7 - From Magisk Manager App choose "Install" on the right side of Magisk
8 - Choose the only option "Select and patch a file"
9 - Choose the boot.img you previously copied into the device's download folder
10 - Copy the new file "patched_boot.img" or similar name to the folder where Minimal ADB and Fastboot was installed
11 - Copy the file vbmeta.img from LRSA download folder to Minimal ADB and Fastboot folder
12 - From your device's settings enable developer options and enable OEM Unlock
13 - Execute a cmd session with administrator privileges
14 - Execute in the cmd: adb reboot bootloader (if everything went right the device should reboot in fastboot mode)
15 - Execute in the cmd: fastboot flashing unlock
16 - Execute in the cmd: fastboot --disable-verification flash vbmeta vbmeta.img
17 - Execute in the cmd: fastboot flash boot patched_boot.img
18 - Execute in the cmd: fastboot reboot
The device should correctly reboot and everything should be good to go now.
If something bad happens, like a bootloop or something, turn off the device and use the LRSA to rescue your device.
I don't get around to checking my email as often as I used to so I just now got around to seeing this but, I will try this after I get home from work in 10 hours plus time. If I can get this to successfully work, I will be flat out amazed. I had gotten to the point where I had just given up any and all hope that I would get it to work.
Show
Chairos said:
Following @doink_doink 's post (and some bootloops after...) I finally managed to root my Lenovo M10 HD 2 gen (TB-X306X) with magisk. I'll attempt to write a simple guide for who's still interested with rooting this kind of devices since there's not much literature online.
Rooting Lenovo M10 X306X (should also work for other models)
I am by no means held responsible for eventual damage you can inflict on your device, follow the underlying steps of your own accord.
Desktop Tools:
Minimal ADB and Fastboot
Lenovo Rescue Smart Assistant (LRSA from now on)
MTK (Mediatek) Preload Drivers (If your device isn't listed in fastboot)
Mobile Tools:
Magisk Manager App
Steps:
1 - From LRSA click on "Rescue" Tab
2 - Select the model of your tablet and then download
3 - From "Downloads" in the top right corner of the LRSA, click on "Open" to go into the LRSA download folder
4 - Connect your device and set it into USB Debugging and File Transfer
5 - Copy boot.img from LRSA download folder into the device's download folder
6 - Run Magisk Manager App on your device
7 - From Magisk Manager App choose "Install" on the right side of Magisk
8 - Choose the only option "Select and patch a file"
9 - Choose the boot.img you previously copied into the device's download folder
10 - Copy the new file "patched_boot.img" or similar name to the folder where Minimal ADB and Fastboot was installed
11 - Copy the file vbmeta.img from LRSA download folder to Minimal ADB and Fastboot folder
12 - From your device's settings enable developer options and enable OEM Unlock
13 - Execute a cmd session with administrator privileges
14 - Execute in the cmd: adb reboot bootloader (if everything went right the device should reboot in fastboot mode)
15 - Execute in the cmd: fastboot flashing unlock
16 - Execute in the cmd: fastboot --disable-verification flash vbmeta vbmeta.img
17 - Execute in the cmd: fastboot flash boot patched_boot.img
18 - Execute in the cmd: fastboot reboot
The device should correctly reboot and everything should be good to go now.
If something bad happens, like a bootloop or something, turn off the device and use the LRSA to rescue your device.
Click to expand...
Click to collapse
Hi I have the same device I have my patched boot.img and vbmeta.img but when I adb reboot bootloader fastboot commands don't work anymore fastboot flashing unlock says <waiting for device> and every other command. I have latest fastboot drivers google USB drivers I've done everything I have no hope please reply and help me
Hello231 said:
Show
Hi I have the same device I have my patched boot.img and vbmeta.img but when I adb reboot bootloader fastboot commands don't work anymore fastboot flashing unlock says <waiting for device> and every other command. I have latest fastboot drivers google USB drivers I've done everything I have no hope please reply and help me
Click to expand...
Click to collapse
* I have the TB-X306F***
Hello231 said:
Show
Hi I have the same device I have my patched boot.img and vbmeta.img but when I adb reboot bootloader fastboot commands don't work anymore fastboot flashing unlock says <waiting for device> and every other command. I have latest fastboot drivers google USB drivers I've done everything I have no hope please reply and help me
Click to expand...
Click to collapse
I'm currently experiencing the same issue. I have done everything, followed every step provided by Chairos and it wont surpass beyond the <Waiting for device> message. I just got this device today for a fair price, hoping I could root the device, and typical me forgot to research if it was officially compatible with TWRP.
cratee said:
I'm currently experiencing the same issue. I have done everything, followed every step provided by Chairos and it wont surpass beyond the <Waiting for device> message. I just got this device today for a fair price, hoping I could root the device, and typical me forgot to research if it was officially compatible with TWRP.
Click to expand...
Click to collapse
I got it for free for online classes but that's not the problem twrp is out for this device unofficialy but many say that it works, anyways good luck on u mate I gave up on rooting this device I can't do it anymore I've been trying for 4 months but nothing still if I had the Chance and the correct guide I would definitely do it
cratee said:
I'm currently experiencing the same issue. I have done everything, followed every step provided by Chairos and it wont surpass beyond the <Waiting for device> message. I just got this device today for a fair price, hoping I could root the device, and typical me forgot to research if it was officially compatible with TWRP.
Click to expand...
Click to collapse
Make sure you have the latest MTK usb drivers.
Hello Everyone,
I apologize for the delay but I didn't get notified of your replies.
I also got the waiting for device problem, but as @Yahoo Mike says, it's the MTK USB drivers that are used to communicate with the device in fastboot mode. Latest drivers should do.
Let me know if you're still experiencing the problem after installing the latest MTK drivers, since it depends on which motherboard the tablet has but all models should use mediatek.
Worked like a charm! Thanks.
Can anyone please confirm if there is a TWRP even unofficial IMG out there? And if any kind soul could share the file too I would be so grateful thanks
worked beautifully ...
just the installation of the latest MTK drivers is not very typical. however, you can follow this guide to install MTKL drivers and disable the driver signature enforcement
Download MTK USB Drivers for Windows 11, 10 - Driver Easy
To flash files to your MediaTek chipset phones, you need to have the latest MediaTek drivers installed. We'll show you how to install the MTK driver easily.
www.drivereasy.com
When you Restart: go to Advanced Options to find the Driver Signature Disablement option
I received yesterday my TB-X306X, with Android 10 and with software version S100184_210325_BMP. First thing to do was to unlock and root the tablet, without any issue, thanks to clear indications found on this thread.
Has anybody been able to find working TWRP for this tablet ?

General How to Root OnePlus 9R using Magisk [No TWRP Required]

Steps to Root OnePlus 9R with Magisk
Below I have shown step by step procedure to Root OnePlus 9R. You just have to follow each and every step carefully, or else you may face trouble booting up your device again.
Please read the complete guide before applying the steps. This will avoid confusion.
MORE CLEAR STEP IS IN THE ATTACHED FILE​Things to remember
Make sure to disable all security Locks on your OnePlus 9R.
Take Full Backup of your Android device.
You need a PC to perform the Commands.
Fully charge your phone.
OnePlus 9R Original USB Cable.
Note: Rooting is a complex process, so if you miss any of the below steps will end up bricking your device. So, make sure to follow all the steps carefully as shown.
We are not responsible for any loss and damage to your device. Apply the below steps with your own risk.
Downloads
In any steps, if the particular file is asked you to download, then you can come here and download it. We will update the links according to the latest build by developers.
Stock Boot Image for OnePlus 9R – OnePlus9ROxygen Os 11.2.1.2. (Should be on this version) PLATFORM
Download Magisk App (Latest Version)
OnePlus USB Drivers (Optional) – Download
SDK Platform Tools – Download
1.) Enable OEM Unlocking on OnePlus 9R
Follow the below steps to enable USB debugging and the OEM Unlock option.
Go to Settings > About Phone > Tap on Build number 5-6 times.
Now go Back > System > Developer options > enable “OEM Unlocking” and “USB debugging”.
If you see the OEM unlocking option is missing or is greyed out, then you need to check few things.
Make sure that you have logged into your Google account.
Also, check if you have an active Internet connection or not.
2.) Unlock Bootloader on OnePlus 9R
Connect your OnePlus 9R device to the PC using the original USB cable.
Open the Platform-tools folder and type “cmd” in the address bar and hit Enter.
The Command window will open.
Connect OnePlus 9R to PC via original USB cable.
On the command window, type the below command. It should display the connected devices.
fastboot devices
Hit Enter, Next type the following command to boot OnePlus 9R into fastboot mode.
adb reboot bootloader
Press “Enter” on your keyboard
Next, type the following command to Unlock the Bootloader on OnePlus 9R. (Note: Unlocking the bootloader will wipe all your data).
fastboot flashing unlock
Press “Enter” on your keyboard
On your phone, press the Volume buttons to move the selector to “UNLOCK THE BOOTLOADER” and press the power button to confirm.
After that, all your data will get erased, and your phone will freshly bootup.
That’s It, the bootloader on OnePlus 9R is successfully unlocked!
Step 3: Install Magisk App on OnePlus 9R
Download and Install the Magisk App on your phone.
Step 4: Flash boot Image
Again return to the Command window and type the following command to boot OnePlus 9R into fastboot mode. Or you can enable advance reboot form developer section and directly enter into fastboot mode
adb reboot bootloader
Once the phone boots into fastboot mode, type the below command to flash our patched boot image file into your phone.
fastboot flash boot boot.img
Next, once the flashing process completes, type the below command to Reboot your OnePlus 9R device.
fastboot reboot
Open the Magisk App and check the Root status.
You can also verify if your rooted OnePlus 9R passes SafetyNet by pressing the “Check SafetyNet” button in Magisk App.
That’s it. You have successfully Rooted your OnePlus 9R smartphone.
where do I get the stock boot image?
EDIT
Download the second file from the stock rom thread, then use this https://github.com/cyxx/extract_android_ota_payload to extract the boot.img file. then transfer that to your phone and then flash.
IS it possible to OTA after rooting ?
Forgive the cross-post, but I wanted to also inform here that the 8T TWRP should have support for 9R in the next build (not out yet) since I added the 9R to the unified script.
Watch the 8T TWRP thread here for progress and that next build which should support 9R: https://forum.xda-developers.com/t/...-unified-stable.4101313/page-72#post-85274307
and you can use my adb insecure patching AK3 zip to get adb access from 9R stock recovery in the meantime here: https://forum.xda-developers.com/t/...-unified-stable.4101313/page-57#post-84204575
Just simply flash this boot.img (op 9r ind)
Make sure that your firmware is 11.2.3.3
& Trust me i am no hacker
magisk_patched-23000_Gf4pM.img
drive.google.com
TWRP is out now. 20210705 build.
osm0sis said:
TWRP is out now. 20210705 build.
Click to expand...
Click to collapse
Booted but unable to decrypt data. Replace kernel/dtb fix that.
Unified kernel source I'm using. https://github.com/AOSPA/android_kernel_oneplus_sm8250
YumeMichi said:
Booted but unable to decrypt data. Replace kernel/dtb fix that.
Unified kernel source I'm using. https://github.com/AOSPA/android_kernel_oneplus_sm8250
Click to expand...
Click to collapse
There's a thread now, please report your findings there: https://forum.xda-developers.com/t/recovery-11-alpha-teamwin-recovery-project-8t-9r.4302449/
Edit: Unwatching this thread now.
HI,
i'm waiting an oneplus 9r, and i wishto root it as soon as i recieve!
i've some doubt, can you please clarify some step below?
thanks in advice for help!
mo0haan said:
Steps to Root OnePlus 9R with Magisk
Below I have shown step by step procedure to Root OnePlus 9R. You just have to follow each and every step carefully, or else you may face trouble booting up your device again.
Please read the complete guide before applying the steps. This will avoid confusion.
MORE CLEAR STEP IS IN THE ATTACHED FILE​Things to remember
Make sure to disable all security Locks on your OnePlus 9R.
Take Full Backup of your Android device.
You need a PC to perform the Commands.
Fully charge your phone.
OnePlus 9R Original USB Cable.
Note: Rooting is a complex process, so if you miss any of the below steps will end up bricking your device. So, make sure to follow all the steps carefully as shown.
We are not responsible for any loss and damage to your device. Apply the below steps with your own risk.
Downloads
In any steps, if the particular file is asked you to download, then you can come here and download it. We will update the links according to the latest build by developers.
Stock Boot Image for OnePlus 9R – OnePlus9ROxygen Os 11.2.1.2. (Should be on this version) PLATFORM
Click to expand...
Click to collapse
i've to extract the boot image from this platform tool and copy it on the phone after unlock the bootloader?
mo0haan said:
Download Magisk App (Latest Version)
OnePlus USB Drivers (Optional) – Download
SDK Platform Tools – Download
Click to expand...
Click to collapse
i've to use the adb and fastboot from this tool or from the one above that contains boot image also?
mo0haan said:
1.) Enable OEM Unlocking on OnePlus 9R
Follow the below steps to enable USB debugging and the OEM Unlock option.
Go to Settings > About Phone > Tap on Build number 5-6 times.
Now go Back > System > Developer options > enable “OEM Unlocking” and “USB debugging”.
If you see the OEM unlocking option is missing or is greyed out, then you need to check few things.
Make sure that you have logged into your Google account.
Also, check if you have an active Internet connection or not.
2.) Unlock Bootloader on OnePlus 9R
Connect your OnePlus 9R device to the PC using the original USB cable.
Open the Platform-tools folder and type “cmd” in the address bar and hit Enter.
The Command window will open.
Connect OnePlus 9R to PC via original USB cable.
On the command window, type the below command. It should display the connected devices.
fastboot devices
Hit Enter, Next type the following command to boot OnePlus 9R into fastboot mode.
adb reboot bootloader
Press “Enter” on your keyboard
Next, type the following command to Unlock the Bootloader on OnePlus 9R. (Note: Unlocking the bootloader will wipe all your data).
fastboot flashing unlock
Press “Enter” on your keyboard
On your phone, press the Volume buttons to move the selector to “UNLOCK THE BOOTLOADER” and press the power button to confirm.
After that, all your data will get erased, and your phone will freshly bootup.
That’s It, the bootloader on OnePlus 9R is successfully unlocked!
Step 3: Install Magisk App on OnePlus 9R
Download and Install the Magisk App on your phone.
Click to expand...
Click to collapse
When i install magisk i've to select the boot image that is in platform tool that you linked, patch it and then copy it back on the pc?
mo0haan said:
Step 4: Flash boot Image
Again return to the Command window and type the following command to boot OnePlus 9R into fastboot mode. Or you can enable advance reboot form developer section and directly enter into fastboot mode
adb reboot bootloader
Once the phone boots into fastboot mode, type the below command to flash our patched boot image file into your phone.
fastboot flash boot boot.img
Click to expand...
Click to collapse
mo0haan said:
Next, once the flashing process completes, type the below command to Reboot your OnePlus 9R device.
fastboot reboot
Open the Magisk App and check the Root status.
You can also verify if your rooted OnePlus 9R passes SafetyNet by pressing the “Check SafetyNet” button in Magisk App.
That’s it. You have successfully Rooted your OnePlus 9R smartphone.
Click to expand...
Click to collapse
I did everything exactly as said. And got stuck in a Bootloop
noxlord said:
IS it possible to OTA after rooting ?
Click to expand...
Click to collapse
Did you get the answer?
lvints said:
Did you get the answer?
Click to expand...
Click to collapse
Yeah it's OnePlus , you can definitely update your phone even after rooting installing custom recovery & retain all the mods
lvints said:
Did you get the answer?
Click to expand...
Click to collapse
Non, I know it's possible but I think that the answer can be found in threads from whatever kernel you are using.
I suppose that you would need to restore stock kernel, update, restore custom kernel.
@mo0haan
I would like to ask just to avoid bootloop, I was used to using "fastboot oem unlock" command to unlock OP7's BL.
Is there any explanation for using "fastboot flashing unlock" command for 9R?
Can not enter into fastboot.
phone enters into recovery then when i select fastboot it just restart the phone
OOS 12 cannot be rooted or enter fastboot mode

[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