Change ringtone sound

Post your questions and help other users.

Moderator: Martin

Post Reply
Centurion
Posts: 2
Joined: 12 Mar 2013 17:17

Change ringtone sound

Post by Centurion » 12 Mar 2013 17:19

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

Centurion
Posts: 2
Joined: 12 Mar 2013 17:17

Re: Change ringtone sound

Post by Centurion » 13 Mar 2013 08:25

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.

himan69
Posts: 1
Joined: 21 Mar 2013 12:04

Re: Change ringtone sound

Post by himan69 » 21 Mar 2013 12:38

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 !

Post Reply