A lot of people want to root mobile phone to get rid of android restrictions and install every app that they want. In old Android phones rooting a device was easy, in fact almost every Android phone could be rooted using one click rooting apps from Play Store. But with the passage of time, security of the Android phones revolutionised and upgrades. Thus, it is now not a one click game to root a mobile phone in current era. However, it doesn't mean that rooting a phone is impossible. It is just the one click method which is gone away and we have a manual method to root an android mobile phone.
![]() |
| How to Root Any Mobile Phone easily |
Disclaimer: Rooting your device involves risks, including potential data loss and rendering your phone inoperable if done incorrectly. Proceed cautiously and at your own risk. We are not liable for any issues caused by following this guide.
What is Rooting and Why Do It?
Rooting grants you administrative access to your device, enabling modifications to system files and apps. It allows you to:
Install apps that require root access, like "ES File Explorer" and "Battery Doctor."
Uninstall pre-installed system apps.
Convert user-installed apps into system apps for better performance.
Downsides of Rooting
While rooting offers benefits, it also has drawbacks:
Warranty Void: Most manufacturers void the warranty if the device is rooted.
Risks: Incorrect processes can lead to bricking your device.
If your device is under warranty, it's better to avoid rooting. However, you can reverse the process by unrooting.
Steps to Manually Root an Android Device
Requirements:
1. Your Android device.
2. A computer with internet access.
3. USB data cable.
4. ADB drivers for your device.
5. Platform Tools.
Process:
1. Download Firmware:
Search for your device's firmware (e.g., Samsung Galaxy J6+ firmware download). Firmware files are usually large (1GB+).
2. Extract Firmware Files:
Use tools like WinRAR to extract the downloaded .zip file. Look for the boot.img file.
3. Transfer Boot File:
Connect your phone to the computer and copy the boot.img file to your phone’s internal storage.
4. Install Magisk Manager:
Download and install the Magisk Manager app. Open it and let it complete any required downloads.
5. Patch the Boot File:
Inside Magisk Manager, select “Install Magisk” and choose the boot.img file. Once patched, locate the patched_boot.img file in the Downloads folder.
6. Transfer Patched Boot File:
Copy the patched_boot.img file back to your computer.
7. Set Up Platform Tools:
Download and extract Platform Tools. Open the folder, press Shift + Right Click, and choose Open Command Window Here or Open Terminal Here.
8. Connect Your Phone:
Use a USB cable to connect your device to the computer. Type the command:
adb devices
If your device is listed, it’s connected. Otherwise, install the appropriate ADB drivers.
9. Enter Bootloader Mode:
Run the following command to reboot your device into Bootloader mode:
adb reboot bootloader
10. Flash the Patched Boot File:
Type:
fastboot flash boot <drag-and-drop the patched_boot.img file here>
If you get an error, ensure your bootloader is unlocked via Developer Options on your device.
11. Reboot Device:
Type the command:
fastboot reboot
Your phone will restart normally.
12. Verify Root:
Download and install the Root Checker app from the Google Play Store. Open the app to confirm that your device is successfully rooted.
Rooting provides powerful customization options, but always proceed carefully to avoid issues.
