Page 7 of 9

Re: SamyGO Control Center - StartLib & Explorer

Posted: Fri Feb 26, 2010 10:39 pm
by edelfalke
You have to copy bftpd Files (bftpd and bftpd.conf) to /mtd_rwarea/SamyGO/
and add follow Lines to your SamyGo.sh:
#Enable FTP Mode
if [ -f /mtd_rwarea/SamyGO/bftpd ];then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/mtd_rwarea/SamyGO
/mtd_rwarea/SamyGO/bftpd -d -c /mtd_rwarea/SamyGO/bftpd.conf
fi

Re: SamyGO Control Center - StartLib & Explorer

Posted: Sat Feb 27, 2010 5:08 am
by dasilverpaladin
i checked the contents of mac_config_file

Code: Select all

/mtd_tlib/GGame/mac_config_file
/mtd_tlib/GGame/WiseStar/libWiseStar.so
/mtd_tlib/GGame/WiseStar/game.so
/mtd_tlib/GGame/WiseStar/lib/libpackaging.so
/mtd_tlib/GGame/DBowling/libDBowling.so
maybe you added an path for the SCC or really just looked in it with wordpad/editor and saved instead of canceled.

Funny thing, i deleted WiseStar and DBowling and it`s still in it, so i think this file serves some special purpose and is static.

Anyway i`m glad you solved your problem!
On such closed environments like an TV you should really be extremely carefull with what you do.