MTK-bypass / bypass_utility

MIT License
488 stars 118 forks source link

Is MT6769 supported? #52

Open morfikov opened 3 years ago

morfikov commented 3 years ago

There's a list of supported SoCs and according to it, the MT6769 isn't supported. I have a device which has the MT6769T SoC, I've run the bypass, and I got the following output:

# ./main.py
[2021-08-28 09:25:21.403348] Waiting for device
[2021-08-28 09:25:42.562931] Found device = 0e8d:0003

[2021-08-28 09:25:42.680552] Device hw code: 0x707
[2021-08-28 09:25:42.680741] Device hw sub code: 0x8a00
[2021-08-28 09:25:42.680882] Device hw version: 0xca00
[2021-08-28 09:25:42.681008] Device sw version: 0x0
[2021-08-28 09:25:42.681129] Device secure boot: True
[2021-08-28 09:25:42.681228] Device serial link authorization: True
[2021-08-28 09:25:42.681323] Device download agent authorization: True

[2021-08-28 09:25:42.681422] Disabling watchdog timer
[2021-08-28 09:25:42.682623] Disabling protection
[2021-08-28 09:25:42.711964] Protection disabled

So, is it supported or not?

Unfortunately I can't test it with spflashtool, because the current version doesn't support this MT6769T/MT6769 SoC.