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:
- Login to your receiver using SSH (e.g. using Putty)
- Change to tmp directory:
cd /tmp
- Download plugin:
wget --directory-prefix=/tmp http://dreamepg.de/enigma2-dreamnotifications.ipk
- Install plugin (if OPKG is not available, replace by ipgk):
opkg install /tmp/enigma2-dreamnotifications.ipk
- 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:
- Login to your receiver using SSH (e.g. using Putty)
- Change to tmp directory:
cd /tmp
- Download tools:
wget --directory-prefix=/tmp http://dreamepg.de/ar
- Download plugin:
wget --directory-prefix=/tmp http://dreamepg.de/enigma2-dreamnotifications.ipk
- Extract plugin:
ar -x enigma2-dreamnotifications.ipk
gzip -d data.tar.gz
tar xvf data.tar
cp -R usr /
- Restart receiver:
shutdown -r now