Techbypass always tries to help you to learn about recent vulnerabilities and exploitations.

Learn and share your security findings and help others to secure their digital assets.

Need any help mail to [email protected]

0 votes
by (169 points)

1 Answer

0 votes

[Official ROM]You don't need to flash to install magisk but if you are getting boot loop then download the fastboot ROM, flash the device. Some ROM contains flash_all.sh file. Go to fasboot mode.

adb reboot bootloader

then ./flash_all.sh

Then setup the phone install the magisk.apk (Magisk Manager)and patch the boot.img from the rom. Enable USB debugging and again go to the fast boot mode.

adb reboot bootloader

fastboot devices

fastboot flash boot boot.img

fastboot reboot

by (271 points)
...