Skip to content

natsumerinchan/ModuleInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

在PC端直接为Android设备安装Magisk/KernelSU/APatch模块

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors