Posts

Showing posts from November, 2023

Core Patch 4.3e for Android 9

Image
The official version only supported Android 10-14 only. I just make some changes to support Android 9. Tested on phone and emulator. I did made a pull request, so hopefully the author of Core Patch will accept it Download: https://github.com/AndnixSH/CorePatch/releases Screenshots:

SAP (Split APKs Packer) v6.9.9 (Windows & Linux) - Merge split APKs into single APK

Image
Note, this tool is not mine. I just shared it from other site for archive purposes with safe download links that lasts longer. Source: https://forum.release-apk.com/viewtopic.php?f=23&t=99023 SAP (Split APKs Packer) Requirements: JRE/OpenJDK 1.8 or above Overview: A simple and fast tool to transform Android App Bundles into single Android Packages. DOWNLOAD: Mega: https://mega.nz/folder/zdQxwASY#UM1eMnUTZL4CDegX3zE_HA Box: https://app.box.com/s/7swkpazrrt338kum5bkpeqcr5545hyr9 Sbupload: https://sbupload.com/folder/1564/SAP HOW IT WORKS SAP uses Apktool to decode the resources of the files included in the bundle to be processed. Then it merges all these files into the base package folder before adjusting and correcting them. Apktool is used to build the single package, Uber-APK-Signer for zipAlign/sign processes. SAP doesn’t work on dynamic features but configuration modules only. INFO: SAP is a portable application ; all files present in its folder are necessary. F...