Custom ringtones and app-specific notifications
Custom ringtones
Add audio files
Add the ringtone audio files to the lb-phone/ui/dist/assets/sound/ringtones
folder.
Update the config
After having added the audio files, you need to update the lb-phone/config/config.json
file. Add the following to the "ringtone"
object:
lb-phone/config/config.json
"ringtone": {
"default": "default.mp3",
"your_custom_ringtone": "ringtone-name.extension"
},
⚠️
Do not add a comma to the end of the last ringtone
Restart the phone
After adding the audio files and updating the config, you need to restart the phone for the changes to take effect.
Custom notification sounds
Add audio files
Add the notification audio files to the lb-phone/ui/dist/assets/sound/notifications
folder.
Update the config
After having added the audio files, you need to update the lb-phone/config/config.json
file. Add the following to the "appNotifications"
object:
lb-phone/config/config.json
"appNotifications": {
"app-identifier": "notification.mp3"
}
⚠️
Do not add a comma to the end of the last notification
Restart the phone
After adding the audio files and updating the config, you need to restart the phone for the changes to take effect.