ALARMED Commands List
fraaaaanka (Talk | contribs) |
(tidy and wikify) |
||
Line 1: | Line 1: | ||
- | + | The purpose of this article is to collect a list of [http://maemo.org/packages/view/alarmed/ Alarmed] codes for beginners to use. The idea came from a [http://talk.maemo.org/showthread.php?t=64519 talk.maemo org thread] which contained the instructions for setting up an [[#Radio1 Alarm Clock|Internet radio alarm clock]] | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
They should be put in the following format: | They should be put in the following format: | ||
- | Name | + | * Name |
- | + | * Description | |
- | Description | + | * Code |
- | + | ||
- | Code | + | |
Which should be all the information we need. | Which should be all the information we need. | ||
+ | ==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. | ||
- | + | 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 | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | [[Category:Beginners]] | |
+ | [[Category:Software]] |
Revision as of 09:32, 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 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