๐ป => the device running adb (usually a PC)
๐ฑ => the device where Magisk is going to be installed (usually a Phone or Tablet)
- ๐ฑ Install Magisk App
- ๐ป Download Magisk
- ๐ป Rename .apk to .zip
- ๐ป Reboot device in Sideload mode
- ๐ป Sideload Magisk
- ๐ฑ Complete the Magisk installation (if needed)
The app can be found on F-Droid:
- ๐ฑ if an older version is installed, update it directly from the Magisk app
Download the latest Magisk .apk from the official GitHub repo:
mv Magisk.VERSION-NR.apk Magisk.VERSION-NR.apk.zipsudo adb reboot sideload- ๐ฑ USB debugging mode must be active (under Settings > Developer Options)
- ๐ฑ the device running
adb(๐ป) must be approved on the receiving device (๐ฑ), else no actions will be taken - ๐ป in case something goes wrong, kill the running server and start over
sudo adb kill-server
sudo adb sideload /path/to/Magisk.VERSION-NR.apk.zip- ๐ฑ signature verification might fail, I bypass it to install Magisk anyway
- ๐ป
adbmight show something likeTotal xfer: 0.90x, this is fine - ๐ฑ reboot to system once done
Magisk might need to be re-installed "internally".
This can be done directly from the app.
- ๐ฑ a popup will appear
- ๐ฑ re-install Magisk using the recommended option
- ๐ฑ once done a reboot option will be shown, reboot
thanks