How to Root any Android phone In A Just Few Hours
Last updated
Last updated
Step:1 - Pick up the suitable Android phone
Selecting the Android phone model is based on the availability of recovery images. Please check out the TWRP devices list.
Step:2 - Flash with Recovery Image
Note: "Unlocking the bootloader may varies based on Phone model"
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
adb reboot bootloader
You should now be in fastboot mode.
Download the correct image file and copy the file into the same folder as your platform-tools. Rename the image to twrp.img and type:
fastboot flash recovery twrp.img
fastboot reboot
Step:3a - Custom Operating System
Easiest way to install the lineage OS in your phone
Method:1 - Without ADB sideloaded
Copy the downloaded lineage os into pendrive or sdcard
Plug in your OTG or sdcard with your devices and selecting the correct image in recovery mode.
Reboot the device by clicking the reboot button.
Method:2 - ADB sideloaded
Boot with TWRP recovery mode and select the Advanced -> ADB Sideloaded
Sideload the LineageOS .zip
package:
On the device, select “Advanced”, “ADB Sideload”, then swipe to begin sideload.
On the host machine, sideload the package using: adb sideload filename.zip
.
Note: Please refer the Installing LineageOS from recovery steps
Step:3b - Escalation Patch image for root permission
Note: This is not feasible method to root your phone. Please check out with your own risk.
Downloaded the appropriate build image based your android version and follow the without ADB sideload method ( explained above )
Step:4 - Installing an Apps for testing
Please install the apps by using adb sideload mode or direct installation in TWRP recovery mode.
Thanks for reading.