mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -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:
|
if not hassecurity:
|
||||||
mtk.daloader.patch = True
|
mtk.daloader.patch = True
|
||||||
|
|
||||||
if preloader is None:
|
if not self.mtk.config.stock:
|
||||||
self.info("Preloader is not supplied. Acquiring it through BROM exploit.")
|
|
||||||
mtk = mtk.bypass_security() # Needed for dumping preloader
|
mtk = mtk.bypass_security() # Needed for dumping preloader
|
||||||
else:
|
else:
|
||||||
self.info("Using supplied preloader. Skipping exploitation!")
|
self.info("Using supplied preloader. Skipping exploitation!")
|
||||||
|
|
Loading…
Reference in a new issue