Install Magisk on my android device
Here are my few steps to flash magisk in my android system :
- Get the latest zip image of the distro
- Pass it to the magisk app in the magisk install menu
- Note the file created by magisk
- Grab that file by using the command
adb pull myfile.img
- Reboot in fastboot mode
adb reboot fastboot
- Push the file in the boot
fastboot flash boot myfile.img
- Finally reboot the phone
fastboot reboot
Note : I’m in developper mode on the phone and I’ve accepted the computer when asked. I’ve also installed the android tools on my computer.