1 Star 0 Fork 2

driphub/MagiskOnEmulator

forked from finals/MagiskOnEmulator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
patch.sh 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shaka Huang 提交于 2021-03-01 16:46 . Remove blobs
#!/bin/sh
adb wait-for-device
adb -e push ramdisk.img /data/local/tmp/ramdisk.img.gz
adb -e push magisk.zip /data/local/tmp/magisk.zip
adb -e push busybox /data/local/tmp/
adb -e push process.sh /data/local/tmp/
adb -e shell "dos2unix /data/local/tmp/process.sh"
adb -e shell "sh /data/local/tmp/process.sh /data/local/tmp $1"
adb -e pull /data/local/tmp/ramdisk.img
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/driphub/MagiskOnEmulator.git
git@gitee.com:driphub/MagiskOnEmulator.git
driphub
MagiskOnEmulator
MagiskOnEmulator
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385