How to root Itel S32 Mini, root itel S32 Mini with Magisk, comment rooter Itel S32 Mini: Follow the steps below to root your Itel S32 Mini with magisk and install custom firmware and patches.
Similar articles
If you are having an Itel S32 Mini running on Android 8.0 Go Edition(Oreo) then rooting it is possible with Magisk. As you may all know, rooting with Magisk is systemless-ly. As a result, you can still perform system updates after rooting your device with Magisk. Without saying too much, let us go straight to the rooting process. Follow the steps below to root your Itel S32 Mini with magisk and install custom firmware and patches.
Itel S32 Mini specifications
- Network: 3G – Yes, 3G – Yes, 4G – No
- Operating System: Android 8.1, Oreo (GO Edition)
- Processor / GPU: 1.3 GHz Quad-core Cortex A53 / Mali 400 MP2
- Display / Resolution: 5.0 Inches / 1440 x 720 pixels
- RAM: 1 GB
- Internal / External Memory: 8 GB / Expandable by up to 32 GB (Uses a dedicated Slot)
- Camera: Back / Rear 8 MP, Front 5 MP
- Battery Capacity: 2200 mAh Li-Po Removable
- Sensors: Accelerometer, Proximity, Light, Compass
- Additional Features: Face Unlock
- Price: $30 -$60
Requirements to root Itel S32 Mini
- A computer
- A USB cable
- ADB+Fastboot driver installed on your computer.
- Itel S32 Mini root file(patched boot image file. This is the stock boot for Itel S32 Mini which has been patched with Magisk)
- Magisk Manager.
- MTK drivers
Pre-requisites
Before proceeding with this you will need to activate developers option by going to settings>>About Phone and tap on build number until you get the "You are now a developer". Head back to settings and find "Developers option" then toggle it on as well as USB Debugging and OEM Unlocking.
- [message]
- ##warning## Notice:
- This process requires unlocking of the bootloader. It should be noted that unlocking the bootloader of your Itel S32 Mini will wipe all your personal data. So, consider taking a backup before proceeding.
How to root Itel S32 Mini with Magisk
- Start by downloading all the necessary files from below
- Next, install the MTK drivers and adb+fastboot on your computer. After installing the adb+fastboot drivers, it will create and adb folder on your C:\ drive.
- Go to the adb folder(C:\adb), open it and then press hold SHIF+Right-click and choose "Open a new command window here".
- Copy the patched boot image you downloaded from the link above to the adb folder.
- Unlock the bootloader to flash the root file. Follow the steps below.
Step1: Boot into fastboot mode
Connect the device to PC and use the command adb devices to check connection. You will get a prompt to authorise a connection. Resend the code again until you something like this;
Connect the device to PC and use the command adb devices to check connection. You will get a prompt to authorise a connection. Resend the code again until you something like this;
List of devices attached
0163C00D17036020 device
- [message]
- ##code## Boot into fastboot
- adb reboot bootloader
The next thing will be unlocking the bootloader. Use the command below
- [message]
- ##code## unlock bootloader
- fastboot oem unlock-go
Once you have unlocked the bootloader, you can then proceed with fashing of the patched boot image file.
- To flash the patched boot image and gain root access, you will have to copy the file to the folder C:\adb as we earlier said. Now with boot loader unlocked, reboot into fastboot mode and flash the patched boot image(Rename it to boot). Use the following command.
- [message]
- ##code## Flash root file:
- fastboot flash boot boot.img
After flashing the boot image file, reboot your Itel S32 Mini using the fastboot reboot command.
After following all the above steps, when your device now powers on, download and install Magisk Manager to manage root access.
COMMENTS