💻 => 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.zip
sudo 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
- 💻
adb
might 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