Is it possible to make multiple adb commands a one-liner command? (case change bootanimation.zip)
0
votes
2
answers
4259
views
Is it possible to make the following commands a one-liner command ? to change bootanimation.zip quickly and gain some
C:\Users\User\Desktop>adb push bootanimation /sdcard
C:\Users\User\Desktop>adb shell
$ su
# mount -o rw,remount /system
# cp /sdcard/bootanimation.zip /system/media/bootanimation.zip
# chmod 644 /system/media/bootanimation.zip
# reboot
Asked by M. A.
(840 rep)
Jun 18, 2019, 02:28 PM
Last activity: Jan 25, 2025, 03:20 AM
Last activity: Jan 25, 2025, 03:20 AM