Available for a limited time only - £5 off a £20 spend at eXpansys! For more details visit this topic!

Please Log In or Register - it's FREE!

 
Reply to this topicStart new topic
 Custom Profiles
midnight
post May 7 2003, 11:14
Post #1


Hardcore
Group Icon

Group: Posters
Posts: 3,685
Joined: 27th January 2003
Member No.: 2,344



Ok, i've already posted this on the newsgroup, but still, i think its worth adding here...

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.
CODE
<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.
CODE
<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.


--------------------
Alien Invention - home of Eclipse: First Wave and Kumite
Midnight SP! Smartphone Registry Tweaks and Voice Themes
irc.monolithix.org #smartphone (come and have a chat )
My Gadgets Gallery
Go to the top of the page
 
+Quote Post
Chic0
post May 7 2003, 11:56
Post #2


Enthusiast
Group Icon

Group: Posters
Posts: 176
Joined: 2nd December 2002
From: London
Member No.: 518



Wicked. I'll be trying this out tonight after work.


--------------------
Time is a paradox stretching between a past and a future that we have no reality except in our own minds.

The idea of time is a convention of thought and language, a social agreement.

Here is the deeper truth......We only have this moment.
Go to the top of the page
 
+Quote Post
madu
post May 7 2003, 13:12
Post #3


Hardcore
Group Icon

Group: Posters
Posts: 2,098
Joined: 4th December 2002
From: Kiev UA
Member No.: 702

Device(s): E100



Nice1 middy!


--------------------
.:: PocketMVP Skins :: Marcelo :: WinMedia :: Marcelo2 :: DeepcleanSP ::.
.:: Tweaks :: EarSaver :: iZip :: VoiceRec :: ASXCoder ::.
Go to the top of the page
 
+Quote Post
gradiation
post May 7 2003, 13:58
Post #4


Diehard
Group Icon

Group: Posters
Posts: 407
Joined: 2nd February 2003
From: Huddersfield
Member No.: 2,578



Noooooooooooooooooooooooooooooo! i forgot to bring my fone to work


--------------------
Go to the top of the page
 
+Quote Post
midnight
post May 7 2003, 17:49
Post #5


Hardcore
Group Icon

Group: Posters
Posts: 3,685
Joined: 27th January 2003
Member No.: 2,344



oooooh, got a solution to rintones on sd card cab file soon
Go to the top of the page
 
+Quote Post
awarner (MVP)
post May 7 2003, 18:10
Post #6


Staff Team Leader
Group Icon

Group: Admin Team
Posts: 17,505
Favorited Topics: 1
Joined: 24th November 2002
From: Southampton
Member No.: 53

Device(s): C550 I know its old



bring it on biggrin.gif


--------------------
Smartphone and PocketPC History
SPV, E100, E200, C500, C550, C600 (MoDaCo Edition), MPX200, MPX220, MIO8380, Voq Pro, Lobster 700, JasJar, Vario

Windows mobile specialist 2009.
Windows Mobile Small business retail specialist 2009



New and updated Smartphone History

Life's too fast can I get off and walk for a bit?
Go to the top of the page
 
+Quote Post
crafty
post May 7 2003, 21:40
Post #7


Addict
Group Icon

Group: Posters
Posts: 512
Joined: 28th February 2003
From: Balham
Member No.: 3,165

Device(s): Touch Diamond
Twitter: @crafty



Thanks Midnight - this is brilliant!!!

If you add the extra code to select the ringtone [i.e. on the storage card] then will this stop the overwrite that is caused by going into the Settings>Sounds menu???

Good luck on the cab file. smile.gif
Go to the top of the page
 
+Quote Post
crafty
post May 7 2003, 23:56
Post #8


Addict
Group Icon

Group: Posters
Posts: 512
Joined: 28th February 2003
From: Balham
Member No.: 3,165

Device(s): Touch Diamond
Twitter: @crafty



Aaaargh - spoke too soon! Doesn't seem to be working for me.

Have followed all the steps and my profile is now listed on the profile list but i can't select it??? It lets me tick the new profile then click done but just remains on the previous profile. Any ideas?
Go to the top of the page
 
+Quote Post
midnight
post May 8 2003, 01:01
Post #9


Hardcore
Group Icon

Group: Posters
Posts: 3,685
Joined: 27th January 2003
Member No.: 2,344



just noticed some bugs myself, first one i created had no probs, my cab file however does.... it creates the profile, i can select it, but then i cant edit it, dunno why, will fix soon
Go to the top of the page
 
+Quote Post
midnight
post May 8 2003, 01:22
Post #10


Hardcore
Group Icon

Group: Posters
Posts: 3,685
Joined: 27th January 2003
Member No.: 2,344



errr, ok, found the problem with the cab, your problem may be similar, mak sure you +s the attributes of the file, the problem i'm having is that the files has been set as a system file, but when the cab installs, it resets the file attributes, darn thing heheh, i'll suss it eventually
Go to the top of the page
 
+Quote Post
crafty
post May 8 2003, 01:26
Post #11


Addict
Group Icon

Group: Posters
Posts: 512
Joined: 28th February 2003
From: Balham
Member No.: 3,165

Device(s): Touch Diamond
Twitter: @crafty



Just checked the properties in Smart Explorer and it has archive and system ticked. I'm not very technical but assume that that was what doing the attrib +s was doing. I'll have a play with it tomorrow and post any findings.
Go to the top of the page
 
+Quote Post
midnight
post May 8 2003, 09:45
Post #12


Hardcore
Group Icon

Group: Posters
Posts: 3,685
Joined: 27th January 2003
Member No.: 2,344



strange, the only thing that can mess up is file attributes and bad xml, this is the reason why i'm trying to get this cab installer working (even though it wont be a custom profile as such)
Go to the top of the page
 
+Quote Post
caio1
post May 17 2003, 17:52
Post #13


Enthusiast
Group Icon

Group: Posters
Posts: 215
Joined: 8th April 2003
Member No.: 4,432



I tried but if I add the line:


I can't select the profile anymore. If I remove just that line from the prof.xml I can select it without problems.
Are you sure it's "Sound" the parm name? And are you sure the location "HKCUControlPanelSoundsRingTone0" is the right one?

EDIT:
The problem was with "Sound" of email,sms,voicemail. I was setting it under "Notification" section...
Everything works fine now, it's cool create as many profile as you want and each one with a different ringtone!
No way to play wma files instead of waves?

Thank you,
Caio
Go to the top of the page
 
+Quote Post
midnight
post May 17 2003, 18:13
Post #14


Hardcore
Group Icon

Group: Posters
Posts: 3,685
Joined: 27th January 2003
Member No.: 2,344



I've posted my profile setting here.
Go to the top of the page
 
+Quote Post
caio1
post May 24 2003, 13:47
Post #15


Enthusiast
Group Icon

Group: Posters
Posts: 215
Joined: 8th April 2003
Member No.: 4,432



I tired copyng the dafult Normal profile giving it a different name like SDNormal.prof.xml and changing all the name in registry and in xml. I see the new profile in Profiles' list, I can edit it but when I select it and click "Done" it still remain the previous profile...
The xml is perfect as I just changed the name from Normal tu SDNormal and registry seems perfect too.
Did Anyone have success in creating a new named profile?

Caio
Go to the top of the page
 
+Quote Post
MadTxn
post Sep 22 2004, 17:09
Post #16


Newbie
Group Icon

Group: Posters
Posts: 14
Joined: 13th September 2004
Member No.: 56,468



I call upon the gods to resurrect this thread... :twisted:

Anyway... I've created a new named profile and like others, I can't select it. However, if I edit HKCUControlPanelProfilesActiveProfile to be my new profile, it works when I restart the phone. However, once I switch to any other profile, I can switch back. Any ideas?
Go to the top of the page
 
+Quote Post
stretchie
post Sep 27 2004, 22:29
Post #17


Newbie
Group Icon

Group: Posters
Posts: 47
Joined: 25th September 2004
From: Bristol, Britain
Member No.: 57,928

Device(s): Diamond



Hi
I don't know how to edit these settings. I don't know programming, any suggestions on how I should go about learning, I would like to be able to edit my phone how I would like but don't want to just try and knaker the whole thing up
Go to the top of the page
 
+Quote Post
fozzie
post Oct 3 2004, 10:38
Post #18


Hardcore
Group Icon

Group: MoDaCo Plus
Posts: 1,482
Joined: 3rd February 2003
From: Alton, Hants, UK
Member No.: 2,608

Device(s): T-Mobile Vario II



I've been trying to set the Homescreen and Backlight timeouts both through custom profiles and through a .cab; both fail. I can edit the custom profile but cannot select it. The .cab fails to install. Am I right in concluding that I can't edit those parts of the registry through an .xml file? (I'm trying on a C500).


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet


Collapse

Similar Topics

  Topic Replies Topic Starter Views Last Action
No new Topic has attachmentsFYI: custom skins for Samsung XT9
78 Ingvarr 19,090 27th June 2009 - 20:22
Last post by: aar0n
No new Topic has attachmentsStep by Step: Learn To Cook Custom ROM
guide to cooking your own ROM
176 PaSSoA 39,081 29th June 2009 - 21:06
Last post by: Bouvrie
No New Posts Topic has attachmentsQBUS Custom ROMs /DXID1-QB07 & DXID1-QB07M/
PLEASE READ THE FIRST POST AND USE SEARCH FUNCTION BEFORE POSTING
1,204 qbus 149,518 30th June 2009 - 07:53
Last post by: yeoching
No new Topic has attachmentsCustom i900 ROM DXID1/Vie12. exROM update only (24-May-2009)
FlashLite 3.1, .NetCF 3.5, OnlineWidget, Manila2D, SPB MobileShell3 tr
377 t2008 63,479 2nd July 2009 - 14:23
Last post by: i me
No New Posts HTC Touch Diamond2 - Custom Text Sounds?
1 bottom98 94 1st July 2009 - 18:57
Last post by: jonlad
No New Posts Google Maps Issuse On Custom DXIA5
1 MNX1024 56 Yesterday, 06:05
Last post by: Th3rmal

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


RSS hit counter Lo-Fi Version Time is now: 4th July 2009 - 02:43

Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!

ActiveKitten | Aiko Solutions | Ateksoft | Binaryfish | Conduits | DeveloperOne | eSoft Interactive | FTouchSL | Inesoft | Lingvosoft |

monocube | Mykesoft | OmegaOne | Omnisoft | Opera Software | Resco | SBSH | Slipstream Solutions | SPB Software House |

Splashdata | Sprite Software | Syncdata | Teksoft | VITO | WalkingHotSpot | WebIS | z4soft

Would your company like to become a 'Plus Partner'? Click Here to contact us!