mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 11:14:56 -05:00
Fix preloader issue
This commit is contained in:
parent
18784ac75b
commit
34f1341da9
1 changed files with 1 additions and 2 deletions
|
@ -127,8 +127,7 @@ class DaHandler(metaclass=LogBase):
|
|||
if not hassecurity:
|
||||
mtk.daloader.patch = True
|
||||
|
||||
if preloader is None:
|
||||
self.info("Preloader is not supplied. Acquiring it through BROM exploit.")
|
||||
if not self.mtk.config.stock:
|
||||
mtk = mtk.bypass_security() # Needed for dumping preloader
|
||||
else:
|
||||
self.info("Using supplied preloader. Skipping exploitation!")
|
||||
|
|
Loading…
Reference in a new issue