1.userdebug版本:
(1)打开开发者模式,打开USB debugging,连接电脑
(2)输入指令:adb shell
su
qseecom_sample_client
v sampleapp 15 1
y
(3)重启电脑
(4)输入指令:adb
root
adb remount
adb push attest.keybox /mnt/vendor/persist/
adb shell LD_LIBRARY_PATH=/vendor/lib64/hw KmInstallKeybox /mnt/vendor/persist/attest.keybox
TCT_test_0000000001 fal
2.user版本:
(1)打开开发者模式,打开OEM
Unlocking
(2)进入fastboot模式
(3)输入指令fastboot flashing unlock
(4)按音量下键选择unlock,再按power键确认(使unlock,这一步会恢复出厂设置,清空所有数据)
(5)再进fastboot模式
(6)输入指令fastboot
oem enable-rooting(使能root)
(7)开机,打开开发者模式,打开USB debugging,连接电脑
(8)输入指令:adb
root
adb
disable-verity
(9)剩下的步骤和userdebug版本2/3/4步骤一样
PS:keybox文件不知道怎么上传