For those who have trouble with the TXT and E-mail buttons not working, there is a cab out there, but I have the registry entries that I am using. This also fixes the send key to bring up voice recognition, like stock does (otherwise you will have to set these keys every time you flash):
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C6]
@="\"\\windows\\voicecmd.exe\" -ptt"
"Flags"=dword:00000000
"WndCls"=""
"BtnWnd"=dword:00000000
"Name"="Send (Hold)"
"ResetCmd"="\"\\windows\\voicecmd.exe\" -ptt"
"Icon"="\\Windows\\voicecmd.exe,-0"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C8]
"BtnWnd"=dword:7c07fd00
"Icon"="\\Windows\\tmail.exe,-0"
"Flags"=dword:00000000
"ResetCmd"="\\Windows\\Messaging.lnk"
"WndCls"="Inbox.MainWnd"
@="\\Windows\\Messaging.lnk"
"Name"="Messaging"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C9]
"Icon"="\\Windows\\tmail.exe,-0"
"ResetCmd"="\\Windows\\AppButtons\\SMS.lnk"
"Flags"=dword:00000000
@="\\Windows\\AppButtons\\SMS.lnk"
"BtnWnd"=dword:7c08ffc0
"WndCls"="Inbox.MainWnd"
"Name"="SMS"
I also made it so they had the right icons, just for fun...but there are probably better icon choices if you care about that.
-Dan