Browse > Home / Uncategorized / Silent Night – Script for Android’s ASE to silence the ringer at night

| Subcribe via RSS

Silent Night – Script for Android’s ASE to silence the ringer at night

March 8th, 2010 Posted in Uncategorized

I coded a little Python script for ASE which silences the phone’s ringer at a specified time, and un-silences it afterwards. Perfect for when you want to receive phone calls in the morning, but don’t want to hear the email chirp when you get spam at 2am.

Details are on the project page.

http://github.com/docblades/Silent-Night

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • TwitThis
  • LinkedIn
  • Tumblr
  • MySpace
  • Reddit
  • Technorati
  • Mixx
  • Yahoo! Buzz

Related posts:

  1. Who Else Has Received This Fishing Email Claiming To Be From Gmail? This special thing about this one is that the spam...

5 Responses to “Silent Night – Script for Android’s ASE to silence the ringer at night”

  1. Matt Katz Says:

    Love it!
    This is one of the main things I liked Locale for. Now I’m imagining that I could probably write similar scripts for things like changing my ringtone when i get to work, etc.

    Thanks very much!


  2. Christian Blades Says:

    I don’t see anything in the Python API for changing the ringtone, just the ringer volume.

    If you feel like learning it, apparently Beanshell scripts can directly access the java libraries.


  3. Matt Katz Says:

    Ah, it’s true – I started trying to mash up your script with http://www.beresourceful.net/~rusty/blog/2009/08/droidtrack-a-tracks-collector-for-android-phones/ and I’m starting to see the holes. I guess some of that is fixable by just expanding what is exposed in ASE…


  4. Matt Katz Says:

    You know, I just noticed that the ruby is actually jruby – maybe it has the same ability…


  5. Android Scripting Environment is heating up Says:

    [...] cool scripts that just got released are Silent Night and Droid [...]


Leave a Reply