• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

BOOT AUDIO?

NewCode33

Lurker
So I've been messing around with custom boot animation and I just realized there is no start up sound with the stock boot animation on the K7 with Metro PCS.
Is there no way to add audio to the boot animation when the phone starts up?
I've been in the /system/media
AND the /system/media/audio/ui. To no avail. I've searched the .proc file and multiple .XML files and found nothing that would insinuate that there is a audio boot folder or file. Has anyone found where this? Or how to create a fold/file for this to happen?
Thank you in advance.

Sent from my K7 in frustration
 
http://www.android-hilfe.de/attachments/bootsnd-sh-txt.68247/

you can try using this file in twrminal, no guarantees - it require's init.d support which we do not have natively.

http://androidforums.com/threads/init-d-support.1055936/ you can enable init.d support using this thread.

in theory, it should work - backup your device before running this script as it changes a few system files.

after the file is run, place your wanted boot up sound as "/system/media/android_audio.mp3"

to disable bootup sound edit your /system/build.prop file with
"ro.config.play.bootsound=0"


let me know how it works.
 
Back
Top Bottom