Thursday, April 23, 2009

Windows Mobile 6.5

Watch this space for Windows Mobile 6.5



More Updates coming soon

Modified TCPMP for Flv, Flv4, 3gp, Mp4

I second on that, it works...

Thanks mansukya from XDA-Community.

XDA Forum URL

Direct Download URL

Wednesday, April 22, 2009

Windows Mobile Vibrate in Call issue

One of the intelligent guy in XDA-Developers forum help me in that
URL
OS: WM6.5 21210
Problem: On Incoming call, phone vibrates continuously with Ringtone, even though Vibrate Option is not configured

Solution:
Ok...May be VIB for 1 Second then ring...
1. Goto Start->Task Manager and select the up-right conner to "Regedit".
2. Goto HKEY_current_User->ControlPanel->Sounds->RingTone0 and double click on this Item.
3. In keyname "Script" it will use "av0pr" as default value.
4. Just change "av0pr" to "av1pr" and It'll vib for 1 sec then ring the sound. (0 is always VIB)

***Note***
a = activate device
cN = set volume to N in percentage max volume
fN = flash notification LED for N seconds
p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code.
r = repeat. Note that this should be the last code in your Script string, if used at all.
vN = vibrate for N seconds
wN = wait for N seconds. Note that the device will wait this long before continuing with the next code.
I have this note for long time with WM6.1

Please thank the expert for that envb0 for that