Created
March 20, 2026 16:11
-
-
Save Miuzarte/9062915f1615d5eebd363c759fda496c to your computer and use it in GitHub Desktop.
Magisk/KernelSU 模块实现开机自动启用 adb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/system/bin/sh | |
| setprop service.adb.tcp.port 5555 | |
| stop adbd | |
| start adbd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id=module.miuzarte.adb | |
| name=Wireless Adb Auto Enabler | |
| version=0.0.1 | |
| versionCode=1 | |
| author=Miuzarte | |
| description=As the name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
对于没有SIM卡的设备,可以用模块打开USB调试(安全设置)