Adding new tones in Android device is simple.
Just create folder for the type of tone and dump your media files in it.
"/sdcard/" is the the default path of Android built-in storage for media, it also works in "/sdcard/external_sd" the default path for external SD card (if any).
The text might have slight differences in different devices, but you get the idea.
Adding Alarm tone: /sdcard/alarms OR /sdcard/media/alarms
Adding Notification tone: /sdcard/notifications OR /sdcard/media/notifications
Adding Ringtone: /sdcard/ringtones OR /sdcard/media/ringtones
No comments:
Post a Comment