topjohnwu / Magisk

The Magic Mask for Android
GNU General Public License v3.0
47.6k stars 12.09k forks source link

Installing Custom Recovery/ROM #2447

Closed ranggasan closed 4 years ago

ranggasan commented 4 years ago

Does install magisk always lock the bootloader? I have unlocked my device but after I install magisk, it lock the bootloader again

What if I want to install custom ROM like TWRP or clean flash ROM, Do I need to unlock my bootloader again? Will this cause problems on my device due to the magisk that already installed?

P.S: My device is Redmi K20

Fox2Code commented 4 years ago

Your ROM can't boot if your bootloader is locked so if you have Magisk installed and your phone boot normally this means that your bootloader is unlocked.

I think it's just MagiskHide faking the bootloader state to locked to avoid triggering root detection and SafetyNet.

So don't worry if it shows that your bootloader is locked if you have Magisk installed it's probably not the case.

If you still want more information you can read this issue #2414

Didgeridoohan commented 4 years ago

Magisk does not lock the bootloader. You're misunderstanding something.

ranggasan commented 4 years ago

Your ROM can't boot if your bootloader is locked so if you have Magisk installed and your phone boot normally this means that your bootloader is unlocked.

I think it's just MagiskHide faking the bootloader state to locked to avoid triggering root detection and SafetyNet.

So don't worry if it shows that your bootloader is locked if you have Magisk installed it's probably not the case.

If you still want more information you can read this issue #2414

Ah, yes...I tried to deactivate MagiskHide and my bootloader status is now unlocked. Thanks for information :)