首页 > 硬件 > obook20plus修改刷机包和root,twrp资料整理
作者:ghostry 发布时间:2018-02-20 浏览: 9074
转载注明出处: https://blog.1ge.fun/hardware/866.html想root需要oem unlock,改boot.img,刷twrp,刷root包。
修改刷机包参考本博文章。
这里需要修改boot的几个地方,其中修改的文件是initrd里的init.aosp.rc
system转为ext镜像后挂载可以删除不需要的app。
twrp里边可以刷root线刷包
需要注意,运行fastboot oem unlock
会清除data,并且清除完后twrp无法挂载,需要fastboot下erase,format
以下给出线刷命令。
首先按电源和音量减进入fastboot,
#!/bin/bash
fastboot oem unlock
fastboot flash oemvars oemvars.txt
fastboot flash gpt gptfull.bin
fastboot flash bootloader bootloader
fastboot oem rm /ESP/BIOSUPDATE.fv
fastboot flash ifwi afu.bin
fastboot erase misc
fastboot erase persistent
fastboot erase metadata
fastboot format config
fastboot format cache
fastboot flash system system.img
fastboot flash boot myboot.img
fastboot flash recovery twrp_remix.img
#fastboot oem verified
fastboot format data
#fastboot continue
参考资料:
http://www.ondaforum.com/topic/62463-obook-20-plus-root/
https://drive.google.com/drive/folders/0B7bzuJLiWwaHLWlVcTJSZGxTV2M?usp=sharing
http://blog.csdn.net/Theropod/article/details/79230607
http://www.ondabbs.cn/forum.php?mod=viewthread&tid=73864
https://forum.xda-developers.com/android/development/root-tutorial-intel-atom-cherry-trail-t3468330
https://www.mobile01.com/topicdetail.php?f=163&t=4923924
https://forum.xda-developers.com/xposed/lollipop-xposed-framework-intel-cherry-t3565149
下一篇: 狐妖梦