Skip to content
TomKing062 edited this page Aug 20, 2023 · 19 revisions

Windows

Driver

SPD_Driver_R4.20.4201

Step 1

Download tool for your device from release named tool and extract, download spd_dump.zip from release named spd_dump, extract to previous tool folder(overwrite existing files).

从名字叫tool的release里下载你的机型的工具,解压,再从spd_dump的release里下载spd_dump.zip,解压覆盖到之前的tool文件夹。

Step 2

Press key combination for 7-10 seconds to enter download mode, see SupportList

Execute command in manual_command.txt or use onekey batch.

按组合键7-10秒进入下载模式,参考当前支持设备

执行manual_command.txt里的命令,或者运行一键批处理

Ubuntu

sudo apt-get install build-essential libusb-1.0-0-dev git
git clone https://github.com/TomKing062/CVE-2022-38694_unlock_bootloader.git
cd CVE-2022-38694_unlock_bootloader
gcc chsize.c -o chsize
cd spreadtrum_flash-main_exec
make

Copy chsize and spd_dump to tool directory, enter download mode, execute command

把编译好的chsize和spd_dump复制到工具文件夹,进下载模式,执行命令

Clone this wiki locally