- Apr 12, 2011
- 105
- 8
- 0
The "usage mount:" message means that the command syntax is not correct.
Sent from my VM670 using Tapatalk
So is there a way I can fix that?
The "usage mount:" message means that the command syntax is not correct.
Sent from my VM670 using Tapatalk
The "usage mount:" message means that the command syntax is not correct.
Sent from my VM670 using Tapatalk
alias a=busybox
a chmod blah blah blah
a chown blah blah blah
since it's froyo instead of GB, are you putting your bootsound named as PowerOn.mp3 in /system/sounds/poweron
?
it's all I can think of.
Maybe attach the current bootsound.sh script, I can look at it too.
# LGE_CHANGE_S [soocheol.heo@lge.com] 2010-07-08, merge from MS690 for enable boot sound
# 20100708 [email]hyeongwoo.seo@lge.com[/email] MS690: Change.. media -> root
# LGE_CHANGE [dojip.kim@lge.com] 2010-06-28
service bootsound /system/bin/playmp3
user root
group root
oneshot
su
mount -o remount,rw /system /system
mkdir /system/sounds/poweron
cp /system/media/android_audio.mp3 /system/sounds/poweron/PowerOn.mp3
mount -o remount,ro /system /system
in terminal, or adb shell;
assuming you already have the /system/media/android_audio.mp3 on the phone from trying to make this work the other way.Code:su mount -o remount,rw /system /system mkdir /system/sounds/poweron cp /system/media/android_audio.mp3 /system/sounds/poweron/PowerOn.mp3 mount -o remount,ro /system /system
then reboot, and watch people jump from the self destruct notification.
you could make it a script if you want, but that should do it.
just type it in.
or copy and paste it in adb shell on your pc.
did it give you any errors?
ls /system/sounds/poweron/
does your .mp3 file play ok in the media player?
does it show up with
init.local.rc is inert, it won't do anything.Code:ls /system/sounds/poweron/
i dunno, worked on harmonia on my ov. used the stock PowerOn.mp3 to test it. it plays before the harmonia animation comes on.