Commit 8e7b757e authored by topjohnwu's avatar topjohnwu

Fix dtbo detection

parent 1ab543ce
...@@ -41,6 +41,7 @@ public class OnBootIntentService extends IntentService { ...@@ -41,6 +41,7 @@ public class OnBootIntentService extends IntentService {
* */ * */
MagiskManager mm = Utils.getMagiskManager(this); MagiskManager mm = Utils.getMagiskManager(this);
mm.loadMagiskInfo(); mm.loadMagiskInfo();
mm.getDefaultInstallFlags();
if (Shell.rootAccess()) { if (Shell.rootAccess()) {
Utils.patchDTBO(); Utils.patchDTBO();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment