[MOD][Update 15-AUG] Enable hidden "battery low"+custom sound+unlock repeat option
Hi!
I found this yesterday when i was pissed off, that i don't hear sound notification,
that my battery is low and my phone turn off outside when i need it working.
My first "discovery" (maybe everyone know that, for me this is new) is that in \Windows\
is sound file lowbatt.wav and this file is sound of low battery notification, so we can replace in by any sound we want.
I lookin for registry assocation of this file and then i found how to enable "Low battery" possition
in Settings>Sounds and notifications>tab "Notifications">first drop-down list.
To enable this option please import REG file from attachments. It casuse in this drop-down list appear "Battery low" option.
If you want to have this possition in your language, there is source code and you can modify "Battery low" from las line,
copy this whole code, paste to PC Notepad and save as "*.*" and file name *.REG and in next step send it to phone
and import to registry with Resco Registry:
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\ControlPanel\Notifications\{A877D663-239C-47a7-9304-0D347F580408}]
"Duration"=dword:00000000
"Options"=dword:0000000F
"Wave"="\\Windows\\LowBattery.wav"
@="Battery low"
In attachment you can find my custom sound - alert sound like from Avast Antivirus.
Update (25-07-2010):
I created CAB, which enable "Battery low" menu and replace original lowbatt sound.
Update (15-08-2010):
I modified my CAB. Now "Repeat" option is unlocked too.