PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Touch Pro 2 (http://forum.ppcgeeks.com/forumdisplay.php?f=97)
-   -   Cab to Set your Outlook Signature During UC/XDA_UC/SASHIMI (or anytime) (http://forum.ppcgeeks.com/showthread.php?t=113171)

NinjaDuck 03-06-2010 12:41 AM

Cab to Set your Outlook Signature During UC/XDA_UC/SASHIMI (or anytime)
 
2 Attachment(s)
If you are like me, you hate the "Sent from my bla bla phone" default signature that gets put at the bottom of your emails.

I put together this cab to install a program that reads a registry value and sets your signature on first boot.

To use it, set the following registry entries during the UC process:

XML Version:
Code:

<wap-provisioningdoc>
  <characteristic type="Registry">
    <characteristic type="HKLM\SOFTWARE\MobilityDojo.net\DojoSig">
      <parm name="Signature" value="Your Name" datatype="string" />
      <parm name="UseReplyForward" value="1" datatype="integer" />
      <parm name="UseSignature" value="1" datatype="integer" />
    </characteristic>
</wap-provisioningdoc>

Registry Version:
Code:

[HKEY_LOCAL_MACHINE\Software\MobilityDojo.net\DojoSig]
"Signature"="Your Name"
"UseReplyForward"=dword:00000001
"UseSignature"=dword:00000001



Detailed info
  • All credit for the code goes to mobilitydojo.net
  • The icon will show after a reboot
  • There is detail on how it works here: Thread
  • This program requires that you have MortScript installed (most ROMS do)
  • You can technicall set the registry and run the program any time to have a random signature


All times are GMT -4. The time now is 04:35 PM.

Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0