An app that assigns ringtones to contacts by name or category.
It supports importing and exporting of settings file, as well as command-line execution
File available at:
VipPimRingTone(6.1.1.0) An Application to assign ringtone based on Category - xda-developers
sample config file for importing:
|
Quote:
|
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<VipAppSettings>
<add Category="Business" RingTone="\Windows\Ring\r1.mp3" />
<add Category="VipPimRingTone Users" RingTone="\Windows\Rings\myfav.mp3" />
<add Category="Relative" RingTone="\Windows\Rings\r2.mp3" />
<add Category="Joe" RingTone="\Storage Card\Ringtones\Joe.mp3" />
</VipAppSettings>
</configuration>
|
I created a category called Joe for a specific user Joe. Then I created the ringtone I wanted for Joe and called it Joe.mp3
When I want Joe to have a new ringtone, I just replace the joe.mp3 file in \storage card\ringtones.
The file does not need re-installation after hardresets, so the exe, ringtones and config file live on the storage card and I run a shortcut with the commandline parameters for importing the config file after my contacts are resynced