View Single Post
  #1953 (permalink)  
Old 04-01-2010, 05:48 AM
imnuts's Avatar
imnuts
VIP Member
Offline
 
Join Date: Aug 2007
Posts: 1,098
Reputation: 2745
imnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIPimnuts is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: ║MightyROM.com║ ║Windows Phone®║ ║Sense UI 2.5║

Quote:
Originally Posted by ibleedbloo View Post
Quick question for the team. Is there quick and/or easy way to create shortcuts in the start menu of programs installed on my SD card? I currently use Total Commander, but thats a one at a time system. Anyway to speed up the process?
You can also do this with provisioning XML

Code:
<wap-provisioningdoc>
<characteristic type="FileOperation">
<characteristic type="[Directory to put the shortcut in]" translation="install">
<characteristic type="MakeDir" />
<characteristic type="Shortcut Name.lnk" translation="install">
<characteristic type="Shortcut">
<parm name="Source" value="\Shortcut\Source\File.exe" translation="install" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Quote:
Originally Posted by mikewest View Post
I installed this, but it does not seem any different than the one in the FAQs....It does however appear to work... Is there anyway for the picture to show up in the HTC notification the way it used to with the stock 6.1 rom?
I haven't received a MMS in some time, but as far as I remember, you do get a notification from the HTC Notification Manager when one comes in, similar to text/email messages. And it shouldn't look any different to the user as far as using ArcSoft, the changes should only make it look different to the network when sending messages.

Last edited by imnuts; 04-01-2010 at 08:25 AM.