<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.samygo.tv/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kilroywashere</id>
	<title>SamyGO - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.samygo.tv/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kilroywashere"/>
	<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Special:Contributions/Kilroywashere"/>
	<updated>2026-04-26T14:34:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_enable_Advanced_mode_startup_script&amp;diff=297</id>
		<title>How to enable Advanced mode startup script</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_enable_Advanced_mode_startup_script&amp;diff=297"/>
		<updated>2009-12-17T19:29:05Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Enable telnet */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to enable Telnet/NFS/CIFS/SAMBA ==&lt;br /&gt;
&lt;br /&gt;
This How to will help you enable telnet and get your NFS/CIFS/SMB shares to auto start when your Samsung starts up. Thanks to dynamic1969 for all his help, erdem_ua for SamyGo.py&lt;br /&gt;
&lt;br /&gt;
This HOW TO is work in progress. I will be updating it as I update my scripts.&lt;br /&gt;
&lt;br /&gt;
Fist of all you need to change rc.local to boot from the writable partition. You can archive this two ways:&lt;br /&gt;
#Manually Modifying the Firmware. (NEED TO ADD MY HOWTO)&lt;br /&gt;
#Automated Way - SamyGO Firmware Patcher (with modification).&lt;br /&gt;
&lt;br /&gt;
I can confirm i have tested both methods and it worked on mine. ('''DO THIS AT YOUR OWN RISK!!!''')&lt;br /&gt;
&lt;br /&gt;
===Manually Modify Firmware===&lt;br /&gt;
To modify the firmware manually please see the two guides bellow, currently the Linux guide is not yet complete.&lt;br /&gt;
&lt;br /&gt;
*[[How to enable Telnet on samsung TV's]]&lt;br /&gt;
*[[How to Modify the Firmware using linux]] (NEED TO POST)&lt;br /&gt;
&lt;br /&gt;
===Automated Firmware Update===&lt;br /&gt;
To use the SamyGO Firmware Patcher to modify your firmware you will benefit from having less chance of bricking your TV. You will also be able to take advantage of the VideoAR fix, and not need all the tools detailed in the Manual Enable Guide.&lt;br /&gt;
&lt;br /&gt;
You will need to do the following:&lt;br /&gt;
&lt;br /&gt;
Download the latest [http://download.samygo.tv/ SamyGO Firmware Patcher]&lt;br /&gt;
&lt;br /&gt;
Download the latest firmware from [http://www.samsung.com/ Samsung] and extract it.&lt;br /&gt;
run SamyGo.py against the latest downloaded firmware. *note this needs to be a clean firmware not an already modified one.&lt;br /&gt;
example: &lt;br /&gt;
 python ./SamyGO.py ./T-CHU7DEUC/&lt;br /&gt;
&lt;br /&gt;
and select &amp;quot;Advanced mode&amp;quot; instead of Telnet when is requested.&lt;br /&gt;
&lt;br /&gt;
==Flash the Modified Firmware==&lt;br /&gt;
Move the T-CHU7DEUC directory and all of its contents to an USB drive, plugin the USB drive into your TV and manually start the upgrade via the appropriate menu entry on your TV.&lt;br /&gt;
&lt;br /&gt;
==Enable telnet==&lt;br /&gt;
[http://download.samygo.tv/SamyGO%20Applications/SamyGO%20Telnet%20Enabler%20v0.01.tar.gz Download SamyGO Telnet Enabler Program] extract it to your USB Flash, then plug it to TV. &lt;br /&gt;
Using the Content Library from Pup-Up menu, select USB, then under '''Game''' Menu, select and start SamyGO application once.&lt;br /&gt;
TV will goes black than returns to menu. This will enable your TV's telnet once.&lt;br /&gt;
&lt;br /&gt;
==Add Auto Start Scripts==&lt;br /&gt;
Connect to your TV via telnet. If you use windows, you can use a command prompt or better [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe PuTTY]. *nix guys just use a console.&lt;br /&gt;
 telnet 10.0.0.15&lt;br /&gt;
&lt;br /&gt;
The default username is root with no password.&lt;br /&gt;
&lt;br /&gt;
===Enable Telnet and Back-Door===&lt;br /&gt;
This will enable Telnet and also open back-door for fixing boot-loop situations.&lt;br /&gt;
&lt;br /&gt;
You firstly need to create and add info to SamyGO.sh which is what the TV is trying to boot from in rc.local&lt;br /&gt;
 $ vi /mtd_rwarea/SamyGO.sh&lt;br /&gt;
&lt;br /&gt;
Now add the following:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 # Enable Telnetd&lt;br /&gt;
 mount -t devpts devpts /dev/pts&lt;br /&gt;
 telnetd&lt;br /&gt;
 sleep 20&lt;br /&gt;
 &lt;br /&gt;
 # Open back-door for fixing boot-loop situations&lt;br /&gt;
 sleep 20       # Allow USB stick to settle&lt;br /&gt;
 USB=&amp;quot;/dtv/usb/sda1&amp;quot;    # USB mount-point&lt;br /&gt;
 &lt;br /&gt;
 if [ -f $USB/usb.sh ];then&lt;br /&gt;
   $USB/usb.sh    # USB-File detected.&lt;br /&gt;
 else&lt;br /&gt;
   if [ -f /mtd_rwarea/mtd_rwarea.sh ];then&lt;br /&gt;
 	/mtd_rwarea/mtd_rwarea.sh # Run normal startup script&lt;br /&gt;
   fi&lt;br /&gt;
   if [ -f /mtd_rwarea/mount.sh ];then&lt;br /&gt;
      /mtd_rwarea/mount.sh # Run mount script&lt;br /&gt;
   fi&lt;br /&gt;
   # Alternatives of Samsung WiFi Link Stick&lt;br /&gt;
   # You need to download the new mods and place them in /mtd_rwarea/drivers/&lt;br /&gt;
   if [ -f /mtd_rwarea/.wifi-rt2870 ];then&lt;br /&gt;
 	rmmod rt2870sta # Unloading original rt2870sta&lt;br /&gt;
 	sleep 5&lt;br /&gt;
 	insmod /mtd_rwarea/drivers/rt2870sta.ko # Loading modified rt2870sta&lt;br /&gt;
   fi&lt;br /&gt;
   if [ -f /mtd_rwarea/.wifi-rt73 ];then&lt;br /&gt;
 	rmmod rt73 	# Unloading original rt73&lt;br /&gt;
 	sleep 5&lt;br /&gt;
 	insmod /mtd_rwarea/drivers/rt73.ko # Loading modified rt73&lt;br /&gt;
   fi&lt;br /&gt;
 fi&lt;br /&gt;
 &lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
If you don't know how to use vi save it to your usb stick and copy it or edit the file with vi and use &amp;quot;:wq!&amp;quot; without the quotes to exit and save the file.&lt;br /&gt;
&lt;br /&gt;
Now you need to change the permissions on the file&lt;br /&gt;
 $ chmod 755 /mtd_rwarea/SamyGO.sh&lt;br /&gt;
&lt;br /&gt;
If you do not wish to use auto mounting or anything else you can stop here, just reboot your TV and confirm telnet is enabled. Or carry on to enable mounting.&lt;br /&gt;
&lt;br /&gt;
===Enable Mounts===&lt;br /&gt;
If you wish to use auto mounting NFS/CIFS/SMB you will need to edit /mtd_rwarea/mount.sh&lt;br /&gt;
 $ vi /mtd_rwarea/mount.sh&lt;br /&gt;
&lt;br /&gt;
Add the following to mount.sh&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 # If /mtd_rwarea/.nfs Exists then Mount NFS Shares on Virtual USB&lt;br /&gt;
 # touch /mtd_rwarea/.nfs if you wish to use NFS Shares and mount on a Virtaul USB&lt;br /&gt;
 &lt;br /&gt;
 if [ -f /mtd_rwarea/.nfs ];then&lt;br /&gt;
   echo &amp;quot;Mounting NFS Shares on Virtual USB&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
   # Set NFS Settings&lt;br /&gt;
   VUSB=&amp;quot;/dtv/usb/sda4&amp;quot;    # Your Virtual USB mount-point&lt;br /&gt;
   NFSS=&amp;quot;10.0.0.10&amp;quot;   # NFS Server&lt;br /&gt;
 &lt;br /&gt;
   NFS1=&amp;quot;Series&amp;quot;   # NFS Share 1 (Media)&lt;br /&gt;
   NFS2=&amp;quot;Music&amp;quot;   # NFS Share 2 (Music)&lt;br /&gt;
   NFS3=&amp;quot;Pictures&amp;quot;   # NFS Share 3 (Pics)&lt;br /&gt;
   NFS4=&amp;quot;Video&amp;quot;   # NFS Share 4 (Other)&lt;br /&gt;
 &lt;br /&gt;
   NFSS1=&amp;quot;series&amp;quot;   # NFS Server Share 1 (Media)&lt;br /&gt;
   NFSS2=&amp;quot;music&amp;quot;   # NFS Server Share 2 (Music)&lt;br /&gt;
   NFSS3=&amp;quot;pics&amp;quot;   # NFS Server Share 3 (Pics)&lt;br /&gt;
   NFSS4=&amp;quot;vids&amp;quot;   # NFS Server Share 4 (other)&lt;br /&gt;
 &lt;br /&gt;
   # Only Process if NFS Shares are not mounted&lt;br /&gt;
   if [ `mount | grep -c $VUSB` == 0 ]; then&lt;br /&gt;
 &lt;br /&gt;
      # Create Directory Structure for Virtual USB&lt;br /&gt;
      echo &amp;quot;Creating Virtual USB Directory Structure&amp;quot;&lt;br /&gt;
      mkdir -p $VUSB&lt;br /&gt;
      mkdir -p $VUSB/$NFS1&lt;br /&gt;
      mkdir -p $VUSB/$NFS2&lt;br /&gt;
      mkdir -p $VUSB/$NFS3&lt;br /&gt;
      mkdir -p $VUSB/$NFS4&lt;br /&gt;
 &lt;br /&gt;
      echo &amp;quot;Mounting NFS Shares&amp;quot;&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS1 $VUSB/$NFS1 -t nfs&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS2 $VUSB/$NFS2 -t nfs&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS3 $VUSB/$NFS3 -t nfs&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS4 $VUSB/$NFS4 -t nfs&lt;br /&gt;
    &lt;br /&gt;
      # Append Virtual USB to log file. This Allows you to view the device in media.p&lt;br /&gt;
      echo &amp;quot;Appending Virtual USB to log&amp;quot;&lt;br /&gt;
 echo &amp;quot;[sdd]&lt;br /&gt;
 Vendor : Linux&lt;br /&gt;
 Product : Virtual USB&lt;br /&gt;
 Serial : Q80VQLFL&lt;br /&gt;
 Devpath : 4&lt;br /&gt;
 Lun : 0&lt;br /&gt;
 MountDir : /dtv/usb/sda4&lt;br /&gt;
 FileSystem : vfat&lt;br /&gt;
 &lt;br /&gt;
 &amp;quot; &amp;gt;&amp;gt; /dtv/usb/log&lt;br /&gt;
   else&lt;br /&gt;
      echo &amp;quot;NFS Shares already Mounted&amp;quot;&lt;br /&gt;
   fi&lt;br /&gt;
 fi&lt;br /&gt;
 &lt;br /&gt;
 if [ -f /mtd_rwarea/.nfs-usb ];then&lt;br /&gt;
   echo &amp;quot;Mounting NFS Shares on USB&amp;quot;&lt;br /&gt;
   # Allow USB-stick to settle&lt;br /&gt;
   sleep 20&lt;br /&gt;
 &lt;br /&gt;
   # Set NFS Settings&lt;br /&gt;
   VUSB=&amp;quot;/dtv/usb/sda1&amp;quot;    # Your Virtual USB mount-point&lt;br /&gt;
   NFSS=&amp;quot;10.0.0.10&amp;quot;   # NFS Server&lt;br /&gt;
 &lt;br /&gt;
   NFS1=&amp;quot;Series&amp;quot;   # NFS Share 1 (Media)&lt;br /&gt;
   NFS2=&amp;quot;Music&amp;quot;   # NFS Share 2 (Music)&lt;br /&gt;
   NFS3=&amp;quot;Pictures&amp;quot;   # NFS Share 3 (Pics)&lt;br /&gt;
   NFS4=&amp;quot;Video&amp;quot;   # NFS Share 4 (Other)&lt;br /&gt;
 &lt;br /&gt;
   NFSS1=&amp;quot;series&amp;quot;   # NFS Server Share 1 (Media)&lt;br /&gt;
   NFSS2=&amp;quot;music&amp;quot;   # NFS Server Share 2 (Music)&lt;br /&gt;
   NFSS3=&amp;quot;pics&amp;quot;   # NFS Server Share 3 (Pics)&lt;br /&gt;
   NFSS4=&amp;quot;vids&amp;quot;   # NFS Server Share 4 (other)&lt;br /&gt;
 &lt;br /&gt;
   # Only Process if NFS Shares are not mounted&lt;br /&gt;
   if [ `mount | grep -c $VUSB` == 0 ]; then&lt;br /&gt;
 &lt;br /&gt;
      # Create Directory Structure for Virtual USB&lt;br /&gt;
      echo &amp;quot;Creating Virtual USB Directory Structure&amp;quot;&lt;br /&gt;
      mkdir -p $VUSB&lt;br /&gt;
      mkdir -p $VUSB/$NFS1&lt;br /&gt;
      mkdir -p $VUSB/$NFS2&lt;br /&gt;
      mkdir -p $VUSB/$NFS3&lt;br /&gt;
      mkdir -p $VUSB/$NFS4&lt;br /&gt;
 &lt;br /&gt;
      echo &amp;quot;Mounting NFS Shares&amp;quot;&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS1 $VUSB/$NFS1 -t nfs&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS2 $VUSB/$NFS2 -t nfs&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS3 $VUSB/$NFS3 -t nfs&lt;br /&gt;
      mount -o nolock $NFSS:/$NFSS4 $VUSB/$NFS4 -t nfs&lt;br /&gt;
   elsethe two files&lt;br /&gt;
      echo &amp;quot;NFS Shares already Mounted&amp;quot;&lt;br /&gt;
   fi&lt;br /&gt;
 fi&lt;br /&gt;
 &lt;br /&gt;
 if [ -f /mtd_rwarea/.nfs_unmount ];then&lt;br /&gt;
   echo &amp;quot;Unmounted NFS Shares&amp;quot;&lt;br /&gt;
   umount $VUSB/$NFS1&lt;br /&gt;
   umount $VUSB/$NFS2&lt;br /&gt;
   umount $VUSB/$NFS3&lt;br /&gt;
   umount $VUSB/$NFS4&lt;br /&gt;
   rm -Rf /dtv/usb/sda4&lt;br /&gt;
   rm -Rf /mtd_rwarea/.nfs_unmount&lt;br /&gt;
 fi&lt;br /&gt;
&lt;br /&gt;
You will need to edit the &amp;quot;# Set NFS Settings&amp;quot; section and also decide if you wish to use a virtual USB stick to mount your shares on or not. I do not see the point in keeping a USB stick in just for mount points hence the mounting to a virtual disk. On some TV's this does not work, however, so then you will be forced to use a real USB stick.&lt;br /&gt;
&lt;br /&gt;
Now you need to change the permissions on the file&lt;br /&gt;
 $ chmod 755 /mtd_rwarea/mount.sh&lt;br /&gt;
&lt;br /&gt;
If you are going to use the NFS mounting you need to touch /mtd_rwarea/.nfs-usb  (ADD SMB AND CIFS)&lt;br /&gt;
 $ touch /mtd_rwarea/.nfs-usb &lt;br /&gt;
&lt;br /&gt;
Reboot the TV and watch the magic :)&lt;br /&gt;
 $ df -h&lt;br /&gt;
 Filesystem                Size      Used Available Use% Mounted on&lt;br /&gt;
 /dev/tbml6                3.1M      3.1M         0 100% /&lt;br /&gt;
 none                     10.0M     12.0k     10.0M   0% /dtv&lt;br /&gt;
 /dev/tbml7              896.0k    896.0k         0 100% /mtd_boot&lt;br /&gt;
 none                     10.0M         0     10.0M   0% /mtd_ram&lt;br /&gt;
 /dev/stl0/13             11.0M      5.6M      5.3M  52% /mtd_rwarea&lt;br /&gt;
 /dev/tbml10              60.0M     51.2M      8.8M  85% /mtd_exe&lt;br /&gt;
 /dev/tbml11              28.6M     28.6M         0 100% /mtd_appdata&lt;br /&gt;
 /dev/stl0/12            419.0M    383.8M     35.2M  92% /mtd_tlib&lt;br /&gt;
 /dev/stl1/2              50.0M      2.9M     47.0M   6% /mtd_contents&lt;br /&gt;
 /dev/stl0/14            118.9M      9.5M    109.4M   8% /mtd_down&lt;br /&gt;
 /dev/stl1/3             876.9M    224.0k    876.7M   0% /mtd_wiselink&lt;br /&gt;
 /dev/stl0/15             87.0M     51.4M     35.6M  59% /mtd_swu&lt;br /&gt;
 /dev/sda1               979.1M     85.6M    893.5M   9% /dtv/usb/sda1&lt;br /&gt;
 10.0.0.10:/series         7.2T    329.3G      6.8T   4% /dtv/usb/sda4/Series&lt;br /&gt;
 10.0.0.10:/music          7.2T    329.3G      6.8T   4% /dtv/usb/sda4/Music&lt;br /&gt;
 10.0.0.10:/pics           7.2T    329.3G      6.8T   4% /dtv/usb/sda4/Pictures&lt;br /&gt;
 10.0.0.10:/vids           7.2T    329.3G      6.8T   4% /dtv/usb/sda4/Video&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other Info==&lt;br /&gt;
Just some additional information that you might want to consider.&lt;br /&gt;
===WiFi===&lt;br /&gt;
To get wifi working on other wifi dongles please take a look at:&lt;br /&gt;
[http://forum.samygo.tv/viewtopic.php?f=3&amp;amp;t=14 Alternatives of Samsung WiFi Link Stick]&lt;br /&gt;
*Direct [http://forum.samygo.tv/download/file.php?id=8 rt2870sta.zip] Download&lt;br /&gt;
*Direct[http://forum.samygo.tv/download/file.php?id=8 rt73.zip] Download&lt;br /&gt;
Download the relevant module place it in /mtd_rwarea/drivers/ you will need to create the relevant file to allow it to auto start on boot.&lt;br /&gt;
 $ touch /mtd_rwarea/.wifi-rt2870&lt;br /&gt;
 $ touch /mtd_rwarea/.wifi-rt73&lt;br /&gt;
===BusyBox===&lt;br /&gt;
Only use this if you know what you are doing.  Some of us cannot use the static BusyBox but the linux geeks out there need a better one.&lt;br /&gt;
* Download [http://packages.debian.org/sid/armel/busybox-static/download BusyBox] &lt;br /&gt;
Extract BusyBox and place just the busybox binary in /mtd_rwarea/bin/&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_enable_Telnet_on_samsung_TV%27s&amp;diff=296</id>
		<title>How to enable Telnet on samsung TV's</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_enable_Telnet_on_samsung_TV%27s&amp;diff=296"/>
		<updated>2009-12-17T19:27:49Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* The Safe Way */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(by dynamic1969, edits and extensions by marcelr, erdem_ua, suggestions by olivluca, grajen)&lt;br /&gt;
&lt;br /&gt;
If you are a novice, then I recommend you take some time to read and understand what you are doing first! THIS CAN BRICK YOUR DEIVCE !!&lt;br /&gt;
&lt;br /&gt;
Read below for a detailed HowTo of the steps taken :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Safe Way==&lt;br /&gt;
*Using SamyGO Telnet Enabler Samsung TV application, you can enable telnet of TV without changing firmware.&lt;br /&gt;
Enabling telnet with this program is not dangerous '''but''' with wrong telnet commands, still you have a chance to brick your TV.&lt;br /&gt;
Download this program to your USB Flash, then plug it into your TV. Using the Content Library from the Pup-Up menu, select USB, then under '''Game''' menu, select and start the SamyGO application once.&lt;br /&gt;
The TV will go black and then returns to the menu. This will enable your TV's telnet for one session only. When you reboot your TV (switch off and back on) you need to reopen telnet via the menus.&lt;br /&gt;
I advise you to use the Automated script if you plan to do some development on your TV. If you just want to have look how things work, the safe way is better.&lt;br /&gt;
[http://download.samygo.tv/SamyGO%20Applications/SamyGO%20Telnet%20Enabler%20v0.01.tar.gz Download SamyGO Telnet Enabler Program].&lt;br /&gt;
&lt;br /&gt;
== Prerequisites == &lt;br /&gt;
(if you do not have ALL of these: Google is your friend, at least for the software):&lt;br /&gt;
&lt;br /&gt;
*a Samsung TV attached to your local network.&lt;br /&gt;
*a hex editor.&lt;br /&gt;
**Linux : okteta and many others&lt;br /&gt;
**Windows: flexhex, neo, and many others.&lt;br /&gt;
*a crc32 checksum calculator.&lt;br /&gt;
**Linux : okteta 0.3 or later, check, minicrc, etc...&lt;br /&gt;
**Windows: flexhex, be wary of little endian (byte-reversed) checksums, possibly others&lt;br /&gt;
*xor encryption/decryption software.&lt;br /&gt;
**Linux : okteta 0.3 or later, crypt-xor, [http://www.habets.pp.se/synscan/programs.php?prog=xor-analyze xor-analyze], etc...&lt;br /&gt;
**Windows: flexhex, possibly others&lt;br /&gt;
*a normal ASCII editor.&lt;br /&gt;
**Linux : emacs, vi, gedit and and many more.&lt;br /&gt;
**Windows: notepad (Or a word processor. Be careful to save in ascii mode, .txt format)&lt;br /&gt;
*a telnet client.&lt;br /&gt;
&lt;br /&gt;
== Hacking the Firmware ==&lt;br /&gt;
To acquire telnet access to your tv, do the following:&lt;br /&gt;
&lt;br /&gt;
*Download the firmware package for your tv from the Samsung website and unpack it. As an example in this HOWTO, the T-CHU7DEUC.exe file for a ue40b70xx is taken. This will also work on any other xor-encoded firmware. Just replace the T-CHU7DEUC in this howto with your firmware name. When working on a linux box, you can unpack it with wine, unrar, or p7zip (just run `7z x &amp;lt;exe&amp;gt;`).&lt;br /&gt;
*Decrypt exe.img.enc in the T-CHU7DEUC/image directory using an xor decrypter with key &amp;quot;T-CHU7DEUC&amp;quot; (the firmware root directory name) and name it exe.img&lt;br /&gt;
*Check the CRC32 checksum of your decrypted file (exe.img). It should match the checksum (8-digit hexadecimal number), &amp;lt;xxxxxxxx&amp;gt; given in validinfo.txt _exactly_:&lt;br /&gt;
 *007_exe.img_xxxxxxxx*011_appdata.img_126fb41f &lt;br /&gt;
If the checksums don't match, check the following: Is the downloaded file not corrupted? Is your decryption flawless?&lt;br /&gt;
*Using a hex-editor, make the following changes to the contents of rc.local in the decrypted exe.img file: locate the lines:&lt;br /&gt;
&lt;br /&gt;
 export KF_LOG=/dev/null '''#Remove engine logging.'''&lt;br /&gt;
 cd /mtd_exe/&lt;br /&gt;
 &lt;br /&gt;
 ./exeDSP&lt;br /&gt;
&lt;br /&gt;
and replace just the text element marked '''bold''', as shown below:&lt;br /&gt;
&lt;br /&gt;
 export KF_LOG=/dev/null''';/etc/telnetd_start.sh&amp;amp;'''&lt;br /&gt;
 cd /mtd_exe/&lt;br /&gt;
 &lt;br /&gt;
 ./exeDSP&lt;br /&gt;
-&amp;gt; For safety reasons it is recommended that you don't miss the &amp;quot;&amp;amp;&amp;quot; at the end ( this is not yet considered in the SamyGo Script YET! )&lt;br /&gt;
&lt;br /&gt;
Make sure you do not change the length of the image file. To be on the safe side, replace any unprintable characters on the changed line with spaces, but _keep_ the linefeed (0x0a)&lt;br /&gt;
&lt;br /&gt;
And remember: Think before you type.&lt;br /&gt;
*Re-calculate the CRC32 checksum for the updated image.&lt;br /&gt;
*Using a normal ASCII editor, update validinfo.txt in the T-CHU7DEUC/image directory with the new CRC information: Replace xxxxxxxx in this line with the newly calculated checksum (8 hexadecimal digits, be aware of leading zeros):&lt;br /&gt;
 *007_exe.img_xxxxxxxx*011_appdata.img_126fb41f&lt;br /&gt;
*Encrypt exe.img again, using xor encryption with key &amp;quot;T-CHU7DEUC&amp;quot; and copy it into the T-CHU7DEUC/image directory. Name it &amp;quot;exe.img.enc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Flash to TV ===&lt;br /&gt;
*Move the T-CHU7DEUC directory and all of its contents to an otherwise empty USB drive, plugin the USB drive into your TV and manually start the upgrade via the appropriate menu entry on your TV&lt;br /&gt;
&lt;br /&gt;
=== Result ===&lt;br /&gt;
*After upgrade, open a shell and start a telnet session on your tv:&lt;br /&gt;
&lt;br /&gt;
 $ telnet aaa.bbb.ccc.ddd&lt;br /&gt;
&lt;br /&gt;
with aaa.bbb.ccc.ddd your tv's IP-address. when prompted, log in as &amp;lt;root&amp;gt;&lt;br /&gt;
This is what you'll see, when connected:&lt;br /&gt;
&lt;br /&gt;
 $ telnet aaa.bbb.ccc.ddd&lt;br /&gt;
 Trying aaa.bbb.ccc.ddd...&lt;br /&gt;
 Connected to aaa.bbb.ccc.ddd.&lt;br /&gt;
 Escape character is '^]'.&lt;br /&gt;
 &lt;br /&gt;
 localhost login: root&lt;br /&gt;
 -sh: id: not found&lt;br /&gt;
 #&lt;br /&gt;
You can now start typing commands. For available commands visit the normal places: /bin, /sbin, /usr/bin and /usr/sbin&lt;br /&gt;
&lt;br /&gt;
== Browsing the Firmware ==&lt;br /&gt;
&lt;br /&gt;
Decoding the ''run.sh.enc'' script shows that a bunch of images may be present and will automatically be flashed if found.  This includes the kernel, the root filesystem, the u-boot bootloader, and the aux filesystems (below).  The former seem to require loading over the USB serial though?&lt;br /&gt;
&lt;br /&gt;
The ''exe.img.enc'' file, once decrypted, can be mounted as a normal FAT filesystem.  Under Linux, you can do:&lt;br /&gt;
  $ mkdir exe-dir&lt;br /&gt;
  $ sudo mount -o loop -t vfat exe.img.dec exe-dir/&lt;br /&gt;
  $ ls exe-dir/&lt;br /&gt;
  Comp_LIB/   EXE_IMG_VER  JadeTarget      prelink.conf  samdrv.ko&lt;br /&gt;
  ddr_margin  Factory.dat  JadeTarget.cfg  rc.local      SpecialItemNumber.txt&lt;br /&gt;
  edid/       game_lib/    LifeScenario    ReleaseInfo   value.bin&lt;br /&gt;
  exeDSP      InfoLink/    prelink.cache   $rfs_log.lo$  YWidget_LIB/&lt;br /&gt;
&lt;br /&gt;
The ''appdata.img.enc'' file, once decrypted, is a normal squashfs image (albeit an old 3.0 version).  So if attempts to loop mount this image fail with:&lt;br /&gt;
  $ mkdir app-dir&lt;br /&gt;
  $ sudo mount -o loop,ro -t squashfs appdata.img.dec app-dir/&lt;br /&gt;
  mount: wrong fs type, bad option, bad superblock on /dev/loop/1,&lt;br /&gt;
  $ dmesg | tail -n1&lt;br /&gt;
  SQUASHFS error: Major/Minor mismatch, older Squashfs 3.0 filesystems are unsupported&lt;br /&gt;
&lt;br /&gt;
Then you can use unsquashfs from [http://squashfs.sourceforge.net/ squashfs-tools] to unpack it:&lt;br /&gt;
  $ unsquashfs appdata.img.dec&lt;br /&gt;
  Parallel unsquashfs: Using 2 processors&lt;br /&gt;
  2203 inodes (4374 blocks) to write&lt;br /&gt;
  &lt;br /&gt;
  [===============================================/] 4374/4374 100%&lt;br /&gt;
  created 2190 files&lt;br /&gt;
  created 102 directories&lt;br /&gt;
  created 13 symlinks&lt;br /&gt;
  created 0 devices&lt;br /&gt;
  created 0 fifos&lt;br /&gt;
  $ ls squashfs-root/&lt;br /&gt;
  APPDATA_IMG_VER  Font/            lib/              resource/    widget/&lt;br /&gt;
  Demo/            Images_960x540/  QPI_DTV_AUDIO.ts  testPlay.ts&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Automated Way==&lt;br /&gt;
*If you know what you are doing and are simply looking for a tool that will do all of the hacking for you, then you can use [http://forum.samygo.tv/viewtopic.php?f=5&amp;amp;t=13&amp;amp;p=22#p22 SamyGO script] (requires python installed on your system) to make all modifications to your firmware. This will produce an exe.img ready to [[#Flash to TV]].&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
 python ./SamyGO.py &amp;lt;path to extracted directory from firmware&amp;gt;&lt;br /&gt;
 example: python ./SamyGO.py ./T-CHL7DEUC/&lt;br /&gt;
&lt;br /&gt;
During the patching process you will be asked to use Enable Telnet or Advanced Mode.&lt;br /&gt;
&lt;br /&gt;
 Enable Telnet or Advanced Mode on image( T/a )?&lt;br /&gt;
&lt;br /&gt;
*If you simply wish to just enable telnet on startup select &amp;quot;T&amp;quot;&lt;br /&gt;
*If you wish to automount shares and telnet then select &amp;quot;a&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Once the SamyGo Firmware Patcher has completed the patch please flash the new patched firmware to your TV.&lt;br /&gt;
&lt;br /&gt;
===Advanced Mode===&lt;br /&gt;
If you selected Advanced Mode you will need to create a file called /mtd_rwarea/SamyGO.sh and set the permissions to 755&lt;br /&gt;
&lt;br /&gt;
Once you have flashed your TV you will need to use the [http://download.samygo.tv/SamyGO%20Kernel%20Modules/SamyGO%20Applications SamyGO Telnet Enabler Program], to enable telnet. This is a once off.&lt;br /&gt;
&lt;br /&gt;
Once you have enabled telnet using [http://download.samygo.tv/SamyGO%20Kernel%20Modules/SamyGO%20Applications SamyGO Telnet Enabler], telnet to your tv and create /mtd_rwarea/SamyGO.sh&lt;br /&gt;
&lt;br /&gt;
 # vi /mtd_rwarea/SamyGO.sh&lt;br /&gt;
&lt;br /&gt;
Add the following to SamyGO.sh&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 # Enable Telnetd&lt;br /&gt;
 if [ `cat /proc/mounts | grep -c &amp;quot;/dev/pts&amp;quot;` -lt &amp;quot;1&amp;quot; ] ; then&lt;br /&gt;
         echo &amp;quot;telnetd Enabled&amp;quot;&lt;br /&gt;
         mount -t devpts devpts /dev/pts&lt;br /&gt;
         telnetd&lt;br /&gt;
 else&lt;br /&gt;
         echo &amp;quot;/dev/pts is mounted&amp;quot;&lt;br /&gt;
 fi&lt;br /&gt;
 &lt;br /&gt;
 # Open back-door for fixing boot-loop situations&lt;br /&gt;
 sleep 20            # Allow USB-stick to settle&lt;br /&gt;
 USB=&amp;quot;/dtv/usb/sda1&amp;quot; # USB mount-point&lt;br /&gt;
 &lt;br /&gt;
 if [ -f $USB/usb.sh ];then&lt;br /&gt;
         echo &amp;quot;USB-File detected&amp;quot;&lt;br /&gt;
         $USB/usb.sh&lt;br /&gt;
 else&lt;br /&gt;
         echo &amp;quot;Running Normal SamyGO Startup&amp;quot;&lt;br /&gt;
         /mtd_rwarea/SamyGO.sh # Run normal startup script&lt;br /&gt;
 fi&lt;br /&gt;
 exit&lt;br /&gt;
Set the right permissions&lt;br /&gt;
 # chmod 755 /mtd_rwarea/SamyGO.sh&lt;br /&gt;
&lt;br /&gt;
Now reboot your TV and you ready to rock and roll....&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_Extensions_Pack&amp;diff=264</id>
		<title>SamyGO Extensions Pack</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_Extensions_Pack&amp;diff=264"/>
		<updated>2009-12-06T21:54:33Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Copy extensions to tv's flash memory */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What are &amp;quot;SamyGO Extensions&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;SamyGO Extensions&amp;quot; enhance your tv's functionality &amp;lt;b&amp;gt;without&amp;lt;/b&amp;gt; patching or modify the firmware!&lt;br /&gt;
:*Access your network shares and network-storage devices as pseudo usb-devices (it is possible to seek and ff in this files + more media container are supported)&lt;br /&gt;
:*Enables ssh access to your tv (not telnet! as client you can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty])&lt;br /&gt;
:*Additional tools &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;for advanced users&amp;lt;/span&amp;gt; like ssh, mksquashfs and checksum-calculator (for sure change from version to version)&lt;br /&gt;
&lt;br /&gt;
== Where can you find &amp;quot;SamyGO Extensions&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
:the released version:&lt;br /&gt;
::http://download.samygo.tv/&lt;br /&gt;
:latest beta:&lt;br /&gt;
::http://linux.zsolttech.com/Samsung/&lt;br /&gt;
&lt;br /&gt;
== Can you brick your tv with this extensions ==&lt;br /&gt;
&lt;br /&gt;
:answer is simple:&lt;br /&gt;
::no, but it can kill your cat, burn your house and make horny things with your girlfriend! in worst case your tv shut down and power on again.&lt;br /&gt;
::except you make changes in the scripts and you didn't know what you done&lt;br /&gt;
::if you change any of the scripts you also loose the &amp;quot;arris warranty&amp;quot; ;-)&lt;br /&gt;
::if you need assistance for your own scripts you can ask in:&lt;br /&gt;
:::http://forum.samygo.tv/viewforum.php?f=4&lt;br /&gt;
:::but ask &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&amp;lt;b&amp;gt;before&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; you bricked your tv!&lt;br /&gt;
&lt;br /&gt;
== Is this stuff compatible with your tv ==&lt;br /&gt;
&lt;br /&gt;
:generaly binaries and kernel modules are for ARM architecture&lt;br /&gt;
:look at the samsung site, download and extract the firmware for your tv and&lt;br /&gt;
:check the resulting directory name:&lt;br /&gt;
:*T-PRLAUS	-&amp;gt; binaries may work, kernel modules rather not&lt;br /&gt;
:*T-AMBAUSC	-&amp;gt; binaries may work, kernel modules may also&lt;br /&gt;
:*T-CHE7AUSC, T-CHE6AUSC, T-CHE7AUSC, T-CHU7DEUC, T-CHL7DEUC -&amp;gt; binaries yes, kernel yes (pls. search in forum, i made all tests on UExxB7020 =&amp;gt; T-CHU7DEUC)&lt;br /&gt;
:*T-CHUCIPDEUC	-&amp;gt; binaries may work, kernel modules may also&lt;br /&gt;
:*T-CHLCIPDEUC	-&amp;gt; binaries yes, kernel modules yes ([http://www.hifi-forum.de/viewthread-151-11476.html posted by user sondeu])&lt;br /&gt;
:*T-AMBDFR	-&amp;gt; binaries not, kernel modules also not (Renesas SH not ARM)&lt;br /&gt;
:*T-RBYDEU	-&amp;gt; binaries not, kernel modules also not (Renesas SH not ARM)&lt;br /&gt;
:your tv have to support games in &amp;quot;content library&amp;quot; and &amp;quot;usb movie&amp;quot;, pls. consult the manual&lt;br /&gt;
&lt;br /&gt;
== General usage ==&lt;br /&gt;
&lt;br /&gt;
:extract the zip file to usb-pen&amp;lt;br&amp;gt;&lt;br /&gt;
:mv SamyGO directory into the [http://en.wikipedia.org/wiki/Root_directory root-directory] of the usb-pen&lt;br /&gt;
:connect usb-pen to tv&lt;br /&gt;
:wait few seconds for automatic usb connection menu on tv&lt;br /&gt;
:select &amp;quot;content library&amp;quot;&lt;br /&gt;
:go to usb -&amp;gt; games, and select &amp;quot;SamyGO Extensions&amp;quot; (with &amp;quot;ok&amp;quot; button on remote-control)&lt;br /&gt;
:after the colored screen goes away, up to ~27 sec. (this is true up to SamyGO All Extensions v0.03, later versions will have some kind of control-panel)&lt;br /&gt;
:exit from &amp;quot;content library&amp;quot; and go to &amp;quot;media play&amp;quot; (&amp;quot;media.p&amp;quot; button on remote-control)&lt;br /&gt;
:select source (red button on remote-control)&lt;br /&gt;
:depends on your network services you can see new usb-sources (this are &amp;quot;faked&amp;quot; devices)&lt;br /&gt;
:*&amp;quot;UPNP Server&amp;quot;&lt;br /&gt;
:*&amp;quot;Samba Server&amp;quot;&lt;br /&gt;
:*&amp;quot;NFS Server&amp;quot;&lt;br /&gt;
::select one of them, pick what you want to see (pictures, music or video) than you should see your server(s), enjoy your media(s)&lt;br /&gt;
&lt;br /&gt;
== Copy extensions to tv's flash memory ==&lt;br /&gt;
&lt;br /&gt;
:on some models it is possible to copy contents to tv's memory in the&lt;br /&gt;
:same way you can copy &amp;quot;SamyGO All Extensions&amp;quot; pack to flash&lt;br /&gt;
:yellow button ..., pls. look into the manual or search in forum&lt;br /&gt;
&lt;br /&gt;
:If you can't copy &amp;quot;SamyGO All Extensions&amp;quot; via TV you can do it with a telnet or ssh connection&lt;br /&gt;
&lt;br /&gt;
 cp -a /dtv/usb/sda1/SamyGO /mtd_tlib/GGame/&lt;br /&gt;
&lt;br /&gt;
== What you have to do before ask 1000 times answered questions ==&lt;br /&gt;
&lt;br /&gt;
#Read here&lt;br /&gt;
#::http://forum.samygo.tv/viewtopic.php?f=5&amp;amp;t=96#p540&lt;br /&gt;
#::so you now know how to disable unneeded services and where to set the username and password for windows shares (for editing the init-scripts under windows -&amp;gt; use [http://notepad-plus.sourceforge.net/de/site.htm Notepad++] or an other editor that can handle unix files!!)&lt;br /&gt;
#File attributes&lt;br /&gt;
#::don't copy/extract the extensions on ntfs formated usb-hd just vfat (fat32)&lt;br /&gt;
#:::keep the execute attributes correct!&lt;br /&gt;
#::the init-scripts have the execute bit to set, this is already done&lt;br /&gt;
#:::but if you extracted the archive to a NTFS formated usb-hd this setting&lt;br /&gt;
#:::is lost! (tv mounts ntfs with special options)&lt;br /&gt;
#:::so you have to use an usb-pen or reformat your usb-hd with &lt;br /&gt;
#:::vfat before use it.&lt;br /&gt;
#Media file sizes&lt;br /&gt;
#:upnp (djmount), cifs and nfs, i tested video files up to 8813360067 bytes (h264/720p mkv)&lt;br /&gt;
#:server software:&lt;br /&gt;
#:* upnp: ushare 1.1a (DLNA disabled!)&lt;br /&gt;
#:* cifs: samba-server 3.2.3&lt;br /&gt;
#:* nfs:  kernel level nfs server (nfsd4)&lt;br /&gt;
#::ff and seek is (over wifi network) tedious, you can play around with mount parameters in:&lt;br /&gt;
#:::SamyGO/etc/init.d/04_04_samba.init&lt;br /&gt;
#:::SamyGO/etc/init.d/03_03_nfsmount.init&lt;br /&gt;
#:if you can't access/play your big fat files try to split them, problem is at server side not in &amp;quot;SamyGO Extensions&amp;quot; or TV&lt;br /&gt;
#Subtitles&lt;br /&gt;
#:tested *.srt files -&amp;gt; no problem over upnp (djmount), cifs and nfs&lt;br /&gt;
#:naming sheme:&lt;br /&gt;
#::MyMovie.srt&lt;br /&gt;
#::MyMovie.wmv&lt;br /&gt;
&lt;br /&gt;
== Advanced usage ==&lt;br /&gt;
&lt;br /&gt;
If you have started the extensions, [[#General_usage|General usage]]&lt;br /&gt;
:you can ssh to your tv (ssh root@&amp;lt;tvs ip&amp;gt;)&lt;br /&gt;
:after the login you can execute the command&lt;br /&gt;
::&amp;lt;tt&amp;gt;source /dtv/SGO.env&amp;lt;/tt&amp;gt; &lt;br /&gt;
:so you get an usable enviroment (sets PATH and LD_LIBRARY_PATH for the binaries)&lt;br /&gt;
:to get more extensions working, you can copy them into the SamyGO directory structure (like SamyGO-WiFi-Extension-Addon)&lt;br /&gt;
&lt;br /&gt;
== Easter eggs and customize ==&lt;br /&gt;
&lt;br /&gt;
PLACEHOLDER&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Arris69|Arris69]] 21:12, 30 November 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_Extensions_Pack&amp;diff=263</id>
		<title>SamyGO Extensions Pack</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_Extensions_Pack&amp;diff=263"/>
		<updated>2009-12-06T21:44:52Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Can you brick your tv with this extensions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What are &amp;quot;SamyGO Extensions&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;SamyGO Extensions&amp;quot; enhance your tv's functionality &amp;lt;b&amp;gt;without&amp;lt;/b&amp;gt; patching or modify the firmware!&lt;br /&gt;
:*Access your network shares and network-storage devices as pseudo usb-devices (it is possible to seek and ff in this files + more media container are supported)&lt;br /&gt;
:*Enables ssh access to your tv (not telnet! as client you can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty])&lt;br /&gt;
:*Additional tools &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;for advanced users&amp;lt;/span&amp;gt; like ssh, mksquashfs and checksum-calculator (for sure change from version to version)&lt;br /&gt;
&lt;br /&gt;
== Where can you find &amp;quot;SamyGO Extensions&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
:the released version:&lt;br /&gt;
::http://download.samygo.tv/&lt;br /&gt;
:latest beta:&lt;br /&gt;
::http://linux.zsolttech.com/Samsung/&lt;br /&gt;
&lt;br /&gt;
== Can you brick your tv with this extensions ==&lt;br /&gt;
&lt;br /&gt;
:answer is simple:&lt;br /&gt;
::no, but it can kill your cat, burn your house and make horny things with your girlfriend! in worst case your tv shut down and power on again.&lt;br /&gt;
::except you make changes in the scripts and you didn't know what you done&lt;br /&gt;
::if you change any of the scripts you also loose the &amp;quot;arris warranty&amp;quot; ;-)&lt;br /&gt;
::if you need assistance for your own scripts you can ask in:&lt;br /&gt;
:::http://forum.samygo.tv/viewforum.php?f=4&lt;br /&gt;
:::but ask &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&amp;lt;b&amp;gt;before&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; you bricked your tv!&lt;br /&gt;
&lt;br /&gt;
== Is this stuff compatible with your tv ==&lt;br /&gt;
&lt;br /&gt;
:generaly binaries and kernel modules are for ARM architecture&lt;br /&gt;
:look at the samsung site, download and extract the firmware for your tv and&lt;br /&gt;
:check the resulting directory name:&lt;br /&gt;
:*T-PRLAUS	-&amp;gt; binaries may work, kernel modules rather not&lt;br /&gt;
:*T-AMBAUSC	-&amp;gt; binaries may work, kernel modules may also&lt;br /&gt;
:*T-CHE7AUSC, T-CHE6AUSC, T-CHE7AUSC, T-CHU7DEUC, T-CHL7DEUC -&amp;gt; binaries yes, kernel yes (pls. search in forum, i made all tests on UExxB7020 =&amp;gt; T-CHU7DEUC)&lt;br /&gt;
:*T-CHUCIPDEUC	-&amp;gt; binaries may work, kernel modules may also&lt;br /&gt;
:*T-CHLCIPDEUC	-&amp;gt; binaries yes, kernel modules yes ([http://www.hifi-forum.de/viewthread-151-11476.html posted by user sondeu])&lt;br /&gt;
:*T-AMBDFR	-&amp;gt; binaries not, kernel modules also not (Renesas SH not ARM)&lt;br /&gt;
:*T-RBYDEU	-&amp;gt; binaries not, kernel modules also not (Renesas SH not ARM)&lt;br /&gt;
:your tv have to support games in &amp;quot;content library&amp;quot; and &amp;quot;usb movie&amp;quot;, pls. consult the manual&lt;br /&gt;
&lt;br /&gt;
== General usage ==&lt;br /&gt;
&lt;br /&gt;
:extract the zip file to usb-pen&amp;lt;br&amp;gt;&lt;br /&gt;
:mv SamyGO directory into the [http://en.wikipedia.org/wiki/Root_directory root-directory] of the usb-pen&lt;br /&gt;
:connect usb-pen to tv&lt;br /&gt;
:wait few seconds for automatic usb connection menu on tv&lt;br /&gt;
:select &amp;quot;content library&amp;quot;&lt;br /&gt;
:go to usb -&amp;gt; games, and select &amp;quot;SamyGO Extensions&amp;quot; (with &amp;quot;ok&amp;quot; button on remote-control)&lt;br /&gt;
:after the colored screen goes away, up to ~27 sec. (this is true up to SamyGO All Extensions v0.03, later versions will have some kind of control-panel)&lt;br /&gt;
:exit from &amp;quot;content library&amp;quot; and go to &amp;quot;media play&amp;quot; (&amp;quot;media.p&amp;quot; button on remote-control)&lt;br /&gt;
:select source (red button on remote-control)&lt;br /&gt;
:depends on your network services you can see new usb-sources (this are &amp;quot;faked&amp;quot; devices)&lt;br /&gt;
:*&amp;quot;UPNP Server&amp;quot;&lt;br /&gt;
:*&amp;quot;Samba Server&amp;quot;&lt;br /&gt;
:*&amp;quot;NFS Server&amp;quot;&lt;br /&gt;
::select one of them, pick what you want to see (pictures, music or video) than you should see your server(s), enjoy your media(s)&lt;br /&gt;
&lt;br /&gt;
== Copy extensions to tv's flash memory ==&lt;br /&gt;
&lt;br /&gt;
:on some models it is possible to copy contents to tv's memory in the&lt;br /&gt;
:same way you can copy &amp;quot;SamyGO All Extensions&amp;quot; pack to flash&lt;br /&gt;
:yellow button ..., pls. look into the manual or search in forum&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What you have to do before ask 1000 times answered questions ==&lt;br /&gt;
&lt;br /&gt;
#Read here&lt;br /&gt;
#::http://forum.samygo.tv/viewtopic.php?f=5&amp;amp;t=96#p540&lt;br /&gt;
#::so you now know how to disable unneeded services and where to set the username and password for windows shares (for editing the init-scripts under windows -&amp;gt; use [http://notepad-plus.sourceforge.net/de/site.htm Notepad++] or an other editor that can handle unix files!!)&lt;br /&gt;
#File attributes&lt;br /&gt;
#::don't copy/extract the extensions on ntfs formated usb-hd just vfat (fat32)&lt;br /&gt;
#:::keep the execute attributes correct!&lt;br /&gt;
#::the init-scripts have the execute bit to set, this is already done&lt;br /&gt;
#:::but if you extracted the archive to a NTFS formated usb-hd this setting&lt;br /&gt;
#:::is lost! (tv mounts ntfs with special options)&lt;br /&gt;
#:::so you have to use an usb-pen or reformat your usb-hd with &lt;br /&gt;
#:::vfat before use it.&lt;br /&gt;
#Media file sizes&lt;br /&gt;
#:upnp (djmount), cifs and nfs, i tested video files up to 8813360067 bytes (h264/720p mkv)&lt;br /&gt;
#:server software:&lt;br /&gt;
#:* upnp: ushare 1.1a (DLNA disabled!)&lt;br /&gt;
#:* cifs: samba-server 3.2.3&lt;br /&gt;
#:* nfs:  kernel level nfs server (nfsd4)&lt;br /&gt;
#::ff and seek is (over wifi network) tedious, you can play around with mount parameters in:&lt;br /&gt;
#:::SamyGO/etc/init.d/04_04_samba.init&lt;br /&gt;
#:::SamyGO/etc/init.d/03_03_nfsmount.init&lt;br /&gt;
#:if you can't access/play your big fat files try to split them, problem is at server side not in &amp;quot;SamyGO Extensions&amp;quot; or TV&lt;br /&gt;
#Subtitles&lt;br /&gt;
#:tested *.srt files -&amp;gt; no problem over upnp (djmount), cifs and nfs&lt;br /&gt;
#:naming sheme:&lt;br /&gt;
#::MyMovie.srt&lt;br /&gt;
#::MyMovie.wmv&lt;br /&gt;
&lt;br /&gt;
== Advanced usage ==&lt;br /&gt;
&lt;br /&gt;
If you have started the extensions, [[#General_usage|General usage]]&lt;br /&gt;
:you can ssh to your tv (ssh root@&amp;lt;tvs ip&amp;gt;)&lt;br /&gt;
:after the login you can execute the command&lt;br /&gt;
::&amp;lt;tt&amp;gt;source /dtv/SGO.env&amp;lt;/tt&amp;gt; &lt;br /&gt;
:so you get an usable enviroment (sets PATH and LD_LIBRARY_PATH for the binaries)&lt;br /&gt;
:to get more extensions working, you can copy them into the SamyGO directory structure (like SamyGO-WiFi-Extension-Addon)&lt;br /&gt;
&lt;br /&gt;
== Easter eggs and customize ==&lt;br /&gt;
&lt;br /&gt;
PLACEHOLDER&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Arris69|Arris69]] 21:12, 30 November 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_Extensions_Pack&amp;diff=262</id>
		<title>SamyGO Extensions Pack</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_Extensions_Pack&amp;diff=262"/>
		<updated>2009-12-06T21:42:27Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* What are &amp;quot;SamyGO Extensions&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What are &amp;quot;SamyGO Extensions&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;SamyGO Extensions&amp;quot; enhance your tv's functionality &amp;lt;b&amp;gt;without&amp;lt;/b&amp;gt; patching or modify the firmware!&lt;br /&gt;
:*Access your network shares and network-storage devices as pseudo usb-devices (it is possible to seek and ff in this files + more media container are supported)&lt;br /&gt;
:*Enables ssh access to your tv (not telnet! as client you can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html putty])&lt;br /&gt;
:*Additional tools &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;for advanced users&amp;lt;/span&amp;gt; like ssh, mksquashfs and checksum-calculator (for sure change from version to version)&lt;br /&gt;
&lt;br /&gt;
== Where can you find &amp;quot;SamyGO Extensions&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
:the released version:&lt;br /&gt;
::http://download.samygo.tv/&lt;br /&gt;
:latest beta:&lt;br /&gt;
::http://linux.zsolttech.com/Samsung/&lt;br /&gt;
&lt;br /&gt;
== Can you brick your tv with this extensions ==&lt;br /&gt;
&lt;br /&gt;
:answer is simple:&lt;br /&gt;
::no, but it can kill you cat, burn your house and make horny things with your girlfriend! in worst case you tv shut down and power on again.&lt;br /&gt;
::except you make changes in the scripts and you didn't know what you done&lt;br /&gt;
::if you change any of the scripts you also loose the &amp;quot;arris warranty&amp;quot; ;-)&lt;br /&gt;
::if you need assistance for your own scripts you can ask in:&lt;br /&gt;
:::http://forum.samygo.tv/viewforum.php?f=4&lt;br /&gt;
:::but ask &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&amp;lt;b&amp;gt;before&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; you bricked your tv!&lt;br /&gt;
&lt;br /&gt;
== Is this stuff compatible with your tv ==&lt;br /&gt;
&lt;br /&gt;
:generaly binaries and kernel modules are for ARM architecture&lt;br /&gt;
:look at the samsung site, download and extract the firmware for your tv and&lt;br /&gt;
:check the resulting directory name:&lt;br /&gt;
:*T-PRLAUS	-&amp;gt; binaries may work, kernel modules rather not&lt;br /&gt;
:*T-AMBAUSC	-&amp;gt; binaries may work, kernel modules may also&lt;br /&gt;
:*T-CHE7AUSC, T-CHE6AUSC, T-CHE7AUSC, T-CHU7DEUC, T-CHL7DEUC -&amp;gt; binaries yes, kernel yes (pls. search in forum, i made all tests on UExxB7020 =&amp;gt; T-CHU7DEUC)&lt;br /&gt;
:*T-CHUCIPDEUC	-&amp;gt; binaries may work, kernel modules may also&lt;br /&gt;
:*T-CHLCIPDEUC	-&amp;gt; binaries yes, kernel modules yes ([http://www.hifi-forum.de/viewthread-151-11476.html posted by user sondeu])&lt;br /&gt;
:*T-AMBDFR	-&amp;gt; binaries not, kernel modules also not (Renesas SH not ARM)&lt;br /&gt;
:*T-RBYDEU	-&amp;gt; binaries not, kernel modules also not (Renesas SH not ARM)&lt;br /&gt;
:your tv have to support games in &amp;quot;content library&amp;quot; and &amp;quot;usb movie&amp;quot;, pls. consult the manual&lt;br /&gt;
&lt;br /&gt;
== General usage ==&lt;br /&gt;
&lt;br /&gt;
:extract the zip file to usb-pen&amp;lt;br&amp;gt;&lt;br /&gt;
:mv SamyGO directory into the [http://en.wikipedia.org/wiki/Root_directory root-directory] of the usb-pen&lt;br /&gt;
:connect usb-pen to tv&lt;br /&gt;
:wait few seconds for automatic usb connection menu on tv&lt;br /&gt;
:select &amp;quot;content library&amp;quot;&lt;br /&gt;
:go to usb -&amp;gt; games, and select &amp;quot;SamyGO Extensions&amp;quot; (with &amp;quot;ok&amp;quot; button on remote-control)&lt;br /&gt;
:after the colored screen goes away, up to ~27 sec. (this is true up to SamyGO All Extensions v0.03, later versions will have some kind of control-panel)&lt;br /&gt;
:exit from &amp;quot;content library&amp;quot; and go to &amp;quot;media play&amp;quot; (&amp;quot;media.p&amp;quot; button on remote-control)&lt;br /&gt;
:select source (red button on remote-control)&lt;br /&gt;
:depends on your network services you can see new usb-sources (this are &amp;quot;faked&amp;quot; devices)&lt;br /&gt;
:*&amp;quot;UPNP Server&amp;quot;&lt;br /&gt;
:*&amp;quot;Samba Server&amp;quot;&lt;br /&gt;
:*&amp;quot;NFS Server&amp;quot;&lt;br /&gt;
::select one of them, pick what you want to see (pictures, music or video) than you should see your server(s), enjoy your media(s)&lt;br /&gt;
&lt;br /&gt;
== Copy extensions to tv's flash memory ==&lt;br /&gt;
&lt;br /&gt;
:on some models it is possible to copy contents to tv's memory in the&lt;br /&gt;
:same way you can copy &amp;quot;SamyGO All Extensions&amp;quot; pack to flash&lt;br /&gt;
:yellow button ..., pls. look into the manual or search in forum&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What you have to do before ask 1000 times answered questions ==&lt;br /&gt;
&lt;br /&gt;
#Read here&lt;br /&gt;
#::http://forum.samygo.tv/viewtopic.php?f=5&amp;amp;t=96#p540&lt;br /&gt;
#::so you now know how to disable unneeded services and where to set the username and password for windows shares (for editing the init-scripts under windows -&amp;gt; use [http://notepad-plus.sourceforge.net/de/site.htm Notepad++] or an other editor that can handle unix files!!)&lt;br /&gt;
#File attributes&lt;br /&gt;
#::don't copy/extract the extensions on ntfs formated usb-hd just vfat (fat32)&lt;br /&gt;
#:::keep the execute attributes correct!&lt;br /&gt;
#::the init-scripts have the execute bit to set, this is already done&lt;br /&gt;
#:::but if you extracted the archive to a NTFS formated usb-hd this setting&lt;br /&gt;
#:::is lost! (tv mounts ntfs with special options)&lt;br /&gt;
#:::so you have to use an usb-pen or reformat your usb-hd with &lt;br /&gt;
#:::vfat before use it.&lt;br /&gt;
#Media file sizes&lt;br /&gt;
#:upnp (djmount), cifs and nfs, i tested video files up to 8813360067 bytes (h264/720p mkv)&lt;br /&gt;
#:server software:&lt;br /&gt;
#:* upnp: ushare 1.1a (DLNA disabled!)&lt;br /&gt;
#:* cifs: samba-server 3.2.3&lt;br /&gt;
#:* nfs:  kernel level nfs server (nfsd4)&lt;br /&gt;
#::ff and seek is (over wifi network) tedious, you can play around with mount parameters in:&lt;br /&gt;
#:::SamyGO/etc/init.d/04_04_samba.init&lt;br /&gt;
#:::SamyGO/etc/init.d/03_03_nfsmount.init&lt;br /&gt;
#:if you can't access/play your big fat files try to split them, problem is at server side not in &amp;quot;SamyGO Extensions&amp;quot; or TV&lt;br /&gt;
#Subtitles&lt;br /&gt;
#:tested *.srt files -&amp;gt; no problem over upnp (djmount), cifs and nfs&lt;br /&gt;
#:naming sheme:&lt;br /&gt;
#::MyMovie.srt&lt;br /&gt;
#::MyMovie.wmv&lt;br /&gt;
&lt;br /&gt;
== Advanced usage ==&lt;br /&gt;
&lt;br /&gt;
If you have started the extensions, [[#General_usage|General usage]]&lt;br /&gt;
:you can ssh to your tv (ssh root@&amp;lt;tvs ip&amp;gt;)&lt;br /&gt;
:after the login you can execute the command&lt;br /&gt;
::&amp;lt;tt&amp;gt;source /dtv/SGO.env&amp;lt;/tt&amp;gt; &lt;br /&gt;
:so you get an usable enviroment (sets PATH and LD_LIBRARY_PATH for the binaries)&lt;br /&gt;
:to get more extensions working, you can copy them into the SamyGO directory structure (like SamyGO-WiFi-Extension-Addon)&lt;br /&gt;
&lt;br /&gt;
== Easter eggs and customize ==&lt;br /&gt;
&lt;br /&gt;
PLACEHOLDER&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Arris69|Arris69]] 21:12, 30 November 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=261</id>
		<title>SamyGO ChanEdit - Chanel Editor</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=261"/>
		<updated>2009-12-06T19:07:05Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Channel Import/Export Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=SamyGO ChanEdit=&lt;br /&gt;
&lt;br /&gt;
With SamyGO ChanEdit you can edit your channel list of your Samsung TV Set using any Computer able to run a Java VM supporting SWT. This makes moving channels around a lot easier. Also the list can be extended by channels that are not found by the channel search engine. For example Sky.de interactive channels, which the editor can add automatically when a list containing Sky.de channels is loaded.&lt;br /&gt;
&lt;br /&gt;
==Channel Import/Export Menu==&lt;br /&gt;
First you have to connect a USB drive with a FAT/FAT32 filesystem to your TV.&lt;br /&gt;
&lt;br /&gt;
When the TV is switched ON press '''Volume Down''' [[File:Volume_down_key.png|30px]] once and then press '''the Enter [[File:Enter_key.png|30pxâ]] button for 10 seconds'''. This will display the &amp;quot;Channel Import / Export&amp;quot; Menu.&lt;br /&gt;
&lt;br /&gt;
If this doesn't work, check that &amp;quot;Speaker Select&amp;quot; in &amp;quot;Sound Menu&amp;quot; is set to &amp;quot;TV Speaker&amp;quot;. Anynet+ (HDMI-CEC) should be disabled.&lt;br /&gt;
[[File:Channel_Import_Export.png|300px|left|thumb|Channel Import / Export]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Choose '''USB to TV''' for channeldata import or '''TV to USB''' for copying the channeldata to the USB drive.&lt;br /&gt;
&lt;br /&gt;
When everything worked correct you'll find the following data on your USB drive:&lt;br /&gt;
&lt;br /&gt;
 kilroy@kilroy:~$ ls -la /media/USB2GB/T-CHLCIPDEUC/Clone/&lt;br /&gt;
 total 744&lt;br /&gt;
 drwx------ 2 kilroy kilroy   4096 1980-01-01 00:00 .&lt;br /&gt;
 drwx------ 3 kilroy kilroy   4096 1980-01-01 00:00 ..&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   1920 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy     20 1980-01-01 00:00 FineTune&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   1092 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy    124 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy  28000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy 248000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy  28000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy 248000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   3184 1980-01-01 00:00 PTCCABLE&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy    584 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   5616 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy      4 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy     88 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy      4 1980-01-01 00:00 UserTransponderDataBase.dat&lt;br /&gt;
&lt;br /&gt;
Now you can edit the channel list (for the moment only map-CableD for DVB-C) stored on the drive using SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
After that just use the same procedure to import the list again.&lt;br /&gt;
&lt;br /&gt;
==Downloading and Installing==&lt;br /&gt;
Download the SamyGO ChanEdit (and required Java library for you OS) from [http://download.samygo.tv/SamyGO%20Applications/ SamyGO Applications] file download area.&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 9.10 amd64===&lt;br /&gt;
&lt;br /&gt;
You have to download the files '''SamyGO ChanEdit-v0.31.tar.bz2''' and '''SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2'''&amp;lt;br&amp;gt;&lt;br /&gt;
Ubuntu 9.10 is coming with openjdk-6-jre but you can also install Java from SUN.&lt;br /&gt;
&lt;br /&gt;
 # sudo aptitude install sun-java6-jre&lt;br /&gt;
 [ -d ~/bin ] || mkdir ~/bin&lt;br /&gt;
 tar xjf Downloads/SamyGO\ ChanEdit-v0.31.tar.bz2 -C ~/bin/&lt;br /&gt;
 tar xjf Downloads/SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2 -C ~/bin/SamyGO\ ChanEdit-v0.31/&lt;br /&gt;
 ln -s ~/bin/SamyGO\ ChanEdit-v0.31/SamyGoChanEd.jar Desktop/SamyGoChanEd.jar&lt;br /&gt;
&lt;br /&gt;
With right mouseclick at the SamyGoChanEd.jar icon choose under '''Properties -&amp;gt; Open With:''' ''OpenJDK Java 6 Runtime'' (or ''Sun Java 6 Runtime'')&lt;br /&gt;
&lt;br /&gt;
==Modifying Channel List==&lt;br /&gt;
You can modify your Channel list via SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
The files are under your USB at T-CHxxDEUC/Clone directory.&lt;br /&gt;
With Version 0.31 currently only map-CableD for digital Cable Channels is editable.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SamyGO ChanEdit.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Afterward you can import channel list to TV from USB stick.&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=260</id>
		<title>SamyGO ChanEdit - Chanel Editor</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=260"/>
		<updated>2009-12-06T16:53:25Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Channel Import/Export Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=SamyGO ChanEdit=&lt;br /&gt;
&lt;br /&gt;
With SamyGO ChanEdit you can edit your channel list of your Samsung TV Set using any Computer able to run a Java VM supporting SWT. This makes moving channels around a lot easier. Also the list can be extended by channels that are not found by the channel search engine. For example Sky.de interactive channels, which the editor can add automatically when a list containing Sky.de channels is loaded.&lt;br /&gt;
&lt;br /&gt;
==Channel Import/Export Menu==&lt;br /&gt;
First you have to connect a USB drive with a FAT/FAT32 filesystem to your TV.&lt;br /&gt;
&lt;br /&gt;
Now press '''Volume Down''' [[File:Volume_down_key.png|30px]] once and then press '''the Enter [[File:Enter_key.png|30pxâ]] button for 10 seconds'''. This will display the &amp;quot;Channel Import / Export&amp;quot; Menu.&lt;br /&gt;
&lt;br /&gt;
If this doesn't work, check that &amp;quot;Speaker Select&amp;quot; in &amp;quot;Sound Menu&amp;quot; is set to &amp;quot;TV Speaker&amp;quot;. Anynet+ (HDMI-CEC) should be disabled.&lt;br /&gt;
[[File:Channel_Import_Export.png|300px|left|thumb|Channel Import / Export]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Choose '''USB to TV''' for channeldata import or '''TV to USB''' for copying the channeldata to the USB drive.&lt;br /&gt;
&lt;br /&gt;
When everything worked correct you'll find the following data on your USB drive:&lt;br /&gt;
&lt;br /&gt;
 kilroy@kilroy:~$ ls -la /media/USB2GB/T-CHLCIPDEUC/Clone/&lt;br /&gt;
 total 744&lt;br /&gt;
 drwx------ 2 kilroy kilroy   4096 1980-01-01 00:00 .&lt;br /&gt;
 drwx------ 3 kilroy kilroy   4096 1980-01-01 00:00 ..&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   1920 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy     20 1980-01-01 00:00 FineTune&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   1092 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy    124 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy  28000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy 248000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy  28000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy 248000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   3184 1980-01-01 00:00 PTCCABLE&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy    584 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy   5616 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy      4 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy     88 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rwxr-xr-x 1 kilroy kilroy      4 1980-01-01 00:00 UserTransponderDataBase.dat&lt;br /&gt;
&lt;br /&gt;
Now you can edit the channel list (for the moment only map-CableD for DVB-C) stored on the drive using SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
After that just use the same procedure to import the list again.&lt;br /&gt;
&lt;br /&gt;
==Downloading and Installing==&lt;br /&gt;
Download the SamyGO ChanEdit (and required Java library for you OS) from [http://download.samygo.tv/SamyGO%20Applications/ SamyGO Applications] file download area.&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 9.10 amd64===&lt;br /&gt;
&lt;br /&gt;
You have to download the files '''SamyGO ChanEdit-v0.31.tar.bz2''' and '''SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2'''&amp;lt;br&amp;gt;&lt;br /&gt;
Ubuntu 9.10 is coming with openjdk-6-jre but you can also install Java from SUN.&lt;br /&gt;
&lt;br /&gt;
 # sudo aptitude install sun-java6-jre&lt;br /&gt;
 [ -d ~/bin ] || mkdir ~/bin&lt;br /&gt;
 tar xjf Downloads/SamyGO\ ChanEdit-v0.31.tar.bz2 -C ~/bin/&lt;br /&gt;
 tar xjf Downloads/SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2 -C ~/bin/SamyGO\ ChanEdit-v0.31/&lt;br /&gt;
 ln -s ~/bin/SamyGO\ ChanEdit-v0.31/SamyGoChanEd.jar Desktop/SamyGoChanEd.jar&lt;br /&gt;
&lt;br /&gt;
With right mouseclick at the SamyGoChanEd.jar icon choose under '''Properties -&amp;gt; Open With:''' ''OpenJDK Java 6 Runtime'' (or ''Sun Java 6 Runtime'')&lt;br /&gt;
&lt;br /&gt;
==Modifying Channel List==&lt;br /&gt;
You can modify your Channel list via SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
The files are under your USB at T-CHxxDEUC/Clone directory.&lt;br /&gt;
With Version 0.31 currently only map-CableD for digital Cable Channels is editable.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SamyGO ChanEdit.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Afterward you can import channel list to TV from USB stick.&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:Volume_down_key.png&amp;diff=259</id>
		<title>File:Volume down key.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:Volume_down_key.png&amp;diff=259"/>
		<updated>2009-12-06T16:39:25Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:Enter_key.png&amp;diff=258</id>
		<title>File:Enter key.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:Enter_key.png&amp;diff=258"/>
		<updated>2009-12-06T16:34:22Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=257</id>
		<title>SamyGO ChanEdit - Chanel Editor</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=257"/>
		<updated>2009-12-06T15:44:11Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Ubuntu 9.10 amd64 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=SamyGO ChanEdit=&lt;br /&gt;
&lt;br /&gt;
With SamyGO ChanEdit you can edit your channel list of your Samsung TV Set using any Computer able to run a Java VM supporting SWT. This makes moving channels around a lot easier. Also the list can be extended by channels that are not found by the channel search engine. For example Sky.de interactive channels, which the editor can add automatically when a list containing Sky.de channels is loaded.&lt;br /&gt;
&lt;br /&gt;
==Channel Import/Export Menu==&lt;br /&gt;
First you need to connect a usb drive to your TV.&lt;br /&gt;
&lt;br /&gt;
Press '''Volume Down''' once and then '''press the Enter [[File:008_003_Enter.JPGâ]] button for 10 seconds''' this will display Channel List Import/Export Menu.&amp;lt;br&amp;gt;&lt;br /&gt;
If this doesn't work, check that &amp;quot;Speaker Select&amp;quot; in &amp;quot;Sound Menu&amp;quot; is set to &amp;quot;TV Speaker&amp;quot;.&lt;br /&gt;
[[File:Channel_Import_Export.png|200px|left|thumb|Channel Import / Export]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you can edit the channel list stored on the drive using SamyGO ChanEdit. After that just use the same procedure to import the list again.&lt;br /&gt;
&lt;br /&gt;
==Downloading and Installing==&lt;br /&gt;
Download the SamyGO ChanEdit (and required Java library for you OS) from [http://download.samygo.tv/SamyGO%20Applications/ SamyGO Applications] file download area.&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 9.10 amd64===&lt;br /&gt;
&lt;br /&gt;
You have to download the files '''SamyGO ChanEdit-v0.31.tar.bz2''' and '''SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2'''&amp;lt;br&amp;gt;&lt;br /&gt;
Ubuntu 9.10 is coming with openjdk-6-jre but you can also install Java from SUN.&lt;br /&gt;
&lt;br /&gt;
 # sudo aptitude install sun-java6-jre&lt;br /&gt;
 [ -d ~/bin ] || mkdir ~/bin&lt;br /&gt;
 tar xjf Downloads/SamyGO\ ChanEdit-v0.31.tar.bz2 -C ~/bin/&lt;br /&gt;
 tar xjf Downloads/SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2 -C ~/bin/SamyGO\ ChanEdit-v0.31/&lt;br /&gt;
 ln -s ~/bin/SamyGO\ ChanEdit-v0.31/SamyGoChanEd.jar Desktop/SamyGoChanEd.jar&lt;br /&gt;
&lt;br /&gt;
With right mouseclick at the SamyGoChanEd.jar icon choose under '''Properties -&amp;gt; Open With:''' ''OpenJDK Java 6 Runtime'' (or ''Sun Java 6 Runtime'')&lt;br /&gt;
&lt;br /&gt;
==Modifying Channel List==&lt;br /&gt;
You can modify your Channel list via SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
The files are under your USB at T-CHxxDEUC/Clone directory.&lt;br /&gt;
With Version 0.31 currently only map-CableD for digital Cable Channels is editable.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SamyGO ChanEdit.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Afterward you can import channel list to TV from USB stick.&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=256</id>
		<title>SamyGO ChanEdit - Chanel Editor</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=256"/>
		<updated>2009-12-06T15:31:33Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=SamyGO ChanEdit=&lt;br /&gt;
&lt;br /&gt;
With SamyGO ChanEdit you can edit your channel list of your Samsung TV Set using any Computer able to run a Java VM supporting SWT. This makes moving channels around a lot easier. Also the list can be extended by channels that are not found by the channel search engine. For example Sky.de interactive channels, which the editor can add automatically when a list containing Sky.de channels is loaded.&lt;br /&gt;
&lt;br /&gt;
==Channel Import/Export Menu==&lt;br /&gt;
First you need to connect a usb drive to your TV.&lt;br /&gt;
&lt;br /&gt;
Press '''Volume Down''' once and then '''press the Enter [[File:008_003_Enter.JPGâ]] button for 10 seconds''' this will display Channel List Import/Export Menu.&amp;lt;br&amp;gt;&lt;br /&gt;
If this doesn't work, check that &amp;quot;Speaker Select&amp;quot; in &amp;quot;Sound Menu&amp;quot; is set to &amp;quot;TV Speaker&amp;quot;.&lt;br /&gt;
[[File:Channel_Import_Export.png|200px|left|thumb|Channel Import / Export]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you can edit the channel list stored on the drive using SamyGO ChanEdit. After that just use the same procedure to import the list again.&lt;br /&gt;
&lt;br /&gt;
==Downloading and Installing==&lt;br /&gt;
Download the SamyGO ChanEdit (and required Java library for you OS) from [http://download.samygo.tv/SamyGO%20Applications/ SamyGO Applications] file download area.&lt;br /&gt;
&lt;br /&gt;
===Ubuntu 9.10 amd64===&lt;br /&gt;
&lt;br /&gt;
You have to download the files: SamyGO ChanEdit-v0.31.tar.bz2 and SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2&lt;br /&gt;
Ubuntu 9.10 is coming with openjdk-6-jre but you can also install Java from SUN.&lt;br /&gt;
&lt;br /&gt;
 # sudo aptitude install sun-java6-jre&lt;br /&gt;
 [ -d ~/bin ] || mkdir ~/bin&lt;br /&gt;
 tar xjf Downloads/SamyGO\ ChanEdit-v0.31.tar.bz2 -C ~/bin/&lt;br /&gt;
 tar xjf Downloads/SamyGoChanEd_lib-Linux-GTK-x86_64.tar.bz2 -C ~/bin/SamyGO\ ChanEdit-v0.31/&lt;br /&gt;
 ln -s ~/bin/SamyGO\ ChanEdit-v0.31/SamyGoChanEd.jar Desktop/SamyGoChanEd.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Modifying Channel List==&lt;br /&gt;
You can modify your Channel list via SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
The files are under your USB at T-CHxxDEUC/Clone directory.&lt;br /&gt;
With Version 0.31 currently only map-CableD for digital Cable Channels is editable.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SamyGO ChanEdit.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Afterward you can import channel list to TV from USB stick.&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Dumping_and_Flashing_images_by_hand&amp;diff=251</id>
		<title>Dumping and Flashing images by hand</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Dumping_and_Flashing_images_by_hand&amp;diff=251"/>
		<updated>2009-12-06T13:50:14Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Manual flashing steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The steps outlined below allow the flashing of an image directly into the flash of your TV, without using the offical upgrade process of the TV.&amp;lt;br&amp;gt;The example shown below is for flashing a modified exe.img on a UExxB70xx.&amp;lt;br&amp;gt;&lt;br /&gt;
There is no need to flash app_data Image, if you are just flashing modifications of the same exeDSP Version.&amp;lt;br&amp;gt;&lt;br /&gt;
'''In any case you need to ensure that you erase the respective flash before overwriting it.'''&lt;br /&gt;
== Device files used ==&lt;br /&gt;
Find below the device files for different areas of the firmware for FW types listed ( this information is taken from the run.sh file and was not validated! )&lt;br /&gt;
=== T-CHL5DSEUC, T-CHL5DEUC and T-CHU7DEUC ===&lt;br /&gt;
*BOOTLOADER_DEVICE='''/dev/bml0/2'''&lt;br /&gt;
*FNW_DEVICE='''/dev/bml0/4'''&lt;br /&gt;
*KERNEL_DEVICE='''/dev/bml0/5'''&lt;br /&gt;
*RFS_DEVICE='''/dev/bml0/6'''&lt;br /&gt;
*BOOT_DEVICE='''/dev/bml0/7'''&lt;br /&gt;
=== T-CHL5DSEUC and T-CHL5DEUC Specific ===&lt;br /&gt;
*EXE_DEVICE='''/dev/stl0/8'''&lt;br /&gt;
*APPDATA_DEVICE='''/dev/stl0/9'''&lt;br /&gt;
=== T-CHU7DEUC Specific ===&lt;br /&gt;
*EXE_DEVICE='''/dev/bml0/8'''&lt;br /&gt;
*APPDATA_DEVICE='''/dev/bml0/9'''&lt;br /&gt;
&lt;br /&gt;
=== For All Devices ===&lt;br /&gt;
*It's better to conceive the structure of your TV by '''df''' tool.&lt;br /&gt;
You can check your &amp;quot;'''df'''&amp;quot; output. Here is mine on LE40B650T2W which uses T-CHL7DEUC firmware&lt;br /&gt;
&lt;br /&gt;
 # df&lt;br /&gt;
 Filesystem           1k-blocks      Used Available Use% Mounted on&lt;br /&gt;
 /dev/tbml6                3136      3136         0 100% /&lt;br /&gt;
 none                     10240         0     10240   0% /dtv&lt;br /&gt;
 /dev/tbml7                1024      1024         0 100% /mtd_boot&lt;br /&gt;
 none                     10240         0     10240   0% /mtd_ram&lt;br /&gt;
 /dev/stl0/14             11224      1778      9446  16% /mtd_rwarea&lt;br /&gt;
 /dev/tbml10              61400     52440      8960  85% /mtd_exe&lt;br /&gt;
 /dev/tbml11              29312     29312         0 100% /mtd_appdata&lt;br /&gt;
 /dev/stl0/13            193536    160000     33536  83% /mtd_tlib&lt;br /&gt;
 /dev/stl0/15             51160      1976     49184   4% /mtd_contents&lt;br /&gt;
 /dev/stl0/16             90012     16344     73668  18% /mtd_down&lt;br /&gt;
 /dev/stl0/12            152576       224    152352   0% /mtd_wiselink&lt;br /&gt;
 /dev/stl0/17             89072       176     88896   0% /mtd_swu&lt;br /&gt;
&lt;br /&gt;
Interpretation of this list is like that:&lt;br /&gt;
&lt;br /&gt;
As you can easily understand mount of '''/mtd_exe''' means EXE_DEVICE is that '''/dev/tbml10'''.&lt;br /&gt;
&lt;br /&gt;
And '''/''' describes that is ROOT device at '''/dev/tbml6'''.&lt;br /&gt;
&lt;br /&gt;
*EXE_DEVICE =  /dev/tbml10&lt;br /&gt;
*ROOT_DEVICE =  /dev/tbml6&lt;br /&gt;
*APPDATA_DEVICE = /dev/tbml11&lt;br /&gt;
*BOOT_DEVICE =  /dev/tbml7&lt;br /&gt;
&lt;br /&gt;
You have to aware that, there is some devices not shown on '''df''' commands like bootloader or like kernel devices...&lt;br /&gt;
&lt;br /&gt;
== Manual flashing steps ==&lt;br /&gt;
*(1) Prevent TV from rebooting when exeDSP is stopped&lt;br /&gt;
 /mtd_boot/MicomCtrl 23&lt;br /&gt;
*(2) Stop exeDSP binary&lt;br /&gt;
 killall -9 exeDSP&lt;br /&gt;
*(3) Unmount the respective directory&lt;br /&gt;
 umount /mtd_exe&lt;br /&gt;
*(4) Take a backup of the current image in the flash.&lt;br /&gt;
 bml.dump /dev/bml0/8 /mtd_swu/exe.img.orig&lt;br /&gt;
If you dont have bml.dump tool in your firmware, than you can use '''dd''' or '''cat''' tool too.&lt;br /&gt;
 cat /dev/bml0/8 &amp;gt; /mtd_swu/exe.img.orig&lt;br /&gt;
&lt;br /&gt;
 dd if=/dev/bml0/8 of=/mtd_swu/exe.img.orig&lt;br /&gt;
*(5) Move backup image to a safe space ( e.g. USB )&lt;br /&gt;
 mv /mtd_swu/exe.img.orig /dtv/usb/sda1&lt;br /&gt;
*(6) Copy Image to be flashed from your USB to /mtd_swu &lt;br /&gt;
 cp /dtv/usb/sda1/exe.img /mtd_swu&lt;br /&gt;
-&amp;gt; this is the safest way, even though flashing directly from USB-Device may also be possible, which I have not tested&lt;br /&gt;
*(7) Erase the flash before flashing the new file&lt;br /&gt;
 bml.erase /dev/bml0/8&lt;br /&gt;
*(8) Perform the actual step of flashing the file.&lt;br /&gt;
 bml.restore /dev/bml0/8 /mtd_swu/exe.img&lt;br /&gt;
-&amp;gt;Flashing progress will be shown 0% ... 100%. Don't interrupt this process!!&lt;br /&gt;
*(9) Mount the updated image( afterwards check out content and ensure it mounts without problems and looks ok from a content perspective. )&lt;br /&gt;
 mount -t auto /dev/tbml8 /mtd_exe&amp;lt;br&amp;gt;&lt;br /&gt;
*(10) Starting exeDSP&amp;lt;br&amp;gt;&lt;br /&gt;
 /mtd_exe/rc.local&lt;br /&gt;
-&amp;gt; If something went wrong and your exeDSP doesn't start up properly, then you can flash back your backup &amp;quot;.orig&amp;quot; image following steps 3-9.&amp;lt;br&amp;gt;-&amp;gt; Don't worry, if you see your screen upside down after re-starting exeDSP ;-) as&lt;br /&gt;
the exeDSP binary seems to expect a freshly initialized HW to start-up properly &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;'''Attention:'''This process does not validate the correctness and validity of the file being flashed. THIS IS YOUR RESPONSIBILITY!!!&lt;br /&gt;
&lt;br /&gt;
--[[User:Dynamic1969|Dynamic1969]] 17:59, 3 October 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=242</id>
		<title>SamyGO ChanEdit - Chanel Editor</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=242"/>
		<updated>2009-12-06T11:32:43Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Channel Import/Export Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=SamyGO ChanEdit=&lt;br /&gt;
&lt;br /&gt;
With SamyGO ChanEdit you can edit your channel list of your Samsung TV Set using any Computer able to run a Java VM supporting SWT. This makes moving channels around a lot easier. Also the list can be extended by channels that are not found by the channel search engine. For example Sky.de interactive channels, which the editor can add automatically when a list containing Sky.de channels is loaded.&lt;br /&gt;
&lt;br /&gt;
==Channel Import/Export Menu==&lt;br /&gt;
First you need to connect a usb drive to your TV.&lt;br /&gt;
&lt;br /&gt;
Press '''Volume Down''' once and then '''press the Enter [[File:008_003_Enter.JPGâ]] button for 10 seconds''' this will display Channel List Import/Export Menu.&amp;lt;br&amp;gt;&lt;br /&gt;
If this doesn't work, check that &amp;quot;Speaker Select&amp;quot; in &amp;quot;Sound Menu&amp;quot; is set to &amp;quot;TV Speaker&amp;quot;.&lt;br /&gt;
[[File:Channel_Import_Export.png|200px|left|thumb|Channel Import / Export]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you can edit the channel list stored on the drive using SamyGO ChanEdit. After that just use the same procedure to import the list again.&lt;br /&gt;
&lt;br /&gt;
==Modifying Channel List==&lt;br /&gt;
After download the SamyGO ChanEdit (and required Java library for you OS) from [http://download.samygo.tv/SamyGO%20Applications/ SamyGO Applications] file download area than execute it.&lt;br /&gt;
You can modify your Channel list via SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
The files are under your USB at T-CHxxDEUC/Clone directory.&lt;br /&gt;
There is two editable file for a while: map-CableD and map-AirD&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SamyGO ChanEdit.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Afterward you can import channel list to TV from USB stick.&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:Channel_Import_Export.png&amp;diff=241</id>
		<title>File:Channel Import Export.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:Channel_Import_Export.png&amp;diff=241"/>
		<updated>2009-12-06T11:27:34Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=240</id>
		<title>SamyGO ChanEdit - Chanel Editor</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=240"/>
		<updated>2009-12-06T11:26:39Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Channel Import/Export Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=SamyGO ChanEdit=&lt;br /&gt;
&lt;br /&gt;
With SamyGO ChanEdit you can edit your channel list of your Samsung TV Set using any Computer able to run a Java VM supporting SWT. This makes moving channels around a lot easier. Also the list can be extended by channels that are not found by the channel search engine. For example Sky.de interactive channels, which the editor can add automatically when a list containing Sky.de channels is loaded.&lt;br /&gt;
&lt;br /&gt;
==Channel Import/Export Menu==&lt;br /&gt;
First you need to connect a usb drive to your TV.&lt;br /&gt;
&lt;br /&gt;
Press '''Volume Down''' once and then '''press the Enter [[File:008_003_Enter.JPGâ]] button for 10 seconds''' this will display Channel List Import/Export Menu.&amp;lt;br&amp;gt;&lt;br /&gt;
If this doesn't work, check that &amp;quot;Speaker Select&amp;quot; in &amp;quot;Sound Menu&amp;quot; is set to &amp;quot;TV Speaker&amp;quot;.&lt;br /&gt;
[[File:Import-export.jpg|200px|left|thumb|Import/Export Menu]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you can edit the channel list stored on the drive using SamyGO ChanEdit. After that just use the same procedure to import the list again.&lt;br /&gt;
&lt;br /&gt;
==Modifying Channel List==&lt;br /&gt;
After download the SamyGO ChanEdit (and required Java library for you OS) from [http://download.samygo.tv/SamyGO%20Applications/ SamyGO Applications] file download area than execute it.&lt;br /&gt;
You can modify your Channel list via SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
The files are under your USB at T-CHxxDEUC/Clone directory.&lt;br /&gt;
There is two editable file for a while: map-CableD and map-AirD&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SamyGO ChanEdit.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Afterward you can import channel list to TV from USB stick.&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=239</id>
		<title>SamyGO ChanEdit - Chanel Editor</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=SamyGO_ChanEdit_-_Chanel_Editor&amp;diff=239"/>
		<updated>2009-12-06T11:25:28Z</updated>

		<summary type="html">&lt;p&gt;Kilroywashere: /* Channel Import/Export Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=SamyGO ChanEdit=&lt;br /&gt;
&lt;br /&gt;
With SamyGO ChanEdit you can edit your channel list of your Samsung TV Set using any Computer able to run a Java VM supporting SWT. This makes moving channels around a lot easier. Also the list can be extended by channels that are not found by the channel search engine. For example Sky.de interactive channels, which the editor can add automatically when a list containing Sky.de channels is loaded.&lt;br /&gt;
&lt;br /&gt;
==Channel Import/Export Menu==&lt;br /&gt;
First you need to connect a usb drive to your TV.&lt;br /&gt;
&lt;br /&gt;
Press '''Volume Down''' once and then '''press the Enter [[File:008_003_Enter.JPGâ]] button for 10 seconds''' this will display Channel List Import/Export Menu.&lt;br /&gt;
[[File:Import-export.jpg|200px|left|thumb|Import/Export Menu]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you can edit the channel list stored on the drive using SamyGO ChanEdit. After that just use the same procedure to import the list again.&lt;br /&gt;
If this doesn't work, check that &amp;quot;Speaker Select&amp;quot; in &amp;quot;Sound Menu&amp;quot; is set to &amp;quot;TV Speaker&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Modifying Channel List==&lt;br /&gt;
After download the SamyGO ChanEdit (and required Java library for you OS) from [http://download.samygo.tv/SamyGO%20Applications/ SamyGO Applications] file download area than execute it.&lt;br /&gt;
You can modify your Channel list via SamyGO ChanEdit.&lt;br /&gt;
&lt;br /&gt;
The files are under your USB at T-CHxxDEUC/Clone directory.&lt;br /&gt;
There is two editable file for a while: map-CableD and map-AirD&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:SamyGO ChanEdit.png]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Afterward you can import channel list to TV from USB stick.&lt;/div&gt;</summary>
		<author><name>Kilroywashere</name></author>
		
	</entry>
</feed>