pixel

作者: 我在等你回复可你没回 | 来源:发表于2019-04-09 12:57 被阅读0次

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>

相关文章

网友评论

      本文标题:pixel

      本文链接:https://www.haomeiwen.com/subject/kyjbiqtx.html