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
I've got a tablet with the MT6789 (Helio G99, its twin is MT8781) and I'm trying to dump the BROM. When I run mtk dumpbrom and connect the tablet while it's in BROM mode, the tool outputs this far:
And then it hangs. From watching bkerler's masterclass I know that after this line it is supposed to say something like "Successfully sent payload" and then go on to actually dump the BROM, but for me it just hangs there until it times out:
Exploitation - Error, payload answered instead:
PLTools
PLTools - [LIB]: Error on sending payload: ./mtkclient/venv/lib/python3.10/site-packages/mtkclient/payloads/generic_dump_payload.bin
Traceback (most recent call last):
File "./mtkclient/venv/bin/mtk", line 8, in <module>
sys.exit(main())
File "./mtkclient/venv/lib/python3.10/site-packages/mtkclient/mtk.py", line 1017, in main
mtk = Main(args).run(parser)
File "./mtkclient/venv/lib/python3.10/site-packages/mtkclient/Library/mtk_main.py", line 450, in run
plt.run_dump_brom(filename, self.args.ptype)
File "./mtkclient/venv/lib/python3.10/site-packages/mtkclient/Library/pltools.py", line 140, in run_dump_brom
if self.runpayload(filename=pfilename, ack=0xC1C2C3C4, offset=0):
File "./mtkclient/venv/lib/python3.10/site-packages/mtkclient/Library/pltools.py", line 104, in runpayload
self.error(f"Error, payload answered instead: {hexlify(response_ack).decode('utf-8')}")
TypeError: a bytes-like object is required, not 'NoneType'
Is there something else I should try at this point? Maybe specify a different payload or exploit for this chip?
The text was updated successfully, but these errors were encountered:
Any ideas on what's going on with the iInterface entries, on lines 29, 46, 82, 99? I'm always suspicious that there might be some kind of data corruption when I see non-latin characters show up in these things, like in comm_if̦data_if̄Љ檬 or data_if̄Љ檬呪풅ཊꤛ漢䕄礤
Maybe it's an issue with my USB drivers? I don't know why they would be; I'm running Pop!_OS, downstream of Ubuntu 22.04 LTS (kernel 6.9.3), so I don't think there is anything particularly unusual about my setup, but maybe that would explain why it's getting strange(?) interface names and timing out like this?
I've got a tablet with the MT6789 (Helio G99, its twin is MT8781) and I'm trying to dump the BROM. When I run
mtk dumpbrom
and connect the tablet while it's in BROM mode, the tool outputs this far:And then it hangs. From watching bkerler's masterclass I know that after this line it is supposed to say something like "Successfully sent payload" and then go on to actually dump the BROM, but for me it just hangs there until it times out:
Is there something else I should try at this point? Maybe specify a different payload or exploit for this chip?
The text was updated successfully, but these errors were encountered: