View Single Post
  #20097 (permalink)  
Old 06-24-2010, 05:06 PM
eddieyee's Avatar
eddieyee
PPCGeeks Regular
Offline
 
Join Date: Mar 2008
Posts: 63
Reputation: 100
eddieyee is keeping up the good workeddieyee is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |CDMA Rhodium|¸¸.·´¯`·.¸¸.- 'Energy' |Jun 22| 21907|23569 | MaxSense / Sense 201

I just do it thru mortscript instead. I run this separately after the XDA_UC, but I think you can copy a mortscript into the XDA_UC folder and it will execute it... Here is an example mortscript:

mysettings.mscr
==============

Vibrate(1000)
Copy( "\Storage Card\Settings\ygoservice.db", "\Application Data\HTC\ygo\ygoservice.db", TRUE )
Copy( "\Storage Card\Settings\nanogroove\ng.cfg", "\Application Data\nanoGroove\ng.cfg", TRUE )
Delete("\Windows\Start Menu\Programs\iGuidance Launcher.lnk")


Hope this helps!

Quote:
Originally Posted by ThrottleAbuse View Post
I am trying to get XDA_UC to copy a couple files and I cant seem to get it to work. I cant figure out what is going wrong. The are .reg files and the first one is labeled. AutoShortCut.reg and the second FileCopy.reg Here is what I have in them. I used notepad to edit them. Is there some setting or file I am missing. I simply created the files and put them in the XDA_UC folder. Any help would be awesome. Thanks.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\XDA\AutoShortCut]
"\\Windows\\Start Menu\\Programs\\GPS\\IGo8.lnk"="\\Storage Card\\IGO8\\iGO8.exe"

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\XDA\FileCopy]
"\\Windows\\Rings\\NICKANI.WAV"="\\Storage Card\\Ringtones\\NICKANI.WAV"

[HKEY_LOCAL_MACHINE\Software\XDA\FileCopy]
"\\Windows\\Rings\\RINGDING.MP3"="\\Storage Card\\Ringtones\\RINGDING.MP3"

Last edited by eddieyee; 06-24-2010 at 05:12 PM.
Reply With Quote
This post has been thanked 1 times.