Jump to content


kanaka

Member Since 17 Aug 2009
Offline Last Active 15 Feb 2012 10:24
-----

Posts I've Made

In Topic: AutoStandby?

8 February 2012 - 18:42

Hi Lukin,

Thank you for your info. In fact I used the following script in my DM500 and it worked nicely. I want to implement it in DM800 as well.

gt_standby.sh



#!/bin/sh

PSW="dreambox"
TMPFILE="/tmp/tmpWebIF.standby"

if [ "$1" = "" ]; then
sleep 20
else
sleep $1
fi

wget -O $TMPFILE -q http://root:$PSW@localhost/cgi-bin/admin?command=standby
rm $TMPFILE

exit 0


init

#!/bin/sh
/var/script/gt_standby.sh 40 &


How do I implement the above in DM800. Appreciate your help.

In Topic: AutoStandby?

8 February 2012 - 05:12

Can the above suggested method use for Stand by after Power on?.

In Topic: Open PLi in DM800SE clone

26 July 2011 - 19:33

Thanks for the reply. Does Open PLi has clone box detection algo to destroy the boot loader like Gemini? Before jump into the water, I want to prepare for the worse.