What is Rooting?
Rooting is a process of getting administrative access in android operating system, Administrative/root privileges allows the user to modify each and every files and partitions of operating system. Rooting process adds a "su" (super user) binary in /system/bin directory, which allows the user/applications to access root/su permissions.
Rooting through TWRP/Custom Recovery(for android 7.0 or above)
Steps for Rooting -
1. Bootloader Unlock - First step to root devices with android 7.0 or above is a bootloader unlocking, unlocked bootloader allows to flash any custom images/files in the device. stock bootloader can be unlocked with fastboot commands. First enable USB debugging and OEM unlocking in your device and give the following commands.
2. Install custom recovery - Second step to root the android device is a installing custom recovery in a device. The most popular custom recovery is a TWRP recovery. To install custom recovery reboot the device in bootloader/fastboot mode and give the following commands.
3. Install magisk/ su binary - download and store magisk file in your device storage and flash that file by booting in TWRP/ custom recover, this will add su binary in your device's /system/bin directory and user/allowed applications can access root permissionn in the device.
1.Rooting through applications(for android 6.0 or below)
There are some android applications which break the security and root the device with one click
1. Kingroot - Kingroot is very simple and user friendly application for rooting android devices.
- Enable Unknown application source from settings.
- Download and install Kingroot apk ( kingroot can be downloaded from only aptoide so user need to install aptoide first) https://kingroot.en.aptoide.com/app
- Open Kingroot and click on root now option make sure device connected to the Internet it will start rooting process it is normal that devices restart automatically during this process.
- Kingoroot is also similar to Kingroot if Kingroot does not work then you can try Kingoroot
- Enable Unknown application source from settings.
- Download and install Kingoroot apk https://www.kingoapp.com/
There are many applications are available for rooting like supersu, towelroot, etc. and there are also Desktop applications available for windows.
Comments
Post a Comment