text1 = "Hello, "
text2 = "world!"
print text1 + text2
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
text1 = "Hello, "
text2 = "world!"
print text1 + text2
text = "Hello, world!"
print text
函数式:$f(x)=\frac{P(x)}{Q(x)}$
提取原厂包的init_boot
与之前一加8pro最大的不同就是,不是修补
boot.img,而是init_boot.img。想不到老司机在这里翻车了
用fastboot enhauce工具提取出img(注意勾选允许更新包),只有8M的大小 init_boot.img
复制回手机中
各种手段扔回手机内存中,最硬核的就是直接数据线连接
打开magisk app进行修补
用官方magiskapp进行修补,为了能用金融软件,直接用delta版本或者 Kitsune Mask
进行修补,得到修补后的magisk_patched-26401_Qepq7.img,复制回电脑PC中
进入BL模式刷入
手机数据线连接电脑,cmd中输入
adb reboot bootloader //进入BL模式
fastboot flash init_boot magisk_patched-26401_Qepq7.img //拖入修补后的img文件
fastboot reboot //重启
打开magisk app修复
进入app后修复环境,自动重启,即可获取root
后记
后续就是刷入模块,愉快玩耍啦啦啦啦~~ 不折腾,无安卓

