Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #more at https://gitlab.com/metalx1000/Custom-Android-Boot-Animation-with-Magisk
- #download example animation
- wget "https://gitlab.com/metalx1000/Custom-Android-Boot-Animation-with-Magisk/-/raw/master/animations/bootanimation.zip"
- #create Magisk Module Folder
- adb shell "su -c 'mkdir -p /data/adb/modules/custombootani/system/product/media'"
- #copy animation to device
- adb push bootanimation.zip /sdcard/
- adb shell "su -c 'mv /sdcard/bootanimation.zip /data/adb/modules/custombootani/system/product/media/'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement