Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.2 KB

File metadata and controls

60 lines (39 loc) · 1.2 KB

ModuleInstaller

在PC端直接为Android设备安装Magisk/KernelSU/APatch模块,避免繁琐的复制和打开管理器安装的流程。

1.png

1、环境要求

2、使用方法

2.1、显示帮助信息

python ./ModuleInstaller.py

python ./ModuleInstaller.py -h

2.2、安装模块

2.2.1、仅单个设备连接时

python ./ModuleInstaller.py <模块ZIP路径>

2.2.2、多个设备连接时

先列出当前已连接设备(示例如下):

$ adb devices
List of devices attached
84976ecc        device
192.168.1.4:5555       device

然后

python ./ModuleInstaller.py <模块ZIP路径> -d <设备序列号>

比如:

python ./ModuleInstaller.py <模块ZIP路径> -d 192.168.1.4:5555

3、许可证

MIT License