1. Android 12 and 13 Compatibility
The most significant shift in the 3.6.x branch (and by extension 3.6.1) is improved support for Android 12 and 13. Previous versions of TWRP often struggled with the dynamic partition schemes used in these newer Android versions. TWRP 3.6.1 includes updates to the handling of super partitions, making it easier to flash custom ROMs on devices running Android 12 or 13 out of the box.
2. Updated Handling of Encryption (FBE and FDE) Android security has evolved, and TWRP had to evolve with it. Version 3.6.1 includes refinements to File-Based Encryption (FBE). This means that when you boot into TWRP, you are more likely to successfully decrypt your data partition using your PIN or password to access your files, a common pain point in earlier versions on newer devices.
3. Bug Fixes for Fastboot and Flashing Since the base 3.6.0 release, the team identified several issues regarding the flashing process. twrp 361 upd
4. Super Partition Support Modern devices often use a "super" partition that houses system, vendor, and product partitions. TWRP 3.6.1 improves the management of these logical partitions, reducing the risk of bootloops caused by flashing a ROM to the wrong slot or partition space.
| Brand | Models (Examples) | | :--- | :--- | | Google | Pixel 3, 3 XL, 4, 4 XL, 4a 5G, 5, 5a | | OnePlus | OnePlus 6/6T, 7/7 Pro, 8/8 Pro, 9/9 Pro (Nord series partial) | | Xiaomi | Poco F1, Mi 9T Pro, Redmi Note 10 Pro, Mi 11X | | Samsung | Galaxy S20 series (Exynos), S21 series (Exynos) | | Motorola | Moto G Power (2021), Edge 20 | Mi 9T Pro
Note: For Samsung Snapdragon devices (USA/China), TWRP 3.6.1 is generally not available due to locked bootloaders.
Q: Is TWRP 3.6.1 compatible with Android 13? A: Yes, partially. It works for most Pixel and OnePlus devices running Android 13. However, for the absolute latest Android 14 builds, you may need TWRP 3.7.0. Redmi Note 10 Pro
Q: The official website only shows 3.6.0 for my phone. What do I do? A: Look for an unofficial maintainer on XDA Forums. Search for "TWRP 3.6.1 [Your Phone] unofficial." Many developers backported the 3.6.1 features to devices the official team abandoned.
Q: Will updating TWRP erase my internal storage?
A: No. Flashing the recovery partition (.img to recovery) or installing via zip does not touch /sdcard or /data/media. Your photos and music remain safe.
Q: Can I downgrade from 3.6.1 to 3.5.2?
A: Yes, but it is not recommended. If you must, flash the older .img file the same way (Method 3). However, if you have upgraded your ROM to Android 12, the older TWRP will fail to decrypt.
Write a public review