Page 1 of 2

Re: Support for plasma PS(N)50B650 ?

Posted: Fri Dec 04, 2009 4:21 pm
by erdem_ua
Yeah!
You are in a trouble. since Telnet App not working on your machine.
You can make edit your exe.img with your hand.
mount the image at linux and change rc.local file as required.
I think you can handle it easily via WiKi...

Re: Support for plasma PS(N)50B650 ?

Posted: Fri Dec 04, 2009 4:27 pm
by erdem_ua
kwazarr wrote:Hello, in my European PS50B650 Game is also not avaiable :(

Please try to edit SamyGO-All-Extensions-v0.03\SamyGO\clmeta.dat and change <category>Game</category> to <category>GALLERY</category> :)

--
Jacek
Is it fix the problem?
Do you tested?

Re: Support for plasma PS(N)50B650 ?

Posted: Fri Dec 04, 2009 7:36 pm
by arris69
kwazarr wrote:Yes, I did so at home. Unfortunately, my TV does not have categories game :(
After changing clmeta.dat SamyGO was visible and I could run it and copy it to TV
I had also changed in the Service Menu -> Control -> Sub Option -> InfoLinkCountry: UK and WiseLinkWrit: ON

PS.
Perhaps in the future SamyGO-All-Extensions (/mtd_rwarea/rcSGO) and SamyGO Firmware Patcher (/mtd_rwarea/SamyGO.sh) should point to the same file eg. /mtd_rwarea/rcSGO ?
not needed, than you can call rcSGO from /mtd_rwarea/SamyGO.sh (suggest at end of the file)
like:

Code: Select all

/mtd_tlib/GGame/SamyGO/rcSGO &
or

Code: Select all

/dtv/usb/sda/SamyGO/rcSGO &
depends where extension are installed

for safety it shoud be users job to activate the extensions manualy, scripts can always block (typo or used wrong editor may in future version one of the scripts do an exit 1 on error) and block the boot process.

in your case also (i think you installed the extensions on a non standard location in gallery) rcSGO won't find the rc.sysinit start file

but thanks for info that applications run from gallery, have to test it on my device too so next version can handle this and may support devices without games menu too.

arris