Custom profiles, with new editable fields.....
* edit - errr, not editable yet, working on that

First of all, go into settings>profiles and edit the normal profile (you dont need to change anything, this is just so that the xml file is put into the IPSMApplication DataProfiles folder)
next, copy the normal.prof.xml file from IPSMApplication DataProfiles to your pc, dont worry, it will be invisible for now.
now open a dosprompt on your pc (start>run and type command and press enter)
browse to the directory where you put the xml file using dosprompt.
type: attrib -s -h normal.prof.xml
now you can go back to your normal windows explorer and you can see the file that you copied over
rename the file to the name of your new profile, eg. Midnight.prof.xml
now edit the profile with a text editor.
first thing to do is change the profile name....
eg.
<characteristic type="Normal"><characteristic type="Registry"> <characteristic type="HKCUControlPanelProfilesMiddy"> <parm name="Name" value="Middy"/> </characteristic>
now, you can change the script and add new reg keys if you wish.....
eg.
<characteristic type="HKCUControlPanelSoundsRingTone0"> <parm name="Script" value="av0pr"/> <parm name="Sound" value="Storage Cardblade.wav"/> </characteristic>
that is the script for my ringtone, it uses a ringtone on my storage card with no wait between loops (if anyone wants a complete breakdown of the ringtone script commands then mail me at mobile@way2access.net)
right, after you have finished editing it, save it.
go back to your dosprompt, and type attrib +s profilename.prof.xml (change profilename to the new name of your file eg Midnight.prof.xml)
and copy this file back to IPSMApplication DataProfiles
Now you need to add this profile to the registry so it can be edited and is recognised as a profile.
HKCUControlPanelProfiles
Menu > New Key
Change the name of this new key to the name of your profile.
Select this profile
Values
Menu>New Value>String
Call this string LocName
Edit LocName and Value data should be the name of your profile again.
Menu>New Value>String
Call this string Name
Edit Name and Value data should be the name of your profile once more.
and hopefully (crossed fingers) that should be it, you should be able to select this new custom profile.















