View Single Post
  #20125 (permalink)  
Old 06-25-2010, 02:34 PM
ThrottleAbuse's Avatar
ThrottleAbuse
PPCGeeks Regular
Offline
 
Join Date: Dec 2007
Posts: 118
Reputation: 40
ThrottleAbuse is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |CDMA Rhodium|¸¸.·´¯`·.¸¸.- 'Energy' |Jun 22| 21907|23569 | MaxSense / Sense 201

Quote:
Originally Posted by bsarlo View Post
The Copy Directory functionality does not work on NRG ROMs. I think bobbyblack misunderstood your question. The exporter exports registry keys for import on your next flash. It does not export or copy files or folders. To do this, look into creating a mortscript.

You could try this
Thanks. I had been asking over on XDA and no one mentioned that fact about NRG Roms.

Quote:
Originally Posted by eddieyee View Post
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!
Thanks for the help. This has been pissing me off for weeks. I am assuming I can just create this file in notepad and label it with a .mscr extension? Can anyone confirm that I can then just copy it into my XDA_UC folder? Here is what I came up with for in the file.

Copy( "\Storage Card\Ringtones\NICKANI.WAV", "\Windows\Rings\NICKANI.WAV", TRUE )
Copy( "\Storage Card\Ringtones\RINGDING.MP3", "\Windows\Rings\RINGDING.MP3", TRUE )
Copy( "\Storage Card\IGo8.lnk", "\Windows\Start Menu\Programs\GPS\IGo8.lnk", TRUE )
Reply With Quote