mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix brom detection bug
This commit is contained in:
parent
615741c441
commit
82f8d2ce02
1 changed files with 1 additions and 2 deletions
3
mtk
3
mtk
|
@ -258,8 +258,7 @@ class Mtk(metaclass=LogBase):
|
|||
return rmtk
|
||||
|
||||
def bypass_security(self):
|
||||
if not self.config.is_brom:
|
||||
mtk = self.crasher()
|
||||
mtk = self.crasher()
|
||||
plt = PLTools(mtk, self.__logger.level)
|
||||
if self.config.payloadfile is None:
|
||||
if self.config.chipconfig.loader is None:
|
||||
|
|
Loading…
Reference in a new issue