Languages

Menu
Sites
Language
Is it possible to access "/opt/usr/share/settings/Ringtones"

Hi,

Is it possible to access "/opt/usr/share/settings/Ringtones" from app? I am trying to access it using ecore_file_ls, but am getting error.
I want to access this because, I want to use the system ringtones in my app. Is it possible?

Thank-you

View Selected Answer

Responses

2 Replies
Mark as answer
Alex Dem

Hi,
AFAIK it is not possible, This way I have no access to "/opt/usr/share/settings" folder even.
Also fyi: please note that there is no way in Tizen 2.3 to set ringtones with System Settings api even , see:
https://developer.tizen.org/development/guides/native-application/system/system-settings-0
for ringtones key= SYSTEM_SETTINGS_KEY_INCOMING_CALL_RINGTONE
Alexey.

Srivardhan Hebbar

Thanks Alex... It worked...