View Single Post
  #2 (permalink)  
Old 06-18-2009, 04:36 PM
jdmsleepr's Avatar
jdmsleepr
Regular 'Geeker
Offline
 
Join Date: Nov 2008
Posts: 339
Reputation: 980
jdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Using Sashimi to automatically restore contacts on a touch pro

just put this in your mortscript file and change the copy from folder location and you should be good to go...

Rename("\pim.vol", "plim.vold")
Copy("\Storage Card\Auto\pim.vol", "\pim.vol")
SetFileAttribute("\plim.vold", "archive", FALSE)
Delete("\plim.vold")


cheers!!
Reply With Quote
This post has been thanked 1 times.