http://www.usbmi.com/2270.html
https://tieba.baidu.com/p/5719910938?red_tag=3509618184
如何挂载system为可读写?
sailfish:/ # mount -o rw,remount /system
Magisk有开源吗?
有,在https://github.com/topjohnwu/Magisk
看看aosp_lastest.rar包
image.png其实就是帮你装了repo脚本还是一个manifest仓库啦。
repo如何加入自己的仓库
如下就可以了!!!
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch=".." />
<default revision="refs/tags/android-4.0.1_r1"
remote="aosp"
sync-j="4" />
<remote name="github"
fetch="https://github.com/wenfengtou/" />
<project path="abi/cpp" name="platform/abi/cpp" />
<project remote="github" path="BedWatching" name="BedWatching.git" revision="master"/>
</manifest>
网友评论