ALARMED Commands List

(tidy and wikify)
m (Radio1 Alarm Clock: you're rather assuming people live in the uk here, just added some context)
Line 11: Line 11:
==Radio1 Alarm Clock==
==Radio1 Alarm Clock==
-
This code will make your phone startup the [[Nokia N900|N900]] stock media player and connect to Radio 1 using your wi-fi (wi-fi is recommended for connection to be made). It is a good idea to set up a regular alarm clock for 5 mins after just in case there is an internet connection error ... wouldn't want you to be late for work.
+
This code will make your phone startup the [[Nokia N900|N900]] stock media player and connect to Radio 1 (UK station) using your wi-fi (wi-fi is recommended for connection to be made). It is a good idea to set up a regular alarm clock for 5 mins after just in case there is an internet connection error ... wouldn't want you to be late for work.
  dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:http://www.bbc.co.uk/radio/listen/live/r1.asx > /dev/null
  dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:http://www.bbc.co.uk/radio/listen/live/r1.asx > /dev/null

Revision as of 10:13, 11 March 2011

The purpose of this article is to collect a list of Alarmed codes for beginners to use. The idea came from a talk.maemo org thread which contained the instructions for setting up an Internet radio alarm clock

They should be put in the following format:

  • Name
  • Description
  • Code

Which should be all the information we need.

Radio1 Alarm Clock

This code will make your phone startup the N900 stock media player and connect to Radio 1 (UK station) using your wi-fi (wi-fi is recommended for connection to be made). It is a good idea to set up a regular alarm clock for 5 mins after just in case there is an internet connection error ... wouldn't want you to be late for work.

dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:http://www.bbc.co.uk/radio/listen/live/r1.asx > /dev/null