FAQ?

  • Interested in privacy policy ?

  • What stream formats are supported ?

    • MP3
    • OGG
    • AAC

    This file formats are supported too, but it's not format of stream, it's format of file contains link to streams.
    • PLS
    • ASX
    • M3U
  • What stream formats are NOT supported ?

    • WMA
  • How to switch 12/24 hour format ?

    Use your mobile phone settings.
    By default is 24h format, if you have any troubles, try to turn on/off 24h format.
  • Can I use my music from the memory card instead of the internet stream?

    Yes, you can. But now is supported only 1 file playable by Android Player. To the stream property in Radio List just put your path to the music file e.g. /sdcard/Music/MySong.mp3
    The prefix /sdcard/ is neccessary (can be different on each device, but I think this value will be same for 99% of devices). Support for playlist will be probably in future versions.
  • What for is Default player property in alarm defintion ?

    It's property where you can define type of the audio player. Default Android player doesn't support AAC format in Android 2.2. Detail table about formats is here. Which player is used is detected by stream URL, but sometimes it will be neccessary to set format by yourself.
  • How to start sleep time radio stream ?

    You have to define the radio stream on configuration menu.
    • Open configuration menu (left bottom button on main activity)
    • Select radio list
    • Define your radio
    • Open more activity (right bottom button on main activity)
    • Select your radio and click on play button

  • What happend if there is internet connection problem ?

    If your internet doesn't work it will start your No internet ringtone, which is one of the alarm definition items.
    If there is no rigntone defined, it will be used first one in order.
    If some problem occur during playing stream, there is few seconds to retry internet stream after unsuccessful try will be played local ringtone.

  • Why sometimes take so long to start radio stream ?

    It depends on your internet connection. If you have a good one, usually radio starts in 5seconds. If there is a problem it can take more than 30seconds. Don't worry, if radio doesn't start in 1 minute, a local ringtone will start.

  • Why do I need following permissions ?

    • android.permission.RECEIVE_BOOT_COMPLETED

      To reinitialize alarms after reboot (yep, android can't remember them :))
    • android.permission.WAKE_LOCK

      To disable auto lock/sleep mode of device
    • android.permission.INTERNET

      To play internet streams and get weather informations.
    • android.permission.ACCESS_NETWORK_STATE

      To detect if mobile is using WIFI or mobile internet connection.
    • android.permission.ACCESS_FINE_LOCATION and android.permission.ACCESS_COARSE_LOCATION

      To detect your location to automatic update of weather location.
    • android.permission.ACCESS_WIFI_STATE and android.permission.CHANGE_WIFI_STATE

      To check or enable WIFI settings to enable it when alarm starts.
    • android.permission.RECORD_AUDIO

      To enable daymode by noise feature
    • android.permission.READ_PHONE_STATE

      To detect incomming call and pause/stop alarm or radio