9 Repos
Development of tools requiring deep integration with the Android runtime on rooted devices.
Distinct from Android Rooting Frameworks: Focuses on the development of system-level tools for rooted devices rather than the process of rooting the device.
Explore 9 awesome GitHub repositories matching mobile development · Rooted Runtime Development. Refine with filters or upvote what's useful.
ZygiskNext is an Android rooting integration layer and system hooking framework. It functions as a code injector for the Android Zygote process, allowing for the modification of system behavior across various rooting environments and superuser managers. The project provides a specialized API to intercept and modify low-level system calls. This enables the injection of custom code into the base process that spawns applications, facilitating deep Android system customization and rooted development. The framework utilizes dynamic library loading, hook-based runtime modification, and Java Native
Facilitates the creation of advanced system-level tools requiring deep Android runtime integration.
Droid-ify ist ein Android-App-Installer und Client zum Durchsuchen, Installieren und Aktualisieren von Open-Source-Software aus F-Droid-Repositories. Er fungiert als durchsuchbarer Repository-Browser, der die Entdeckung und Bereitstellung von Community-gepflegten Softwarepaketen ermöglicht. Das Projekt unterstützt diverse Installationspfade und routet Anfragen basierend auf dem Privileglevel des Geräts durch verschiedene System-Conduits. Es bietet Unterstützung für Root-Zugriff, sitzungsbasierte Modi und Shizuku, um Standard-Systemberechtigungsbeschränkungen zu umgehen. Das System enthält einen Hintergrunddienst, der Repositories auf neue Versionen überwacht, um Software-Updates zu automatisieren. Es nutzt Local-First-Datensynchronisierung, damit Benutzer Anwendungskataloge ohne aktive Internetverbindung durchsuchen können. Zusätzliche Funktionen umfassen die Integration benutzerdefinierter Drittanbieter-Repository-Links in die Softwareliste.
Enables installation of application packages using root access or Shizuku to bypass standard system restrictions.
This project is an Android application patching tool and Magisk system module generator. It is designed to apply custom modifications to application packages and generate modules that install these patched binaries into the system partition of rooted Android devices. The tool incorporates a root-based application installer that utilizes specialized mounting methods, such as Zygisk application mounting, to bypass root detection warnings and mount errors. It further distinguishes itself by automating the retrieval of application binaries from external mirrors based on specific device architectu
Deploys modified applications on rooted Android devices to bypass root detection and mount errors.
sitespeed.io ist ein Web-Performance-Analysetool und Überwachungssystem, das darauf ausgelegt ist, die Website-Geschwindigkeit und Core Web Vitals unter Verwendung echter Browser zu messen. Es fungiert als Performance-Regressions-Suite und Browser-Performance-Monitor, der die Durchsetzung von Performance-Budgets ermöglicht, um Geschwindigkeitsregressionen zu erkennen und zu blockieren. Das Projekt zeichnet sich durch sein Test-Framework für echte Geräte aus, das Performance-Audits auf physischer Android- und iOS-Hardware über USB-Verbindungen ausführt. Es enthält ein spezialisiertes Tool zum Generieren und Vergleichen von HTTP-Archive-Dateien zur Diagnose von Netzwerkengpässen sowie eine Integration zur Ausführung von Lighthouse-Audits, um Seitenqualität und Barrierefreiheitsmetriken zu erfassen. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich synthetischer Geschwindigkeitsaudits, Netzwerkverkehrsanalyse und kontinuierlicher Performance-Tests. Es bietet Observability-Tools zur Verfolgung des Stromverbrauchs von Geräten, zur Abschätzung der Umweltauswirkungen und zum Export von Zeitreihendaten in externe Datenbanken für die langfristige Trendüberwachung. Tests können über eine Befehlszeilenschnittstelle oder ein webbasiertes Deployment-System unter Verwendung von JSON-gesteuerten Konfigurationen verwaltet werden.
Applies system-level configurations to rooted hardware to ensure stable and consistent performance measurements.
Hide-My-Applist is an Android privacy tool that prevents other applications from detecting the full list of installed apps. It operates as a Magisk module and root-based utility, intercepting package manager queries to block app detection and hide sensitive or root-related software from third-party scanners. The tool achieves system-level modification without altering the system partition by deploying as a Magisk module, and it can also leverage the Xposed framework to inject custom code into system processes. A runtime filter intercepts app list queries and removes entries matching a user-de
Leverages root access to intercept package manager queries and hide app installations from third-party scanners.
Sui is an Android root management framework and superuser manager designed to control root permissions and provide applications with elevated access to restricted system APIs and internal services. It functions as a communication bridge that allows non-root applications to execute system functions via a privileged root process. The framework utilizes a typed interface root bridge to map system functions to strongly typed interfaces, removing the need to parse raw text from shell commands. It incorporates a root shell environment for executing manual system commands and administrative scripts
Launches typed Java services under root identity to facilitate direct communication between application processes.
Mobox is an x86 emulation environment and compatibility layer designed to run Windows software on ARM-based Android devices. It utilizes a shell-based system that translates x86 instructions and manages memory to execute desktop applications on mobile hardware. The project distinguishes itself through a combination of a Windows compatibility layer and an emulator to bridge platform differences. It features specialized tools for managing software containers, tuning hardware acceleration to resolve visual flickering in 3D applications, and mapping mobile touch screen gestures to virtual mouse a
Provides a utility for adjusting system priority and out-of-memory settings on rooted devices to prevent background termination.
SAI is a binary package bundler and application manager designed for Android and iOS. It functions as an installer and export tool that packages application source files and metadata into a proprietary format for portable distribution and backup. The project features a rootless application deployment pipeline, allowing the installation of third-party packages on mobile devices without requiring system-level root access. It includes a split archive reconstructor to reassemble fragmented application files into complete installation directories during deployment. The tool covers Android split A
Provides a deployment pipeline to install third-party packages on mobile devices without requiring administrative root access.
ReZygisk is an Android root module framework and Zygote process injector. It functions as a native hooking engine and linker redirection tool designed to inject custom code into the Android Zygote process so that modifications are inherited by all spawned applications. The project provides a decoupled abstraction layer and Zygisk API implementation, allowing system modules to operate independently of specific root management tools. This ensures that root modules remain stable and compatible across various kernel-level rooting solutions. The framework includes capabilities for system process
Enables the development of root-level system modifications through a standardized Zygisk interface.