Page 1 of 1

Change ringtone sound

Posted: 12 Mar 2013 17:19
by Centurion
Hello to all,

I can't find which action to use to change the default system notification or ringtone sound.
Is it possible to do that with Automagic ?

Cheers

Re: Change ringtone sound

Posted: 13 Mar 2013 08:25
by Centurion
Hello,

Figured an elegant way to do it:
- Installed AudioManager https://play.google.com/store/apps/deta ... udiowidget
- Created needed profiles
- In Automagic flow, added a "Start Activity" as follow:
ACTION: android.intent.action.VIEW
PACKAGE NAME: com.smartandroidapps.audiowidgetpro
CLASS NAME: com.smartandroidapps.audiowidgetlib.activities.ApplyShortcutProfile
EXTRAS: puInt("profileID", x)
(where x is the profile number you want to apply)

It works like a charm and I can easily change the profiles features in AudioManager.

Re: Change ringtone sound

Posted: 21 Mar 2013 12:38
by himan69
I have a prblem with this.
If i enter EXTRAS: puInt("profileID", 1) it gives me an error.
I created 3 profiles (Laut, Stumm, Büro)
Thanks for support !