mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c15f747b34
1 changed files with 2 additions and 2 deletions
|
@ -596,8 +596,8 @@ class DA_handler(metaclass=LogBase):
|
|||
self.da_gpt(directory=directory)
|
||||
elif cmd == "printgpt":
|
||||
data, guid_gpt = mtk.daloader.get_gpt()
|
||||
if guid_gpt is None:
|
||||
self.error("Error reading gpt")
|
||||
if not guid_gpt:
|
||||
self.error("Error reading gpt, please read whole flash using \"mtk rf flash.bin\".")
|
||||
else:
|
||||
guid_gpt.print()
|
||||
elif cmd == "r":
|
||||
|
|
Loading…
Reference in a new issue