Skip to content

Instantly share code, notes, and snippets.

@mikeyjk
Last active August 29, 2015 14:14
Show Gist options
  • Save mikeyjk/ec4ea1649cf148635975 to your computer and use it in GitHub Desktop.
Save mikeyjk/ec4ea1649cf148635975 to your computer and use it in GitHub Desktop.
Custom Facebook Messenger Notification Sound (requires root access and Tasker application)
musicPlay("/system/media/audio/notifications/Shaula.ogg", 0, 0, "");
If $SILENT neq on
AND
$SILENT neq vibrate
@mikeyjk
Copy link
Author

mikeyjk commented Jan 30, 2015

'On Event Notification Messenger'

Shaula.ogg just so happens to be the media file I chose.
Not sure if it has to be in .ogg format, or if that was something else I was trying.

When I'm in a room with more than 2 people around my own age, it can be a bit confusing determining who should be checking Messenger 😛.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment