Table of Contents
Prerequisites
Before we get started, here are a few things you’ll need to prepare for a smooth rooting experience. Don’t worry—it’s simple as long as you follow each step!
- Device Compatibility: This guide is specific to Oppo A54 (model CPH2239, running Android 11).
- Battery: Make sure your device has at least a 70% charge to avoid interruptions.
- Backup: Save your important data somewhere safe. Rooting will reset your device, so this step is essential.
- USB Cable and PC: A USB cable and a computer with ADB and Fastboot installed are necessary for this guide.
Download Links (for easy access):
Rooting Oppo A54 with TWRP Recovery and Magisk
If you’re looking to add some extra options and control to your Oppo A54, this method can help you do just that. We’ll use TWRP Recovery and Magisk to give your phone more control over apps and settings. Let’s go step-by-step!
Install ADB and Fastboot on Your PC
- Download the ADB and Fastboot tools and extract them to an easy-to-find folder on your PC.
- Right-click inside the folder and select “Open command window here.”
Unlock the Bootloader
- On your Oppo A54, go to Settings > About Phone > Version and tap Build Number seven times. This unlocks Developer Options.
- Next, go to Settings > Additional Settings > Developer Options. Turn on both OEM Unlocking and USB Debugging.
- Connect your phone to the computer, open the command prompt in the ADB folder, and type:
adb reboot bootloader
- Once your phone is in bootloader mode, type:
fastboot oem unlock
- Confirm the unlock on your phone. Keep in mind, this will reset your device.
Flash TWRP Recovery
- Download TWRP for Oppo A54.
- Put the TWRP file in the ADB folder, open the command prompt, and type:
fastboot flash recovery twrp.img
- To open TWRP, press Volume Up + Power until the TWRP screen appears.
Install Magisk
- Download the Magisk ZIP file.
- Move the ZIP file to your phone.
- In TWRP, tap Install, find the Magisk ZIP file, and swipe to install.
- Reboot your phone, and Magisk should be set up!
Rooting Oppo A54 with Custom ROM and GSI
If you want to make more changes to your phone’s setup, using a Custom ROM and GSI can be a good option. Here’s how you can do it.
Download and Flash a Custom ROM
- Download the custom ROM for Oppo A54.
- Save it to the ADB folder on your PC. In the command prompt, type:
fastboot flash system custom_rom.img
Install GSI
- Download a GSI image for the Oppo A54.
- To install, type the following command:
fastboot flash system gsi_image.img
- Once it’s done, restart your phone, and you’ll be all set with the new system setup.
Unlocking Bootloader and Rooting Oppo A54 with Fastboot
If you prefer a quick method without using TWRP, this option works by flashing a boot image through Fastboot.
Reboot to Bootloader
- Turn on USB Debugging and OEM Unlocking as mentioned in the Prerequisites section.
- Enter bootloader mode with this command:
adb reboot bootloader
Flash Magisk Patched Boot Image
- Download the Magisk-patched boot image for Oppo A54 .
- Place the boot image file in the ADB folder and type:
fastboot flash boot magisk_patched.img
- Restart your phone, and you should be ready to go with root access.
And there you have it! Your Oppo A54 should now be rooted and set up exactly how you want it. Now, think about what you’d like to adjust—more control over apps? Adjusting battery usage? The choice is all yours.