Current version Android 15 release 5 security patch November 2025
Status
It works on my FP3+ ™. Use at your own risk.
You can report issues here Issues · danielzhang130/aosp_changes · GitHub , but I’m not going to guarantee a reply.
Download link
https://www.mediafire.com/file/msyfcmpzc41hoau/FP3TrebleA15R5.zip/file
Screenshots
Features working
- minimal set of included apps
- built in gapps
- SD card
- Nova launcher prime
- Material You theme picker
- Bluetooth
- Nearby share
- Calling
- Duo sim
- Fingerprint sensor
- No browser forced on you, install your favorite
- Not rooted
Play integrity, Wallet, RCS
Please DM for instructions
Fingerprint unlock
Please DM for troubleshooting
Features not working
Please report issues by creating an issue on Issues · danielzhang130/aosp_changes · GitHub
Flash instructions
- backup your data and unlock bootloader (see Fairphone support site for unlock code)
- boot into fastboot (turn phone off, hold down vol-down and plug in usb cable)
- wipe data with
fastboot -w
YOUR DATA IS NOW GONE - download and unzip image
- flash images with
fastboot flash system system.img
fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
- reboot
fastboot rebboot
- good luck!
Build instructions (for experienced users only)
- clone aosp release
- apply TrebleDroid patch from Releases · TrebleDroid/treble_experimentations · GitHub patches-for-developers.zip using treble_experimentations/apply-patches.sh at master · TrebleDroid/treble_experimentations · GitHub
- apply custom patch (android-14 branch) from GitHub - danielzhang130/aosp_changes: Changes to aosp, generated with https://github.com/danielzhang130/aosp_patch using GitHub - danielzhang130/aosp_patch: Save changes to aosp repo managed git repositories as patches
- build with
m dist
- Sign your build (对要发布的 build 进行签名 | Android Open Source Project)