Skip to content

Commit c3d198e

Browse files
committed
Flame/Coral: 07/18/2025 Update
1 parent 0c629ad commit c3d198e

4 files changed

Lines changed: 114 additions & 0 deletions

File tree

builds/coral.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"response": [
3+
{
4+
"maintainer": "Cristhian Zeas (0xSoul)",
5+
"currently_maintained": true,
6+
"oem": "Google",
7+
"device": "Pixel 4 XL",
8+
"filename": "EvolutionX-15.0-20250718-coral-10.7-Unofficial.zip",
9+
"download": "https://pub-2c4d2194db29481fb665c4328f7163e9.r2.dev/EvolutionX-15.0-20250718-coral-10.7-Unofficial.zip",
10+
"timestamp": 1752881796,
11+
"md5": "edc34d288ddd10b38d2a9d0317f20311",
12+
"sha256": "53c6423af6cc4ddef501a9f4e2f53e2ee547361d9805238e8f857d4cbe28b53d",
13+
"size": 2772475396,
14+
"version": "10.7",
15+
"buildtype": "user",
16+
"forum": "https://xdaforums.com/t/rom-15-0-0_r5-unofficial-evolution-x-10-0-pixel-4-4-xl-12-09-2024-wireguard-kernelsu.4707107/#post-89845014",
17+
"firmware": "https://dl.google.com/dl/android/aosp/coral-tp1a.221005.002.b2-factory-db99b1f8.zip",
18+
"paypal": "https://PayPal.me/0xSoul",
19+
"telegram": "https://telegram.me/EvoX9Unofficial",
20+
"github": "0xSoul24",
21+
"initial_installation_images": [
22+
"boot",
23+
"dtbo"
24+
],
25+
"extra_images": [
26+
"vbmeta",
27+
"super_empty"
28+
]
29+
}
30+
]
31+
}

builds/flame.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"response": [
3+
{
4+
"maintainer": "Cristhian Zeas (0xSoul)",
5+
"currently_maintained": true,
6+
"oem": "Google",
7+
"device": "Pixel 4",
8+
"filename": "EvolutionX-15.0-20250718-flame-10.7-Unofficial.zip",
9+
"download": "https://pub-1fea78200a69436a899688f89c45e0e3.r2.dev/EvolutionX-15.0-20250718-flame-10.7-Unofficial.zip",
10+
"timestamp": 1752883054,
11+
"md5": "4c69150f3df6e2bd86368e4a39efdc40",
12+
"sha256": "54668e514a3f135bab8d7d99a610c946579891ce5d1f00f158400b8ace37f326",
13+
"size": 2771865739,
14+
"version": "10.7",
15+
"buildtype": "user",
16+
"forum": "https://xdaforums.com/t/rom-15-0-0_r5-unofficial-evolution-x-10-0-pixel-4-4-xl-12-09-2024-wireguard-kernelsu.4707120/",
17+
"firmware": "https://dl.google.com/dl/android/aosp/flame-tp1a.221005.002.b2-factory-38e4f49a.zip",
18+
"paypal": "https://PayPal.me/0xSoul",
19+
"telegram": "https://telegram.me/EvoX9Unofficial",
20+
"github": "0xSoul24",
21+
"initial_installation_images": [
22+
"boot",
23+
"dtbo"
24+
],
25+
"extra_images": [
26+
"vbmeta",
27+
"super_empty"
28+
]
29+
}
30+
]
31+
}

changelogs/coral.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
This is Android 15 QPR2 with June 2025 security patches
2+
3+
Notes:
4+
==============================
5+
- LineageOS-based source. Signed build.
6+
- Make sure to be on Pixel firmware first.
7+
- Update boot and dtbo manually in fastboot if you are comming from QPR1
8+
- Always dirty flash at your own risk. If your device bootloops, revert to an older build that boots.
9+
- Install Magisk, APatch or KernelSU-Next (https://pub-2c4d2194db29481fb665c4328f7163e9.r2.dev/KernelSU-Next.img) for root.
10+
- Play Integrity spoofing is back with keybox support
11+
- Includes Google camera.
12+
13+
Device changes:
14+
==============================
15+
floral: apktool_patch() no longer takes custom arguments
16+
Updated KernelSU-Next to v1.0.9
17+
coral: Regenerate with latest extract-utils
18+
Use DeviceIntelligenceNetworkPrebuilt from GMS instead of device's vendor
19+
20+
Notable ROM changes:
21+
==============================
22+
createjson: Remove sourceforge key and add extra_images
23+
CompositionEngine: Request device composition for the Udfps dim layer
24+
services: Move uses_miui_camera_defaults to select()
25+
Revert "Clear up the obsoleted cascading signal strength polling logic"
26+
disable memory tagging for surfaceflinger

changelogs/flame.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
This is Android 15 QPR2 with June 2025 security patches
2+
3+
Notes:
4+
==============================
5+
- LineageOS-based source. Signed build.
6+
- Make sure to be on Pixel firmware first.
7+
- Update boot and dtbo manually in fastboot if you are comming from QPR1
8+
- Always dirty flash at your own risk. If your device bootloops, revert to an older build that boots.
9+
- Install Magisk, APatch or KernelSU-Next (https://pub-1fea78200a69436a899688f89c45e0e3.r2.dev/KernelSU-Next.img) for root.
10+
- Play Integrity spoofing is back with keybox support
11+
- Includes Google camera.
12+
13+
Device changes:
14+
==============================
15+
floral: apktool_patch() no longer takes custom arguments
16+
Updated KernelSU-Next to v1.0.9
17+
flame: Regenerate with latest extract-utils
18+
Use DeviceIntelligenceNetworkPrebuilt from GMS instead of device's vendor
19+
20+
Notable ROM changes:
21+
==============================
22+
createjson: Remove sourceforge key and add extra_images
23+
CompositionEngine: Request device composition for the Udfps dim layer
24+
services: Move uses_miui_camera_defaults to select()
25+
Revert "Clear up the obsoleted cascading signal strength polling logic"
26+
disable memory tagging for surfaceflinger

0 commit comments

Comments
 (0)