Advertisement
metalx1000

Custom Android Boot Animation with Magisk

Oct 15th, 2022
1,418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | Source Code | 0 0
  1. #more at https://gitlab.com/metalx1000/Custom-Android-Boot-Animation-with-Magisk
  2. #download example animation
  3. wget "https://gitlab.com/metalx1000/Custom-Android-Boot-Animation-with-Magisk/-/raw/master/animations/bootanimation.zip"
  4.  
  5. #create Magisk Module Folder
  6. adb shell "su -c 'mkdir -p /data/adb/modules/custombootani/system/product/media'"
  7.  
  8. #copy animation to device
  9. adb push bootanimation.zip /sdcard/
  10. 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