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

disable low battery alert sound

Type and paste the output of this command:

ls /system/media/audio/ui/
 
export PATH=/data/local/bin:$PATH
$ $ls /system/media/audio/ui/


LowBattery.ogg.old
Effect_Tick.ogg
Unlock.ogg
camera_click.ogg
Undock.ogg
KeypressReturn.ogg
KeypressDelete.ogg
KeypressSpacebar.ogg
Dock.ogg
VideoRecord.ogg
KeypressStandard.ogg
Lock.ogg
$ $ $
 
P.s.

export PATH=/data/local/bin:$PATH
$ $su
# mount -o remount,rw /dev/block/mtdblock4 /system
# mv /system/media/audio/ui/LowBattery.ogg /system/media/audio/ui/LowBattery.ogg.old
failed on '/system/media/audio/ui/LowBattery.ogg' - No such file or directory
#
 
You are erroring out because you've renamed it successfully earlier.

Notice the file name is LowBattery.ogg.old
 
So were done?
can I do the same with the camera and video oggs?
Thanks again for your help and patience!
 
I think you can also use root explorer to rename or delete the file.

GideonX actually provided the location in his first post, it's in /system/media/audio/ui/LowBattery.ogg

Thanks! :)

That was easier than using ADB from the Android SDK to fix it.
You have got to be rooted in both cases anyway :o.

I used OI File Manager to rename the file.
 
Hi 've spent ages trying to find the answer to this, as every day the low battery noise shatters my eardrums and nearly makes me fall off my seat while wearing headphones on the train. I rooted the phone, deleted the media files, tried to find the hidden menus, froze system spps with Titanium, all for nothing. Yesterday, I got Sound Manager from the Android Market, turned System Volume to zero and hey presto, no more low battery warning! It doesn't seem to effect anything else like ringtone, email text etc either. I can't believe it was so easy! I will post this on other forums too as I would've found it very helpful. Thanks,
 
Back
Top Bottom