Posts

How to get logs from your Android device

Image
Logcat is the Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers. Non-rooted device: Matlog/Laughing Logger app (Recommended): Download Matlog or Laughing Logger for Android and install it No PC method (Android 11 and above & Wi-Fi required) Note: Some devices running Android 11 and above don’t have Wireless Debugging. If you don’t have Wireless Debugging, and don’t have Wi-Fi, then you need PC Download aShellYou app: Releases · DP-Hridayan/aShellYou Follow the tutorial how to Connect Self Device: Wireless Debugging Setup If you have problem connecting, use Shizuku method instead Download aShellYou app: Releases · DP-Hridayan/aShellYou Follow the tutorial how to Connect Self Device: Wireless Debugging Setup If you have problem connecting, use Shizuku method instead https://github.com/DP-Hridayan/aShellYou/wiki/Shizuku...

List of Android Virtual Machine apps for Android devices

Image
The VM (Virtual Machine) provides an isolated environment separate from your phone’s main system. Inside the VM, you can gain root access, experiment with apps, install potentially harmful software, and more - without any risk to your physical device. There’s no need to worry about viruses, system crashes, or data breaches affecting your main system. Additionally, a VM can be useful for running apps and games that aren’t natively supported on your device. Here are some VM apps you can try. There’s no single “best” option, as stability and performance vary depending on your device. Feel free to test different ones until you find the best fit! Important‼️: All VM apps except cloud VM apps does NOT support x86 emulators, but does partially work on ARM emulators/VMs that requires ARM CPU It is recommended to check if your phone support 32-bit/armeabi-v7a natively using AIDA64, so you don’t waste time installing VM that doesn’t work on you phone! VM apps with root support If you need...

How to install ZygiskNext on Magisk (Zygisk alternative)

Image
ZygiskNext is a standalone implementation of Zygisk, designed to provide Zygisk API support for KernelSU and to serve as a replacement for Magisk’s built-in Zygisk. ⚠️WARNING: ZygiskNext may not be stable. It is recommended to use build-in Zygisk feature, unless it is broken for you. You should only use ZygiskNext if you really have a reason or if you use KernelSU. Check this tutorial how to enable build-in Zygisk: https://www.andnixsh.com/2025/06/how-to-install-zygisknext-on-magisk.html Requirements: General No multiple root implementation installed KernelSU Minimal KernelSU version: 10940 Minimal KernelSU Manager (ksud) version: 11575 Magisk Minimal version: 26402 Built-in Zygisk turned off Installation: First, install Magisk Delta: https://www.andnixsh.com/2023/06/how-to-install-magisk-delta-on-android.html Download the Zygisk Next .zip file Releases · Dr-TSNG/ZygiskNext Transfer the .zip file to the emulator via shared folder. Refer to the emulator’s manual/tuto...

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...