1 Star 0 Fork 2

书朋/MagiskOnEmulator

forked from finals/MagiskOnEmulator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prepare_image.sh 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shaka Huang 提交于 2020-04-04 01:24 . Adjust scripts
#!/bin/sh
adb wait-for-device
adb -e shell "mkdir /data/local/tmp/root"
adb -e shell "su -c 'mount /dev/block/sda1 /data/local/tmp/root'"
adb -e shell "cp /data/local/tmp/root/*/initrd.img /data/local/tmp/initrd.img.gz"
adb -e shell "cp /data/local/tmp/root/*/initrd.img.old /data/local/tmp/initrd.img.gz"
adb -e shell "cp /data/local/tmp/root/*/ramdisk.img /data/local/tmp/ramdisk.img.gz"
adb -e shell "cp /data/local/tmp/root/*/ramdisk.img.old /data/local/tmp/ramdisk.img.gz"
adb -e shell "su -c 'umount /data/local/tmp/root'"
adb -e shell "rmdir /data/local/tmp/root"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smileinwind/MagiskOnEmulator.git
git@gitee.com:smileinwind/MagiskOnEmulator.git
smileinwind
MagiskOnEmulator
MagiskOnEmulator
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385