Posts

How to root Virtual Master & install Xposed

Image
Virtual Master - Android Clone app does not have switches to turn on root and Xposed in settings, but there is a secret way to root and install xposed easly. This is intended to avoid the violation of the terms of service of Play Store I think. The developer has told peoples in Telegram Group to do this way. If you want to report bugs or freature request, please send a feedback to the developer: Via the Virtual Master app (For you > Feedback) Email: [email protected] Telegram group: telegram.me/virtualmaster_officialgroup I can’t offer you with support since I don’t use Virtual Master as a daily driver How to import to root VM & install Xposed First, download Superuser, Magisk or Xposed Installer to your physical device Magisk (Android 7.1.2 & 9.0) : https://github.com/topjohnwu/Magisk/releases Superuser APK (Android 5.1.1 & 7.1.2) : https://apkpure.net/superuser/com.koushikdutta.superuser/download Xposed Installer (Android 5.1.1 & 7.1.2) : https://x

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 (Package icon on bottom-right corner if youuse Mgisk Delta). 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 shoul

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

Image
Important: If you are gonna use Magisk Delta to install Zygisk mod menus on emulators, STOP RIGHT NOW!!! Most Zygisk mod menus support ARM only, therefore x86 emulators are NOT supported, although they support ARM translation. It is what it is! Kitsune Mask/Magisk Delta is a fork by HuskyDG, including old school MagiskHide, Riru and some custom features. It works same as with official Magisk. Magisk Delta/Kitsume Mask is a lot easier to install compared to MagiskOnEmu. It works on phones too. Currently, only Magisk Delta/Kitsume Mask support Magisk installation into system partition. Although emulator has ramdisk image, patching ramdisk is not used because ramdisk is stored in seperate partition with very SMALL disk size that is not enough to store Magisk binaries. Download Latest stable/canary version of Kitsune Mask (Use Canary version if stable version does not work) Older versions of Kitsune Mask (26404 <) Older versions of Magisk Delta (25200 - 26301) Video tutorials

How to hide Magisk Delta-Kitsume Mask from root detections

Image
MagiskHide allows you to hide apps from detecting Magisk and root, prevent showing incompatile device or fake bugs such as crashes, stuck, connection error. Not all apps can be bypased because they may have new detection methods and new ways of circumventing MagiskHide. This tutorial is for Magisk-Delta only, and it is not an officially supported topjohnwu project. If you are using official Magisk source, you are in the wrong place, please read this tutorial: https://www.andnixsh.com/2023/06/how-to-hide-magisk-from-root-detections.html Let’s get started Open Magisk-Delta and open settings on the top-right corner Under App sction click on Hide the magisk app You will be prompted how the app should be called. The default name is Settings . Click OK when you are done Please wait for a few seconds.Don’t do anything until it relaunches. After it relaunches, we will enable MagiskHide Open Settings again, scroll down to MagiskHide section and enable it. Now click Configure MagiskH

How to bypass hacking tool detections using Hide My Applist (Root + Xposed)

Image
This module can work as an Xposed module to hide apps or reject app list requests, and provides some methods to test whether you have hidden your app list properly. This module works better than XPrivacyLua that doesn’t hide app list properly Requirements ROOTED device running Android 7 or above Xposed Installer for Android 7 LSPosed module for Android 8 and above (Magisk Required) Hide my Applist APK file Steps: Download Hide my Applist from Github Releases · Dr-TSNG/Hide-My-Applist and install it After installation, go to LSPosed’s Modules page, click the module you installed, and tick the enable switch. Do not enable module for other apps than System Framework And reboot the system If it still says Module not Activated . Double check if the module is enabled in Xposed app, and reboot again If it says Module Activated , as shown below, we can now begin to do fun stuff Choose App manage Find for the apps you like to prevent it from checking your apps list. In t

How to force Install APK as 64-bit on LDPlayer or MemuPlay running Android 9

Image
By default, the emulators LDPlayer and MemuPlay running Android 9 instance often install APK files as 32-bit (armeabi-v7a) instead of 64-bit (arm64-v8a), which can cause compatibility issues with some apps. While the developers of the Emulators does not acknowledge this problem, you can bypass it by manually forcing the installation of the APK as 64-bit. Note that Android 7 instance and XAPK files are not affected by this issue. Step 1: Check the Current APK Installation You can use an app called LibChecker to check whether the app was installed as 32-bit (armeabi-v7a) or 64-bit (arm64-v8a). In this example, we use the app “Crash Fever,” which was installed as 32-bit but supports 64-bit libraries. Download LibChecker from Play Store: https://play.google.com/store/apps/details?id=com.absinthe.libchecker&hl=en ) Open LibChecker Inspect the installed app to see if it is installed as 32-bit or 64-bit. Step 2: Enable ADB Debugging on Your Emulator For LDPlayer:​ Open LDP