1 Star 0 Fork 2

driphub/MagiskOnEmulator

forked from finals/MagiskOnEmulator 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
patch.bat 367 Bytes
Copy Edit Raw Blame History
Shaka Huang authored 2021-03-01 16:46 . Remove blobs
@echo off
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

Search