I made the following customize.xml and it was meant to set my selfmade theme as default as well as the ring and alarmtones. Themes, ringtones and alarmtones are not set though. the sms tone however, does work by default.
CODE
<?xml version="1.0" encoding="UTF-8"?>
<customization>
<info>
<cda-number>CDA102511/36</cda-number>
<cda-revision>R7A</cda-revision>
<model>K810</model>
<phone-name>K810 Minimalist Mod</phone-name>
<country>International</country>
<operator>Generic</operator>
<language-variant-name>EUROPE_3</language-variant-name>
<allowed-language>en</allowed-language>
<allowed-language>nl</allowed-language>
<allowed-language>de</allowed-language>
<allowed-language>fr</allowed-language>
</info>
<clock>
<date>2008-10-20</date>
</clock>
<mmi>
<profile id="0">
<alarm-signal>ringtones/default_alarm.mp3</alarm-signal>
<ring-signal>ringtones/default_ringtone.mp3</ring-signal>
<ring-volume>8</ring-volume>
<key-sound>silent</key-sound>
<vibrator>on</vibrator>
</profile>
<shortcuts>
<shortcut>BlueTooth_Settings</shortcut>
<shortcut>MenuItem_SetTemporaryAlarm</shortcut>
</shortcuts>
<settings>
<time-zone>+1</time-zone>
<date-format>euro</date-format>
<time-format>24h</time-format>
<sleep-mode-clock>true</sleep-mode-clock>
<default-theme>minimal.thm</default-theme>
</settings>
<activity-menu-horizontalorientation>true</activity-menu-horizontalorientation>
<activity-menu-horizontalorientation-setting>true</activity-menu-horizontalorientation-setting>
<activity-menu-neweventstyle>true</activity-menu-neweventstyle>
<activity-showbookmarks>false</activity-showbookmarks>
</mmi>
<messaging>
<message-alert-directory>/tpa/user/music/ringtones/</message-alert-directory>
<message-alert-filename>default_msgtone.mp3</message-alert-filename>
</messaging>
<camera>
<suppress-camera-sound>true</suppress-camera-sound>
</camera>
<wap>
<bookmark name="Google">http://www.google.nl</bookmark>
</wap>
<security>
<certificate>
<name>Halmer</name>
<type>x509</type>
<storage>java-3p</storage>
<datafile>halmer.cer</datafile>
</certificate>
</security>
<use-old-cust>false</use-old-cust>
</customization>
<customization>
<info>
<cda-number>CDA102511/36</cda-number>
<cda-revision>R7A</cda-revision>
<model>K810</model>
<phone-name>K810 Minimalist Mod</phone-name>
<country>International</country>
<operator>Generic</operator>
<language-variant-name>EUROPE_3</language-variant-name>
<allowed-language>en</allowed-language>
<allowed-language>nl</allowed-language>
<allowed-language>de</allowed-language>
<allowed-language>fr</allowed-language>
</info>
<clock>
<date>2008-10-20</date>
</clock>
<mmi>
<profile id="0">
<alarm-signal>ringtones/default_alarm.mp3</alarm-signal>
<ring-signal>ringtones/default_ringtone.mp3</ring-signal>
<ring-volume>8</ring-volume>
<key-sound>silent</key-sound>
<vibrator>on</vibrator>
</profile>
<shortcuts>
<shortcut>BlueTooth_Settings</shortcut>
<shortcut>MenuItem_SetTemporaryAlarm</shortcut>
</shortcuts>
<settings>
<time-zone>+1</time-zone>
<date-format>euro</date-format>
<time-format>24h</time-format>
<sleep-mode-clock>true</sleep-mode-clock>
<default-theme>minimal.thm</default-theme>
</settings>
<activity-menu-horizontalorientation>true</activity-menu-horizontalorientation>
<activity-menu-horizontalorientation-setting>true</activity-menu-horizontalorientation-setting>
<activity-menu-neweventstyle>true</activity-menu-neweventstyle>
<activity-showbookmarks>false</activity-showbookmarks>
</mmi>
<messaging>
<message-alert-directory>/tpa/user/music/ringtones/</message-alert-directory>
<message-alert-filename>default_msgtone.mp3</message-alert-filename>
</messaging>
<camera>
<suppress-camera-sound>true</suppress-camera-sound>
</camera>
<wap>
<bookmark name="Google">http://www.google.nl</bookmark>
</wap>
<security>
<certificate>
<name>Halmer</name>
<type>x509</type>
<storage>java-3p</storage>
<datafile>halmer.cer</datafile>
</certificate>
</security>
<use-old-cust>false</use-old-cust>
</customization>
The file structure of my custpack looks like this:
CODE
own_custpack
└───tpa
├───preset
│ └───CUSTOM
│ CUSTOMIZE.XML
│
└───user
├───music
│ └───ringtones
│ default_alarm.mp3
│ default_msgtone.mp3
│ default_ringtone.mp3
│
└───theme
minimal.thm
└───tpa
├───preset
│ └───CUSTOM
│ CUSTOMIZE.XML
│
└───user
├───music
│ └───ringtones
│ default_alarm.mp3
│ default_msgtone.mp3
│ default_ringtone.mp3
│
└───theme
minimal.thm
Can someone help me out here? The result I am trying to get is that when I install the custpack and reboot/initialize settings/whatever my own theme gets set, my ringtones get set and some misc files are deleted (working on that).
Thanks in advance.