Posts

Showing posts from April, 2025

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 LSPosed on Magisk for Android 8.1 or above

Image
A Riru / Zygisk module trying to provide an ART hooking framework which delivers consistent APIs with the OG Xposed, leveraging LSPlant hooking framework. Emulators are fully supported. If you are using Android 8.0 or below, use Systemless Xposed Installer module instead. See: https://www.andnixsh.com/2023/06/how-to-install-old-xposed-framework-on.html Download the latest LSPosed ZIP package: github.com/JingMatrix/LSPosed/releases Or the older versions: github.com/LSPosed/LSPosed/releases Video tutorial: https://www.youtube.com/watch?v=OsTDdo8FlHE Open the Magisk app, and switch to the Modules tab using the bottom navigation menu. Tap on the button named Install from storage Next, browse and select the ZIP you downloaded earlier. After a successful installation, click Reboot to reboot Android system. If you use Emulator, do not click Reboot, instead restart the emulator by clicking close button LSPosed should prompt you to add the LSPosed Manager icon in your launcher (...

How to install Kitsune Mask (Magisk Delta) on Android emulators (Easy installation)

Image
Kitsune Magisk is a fork of Kitsune Mask/Magisk Delta by 1q23lyc45, which itself is a fork of Magisk by HuskyDG. It functions similarly to the official Magisk but includes support for emulators and offers an easy installation process. While it can also be used on phones, this is generally not recommended. Currently, only Magisk Delta/Kitsune Mask supports installing Magisk into the system partition. Although emulators have a ramdisk image, patching the ramdisk is not utilized because the ramdisk is stored in a separate partition with very limited disk space, which is insufficient to store Magisk binaries. Download Latest version of Kitsune Magisk (27001/v27.1 and above) Older versions of Kitsune Mask (26404/v26.4 ~ 27001/v27.1) Older versions of Magisk Delta (25200/v25.2 ~ 26301/v26.3) Video tutorials https://www.youtube.com/watch?v=TjCi3pRXvF4 https://www.youtube.com/watch?v=Wd2U3VRnDyw https://www.youtube.com/watch?v=n_cykKtzHak Before you start Enable Root access in ...