Zalo Patch

Zalo Patch is an open-source LSPosed module for customizing Zalo while keeping compatibility fail-soft and exact-version based.

Compatibility

  • Zalo package: com.zing.zalo
  • Supported build: Zalo 26.08.01 (versionCode 260801903)
  • Minimum Xposed API: 82

Unsupported Zalo artifacts do not use nearest-version symbols. Features requiring unavailable anchors remain disabled until an exact signed compatibility entry or bundled map exists.

Features

  • Clean up bottom navigation, inbox, chat, and Me-screen surfaces.
  • Add inbox category controls for chats, groups, official accounts, and strangers.
  • Conservatively filter reviewed promotional notifications.
  • Suppress selected analytics and advertising paths.
  • Keep an optional local notification history with bounded retention and export.
  • Record one-to-one call audio after the user enables the feature.
  • Fetch signed exact-artifact compatibility mappings with bundled offline fallback.

Installation

  1. Install the signed APK from this repository's Releases page.
  2. Enable Zalo Patch in LSPosed.
  3. Scope the module only to Zalo (com.zing.zalo).
  4. Open Zalo Patch, choose settings, and use the explicit Restart Zalo action to apply them.

Call recording is opt-in. Users are responsible for complying with consent and recording laws.

Privacy

  • Diagnostic reports upload only after explicit user review and action.
  • Notification history stays in local app storage until exported or cleared.
  • Call recordings are stored on the device.

Source And Support

Zalo Patch is unofficial and is not affiliated with or endorsed by Zalo or VNG.

Releases

8/21/2026, 11:57:15 AM

What's changed

  • Add optional frequent scheduled message backups with 1, 3, 6, or 12 hour intervals.
  • Preserve Zalo's native automatic-backup toggle, server, battery, network, retry, overlap, migration, restore, and separate media-upload guards.
  • Consolidate Restart Zalo into one action. Without root, it opens Zalo app info for manual force-stop and reopen.
  • Move Root access and Runtime environment details into Developer tools.

Assets

1

8/16/2026, 10:55:02 PM

Compatibility fix for Zalo installs whose base APK container differs from the one a symbol profile was mapped from. Google Play serves per-device bundle variants and re-stamps its signing block per download, so one Zalo release has several base APK hashes over identical code. Those installs were rejected outright and ran no features while the symbol schema still reported valid.

  • match on exact Zalo versionCode plus the Zalo signing certificate; container hash recorded as evidence
  • adding an on-demand Zalo feature split, or reinstalling Zalo, no longer disarms features
  • a Zalo version with no bundled profile records which anchor families resolve, without hooking anything
  • self-check detail and error text excluded from diagnostic reports

Bundled profiles cover Zalo 26.06.02, 26.07.01 and 26.08.01. Verified on one device.

APK SHA-256 c2ecdf315cc153e1c4f3c21b8cea5b3367f917f3cbca719ff3bd76f39a3fee45

Assets

1

8/16/2026, 7:46:02 AM

Initial LSPosed repository release of Zalo Patch.

  • Supports exact Zalo 26.08.01 (versionCode 260801903).
  • Adds Zalo UI cleanup, conservative promotional notification filtering, privacy controls, local notification history, and opt-in one-to-one call audio recording.
  • Uses signed exact-artifact compatibility mappings with bundled offline fallback.

Source and full verification notes: https://github.com/amarinne/zalo-patch/releases/tag/v0.4.151

APK SHA-256: bc41a8394e8bd4b33b0579033f1ce57ffc97c940267730eb5b96e66e3cc8fd70
Signing certificate SHA-256: 96a4240fa44a63a4a71738b2851064b97a2f500e07d42a26a190a783bbad65a9

Assets

1