mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
mtkclient: Add support for preloaders with PID 3000
* My Fire HD6 2014 (MT8135) seems to use 3000 instead of the (common) 2000 seen across other MTK devices.
This commit is contained in:
parent
8e46df657c
commit
de42cf3ac5
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ default_ids = [
|
|||
[0x0E8D, 0x2000, -1], # MTK Preloader
|
||||
[0x0E8D, 0x2001, -1], # MTK Preloader
|
||||
[0x0E8D, 0x20FF, -1], # MTK Preloader
|
||||
[0x0E8D, 0x3000, -1], # MTK Preloader
|
||||
[0x1004, 0x6000, 2], # LG Preloader
|
||||
[0x22d9, 0x0006, -1], # OPPO Preloader
|
||||
[0x0FCE, 0xF200, -1], # Sony Brom
|
||||
|
|
Loading…
Reference in a new issue