πΌοΈMedia Customization
The YSeries phone system allows you to add custom ringtones, notification sounds, and wallpapers to enhance the user experience. All media files are managed through the config/config.json file.
Ringtones
Adding Custom Ringtones
Step 1: Configure in JSON
{
"ringtones": [
{
"key": "GalaxyBells",
"name": "Galaxy Bells",
"extension": "mp3"
},
{
"key": "CustomRing",
"name": "Custom Ring",
"extension": "wav"
}
]
}Step 2: Add Audio File
Ringtone Configuration Fields
Field
Description
Example
Supported Audio Formats
Notification Sounds
Adding Custom Notification Sounds
Step 1: Configure in JSON
Step 2: Add Audio File
Notification Sound Types
App Notifications
System Notifications
Wallpapers
Adding Custom Wallpapers
Step 1: Configure in JSON
Step 2: Add Image File
Wallpaper Specifications
Image Requirements
Design Guidelines
Supported Image Formats
File Organization
Naming Conventions
Advanced Configuration
Dynamic Categories
Best Practices
File Optimization
Troubleshooting
Common Issues
Debug Steps
Last updated