Me and my friends in Brazil are working on it:
----------------------------------------------------------------------------------------------------------
by pete_c » Sat Dec 29, 2012 7:00 pm
It appears by looking that I have no telephony stuff on my Openpeak 2.
I did try to get it and cannot download the firmware:
# Try to get an update for this device
cd /updates
wget
http://applog.openpeak.net/firmware/app-`cat /etc/ethermac`.tgz
# if tango has exited more than 10 times,
# try to run a stable version with telephony
mv /openpeak/tango/class_modules /openpeak/tango/cm_bak
mkdir /openpeak/tango/class_modules
cp /openpeak/tango/cm_bak/libApplicationManager.so /openpeak/tango/class_modules
cp /openpeak/tango/cm_bak/libOPUtil.so /openpeak/tango/class_modules
cp /openpeak/tango/cm_bak/libffplay.so /openpeak/tango/class_modules
cp /openpeak/tango/cm_bak/libScreensaver.so /openpeak/tango/class_modules
cp /openpeak/tango/cm_bak/libVOIP.so /openpeak/tango/class_modules
cp /openpeak/tango/cm_bak/libLocalAddressBook.so /openpeak/tango/class_modules
cp /openpeak/gui/config.xml /openpeak/gui/config.xml.recover
cp /openpeak/gui/config.xml.stable /openpeak/gui/config.xml
try=1
while [ $try -le 10 ]; do
echo Starting tango $try ...
./tango /openpeak/gui/opphone.swf > /dev/null 2>&1
try=`expr $try + 1`
sleep 2
done
hawsey,
Did you back up your partition before installing PnPIII on it?