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
Change ringtone sound
Moderator: Martin
Re: Change ringtone sound
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.
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
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 !
If i enter EXTRAS: puInt("profileID", 1) it gives me an error.
I created 3 profiles (Laut, Stumm, Büro)
Thanks for support !