Difference between revisions of "Enable GAME menu option at Plasma series"
m (Added link to related topic.) |
m (example of use added) |
||
Line 10: | Line 10: | ||
I believe that this method works well for other TV without GAME menu. | I believe that this method works well for other TV without GAME menu. | ||
On my PS50B650 working properly for a long time. | On my PS50B650 working properly for a long time. | ||
+ | |||
+ | То run SamyGO games you: | ||
+ | have to copy your apps from you USB to the Game folder through ftp or telnet. | ||
+ | for example: | ||
+ | telnet 192.168.1.100 | ||
+ | cd /dtv/usb/sda | ||
+ | now you will see your apps on your USB. | ||
+ | copy your apps to: /mtd_tlib/swf/GAME | ||
+ | Example: | ||
+ | cp -r "name of your app" /mtd_tlib/swf/GAME | ||
+ | |||
+ | Or if you have more games on the key, just execute: | ||
+ | cp -r *.* /mtd_tlib/swf/GAME | ||
+ | After this all content is copied to TV. | ||
For more info check [https://forum.samygo.tv/viewtopic.php?f=4&t=1049 related topic.] | For more info check [https://forum.samygo.tv/viewtopic.php?f=4&t=1049 related topic.] |
Latest revision as of 13:55, 20 September 2011
To turn on GAME Option in the Plasma TV need to perform: telnet to TV and:
mkdir /mtd_tlib/swf/OTHERS cd /mtd_tlib/swf/ ln -s ./OTHERS GAME
and ready :) Games and applications will be available in the Content Menu in OTHERS
I believe that this method works well for other TV without GAME menu. On my PS50B650 working properly for a long time.
То run SamyGO games you: have to copy your apps from you USB to the Game folder through ftp or telnet. for example:
telnet 192.168.1.100 cd /dtv/usb/sda
now you will see your apps on your USB. copy your apps to: /mtd_tlib/swf/GAME Example:
cp -r "name of your app" /mtd_tlib/swf/GAME
Or if you have more games on the key, just execute:
cp -r *.* /mtd_tlib/swf/GAME
After this all content is copied to TV.
For more info check related topic.