Hi,
Having trouble dumping a chinese smart clock that's running MT8167S.
MT8167 payload for mtk-bypass runs and is correct (dumped brom and checked function offsets and sec table).
I have the factory image for it (which works, flashed whole image to be 100% sure)
Extracted preloader from boot0.img factory image and created scatter file (both by hand and by wwr)
But still when trying to read back I get:
STATUS_PRELOADER_INVALID (0xC0030004)
I'm new to the MTK world and have been out of the android world in general for some years so need some pointers I'm afraid!
Having trouble dumping a chinese smart clock that's running MT8167S.
MT8167 payload for mtk-bypass runs and is correct (dumped brom and checked function offsets and sec table).
Code:
[2021-06-28 00:07:40.653474] Waiting for device
[2021-06-28 00:07:49.098563] Found port = COM6
[2021-06-28 00:07:49.364155] Device hw code: 0x8167
[2021-06-28 00:07:49.379774] Device hw sub code: 0x8a00
[2021-06-28 00:07:49.379774] Device hw version: 0xcb00
[2021-06-28 00:07:49.379774] Device sw version: 0x1
[2021-06-28 00:07:49.395429] Device secure boot: True
[2021-06-28 00:07:49.395429] Device serial link authorization: False
[2021-06-28 00:07:49.411023] Device download agent authorization: True
[2021-06-28 00:07:49.426646] Disabling watchdog timer
[2021-06-28 00:07:49.457912] Disabling protection
[2021-06-28 00:07:52.995171] Protection disabled
I have the factory image for it (which works, flashed whole image to be 100% sure)
Extracted preloader from boot0.img factory image and created scatter file (both by hand and by wwr)
But still when trying to read back I get:
STATUS_PRELOADER_INVALID (0xC0030004)
I'm new to the MTK world and have been out of the android world in general for some years so need some pointers I'm afraid!