TWRP for Nothing Phone 2A
Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no responsibility for any damage that may occur from installing or using TWRP.
Support Status: Current
Maintainer: Sidharth Sharma
Code Name: Pacman
Download the Official TWRP App (root required):
Install the app and open it. Agree to the Terms. Select TWRP Flash. Select your device from the device list (Pacman) and choose a version. The file will download to your Downloads folder. Browse to and select the file. Tap on Flash to Recovery. Find out more about the app here.
Current and past versions of TWRP can be found at one of the mirrors below:
This means that installing TWRP or swiping to allow system modifications will prevent you from being able to boot. To bypass AVB's boot prevention, you will have to disable it or install a custom ROM that ships with disabled AVB.
To disable AVB via fastboot, grab the vbmeta image from the ROM you are on, and flash it with the following command:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
AVB should be now disabled on your device.
Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.
- Sidharth Sharma
2025-04-13T07:18:55Z
Pacman: Fix unterminated $(sort) call and improve readability in BoardConfig.mk * Resolved a missing closing parenthesis in the BOARD_VENDOR_RAMDISK_KERNEL_MODULES assignment that was causing build failures. * Also added inline comments and reformatted related blocks for better clarity and maintainability. - Sidharth Sharma
2025-04-12T03:19:22Z
Pacman: Fix build error - sidharthify
2025-04-03T13:47:42Z
Pacman: Fix vendor ramdisk kernel modules handling Signed-off-by: sidharthify - sidharthify
2025-04-03T10:14:24Z
Pacman: Drop module loader files from `recovery/root/vendor/lib/modules` Signed-off-by: sidharthify - sidharthify
2025-04-03T10:12:49Z
Pacman: Drop `BOARD_MKBOOTIMG_ARGS` for dtb Signed-off-by: sidharthify