Latest posts

APatch Updates
6 Aug, 15:44edited
由于长时间没有发布release,我们正在快速修复一些bug,新版本需要元模块对模块进行挂载,我们将旧版本的挂载分离为单独的模块你可以仍然使用旧版挂载来保持与旧版挂载一致( https://github.com/AndroidPatch/magic_mount ), 不过你也可以选择其他的元模块获得更好的体验,参照网站的说明 https://apatch.dev/meta-module.html ,如果有问题请先升级到nightly版本,仍有问题请提交issue。 ------------------- For long time no release , we are quikly fix bugs, the latest version need meta module to mount module, https://github.com/AndroidPatch/magic_mount 。 you can also choose other meta module,more detail https://apatch.dev/meta-module.html ,if you have problem pls upgrade to nightly version,if still have problem pls report to issue.GitHubGitHub - AndroidPatch/magic_mount: For APatch build-in mountFor APatch build-in mount. Contribute to AndroidPatch/magic_mount development by creating an account on GitHub.
APatch Updates
16 Feb, 13:00
春节快乐🎆🎉~Happy Chinese New Year!
APatch Updates
4 Dec 2025, 17:12
Due to increasingly aggressive root detection, we aim to move as much capability of the root manager as possible into modules. The original shell-script-based workflow has become too simple and can no longer meet the needs of module development. We are now introducing a new scripting system: by adding Lua scripts, you can call Rust or even C directly from Lua. This allows Lua to invoke system calls, and you can also expose module interfaces in Lua to communicate with other modules. Modules can pass parameters and call each other in any format you define.apd provides a set of built-in functions for modules to use. You can refer to our official template at https://github.com/AndroidPatch/Module-Template-Lua/ to start Lua-based module development. You only need to add a module_id.lua file inside your module to enable the new features.Starting from this commit: https://github.com/bmax121GitHubGitHub - AndroidPatch/Module-Template-Lua: for APatch Tempate-Luafor APatch Tempate-Lua. Contribute to AndroidPatch/Module-Template-Lua development by creating an account on GitHub.
APatch Updates
12 Nov 2025, 09:40
Support kernel 6.12 and fix many bugs.... 👉 Report bug or feature request: https://github.com/bmax121/APatch/issues/new/choose 👉 @APatchChannel
APatch Updates
7 Jul 2025, 11:28edited
🎉 New APatch release 11107 is available 🎉 Changelog Fix Linux 6.1 / 6.6 support (by NepXin) Bump KernelPatch to 0.12.0 Refactor apjni Upgrade dependences Fix exclude toggle Merge translation Add Lite Mode and Force OverlayFS feature Fix several bug, improve stability Some minor changes 👉 Report bug or feature request: https://github.com/bmax121/APatch/issues/new/choose 👉 @APatchChannel
APatch Updates
13 Feb 2025, 09:23edited
🎉 New APatch release 11039 is available 🎉Changelog Upgraded KernelPatch to version 0.11.2 Upgraded Gradle and Rust dependencies Allocated new PTY in APD instead of allowing SELinux policy Shrink Manager app size Updated Resetprop and MagiskBoot tools Fixed A/B OTA boot marker issue Resolved UID mismatch after package list changes Switched to Magic Mount instead of OverlayFS Imported translations – special thanks to all translators! Added a new method to flash KernelPatch using Magisk with root access Removed image file dependency Fixed logcat functionality during boot stage Resolved WebUI display errors Various optimizations, minor changes, and bug fixesNotes KernelPatch doesn't support 6.6 till now. In order to provide a better compatibility, we have changed to magic mount instead of OverlayFS. However, you can still use OverlayFS as default mounting method by creating the
APatch Updates
2 May 2024, 03:08
🎉 New APatch release 10763 is available 🎉Changelog Upgrade KernelPatch to 0.10.7 Upgrade java and rust dependences Fix compat syscall, 32-bits su command is supported now Shrink apd size Remove buggy and redundant hide manager feature Re-designed About and Module Screen UI, thanks to SanmerDev MRepo's design Fix os error 2 during installing modules Switch to new enableEdgeToEdge, drop accompanist/systemuicontroller Optimize APatch Safe Mode Fix module online upgrade not working Re-design exclude modifications feature Translation imported, thanks to all translators More optimizations and minor changesNotes The newly designed exclusion module modifies the logic, and from now on, applications that have already been granted ROOT permissions no longer support exclusion because it does not conform to the logic of normal usage scenarios; By default, modules will no longer be excluded
APatch Updates
4 Apr 2024, 11:00
🎉 New APatch release available 🎉Upgrade KernelPatch to 0.10.5 Strip busybox so that APatch's size decreased New refreshed UI Introduce theme manager and custom dark mode switch Switch to stable compose dependence release Fix settings page not scrollable Enhanced Image flashing operations Optimize InstallScreen experience Refine dialog component and add an animation to UpdateCard Enable blur behind compose dialog for Android S+ Add an alertdialog if failed to auth super key Refactor Installaction UX&UI Use lsplugin resopt to optimize apk size Refine WebUI Implement KPM Control Feature Implement isSafeMode detect Fix extract kpm infomation from boot error Fix round corner for APModule Info Card
APatch Updates
18 Mar 2024, 14:43
Due to previous mistakes, both the group and the original management have been disbanded. We are now discussing the combination and merging into the same group, and all management personnel have been changed to developers. We do not want any unpleasant things to happen again and would like to join a new group, https://t.me/apatch_discussTelegram[ZH/EN] [SFW] APatch DiscussionsIf u muted during joining in - REJOIN AND SOLVE CAPTCHA 如果无法完成验证请重新加入 请用 @apatchibot发送的最后一个debugci反馈/update with debug ci which send by @apatchibot before feedback 禁止开挂/No cheat Rules: !rules externalreply actions will be banned/这里不能进行外部引用
APatch Updates
18 Mar 2024, 00:12
105691. Fix find kallsyms_marker error (For example: OnePlus 12 with kernel 6.1.57 and etc) 2. Try to fix module install os error 22 or 5, but not 100% guaranteed.
APatch Updates
17 Mar 2024, 11:50



APatch Updates
17 Mar 2024, 11:49
I just noticed APatchLite, and this is not directed at APatchLite specifically. APatchLite is guaranteed to be safe as it is a version forked by a developer of the APatch app. However, there is an issue: the superkey is embedded in the source code, and it is not advisable to skip the setting of the superkey.
APatch Updates
27 Jan 2024, 05:34
Stop discussing cheating in our communication group!APatch is a tool for rooting, not for cheating!If anyone sees someone posting content related to cheating in the communication group, please report it to the group (EN, CN) admins.
APatch Updates
23 Jan 2024, 15:36edited
New Release!What's ChangedRequirements Updated by @ravindu644 in #172 Exclusive : Universal Kernel compilation Guides for every device. by @ravindu644 in #170 update resetprop to 26404 by @Pat-JK in #175 Translations update from Hosted Weblate for App by @weblate in #179https://github.com/bmax121/APatch/releases/tag/10472Click Me To Download
APatch Updates
17 Jan 2024, 13:06edited
Changelog :-Fixed superuser always loading ...- Fixed crash caused by FLAG_MOUNT_MASTER CLI.- No update for kpimg, unnecessary to update boot.img.- Fixed ? : Apps are adding itself without the user permissions.@APatchChannel
APatch Updates
16 Jan 2024, 00:36edited
Changelog :- [Fix] global namespace mode setting. - Reboot menu fix ?@APatchChannel | @APatchGroup
APatch Updates
10 Jan 2024, 01:30
Let's take part in the translation of the project - https://hosted.weblate.org/engage/APatchIt’s simple, just register, add your language if it’s not there, and translate. For your convenience, almost everywhere there are screenshots showing the context of using somethingHosted WeblateGet involved in APatch!APatch is being translated into 52 languages using Weblate. Join the translation or start translating your own project.Channel created
9 Jan 2024, 15:13
Related Channels
Other channels in the same section of the catalogue.
