The Nothing Phone 2a Plus is currently my main phone.
Prerequisites
Get and patch boot.img
- Update the phone first. Personally, I stay on the latest Android 14 since some modules does not support Android 15 yet.
- Get your build number. For this example, my build number is
PacmanPro-U2.6-241217-1545
. - Go to Nothing Archive 2a Plus and find your build number there.
- Click OTA Images for your build number.
- Download
image-boot.7z
. Example:PacmanPro_U2.6-241217-1545-image-boot.7z
- Extract archive to get
boot.img
. - Install APatch on your phone.
- Patch your
boot.img
using APatch. Take note of your SuperKey.
Rooting
- Unlock the bootloader. (Backup your files, this will erase all of your data.)
- Enable USB debugging and OEM unlocking in Developer options.
- Connect phone to your computer.
adb devices
to allow ADB access.adb reboot bootloader
to reboot to bootloader.fastboot devices
to verify if the phone is connected.fastboot flashing unlock
to unlock bootloader. (This will factory reset your device.)fastboot reboot
to reboot device.
- Flash patched
boot.img
using fastboot.adb reboot bootloader
to reboot to bootloader.fastboot getvar current-slot
to get current active slot.fastboot flash boot_[slot] apatch_patched_XXXXX_X.XX.X.img
to flash the patchedboot.img
. Example with slot B:fastboot flash boot_b apatch_patched_10763_0.10.7_aobg.img
fastboot reboot
to reboot device.
- Open APatch with your SuperKey to verify if APatch has been installed.