View Single Post
  #30 (permalink)  
Old 04-06-2009, 01:10 AM
hannip's Avatar
hannip
PPCGeeks Regular
Offline
Location: Northern VA
 
Join Date: Oct 2006
Posts: 137
Reputation: 90
hannip is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to hannip
Re: NEW Palm Threaded sms app with MMS 4/1/09

Quote:
Originally Posted by acjigga View Post
I just noticed that I don't have a text messages folder. I have an MMS folder and an Outlook E-mail folder but I don't see anything for text messages. How can I add a folder for texts?
When you install Palm SMS app it hides the poutlook sms account. Your texts go to the Palm sms app. The MMS is suppose to be hidden also, but on the Treo Pro they are combined into the sms account. Some reg tweaks would need to be made to hide that The reg keys that deal with this are:

Code:
[HKEY_LOCAL_MACHINE\System\Inbox\ExternalAccounts\MMS]
"Handler"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
"DisplayName"="MMS"

[HKEY_LOCAL_MACHINE\System\Inbox\ExternalAccounts\SMS]
"Handler"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
"DisplayName"="SMS"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Svc\SMS]
"CommandLineHook"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
To hide the MMS account in poutlook inbox I think you'd just add this:

Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Svc\MMS]
"CommandLineHook"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
But that assumes your MMS account is Svc\MMS and not some custom name.

When you uninstall the Palm app, assuming you followed the uninstall steps, all of the above settings go away and the SMS and MMS accouts are unhidden.

Last edited by hannip; 04-06-2009 at 01:13 AM.
Reply With Quote