mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Update xflash.py
This commit is contained in:
parent
54e604ab0a
commit
f1f404660b
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class xflashext(metaclass=LogBase):
|
|||
def read_rpmb(self, filename=None, display=True):
|
||||
progressbar = progress(1, self.mtk.config.guiprogress)
|
||||
sectors = 0
|
||||
val = self.custom_rpmb_init()
|
||||
#val = self.custom_rpmb_init()
|
||||
ufs = False
|
||||
if self.xflash.emmc.rpmb_size != 0:
|
||||
sectors = self.xflash.emmc.rpmb_size // 0x100
|
||||
|
|
Loading…
Reference in a new issue