mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
commit
1c2f4d3a61
1 changed files with 1 additions and 1 deletions
2
mtk
2
mtk
|
@ -770,7 +770,7 @@ class Main(metaclass=LogBase):
|
|||
self.info(f"Dumping partition {str(partition.name)} with sector count {str(partition.sectors)} " +
|
||||
f"as {filename}.")
|
||||
mtk.daloader.readflash(addr=partition.sector * mtk.daloader.daconfig.pagesize,
|
||||
length=partition.sectors * mtk.daconfig.pagesize, filename=filename,
|
||||
length=partition.sectors * mtk.daloader.daconfig.pagesize, filename=filename,
|
||||
parttype=parttype)
|
||||
mtk.daloader.close()
|
||||
self.close()
|
||||
|
|
Loading…
Reference in a new issue