Posts

Showing posts from June, 2025

How to enable Zygisk in Magisk

Image
Important: Magisk must be installed into boot image/recovery image/system partition first. Please read one of the following guide how to install Magisk Phone/tablet: topjohnwu.github.io/Magisk/install.html Emulator: https://www.andnixsh.com/2024/09/how-to-install-kitsune-mask-magisk.html Launch the Magisk app Click on the “Settings” icon (usually a gear or cogwheel) within the Magisk app. Scroll down to the “Magisk” section within the settings menu. Toggle the “Zygisk” switch to the on position. Reboot your device to apply the changes. Launch the Magisk app again In the home screen, it should say “Zygisk Yes” , means it is working!

How to install unsigned APK using Lucky Patcher (Xposed method)

Image
If you have root and Xposed or Magisk + LSPosed module installed, you can use Xposed option in Lucky Patcher to disable signature checks If you don’t have Xposed, follow normal way https://www.andnixsh.com/2020/01/how-to-install-unsigned-apk-root-method.html Installing Xposed For Android 8.0 and above: You need Magisk with LSposed module. For emulators, use Kitsume Magisk Magisk v24 and up, folow this guide https://www.andnixsh.com/2023/06/how-to-install-lsposed-on-magisk-for.html Magisk v23 and below Download latest Riru - Core Releases · RikkaApps/Riru Download latest LSPosed riru release.zip Releases · LSPosed/LSPosed Open Magisk, go to Module. Tap Install from storage and select .zip file of Riru Tap Install from storage and select .zip file of LSposed Reboot For Android 5.0-8.0: Download Xposed Installer v3.1.5 with fixed connection: https://github.com/KhanhNguyen9872/xposed/raw/main/xposed.apk Check your architecture before installing Xposed, so you don’t bri...

How to install unsigned APK using Lucky Patcher (Rooted device-Emulator-VM)

Image
Can’t login with your Google+ on modded games? Really need to uninstall Facebook? NO PROBLEM. Today, I will show you how to patch signature, so you can install any UNSIGNED modded apk. This is usally for rooted devices only but non-rooted devices can use any Virtual Machine apps which can be rooted Note: Signature patching may not work on 64-bit emulators. Use Xposed method or CorePatch instead Requirements: Rooted device or emulator, or rooted Virtual Machine apps for non-rooted device Lucky Patcher app https://www.luckypatchers.com/download/ Busybox app (normal root) or Busybox for Android NDK (Magisk version). Busybox is not really required to patch, but it is recommended to install it to stop Lucky Patcher from warning you Steps for normal root with SuperSU or other Superusers: Download Busybox app from Play Store: BusyBox - Apps on Google Play You will be greeted with the Install BusyBox screen. Simply click Install to install busybox A message will show it was s...

How to install unsigned APK using CustoMIUIzer (Rooted Xiaomi phones only)

Image
There is another way to Disable signature verification for rooted Xiaomi phones with Xposed installed What is CustoMIUIzer? CustoMIUIzer module contains a variety of mods that will provide additional functionality for your MIUI device. You have to have (Ed)Xposed Framework installed to use these mods Compatibility Module was written, tested and is mainly intended for MIUI 10-12.5 on Android 9-10. Mods are not guaranteed to fully work on any other versions, especially lower MIUI versions. APK installation is limited to Android 7+. How to use CustoMIUIzer? First you must have (Ed)Xposed Framework installed. After that enable CustoMIUIzer module in (Ed)Xposed Installer, set up mods you like and select ‘Soft Reboot’ from menu. Download https://github.com/MonwF/customiuizer/releases How to disable signature verification I don’t have Xiaomi phone, so I don’t know excat steps. All I have is the screenshot below I found online Troubleshooting You can send a detailed report with ...

How to resolve unsigned APK installation error

Image
1) Ensure you have followed one of the tutorial correctly how to disable signature check on your envorinment a) Core Patch (Xposed required): https://platinmods.com/threads/how-…core-patch-module-root-xposed-required.88764/ b) Lucky Patcher: How to install unsigned APK using Lucky Patcher (Rooted device/Emulator/VM) c) Lucky Patcher (Xposed method): How to install unsigned APK using Lucky Patcher (Xposed/LSPosed method) d) CustoMIUIzer (Rooted Xiaomi phones only): How to install unsigned APK using CustoMIUIzer (Rooted Xiaomi phones only) 2) Temporary disable Google Play Protect, all other anti-virus/security apps and build-in security feature such as Samsung Auto Blocker How to disable Google Play Protect: https://platinmods.com/threads/how-to-disable-google-play-protect.139457/ How to disable Auto Blocker on your Samsung Galaxy phone: https://platinmods.com/threads/how-to-disable-auto-blocker-on-your-samsung-galaxy-phone.234833/ 3) Try other envorinment (phone or...