破解c30学习平板

破解c30学习平板

前言

以下教程以Ubuntu为例,强烈建议使用Ubuntu以避免很多麻烦。

参数

待补充

大致思路:

强解BL🔒,提取super.imgboot.img,解包super.img,删除监管APP然后打包,使用Magisk修补boot.img,将两者刷回,清除userdata,刷入vbmeta.empty

准备工作

  • 安装:

    1
    2
    3
    4
    sudo apt install python3 git libusb-1.0-0 python3-pip
    git clone https://github.com/bkerler/mtkclient.git
    cd mtkclient
    pip3 install .

    启动:

    1
    python mtk_gui

    会弹出一个窗口,你可以在其中进行读写等操作。

    你也可以使用命令行进行操作: 读分区:
    1
    python mtk r <partition> <partition>.bin
    写分区:
    1
    python mtk w <partition> <partition>.bin
    擦除分区:
    1
    python mtk e <partition>
    解锁:
    1
    python mtk da seccfg unlock
  • 安装:

    1
    2
    3
    4
    git clone https://github.com/ColdWindScholar/TIK
    cd TIK
    chmod a+x ./*
    python build.py

    启动:

    1
    sudo ./run

正片

mtkclient

1
2
3
4
sudo apt install python3 git libusb-1.0-0 python3-pip
git clone https://github.com/bkerler/mtkclient.git
cd mtkclient
pip3 install .
  1. tik4

    1
    2
    3
    4
    5
    git clone https://github.com/ColdWindScholar/TIK
    cd TIK
    chmod a+x ./*
    python build.py
    sudo ./run
  2. Third item

  3. Fourth item


破解c30学习平板
https://dohex.github.io/2023/04/30/破解c30学习平板/
作者
DOHEX
发布于
2023年4月30日
许可协议