Inspect the private files and databases of any Android app from your browser without needing a laptop or special desktop tools.
Debug a mobile app's local storage, SQLite data, and preferences directly on a rooted device over your home Wi-Fi.
Monitor live device logs, running processes, and network connections to understand what an app is doing in real time.
Run one-off shell commands on a rooted Android device through a secure browser-based terminal interface.
Requires a rooted Android device (Android 5.0+) with Magisk or KernelSU. Install the APK from the releases page, grant root permission, then visit the HTTPS address shown on-screen from a browser on the same Wi-Fi.
AndroidSpect is an Android app that turns your rooted phone into an inspection server for other apps installed on the same device. Once you start it and grant root permission, it opens a secure website on your local network that you can visit from any browser on the same Wi-Fi. From that browser interface, you can dig into the private storage of any installed app without needing a computer with special tools. The browser interface has several inspection features. You can browse the private files an app stores on disk, with previews for text, JSON, XML, and images. You can open SQLite databases (the small file-based databases many apps use for local storage), view their tables and data, run your own queries, and export the results. There is also a viewer for app preferences, a decoded version of the app's manifest file (which describes what the app is allowed to do), and a list of the app's internal components with flags showing which ones are publicly accessible from outside the app. Beyond static file inspection, the tool also shows live information: a scrolling log of messages the phone is generating in real time, a list of all running processes with memory usage, and a table of open network connections showing which app owns each one. There is also a root shell available in the browser for running one-off commands on the device. The server is protected with a password shown on the phone screen, and communication uses HTTPS with a self-signed certificate whose fingerprint is displayed on-screen so you can verify it matches what your browser sees. Failed login attempts are rate-limited per IP address. The app requires a rooted device running Android 5.0 or newer. It works with common root solutions like Magisk and KernelSU, and does not require any hooking frameworks. An APK is available from the releases page, and the project can also be built from source using the standard Android toolchain.
← thecybersandeep on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.