The Zip & ZipSigner for Android NDK module is a tool primarily designed for developers working with Android apps and system modifications. It provides the necessary tools to sign and align ZIP files, which is a crucial step in making Android packages installable.
Key features:
- Zipsigner: A Java-based tool used to digitally sign APK (Android Package Kit) files and other ZIP files. Signing ensures the authenticity and integrity of the package.
- Zipalign: A tool that optimizes ZIP files to improve the way Android loads them, potentially reducing memory usage and improving performance.
- Wrapped dexed zipsigner.jar: A pre-compiled version of the zipsigner tool included in the module for convenience.
- Static binaries: Pre-compiled versions of the zip and zipalign tools for ARM and ARM64 architectures, eliminating the need for additional dependencies.
How to use:
- Install the module: Download the module from the Magisk Modules Repo (https://github.com/Magisk-Modules-Repo/zipsigner) and install it using a Magisk module installer.
- Access the tools: After installation, the zipsigner, zip, and zipalign tools will be available in your device’s command-line environment.
- Sign a ZIP file: Use the following command to sign a ZIP file (e.g., an APK):Replace
zipsigner -sigFile CERT.RSA -keyFile CERT.PK8 input.zip signed.zip
CERT.RSA
andCERT.PK8
with your signing certificate and private key files, andinput.zip
with the ZIP file you want to sign. - Align a ZIP file: Use the following command to align a ZIP file:Replace
zipalign -v 4 signed.zip aligned.zip
signed.zip
with the signed ZIP file.
Additional notes:
- The module is primarily intended for users with a basic understanding of Android development and command-line tools.
- If you’re unsure how to generate signing certificates, consult Android developer documentation for instructions.
- For detailed instructions and support, refer to the module’s XDA thread (https://xdaforums.com/t/tools-zips-scripts-osm0sis-odds-and-ends-multiple-).
Download Link
Module Info
Other modules
Audio samplerate changer
A Magisk module changing audio samplerates at the system-wide mixer for the best Hi-Fi experience This module has been developed for casual music lovers to be able to experience the essence of my root script “USB SampleRate Changer” by the automation of Magisk. Its features Setting the …...
Whatsapp Protector Anti Banned Magisk / Kernelsu Module
WhatsApp Protector Magisk Module: Is It the Ultimate Anti-Ban Solution? WhatsApp mods are a popular way to enhance the features and customization options of the messaging app. However, using mods can lead to bans from the official WhatsApp servers. Magisk modules offer a potential solution by hiding …...
Log Disabler Magisk and kernelsu modules
A zygisk module that keeps logd from draining battery. This module injecting nop opcode to android_log_logd_logger Note This module only works with Zygisk enabled Version: v1.0 Author: f19 Link download ...
AM3D Zirene Sound Ryuki Mod
DISCLAIMER AM3D apps and blobs are owned by AM3D™. The MIT license specified here is for the Magisk Module only, not for AM3D apps and blobs. Descriptions Equalizer soundfx ported from SHARP Aquos SHV33 and integrated as a Magisk Module for all supported and rooted devices with Magisk Global type …...
Download Brutal Busybox Magisk Kernelsu Module
Brutal Busybox is a modified version of Busybox, a popular set of command-line utilities for Linux-based systems. It claims to offer additional features and performance optimizations compared to the standard Busybox available on Android. However, it’s crucial to understand the potential risks …...
Riru - Clipboard Whitelist
A module of Riru/Zygisk. Allowing apps to access the clipboard in the background on Android 10. Requirements Zygote inject framework installed Riru >= 26.0 Zygisk Android 10+ Feature Allowing apps to access the clipboard in the background on Android 10+. Multi-User Support Add …...
Font Manager Magisk / Kernelsu Module
Android users who love personalization often want to go beyond the default fonts offered by their devices. Magisk modules and KernelSU modules provide powerful ways to achieve this level of customization. Let’s delve into how they work and the benefits they offer. Font Manager Magisk Modules: …...
Disable high volume warning
The European Committee for Electrotechnical Standarisation regulates all media playback devices sold in the European Union to have an output volume warning at 85dB: Users can increase the volume to a maximum of 100dB by accepting the warning, yet the warning reappears after 20hours of music …...
Zygisk - IFWEnhance
A module of Zygisk. Allows Intent Firewall to filter results of queryIntent(Activities/Services) APIs. Feature Allows Intent Firewall to filter results of follow APIs. IPackageManager.queryIntentActivities IPackageManager.queryIntentActivityOptions IPackageManager.queryIntentServices Download Link …...
oled2lcd
A simple self-updateable Magisk and KernelSU module for setting the saturation of the panel to 2x or 1.5x Download Link Download Link ...