I have a music server that will pass m3u playlists to my phone which I'll play through TCPMP, only problem is that I'd like to conserve battery life while I do this. I've enabled a registery setting :
HKLM\system\currentcontrolset\control\power\state\ unattended
WAV1: =dword:00000000
Flags = dword:00400000
in the hopes of powering off the phone while still streaming music via the data connection. This reg tweak half works but every 10-15 seconds I'll get a blip in the stream. When the phone is powered on normally it streams flawlessly.
Can anyone shed some light?