From 2ceba9d0aaae1b7d42b0fc8c7457e54647f8f47d Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 9 Jan 2025 22:38:50 -0500 Subject: [PATCH] fix rvx microg, add antisplit m --- data/apps.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/data/apps.json b/data/apps.json index 7ec6611..cd48123 100644 --- a/data/apps.json +++ b/data/apps.json @@ -970,7 +970,28 @@ "all-except-huawei": "https://github.com/ReVanced/GmsCore/releases/download/v0.3.1.2.240913/app.revanced.android.gms-240913004-signed.apk" } }, - "description": "This app supports generating, saving, loading, parsing and verifying Android key and ID attestation data.\n\nThe app is used for self-testing, so it has no network permission. The certificate revocation data is embedded in the apk and will not be updated online. If the system is compromised, parsing and verifying is not safe, you should save the data to a file and then load the file on another device to verify it.\n\nThis app also supports loading attestation data generated by other software, and the supported storage format is PkiPath and PKCS7.", + "description": "ReVanced's standalone version of GmsCore for use with ReVanced patched apps.\n\nmicroG Services is a FLOSS (Free/Libre Open Source Software) framework to allow applications designed for Google Play Services to run on systems, where Play Services is not available.", + "github": "https://github.com/ReVanced/GmsCore" + }, + { + "id": "27", + "name": "AntiSplit M", + "icon": "/img/apps/apk.png", + "foss": true, + "root": false, + "selfHosted": false, + "downloadLinks": { + "v0.3.1.4.240913": { + "all-except-huawei": "https://github.com/ReVanced/GmsCore/releases/download/v0.3.1.4.240913/app.revanced.android.gms-240913008-signed.apk" + }, + "v0.3.1.3.240913": { + "all-except-huawei": "https://github.com/ReVanced/GmsCore/releases/download/v0.3.1.3.240913/app.revanced.android.gms-240913006-signed.apk" + }, + "v0.3.1.2.240913": { + "all-except-huawei": "https://github.com/ReVanced/GmsCore/releases/download/v0.3.1.2.240913/app.revanced.android.gms-240913004-signed.apk" + } + }, + "description": "Android app to merge/'AntiSplit' split APKs (APKS/XAPK/APKM) to a regular .APK file\n\nThis project is a simple GUI implementation of Merge utilities from REAndroid APKEditor.\n\nThere are already some apps that can perform this task like Apktool M, AntiSplit G2, NP Manager, but they are all closed source.\n\nIn addition, Antisplit G2 (com.tilks.arscmerge), the fastest and lightest of the existing apps, has a large problem; it does not remove the information about splits in the APK from the AndroidManifest.xml. If a non-split APK contains this information it will cause an 'App not installed' error on some devices. Fortunately the implementation by REAndroid contains a function to remove this automatically and it carries over to this app.\n\nUsage:\n\nThere are 3 ways to open a split APK to be merged:\n- Share the file and select AntiSplit M in the share menu\n- Press (open) the file and select AntiSplit M in available options\n- Open the app from launcher and press the button then select the split APK file.\n\nThere is also a menu in the app that allows selecting an app from those installed on the device as a split APK.\n\nNote: An APK must be signed in order to install it (unless you have Core Patch). If you are planning to further modify the APK, you only need to sign it after the modifications. Some apps verify the signature of the APK or take other measures to check if the app was modified, which may cause it to crash on startup.", "github": "https://github.com/vvb2060/KeyAttestation" } ] \ No newline at end of file