View Single Post
  #1 (permalink)  
Old 03-06-2010, 12:41 AM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Cab to Set your Outlook Signature During UC/XDA_UC/SASHIMI (or anytime)

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
Attached Images
File Type: png Signature.png (13.7 KB, 3 views) Click for barcode!
Attached Files
File Type: cab Ninja Duck Signature.1.1.cab (21.2 KB, 25 views) Click for barcode!
__________________
Some requests I have filled: Click Here

Last edited by NinjaDuck; 12-29-2010 at 11:25 PM.
Reply With Quote
This post has been thanked 3 times.