Title: Batt low sound question Post by: CRLSboy on September 20, 2007, 08:11:03 am How to disable the battery sound low for E2? Sound low is very irritating! >:( My old e398 has this function to enable and disable… Created for elektro255. Exists some way to take off this batt sound? ??? Title: Re: Batt low sound question Post by: error398 on September 20, 2007, 08:45:44 am How to disable the battery sound low for E2? Sound low is very irritating! >:( My old e398 has this function to enable and disable… Created for elektro255. Exists some way to take off this batt sound? ??? Which FW are u used?? Title: Re: Batt low sound question Post by: konspirasi on September 20, 2007, 10:45:00 am Usually when my batt low i just change my profile to vibrate or silence hehe.
I want to remove it too cos you're right it's irritating. I'm using katze3 beta. Thx before raunamaxtor Title: Re: Batt low sound question Post by: rushwhq on September 20, 2007, 10:52:01 am Yeah
Me too, Would ne nice if u can desactive all freaky sounds from K3. Its not that i dont like, but its annonying Cheers ! Title: Re: Batt low sound question Post by: CRLSboy on September 20, 2007, 07:17:41 pm How to disable the battery sound low for E2? Sound low is very irritating! >:( My old e398 has this function to enable and disable… Created for elektro255. Exists some way to take off this batt sound? ??? Which FW are u used?? I am with ultimate 48p. He would be very interesting to take off this sound. If vc will have a solution… He would be one of intens of a perfect Fw. We are in one search fw perfectly and total tuning. Title: Re: Batt low sound question Post by: CRLSboy on September 20, 2007, 07:30:49 pm Usually when my batt low i just change my profile to vibrate or silence hehe. I want to remove it too cos you're right it's irritating. I'm using katze3 beta. Thx before raunamaxtor To change of profile is bad… He would be cool to take off the battery low or to diminish the volume independent it of the selected profile. But is very difficult to find the archive of the sound batt. :'( Title: Re: Batt low sound question Post by: rodrigon121 on September 20, 2007, 07:46:44 pm the onePreb 2 have that option, just have to create a folder calles no_notif on main menu and problem solved
Title: Re: Batt low sound question Post by: CRLSboy on September 20, 2007, 07:59:12 pm the onePreb 2 have that option, just have to create a folder calles no_notif on main menu and problem solved @rodrigon121 thnx And ultimate, we have some solution? Or universal fw solution? Title: Re: Batt low sound question Post by: Exploited on September 20, 2007, 11:03:45 pm I want the opposite - to enable it :) For some reason on my phone it stopped doing it
Title: Re: Batt low sound question Post by: zjole on September 21, 2007, 05:39:59 am add the following code to your startup.txt
Code: mount --bind /usr/data_resource/ringtone/silence.mid /usr/SYSqtapp/phone/Notification_5.mid Title: Re: Batt low sound question Post by: amneto on September 21, 2007, 07:13:13 am I'm using kaleidoscope and it has no batlow notify sound...
I hate that sound either but anyway it is important to know when u have to charge ur bat otherwise ur phone won't be reliable. I wish someone find a way to change the sound. then we could use another sound not as annoying as the stock one. =) Title: Re: Batt low sound question Post by: CRLSboy on September 21, 2007, 08:18:39 am I want the opposite - to enable it :) For some reason on my phone it stopped doing it Very wild! The happiness of one is the sadness of the other… ;D Title: Re: Batt low sound question Post by: CRLSboy on September 21, 2007, 08:21:36 am add the following code to your startup.txt Code: mount --bind /usr/data_resource/ringtone/silence.mid /usr/SYSqtapp/phone/Notification_5.mid Thx! I go to test this code… Title: Re: Batt low sound question Post by: Joka X on September 21, 2007, 09:19:27 am i want to enable it back tooooo.....my phone suddenly stop doing it tooooo...... :(
Title: Re: Batt low sound question Post by: rodrigon121 on September 21, 2007, 03:54:15 pm add the following code to your startup.txt Code: mount --bind /usr/data_resource/ringtone/silence.mid /usr/SYSqtapp/phone/Notification_5.mid wheres startup.txt? i dont remember ;D Title: Re: Batt low sound question Post by: error398 on September 21, 2007, 06:02:56 pm u dont remember or u dont know??
go to ./system/ezx_local/ Title: Re: Batt low sound question Post by: zjole on September 22, 2007, 08:52:18 am add the following code to your startup.txt Code: mount --bind /usr/data_resource/ringtone/silence.mid /usr/SYSqtapp/phone/Notification_5.mid wheres startup.txt? i dont remember ;D /ezxlocal/startup.txt or /ezxlocal/download/mystuff/unKnown/startup.txt or /mmc/mmca1/autorun/startup.txt Title: Re: Batt low sound question Post by: rodrigon121 on September 22, 2007, 04:21:26 pm thanx i didnt remember ;D
Title: Re: Batt low sound question Post by: CRLSboy on October 24, 2007, 06:41:53 am Paste
if [ -f /usr/data_resource/ringtone/silence.mid ] then mount --bind /usr/data_resource/ringtone/silence.mid /usr/SYSqtapp/phone/Notification_5.mid fi in "autorun.txt" for no low bat sound... |