can we install a custom boot animation? don't get me wrong i like the boot animation, but i was in a important meeting the other day and my phone turned on and it was basically like someone farted really loud in there....it was very awkward. thanks for anyone that can tell me if we can do this.
BAHAHAHAHAAAAAA OMG man that one made me laugh
the boot animation is located in system/media, so if you have a prefered replacement you can push it via adb.
as for the sound, it is located in system/sounds/power and you MUST rename your replacement file to MetroPCS_PowerOn.mp3, then same thing just push it via adb.
an alternative would be to take the shell of a flashable theme (the META-INF folder) check the updater-script to make sure it is only mounting and installing /system folder
-once your script is in order place the META-INF folder into a new empty folder
-now while inside the new folder, create a folder in it and name it 'system'
-now open the system folder you created and make the designated folders for the required files ie: make a media folder and place bootanimation.zip folder inside it
when all finished you should have a folder layout like this
/New Folder-
-META-INF
-system/
--------media/bootanimation.zip
--------sounds/power/MetroPCS_PowerOn.mp3
(these directories are whithin the system folder)
now highlight the META-INF folder & system folder, right click to open menu and select send to-.zip, once finished you now have a flashable bootanimation
if you need help feel free to ask..