You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems wrong address or different BROM versions:
MT6572
int (cmd_handler)() = (void)0x4002f7; >> 0x40C5AF
MT6768
int (cmd_handler)() = (void)0xcec5; >> 0xCF15
MT6785
int (cmd_handler)() = (void)0xefd9; >> 0xF029
After these patch all works fine, Tested on Xiaomi phones.
Thanks for the report, It is working fine with Kamakiri exploit but not with Kamakiri 2. After patching with suggested values which I think is retrieved from mtkclient config file, everything worked just fine with Kamakiri 2 also.
Seems wrong address or different BROM versions:
MT6572
int (cmd_handler)() = (void)0x4002f7; >> 0x40C5AF
MT6768
int (cmd_handler)() = (void)0xcec5; >> 0xCF15
MT6785
int (cmd_handler)() = (void)0xefd9; >> 0xF029
After these patch all works fine, Tested on Xiaomi phones.
Here is dump of my BROM's:
https://drive.google.com/file/d/1dIGr2Ndbzhj_7YpPdHUtzYBzCuwr7FlD/view?usp=sharing
The text was updated successfully, but these errors were encountered: