9 dépôts
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 est un installateur d'applications Android et un client pour parcourir, installer et mettre à jour des logiciels open source depuis les dépôts F-Droid. Il fonctionne comme un navigateur de dépôt interrogeable qui permet la découverte et le déploiement de paquets logiciels maintenus par la communauté. Le projet prend en charge divers chemins d'installation, routant les demandes via différents conduits système en fonction du niveau de privilège de l'appareil. Il fournit un support pour l'accès root, les modes basés sur la session et Shizuku pour contourner les limitations de permission système standard. Le système inclut un service d'arrière-plan qui surveille les dépôts pour de nouvelles versions afin d'automatiser les mises à jour logicielles. Il utilise une synchronisation de données locale pour permettre aux utilisateurs de parcourir et de rechercher des catalogues d'applications sans connexion internet active. Les capacités supplémentaires incluent l'intégration de liens de dépôt tiers personnalisés dans la liste des logiciels.
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 est un outil d'analyse de performance web et un système de surveillance conçu pour mesurer la vitesse des sites web et les Core Web Vitals en utilisant de vrais navigateurs. Il fonctionne comme une suite de régression de performance et un moniteur de performance de navigateur, permettant l'application de budgets de performance pour détecter et bloquer les régressions de vitesse. Le projet se distingue par son framework de test sur appareil réel, qui exécute des audits de performance sur du matériel Android et iOS physique via des connexions USB. Il inclut un outil spécialisé pour générer et comparer des fichiers HTTP Archive afin de diagnostiquer les goulots d'étranglement réseau, ainsi qu'une intégration pour exécuter des audits Lighthouse afin de capturer les métriques de qualité et d'accessibilité des pages. Le système couvre un large éventail de capacités, y compris l'audit de vitesse synthétique, l'analyse du trafic réseau et les tests de performance continus. Il fournit des outils d'observabilité pour suivre la consommation d'énergie des appareils, estimer l'impact environnemental et exporter des données de séries temporelles vers des bases de données externes pour une surveillance des tendances à long terme. Les tests peuvent être gérés via une interface en ligne de commande ou un système de déploiement basé sur le web en utilisant des configurations pilotées par JSON.
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.