Now I rebuilt everything on a single screen using two Vertical Arrangements and a global variable selezionato to manage the selected file.
My logic is:
- Button 1 → set global selezionato to “Suono1.mp3”
- Button 2 → set global selezionato to “Suono2.mp3”
- Button “Set Ringtone” → copies the file to /storage/emulated/0/Ringtones/ and sets it as ringtone using TaifunSettings.RingtoneSet
But it doesn’t work. Nothing happens. No file is copied, no ringtone is set, no error message appears.
I tried using join “/storage/emulated/0/Ringtones/” + get global selezionato, but it makes no difference.
I also tried playing the file with Sound1.Play before copying, but it doesn’t play.
I’m using Android 11+. Could this be a permission issue or a problem with accessing the Ringtones folder?
Does anyone have a working example with multiple sound files on a single screen?
I can share screenshots of my blocks if needed.
Thank you so much to anyone who can help ![]()








