Installation instruction dream Notifications plugin

Installation instruction dream Notifications Plugin

To display notifications on your receiver, you need to install the plugin dream Notifications  

You can do this automatically using the app. If you want to install it manually, follow these instructions:

 

Installation for receiver with IPK-support:

  1. Login to your receiver using SSH (e.g. using Putty)
  2. Change to tmp directory:
    cd /tmp
  3. Download plugin:
    wget --directory-prefix=/tmp http://dreamepg.de/enigma2-dreamnotifications.ipk
  4. Install plugin (if OPKG is not available, replace by ipgk):
    opkg install /tmp/enigma2-dreamnotifications.ipk
  5. Restart receiver:
    shutdown -r now

 

Installation for receiver without IPK-support (e.g. dreambox):

If you cannot install IPK files, e.g. on dreamboxes, follow these instructions:

  1. Login to your receiver using SSH (e.g. using Putty)
  2. Change to tmp directory:
    cd /tmp
  3. Download tools:
    wget --directory-prefix=/tmp http://dreamepg.de/ar
  4. Download plugin:
    wget --directory-prefix=/tmp http://dreamepg.de/enigma2-dreamnotifications.ipk
  5. Extract plugin:
    ar -x enigma2-dreamnotifications.ipk
    gzip -d data.tar.gz 
    tar xvf data.tar 
    cp -R usr /
  6. Restart receiver:
    shutdown -r now