Release Build for X6710 // 20240828
github-actions
released this
28 Aug 12:10
·
12 commits
to main
since this release
Android 14 - TWRP Unofficial Build
Note: Flash at your own risk. This build were still in the process of testing. And please, only flash this on Android 14 (recovery-as-vendor_boot, header v3).
Build Device: X6710
Build Date: 08/28/2024
Build Release: Unofficial
Build Version: A14-C_0002
Build Branch: 12.1 (v3.7.1)
Compatibility: Android 14+
Working Feature
- Internal Storage (Decryption is working with or without lockscreen)
- ADB Sideload
- MTP Enable/Disable
- Terminal/Console
- Flashing Zip and Image files
- FastbootD/Userspace (Booting, but not yet tested for flashing logical images.)
Notes
- Backup and Restore are not yet tested at all.
- No flashing of stock rom.
- Flashing logical images using TWRP install image is not allowed, such as system.img, vendor.img, etc.
How to Install
Assuming you know the basic of flashing...
- Download TWRP image below.
- In your PC, boot up your terminal command-line inside platform-tools.
- Connect your device to your PC.
- In terminal command-line, type
adb reboot fastboot
- Then, type:
fastboot flash vendor_boot <twrp-image-name/path.img>
- Then you need to disable vbmeta using your A14 stock vbmeta image:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
- Then type:
fastboot reboot recovery
- You are now in TWRP.
Resources
Changelogs
- Synced with latest TWRP source changes.
- Fixed decryption issue.
- Fixed OTG device block path.
- Full Changelogs
Credits
- @lopestom (I used his tree as reference to update my tree made for Android 13.)
- @XOS_Mi (Of telegram, for testing all of the test builds.)