Root Itel A32F, Root Itel A32F with Magisk, Itel A32F root, Rooter Itel A32F: Hello to you all my dear friends, and lovers of our tutorials. Today we are happy to bring forth to you the ultimate guide for rooting your Itel A32F Android smartphone running Android Oreo(Go Edition). In this guide, we will be using the magisk manager apk.
Similar articles
Hello to you all my dear friends, and lovers of our tutorials. Today we are happy to bring forth to you the ultimate guide for rooting your Itel A32F Android smartphone running Android Oreo(Go Edition). In this guide, we will be using the magisk manager apk.
You may also want to bookmark these:
Itel A32F specifications
The Itel A32F Android smartphone has the following key features.
Launch | |
Name | Itel |
Model | A32F |
Date | May 2018 |
Network | |
2G | GSM 850/900/1800/1900 |
3G | WCDMA 2100 |
4G | No |
Sim | Dual SIM |
Body And Display | |
Dimension | 148 x 70.5 X 8.2mm |
Screen Type | FWVGA Display |
Screen Size | 5.0-inches, 480 * 854 |
Multitouch | Two fingers |
Colours | – |
Device Platform | |
OS | Android 8.1 Oreo (o EditionG) |
CPU | 1.3 GHz quad-core |
Chipset | MediaTek |
GPU | Mali-400 |
Memory | |
Internal | 8GB |
RAM | 1GB |
SD Card | up to32 GB (Dedicated Slot) |
Camera | |
Front Facing | 2.0MP with 1.65µm Big Pixel |
Rare | 5.0 MP AF with 1.4µm Big Pixel |
Video | Yes |
Features | Geotagging, Autofocus, Panorama |
Connectivity | |
WIFI | Wi-Fi 802.11 b/g/n Wi-Fi-direct, Hotspot |
Bluetooth | Version 4.0 |
NFC | No |
GPS | A- GPS |
USB | Micro USB V2.0 |
Audio | |
Alert Types | Ringtones, Vibration, MP3, WAV |
Loudspeaker | Yes |
Port | 3.5mm jack |
Other Features | |
Sensors | Accelerometer, proximity, Light Sensor, FingerPrint |
Messaging | SMS (Threaded View), MMS, E-MAIL, PUSH MAIL, IM |
Browser | HTML5 |
Java | No |
– MP4/H.264 player – MP3/WAV/eAAC+ player – Photo/video editor – Document viewer | |
Battery | |
CAP | 2500 mAh Lithium Battery |
Music Play | – |
Stand By | – |
Talk Time | – |
Specs src | GadgetStripe |
Important things to note
- Using this method will format all your phones personal data, so you are advised to make a backup of your personal data.
- Make sure to flash the current firmware in order to prevent bricking of your device,
- You will need to extract boot.img from the firmware you are going to download.
- If you do not wish to flash stock rom, you can get boot.img from your stock firmware via firmware backup. What video below to learn how.
video powered by hovatek
Rooting requirements
For this rooting method, you will be needing the following;
Once you have gathered all the above requirements, you can now proceed to root your Itel A32F.
Rooting procedure
Now with all things set, you will need to flash the stock rom you downloaded. Also, extract boot.img from the stock rom and copy to your device storage after flashing.
→ See how to flash guide for MTK Androids here
⨳ If you instead got boot.img from your device via backup using the video guide above, then after backing up, copy boot.img to device storage.
Next, you will have to setup adb & fastboot download it from the link above. then install. It will create a folder named adb in you local disk C:\.
You will have to proceed as follows after obtaining boot.img;
- Patch boot.img
- Flash boot.img
Patching boot image of your stock rom
To patch the boot.img, this is where magisk manager apk comes in. Download Magisk manager from the link in the download section and proceed thus;
- Copy the downloaded magisk manager into your device if you downloaded from PC,
- Install magisk manager app
- Open the app and click on install, then select patch boot image. (Note your device needs to be connected to the internet)
- Grant magisk manager access to phone storage, locate and select the boot image file you copied to your phone earlier,
- Magisk Manager will now download Magisk zip and patch your boot image file. The patched boot image will be saved as patched_boot.img in the magisk manager folder.
- Now you are done with patching your stock boot image file.
Flashing patched_boot.img
To flash the modified boot image file, we will be using the fastboot method. You will first of all need to activate usb debugging on your device by going to settings >> About Phone >> build number then tap on it until you get the message "you are now a developer"
Then head back to settings to find the Developer option. Under developer option, turn it on and activate OEM UNLOCK & USB DEBUGGING.
Next, connect your device to the computer and allow the adb drivers to install.
Next in your Computer, go to C: \ADB, copy patched_boot.img to this folder, then press hold SHIF then right-click and choose open a new command window here.
Use the following codes to flash patched_boot.img
- adb devices [when you get connection authorization request, grant]
- adb reboot bootloader [boots your phone in fastboot or bootloader mode]
- fastboot devices [check device connection in fastboot mode]
- fastboot oem unlock [unlock bootloader]
- fastboot flashing unlock [unlock flashing from fastboot]
- fastboot flash boot patched_boot.img [flash modified boot image]
- fastboot reboot
Once you are done executing the above commands, if all was done properly, your phone should now reboot with magisk installed and root access available.
NB: If you prefer flashing with sp flash tool, then you need to rename the patched_boot.img to boot.img and then copy and replace the one in your backup rom. Open sp flash tool load scatter but select only the boot.img and flash.
Screencaptures of boot.img patching and after root result

Conclusion
As we have described above, this method makes use of the device stock boot image for rooting. Rooting with magisk manager is one of the best ways to gain full control over your device. With magisk rooting does not in any way modify your device stock partitions.
Although rooting has got bountiful of advantages, not that after the process, your device warranty will become void.
COMMENTS