Posts

Showing posts from December, 2025

How to create unsigned APK file for rooted devices + Lucky Patcher or Core Patch

Image
Using an unsigned APK allows you to install a modded version directly over the original app. This provides the following major benefits: Google Login: Sign in to your Google account without error. Facebook Login: Connect to Facebook without needing to uninstall the official Facebook app. Bypassing simple signature checks How it Works:​ Technically, “unsigned” means the APK has been modified while retaining the original internal key structure, rather than being re-signed with a new, private key. Under normal circumstances, Android security prevents these files from installing because the “seal” has been broken. However, by rooting your device and disabling signature verification (using tools like Lucky Patcher or Core Patch ), you can bypass these checks. This tricks the system into accepting the unsigned APK as a signed APK, allowing you to sync your progress. Creating unsigned APK: Note: This guide is written for PC users, but the steps are identical on Android. If you a...

How to root Bluestacks 5 & MSI App Player 5 using BlueStacks Root GUI (Android 7, 9, 11, 13)

Image
BlueStacks Root GUI is a utility designed to simplify toggling root access and enabling read/write (R/W) permissions for BlueStacks 5 instances. Installation & Usage: If you are using BlueStacks 5.22.150.1014 or above, you need to downgrade BlueStacks to 5.22.130.1019 or lower. 5.22.150.1014 and higher now enforce integrity checks that detect system changes** https://www.andnixsh.com/2025/12/bluestacks-older-versions-offline.html Get the latest .exe version of BlueStacks Root GUI from Releases: https://github.com/RobThePCGuy/BlueStacks-Root-GUI/releases Right-click the .exe and select “Run as administrator.” The app will automatically detect your BlueStacks installation and display all available instances. Select the instances you wish to modify. Use “Toggle Root” to enable root access and “Toggle R/W” to make the system partition writable. Start your instance and confirm root status using the Root Checker app https://apkcombo.com/root-checker/com.joeykrim.rootcheck/ If r...

How to root Bluestacks 5 & MSI App Player 5 with Magisk using ZennoDroid (Android 7, 9, 11, 13)

Image
Root BlueStacks using Kitsune Magisk (an emulator-specific modification of Magisk) without BSTweaker. This method leverages a macro created by the former BSTweaker developer, which uses ZennoDroid. For a standard root with a read-only system partition, please refer to this tutorial: https://platinmods.com/threads/bluestacks-5-best-emulator-with-root-access-tutorial-2021.126922/ Download the required files: - BlueStacks 5.22.130.1019 or lower (5.22.150.1014 and higher now enforce integrity checks that detect system changes): https://www.andnixsh.com/2025/12/bluestacks-older-versions-offline.html - Root macro: https://www.dropbox.com/scl/fi/dm00…ey=qc1sxyk027e1oo672cjpo8prd&st=40t2hwmn&dl=0 - ZennoDroid Enterprise Demo EN: Official link: https://static.zenno.services/release/ZennoDroidEnterpriseDemo-EN-v2.4.5.0.exe Mirror link (if link above doesn’t work): https://modsfire.com/Xu7EDYrfXSw1056 Video tutorial: https://www.youtube.com/watch?v=7-Z5wY2WLjA Text tutorial: ...

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! Disclaimer: This thread is not sponsored. I am not a virtual machine (VM) developer or expert, and I do not use VMs frequently. As such, I may be unable to provide support for every VM application. For assistance, please consult online resources, use an AI tool, visit the official website, contact the developer’s support team, or submit feedback...

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