<?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=Kay</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=Kay"/>
	<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Special:Contributions/Kay"/>
	<updated>2026-04-26T14:33:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1633</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1633"/>
		<updated>2011-03-06T13:31:41Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/SamyGO Wikipedia Article] - ''spread the word''&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hacks are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''This type of Hack may not work with a firmware newer than 3005.1''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| interactive&amp;lt;br/&amp;gt;root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || SamyGO.sh&amp;lt;br/&amp;gt;runonce.sh&amp;lt;br/&amp;gt;emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel Modules, virtual USB, Webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGO ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1627</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1627"/>
		<updated>2011-03-04T16:00:05Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on Firmware name go to ''SamyGO-ALL-Extensions'' download area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Device Name ===&lt;br /&gt;
&lt;br /&gt;
Samsung TV models are named according the following pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TYPE&amp;gt;&amp;lt;REGION&amp;gt; &amp;lt;SIZE&amp;gt; &amp;lt;SERIES&amp;gt;&amp;lt;MODEL&amp;gt; &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;TYPE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;REGION&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SIZE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SERIES&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;MODEL&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
| '''L''' LCD&amp;lt;br/&amp;gt; '''U''' LED&amp;lt;br/&amp;gt; '''P''' Plasma&lt;br /&gt;
||'''A''' Australia&amp;lt;br/&amp;gt; '''E''' Europe&amp;lt;br/&amp;gt; '''N''' North America&lt;br /&gt;
||display size&amp;lt;br/&amp;gt; (inch)&lt;br /&gt;
|| '''A''' 2008&amp;lt;br/&amp;gt; '''B''' 2009&amp;lt;br/&amp;gt; '''C''' 2010&amp;lt;br/&amp;gt; '''D''' 2011&lt;br /&gt;
|| '''5'''xxx '''6'''xxx '''7'''xxx '''8'''xxx '''9'''xxx&lt;br /&gt;
|| i.e. country specific variant&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i.e. '''UE 55 C 8700''' is an 55&amp;quot; European LED-TV C-Series Model 8700&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1626</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1626"/>
		<updated>2011-03-04T15:57:17Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on Firmware name go to ''SamyGO-ALL-Extensions'' download area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Device Name ===&lt;br /&gt;
&lt;br /&gt;
Samsung TV models are named according the following pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TYPE&amp;gt;&amp;lt;REGION&amp;gt; &amp;lt;SIZE&amp;gt; &amp;lt;SERIES&amp;gt;&amp;lt;MODEL&amp;gt; &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;TYPE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;REGION&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SIZE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SERIES&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;MODEL&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
| '''L'' LCD&amp;lt;br/&amp;gt; '''P''' Plasma&amp;lt;br/&amp;gt; '''U''' LED&lt;br /&gt;
||'''A''' Australia&amp;lt;br/&amp;gt; '''E''' Europe&amp;lt;br/&amp;gt; '''N''' North America&lt;br /&gt;
||display size&amp;lt;br/&amp;gt; (inch)&lt;br /&gt;
|| '''A''' 2008&amp;lt;br/&amp;gt; '''B''' 2009&amp;lt;br/&amp;gt; '''C''' 2010&amp;lt;br/&amp;gt; '''D''' 2011&lt;br /&gt;
|| '''5'''xxx '''6'''xxx '''7'''xxx '''8'''xxx '''9'''xxx&lt;br /&gt;
|| i.e. country specific variant&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i.e. '''UE 55 C 8700''' is an 55&amp;quot; European LED-TV C-Series Model 8700&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1625</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1625"/>
		<updated>2011-03-04T15:55:44Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on Firmware name go to ''SamyGO-ALL-Extensions'' download area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Device Name ===&lt;br /&gt;
&lt;br /&gt;
Samsung TV models are named according the following pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TYPE&amp;gt;&amp;lt;REGION&amp;gt;&amp;lt;SIZE&amp;gt;&amp;lt;SERIES&amp;gt;&amp;lt;MODEL&amp;gt;&amp;lt;VARIANT&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;TYPE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;REGION&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SIZE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SERIES&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;MODEL&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
| '''L'' LCD&amp;lt;br/&amp;gt; '''P''' Plasma&amp;lt;br/&amp;gt; '''U''' LED&lt;br /&gt;
||'''A''' Australia&amp;lt;br/&amp;gt; '''E''' Europe&amp;lt;br/&amp;gt; '''N''' North America&lt;br /&gt;
||display size&amp;lt;br/&amp;gt; (inch)&lt;br /&gt;
|| '''A''' 2008&amp;lt;br/&amp;gt; '''B''' 2009&amp;lt;br/&amp;gt; '''C''' 2010&amp;lt;br/&amp;gt; '''D''' 2011&lt;br /&gt;
|| '''5'''xxx '''6'''xxx '''7'''xxx '''8'''xxx '''9'''xxx&lt;br /&gt;
|| i.e. country specific variant&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i.e. '''UE 55 C 8700''' is an 55&amp;quot; European LED-TV C-Series Model 8700&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1624</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1624"/>
		<updated>2011-03-04T15:53:38Z</updated>

		<summary type="html">&lt;p&gt;Kay: Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on Firmware name go to ''SamyGO-ALL-Extensions'' download area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Device Naming Sheme ===&lt;br /&gt;
&lt;br /&gt;
Samsung TV models are named according the following pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TYPE&amp;gt;&amp;lt;REGION&amp;gt;&amp;lt;SIZE&amp;gt;&amp;lt;SERIES&amp;gt;&amp;lt;MODEL&amp;gt;&amp;lt;VARIANT&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;TYPE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;REGION&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SIZE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SERIES&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;MODEL&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
| '''L'' LCD&amp;lt;br/&amp;gt; '''P''' Plasma&amp;lt;br/&amp;gt; '''U''' LED&lt;br /&gt;
||'''A''' Australia&amp;lt;br/&amp;gt; '''E''' Europe&amp;lt;br/&amp;gt; '''N''' North America&lt;br /&gt;
||display size&amp;lt;br/&amp;gt; (inch)&lt;br /&gt;
|| '''A''' 2008&amp;lt;br/&amp;gt; '''B''' 2009&amp;lt;br/&amp;gt; '''C''' 2010&amp;lt;br/&amp;gt; '''D''' 2011&lt;br /&gt;
|| '''5'''xxx '''6'''xxx '''7'''xxx '''8'''xxx '''9'''xxx&lt;br /&gt;
|| i.e. country specific variant&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i.e. '''UE 55 C 8700''' is an 55&amp;quot; European LED-TV C-Series Model 8700&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1623</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1623"/>
		<updated>2011-03-04T15:50:43Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on Firmware name go to '''SamyGO-ALL-Extensions''' download area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Device Naming Sheme ===&lt;br /&gt;
&lt;br /&gt;
Samsung TV models are named according the following pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TYPE&amp;gt;&amp;lt;REGION&amp;gt;&amp;lt;SIZE&amp;gt;&amp;lt;SERIES&amp;gt;&amp;lt;MODEL&amp;gt;&amp;lt;VARIANT&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;TYPE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;REGION&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SIZE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SERIES&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;MODEL&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
| ''L'' LCD&amp;lt;br/&amp;gt; ''P'' Plasma&amp;lt;br/&amp;gt; ''U'' LED&lt;br /&gt;
|| ''A'' Australia&amp;lt;br/&amp;gt; ''E'' Europe&amp;lt;br/&amp;gt; ''N'' North America&lt;br /&gt;
||display size&amp;lt;br/&amp;gt; (inch)&lt;br /&gt;
|| ''A'' 2008&amp;lt;br/&amp;gt; ''B'' 2009&amp;lt;br/&amp;gt; ''C'' 2010&amp;lt;br/&amp;gt; ''D'' 2011&lt;br /&gt;
|| ''5''xxx ''6''xxx ''7''xxx ''8''xxx ''9''xxx&lt;br /&gt;
|| i.e. country specific variant&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i.e. ''UE 55 C 8700'' is an 55&amp;quot; European LED-TV C-Series Model 8700&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1622</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1622"/>
		<updated>2011-03-04T15:47:24Z</updated>

		<summary type="html">&lt;p&gt;Kay: Adding Device Name sheme&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on firmware name to go to download area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Device Naming Sheme ===&lt;br /&gt;
&lt;br /&gt;
The Samsung TV model are namen according the following pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TYPE&amp;gt;&amp;lt;REGION&amp;gt;&amp;lt;SIZE&amp;gt;&amp;lt;SERIES&amp;gt;&amp;lt;MODEL&amp;gt;&amp;lt;VARIANT&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;TYPE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;REGION&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SIZE&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;SERIES&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;MODEL&amp;gt;&lt;br /&gt;
!width=&amp;quot;100&amp;quot; | &amp;lt;VARIANT&amp;gt;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
| ''L'' LCD&amp;lt;br/&amp;gt; ''P'' Plasma&amp;lt;br/&amp;gt; ''U'' LED&lt;br /&gt;
|| ''A'' Australia&amp;lt;br/&amp;gt; ''E'' Europe&amp;lt;br/&amp;gt; ''N'' North America&lt;br /&gt;
||display size&amp;lt;br/&amp;gt; (inch)&lt;br /&gt;
|| ''A'' 2008&amp;lt;br/&amp;gt; ''B'' 2009&amp;lt;br/&amp;gt; ''C'' 2010&amp;lt;br/&amp;gt; ''D'' 2011&lt;br /&gt;
|| ''5''xxx ''6''xxx ''7''xxx ''8''xxx ''9''xxx&lt;br /&gt;
|| i.e. country specific variant&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i.e. ''UE 55 C 8700'' is an 55&amp;quot; European LED-TV C-Series Model 8700&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1619</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1619"/>
		<updated>2011-03-01T20:44:19Z</updated>

		<summary type="html">&lt;p&gt;Kay: Add link to Wikipedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/SamyGO Wikipedia Article] - ''spread the word''&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hacks are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''This type of Hack may not work with a firmware newer than 3005.1''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| interactive&amp;lt;br/&amp;gt;root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || SamyGO.sh&amp;lt;br/&amp;gt;runonce.sh&amp;lt;br/&amp;gt;emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGO ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Main_Page&amp;diff=1618</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Main_Page&amp;diff=1618"/>
		<updated>2011-03-01T20:39:52Z</updated>

		<summary type="html">&lt;p&gt;Kay: Add link to Wikipedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Welcome to SamyGo WiKi ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
'''WARNING: DO NOT UPDATE THE SAMSUNG LATEST FIRMWARE UPGRADES or YOU CAN NOT USE OUR HACKS AND CAN NOT REVERT FIRMWARE BACK EASILY!'''&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SourceForge doesn't allow users to write on wiki. We needed to assign writing permission by hand.&lt;br /&gt;
&lt;br /&gt;
Place note for editing permissions by hand on request from forum ([http://forum.samygo.tv/ucp.php?i=pm&amp;amp;mode=compose&amp;amp;u=68 Erdem_ua] or [http://forum.samygo.tv/memberlist.php?mode=viewprofile&amp;amp;u=791 juuso]). Write short: why do you want edit wiki. &lt;br /&gt;
&lt;br /&gt;
[[File:Logo.png]]&lt;br /&gt;
&lt;br /&gt;
== Compatibility Overview ==&lt;br /&gt;
&lt;br /&gt;
See the [[Compatibility]] page to see which TV models should work.&lt;br /&gt;
&lt;br /&gt;
== Safety Measures ( which you shouldn't start without ) ==&lt;br /&gt;
#Have a working [[Enable Serial Console on non CI+ Devices|Ex-Link cable]] at hand.&lt;br /&gt;
#Ensure the backup exe.img ( stored on /dev/tbml10 ) is in good condition ( and ideally not altered. )&lt;br /&gt;
#Ensure your RS232 Setting in the Service-Menu is set to &amp;quot;debug&amp;quot; and that the Watchdog option in the service-menu is turned off(Control-&amp;gt;SubOption).&lt;br /&gt;
#Know that your TV will reset RS232 jack back to UART mode after new firmware installation or reverting back to old version.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Useful WIKI articles ==&lt;br /&gt;
*[[Is my TV supported?]]&lt;br /&gt;
*[[Do the SamyGO tools void my warranty?]]&lt;br /&gt;
*[[SamyGO for DUMMIES]]&lt;br /&gt;
*[[The A Series Wiki]]&lt;br /&gt;
*[[The B Series Wiki]]&lt;br /&gt;
*[[The C Series Wiki]]&lt;br /&gt;
*[http://en.wikipedia.org/wiki/SamyGO Wikipedia article] - ''spread the word''&lt;br /&gt;
&lt;br /&gt;
===General Information===&lt;br /&gt;
*[[Frequently Asked Questions]]&lt;br /&gt;
*[[Service Manuals]]&lt;br /&gt;
*[[Service Menu]]&lt;br /&gt;
*[[Engineering Codes]]&lt;br /&gt;
*[[Media Play and DLNA]]&lt;br /&gt;
*[[Samsung channel list format]]&lt;br /&gt;
*[[MessageBoxService request format]]&lt;br /&gt;
*[[Donation List of SamyGO Project]]&lt;br /&gt;
*[[Rest In Peace]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Interesting Reference Material ==&lt;br /&gt;
*[http://www.samsung.com/global/business/semiconductor/products/flash/downloads/applicationnote/rfs_v12_application_note.pdf Introduction to SAMSUNG's Linux Flash File System - RFS]  &lt;br /&gt;
*[http://www.samsung.com/global/business/semiconductor/products/fusionmemory/downloads/RFS_130_Porting_Guide.pdf Linux RFS ( Robust FAT File System ) Porting Guide]&lt;br /&gt;
The file-system used in the the recent Samsung TVs is &amp;quot;RFS&amp;quot;. Its proprietary nature and consequently so the absence of an according Linux RFS-Module in the standard Linux distributions makes it currently impossible to modify files by simply mounting the respective image as &amp;quot;RW&amp;quot;, modifying it and saving the respective image again. This is the reason why currently all changes are done via patching of the image-binaries. &lt;br /&gt;
[http://forum.samygo.tv/viewtopic.php?f=4&amp;amp;t=1399 But the hope never dies].&lt;br /&gt;
&lt;br /&gt;
*[http://www.samsung.com/global/business/semiconductor/products/flash/downloads/LinuStoreII_GPL%20Compliance_10.pdf License info about XRS and TinyXSR in Linux kernel and u-boot]&lt;br /&gt;
&lt;br /&gt;
*[http://opensource.samsung.com/ Samsung's source codes] or [http://www.samsung.com/global/opensource/ old source code site]&lt;br /&gt;
All the source code Samsung is legally obliged to post can be found here.&lt;br /&gt;
&lt;br /&gt;
*[http://forums.cnet.com/samsung-forum/ Official Samsung Forums]&lt;br /&gt;
Should be able to find useful info somewhere.&lt;br /&gt;
&lt;br /&gt;
== Disclaimer ==&lt;br /&gt;
Neither this WIKI/Forum nor the author(s) of articles and information provided accept any responsibility for damage that may be caused by use of the information provided. You do everything at your own risk. Be aware that &amp;quot;hacking&amp;quot; activities may void your warranty!&lt;br /&gt;
&lt;br /&gt;
[[Crew List]]&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1617</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1617"/>
		<updated>2011-03-01T19:49:22Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hacks are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''This type of Hack may not work with a firmware newer than 3005.1''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| interactive&amp;lt;br/&amp;gt;root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || SamyGO.sh&amp;lt;br/&amp;gt;runonce.sh&amp;lt;br/&amp;gt;emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGO ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1616</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1616"/>
		<updated>2011-03-01T19:45:56Z</updated>

		<summary type="html">&lt;p&gt;Kay: Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hacks are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''This type of Hack may not work with a firmware newer than 3005.1''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| interactive&amp;lt;br/&amp;gt;root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || SamyGO.sh runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGO ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1613</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1613"/>
		<updated>2011-03-01T05:54:39Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hacks are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''This type of Hack may not work with a firmware newer than 3005.1''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| interactive&amp;lt;br/&amp;gt;root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || SamyGO.sh runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1612</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1612"/>
		<updated>2011-03-01T05:51:52Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hacks are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''This type of Hack may not work with a firmware newer than 3005.1''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| interactive&amp;lt;br/&amp;gt;root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1611</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1611"/>
		<updated>2011-02-28T22:00:52Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Type of Root Hack */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hacks are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''This type of Hack may not work with a firmware newer than 3005.1''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1610</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1610"/>
		<updated>2011-02-28T21:59:23Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a quick overview of working Root Hacks for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1609</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1609"/>
		<updated>2011-02-28T21:58:03Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to get root access to your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1608</id>
		<title>The C Series Wiki</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1608"/>
		<updated>2011-02-28T21:56:49Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==SamyGO C Series Wiki Page Main==&lt;br /&gt;
[[File:c_wiki.png|140px|right]]&lt;br /&gt;
On this page, you will find hacks related for only C series TVs.&lt;br /&gt;
*[[BEFORE YOU START: Safety measures for C series TVs]]&lt;br /&gt;
*[[Compatibility Table for C series TVs]]&lt;br /&gt;
*[[For what we need all these C-Series Hacks%3F]]&lt;br /&gt;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
*[[How to connect C series to NFS under WIN7 using Hanewin NFS Server]]&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1607</id>
		<title>The C Series Wiki</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1607"/>
		<updated>2011-02-28T21:55:07Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==SamyGO C Series Wiki Page Main==&lt;br /&gt;
[[File:c_wiki.png|140px|right]]&lt;br /&gt;
On this page, you will find hacks related for only C series TVs.&lt;br /&gt;
*[[BEFORE YOU START: Safety measures for C series TVs]]&lt;br /&gt;
*[[Compatibility Table for C series TVs]]&lt;br /&gt;
*[[For what we need all these C-Series Hacks%3F]]&lt;br /&gt;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[How to connect C series to NFS under WIN7 using Hanewin NFS Server]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1606</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1606"/>
		<updated>2011-02-28T21:49:57Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to root your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most Hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1605</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1605"/>
		<updated>2011-02-28T21:48:59Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to root your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate_SamyGO|Integrate SamyGO]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1604</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1604"/>
		<updated>2011-02-28T21:44:56Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to root your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[For_what_we_need_all_these_C-Series_Hacks%3F#Integrate SamyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1603</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1603"/>
		<updated>2011-02-28T21:43:30Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Hacks to root your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All root Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Root Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Root Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki#Hacking.2Frooting|The C-Series Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[#Integrate SammyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
:This Hack, also known as [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]], is more than a simple Root Hack. The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] gives you a webinterface with a ''channel list editor'', full telnet and FTP access plus many additional commands and services like apache with php, cron, SMB and NFS, &amp;lt;u&amp;gt;if you have an USB-Stick plugged&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
:If you place a script named ''SamyGO.sh'' in the root of an USB-Stick, it is executed every time you plug in the USB-Stick or you Power On TV while the Stick is plugged (Hot- and coldplug). Additionally the script ''runonce.sh'' is executed once if the USB-Stick is plugged while Power On TV (coldplug).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:'''Rooting over Hotel Mode'''&lt;br /&gt;
&lt;br /&gt;
::Rooting over Hotel Mode is done via a typical design flaw:&lt;br /&gt;
&lt;br /&gt;
:::* Importing Files without checking the content of the imported Files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
::First Part: An exported Channel List is a ZIP archive. If you add a file or directory to it you will find them in the folder /mtd_rwarea after importing the Channel List. This is used to create the directory ''usb_mount'' on TV by adding it to an Channel List and import the modified List.&lt;br /&gt;
&lt;br /&gt;
::The second part of the Root Hack is done as symlink attack while importing Hotel Mode Setting. you need a modified ''clone.dat'' and some linux scripts. Importing the modified ''clone.dat'' and scripts as Hotel Mode Settings result in the excecution of the scripts. You find more details [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;hilit=hotel+mode in the C-Series Forum].&lt;br /&gt;
&lt;br /&gt;
::The [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal USB Hack Disc] contain precompiled versions of ''clone.dat'' and scripts for most firmwares. To Hack the TV copy the your original Hotel Mode Settings to the Folder /HotelMode on the USB-Stick and import the modiefied ''clone.dat''. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1602</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1602"/>
		<updated>2011-02-28T19:25:21Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on firmware name to go to download area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1601</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1601"/>
		<updated>2011-02-28T19:24:45Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&amp;lt;br/&amp;gt; Klick on firmware name to go to dowmload area. &lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1600</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1600"/>
		<updated>2011-02-28T19:19:36Z</updated>

		<summary type="html">&lt;p&gt;Kay: Add Links for SamyGo Download to Firmware Name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||[http://download.samygo.tv/C%20Series/For%20MStar%20CPUs/Content%20Library%20Applications/ T-MSX5DEUC]||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550&amp;lt;br&amp;gt;PSxxC679||Plasma TV||rowspan=&amp;quot;3&amp;quot;|[http://download.samygo.tv/C%20Series/For%20Trident%20CPUs/Content%20Library%20Applications/ T-TDT5DEUC]||1016.1&amp;lt;br&amp;gt;1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700&amp;lt;br/&amp;gt;PSxxC8000||3D Plasma||[http://download.samygo.tv/C%20Series/For%20ARM%20CPUs/Content%20Library%20Applications/ T-VALDEUC]||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1599</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1599"/>
		<updated>2011-02-28T19:06:15Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepeared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[#Integrate SammyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1598</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1598"/>
		<updated>2011-02-28T19:05:28Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepeared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[#Integrate SammyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| [[SamyGO_Extensions_Pack|SamyGo]]&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1593</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1593"/>
		<updated>2011-02-26T21:35:10Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepeared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[#Integrate SammyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| SamyGo&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode]]&amp;lt;br/&amp;gt;Universal USB Hack Disk|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Channel List, Hotel Mode; [http://download.samygo.tv/C%20Series/HotelMode%20hack/ Universal Hack Disc]&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1592</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1592"/>
		<updated>2011-02-26T21:31:52Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Feature Comparison */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepeared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[#Integrate SammyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| SamyGo&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode&amp;lt;br/&amp;gt;Universal USB Hack Disk]]|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Universal Hack Disc, Channel List, Hotel Mode&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || [[Compatibility_Table_for_C_series_TVs|SamyGo for your TV]]&amp;lt;br/&amp;gt;(klick on firmware name)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1591</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1591"/>
		<updated>2011-02-26T21:30:45Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepeared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[#Integrate SammyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Feature Comparison ===&lt;br /&gt;
&lt;br /&gt;
:{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''Hack Feature Comparison List'''&lt;br /&gt;
|-&lt;br /&gt;
! Hack &lt;br /&gt;
! width=&amp;quot;90&amp;quot;| hotplug&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| coldplug&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| root access&lt;br /&gt;
! width=&amp;quot;150&amp;quot;| additional&amp;lt;br/&amp;gt;features&lt;br /&gt;
! width=&amp;quot;90&amp;quot;| SamyGo&amp;lt;br/&amp;gt;integration&lt;br /&gt;
! width=&amp;quot;200&amp;quot;| Prerequisite&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[How_to_get_root_access_on_a_C_series_TV|Generic Internet@TV]]|| run.sh || - || via SamyGo || - || run.sh || USB-Stick, Linux, Webserver, Widget, hotplug.sh&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_C-Series_TV_with_Internet@TV_only|Internet@TV Only]] || run.sh || - || via SamyGo || - || run.sh || USB-Stick, Webserver, Widget&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[Hacking_TV_over_Hotel_mode_(most_C_series_models)|Hack over Hotel Mode&amp;lt;br/&amp;gt;Universal USB Hack Disk]]|| SamyGO.sh || runonce.sh emergency_start.sh || telnet || webinterface, channel&amp;amp;nbsp;editor, Busybox, FTP, SMB, NFS, cron || SamyGO.sh || USB-Stick, Universal Hack Disc, Channel List, Hotel Mode&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
| SamyGO extension || - || - || SSH || Busybox, Kernel-Moduls, virtual USB, webserver, PHP, FTP, SMB, NFS ...|| see above || SamyGo [[Compatibility_Table_for_C_series_TVs|for your TV]]&amp;lt;br/&amp;gt;(klick on firmware)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1567</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1567"/>
		<updated>2011-02-26T09:08:18Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==  Type of Hack ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All C-Series Hack's are a variant of two Hack Types:&lt;br /&gt;
&lt;br /&gt;
* ''Internet@TV'' and&lt;br /&gt;
* ''Universal USB Hack Disc''.&lt;br /&gt;
&lt;br /&gt;
Installing a modified Firmware is not possible on C-Series.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
:This Hack works by loading a modified ''USA-Today Widget'' from a Webserver to Internet@TV. The modified Widget copy a script named ''usb_hotlug.sh'' from a prepeared USB-Stick to your TV.&lt;br /&gt;
&lt;br /&gt;
:After following one of the many tutorials from [[The_C_Series_Wiki]] you can execute Linux commands on your TV by placing a script named ''run.sh'' in the root of an USB-Stick. The script will run every time you plug in the USB-Stick to your TV while Powered On (hotplug). It will NOT run if the stick is plugged while you Power On TV (coldplug)! &lt;br /&gt;
&lt;br /&gt;
:If you want more features, i.e. console access or mounting network shares, you have to [[#Integrate SammyGO].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: This type of Hack may not work with a firmware newer than 3005.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Autostart Feature ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1566</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1566"/>
		<updated>2011-02-26T07:21:35Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;(sentence stolen from [[How to get root access on a C series TV]];-)&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a '''D'''igital '''S'''ignal '''P'''rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;All Hacks try to modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB Storage Device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C-Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]],&lt;br /&gt;
[[The_C_Series_Wiki]] and visit the [http://forum.samygo.tv/viewforum.php?f=7 Forum for C-Series].&lt;br /&gt;
&lt;br /&gt;
You find a qiuck overview of working Hack's for you TV Model at the [[Compatibility Table for C series TVs|Compatibility Table]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==  Type of Hack ==&lt;br /&gt;
&lt;br /&gt;
All C-Series Hack's are a variant of two Hack Types: ''Internet@TV'' and ''Universal USB Hack Disc''. Installing a modified Firmware is not possible on C-Series.  &lt;br /&gt;
&lt;br /&gt;
=== Internet@TV ===&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Universal USB Hack Disc ===&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Autostart Feature ===&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
ToDo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Integrate SamyGo ==&lt;br /&gt;
&lt;br /&gt;
ToDo Create StartScript&lt;br /&gt;
&lt;br /&gt;
ToDo Use Hack Autostart Feature&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1565</id>
		<title>Compatibility Table for C series TVs</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Compatibility_Table_for_C_series_TVs&amp;diff=1565"/>
		<updated>2011-02-26T06:24:43Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- DO NOT MOVE THIS TABLE OR TABLE AT MAIN WEB PAGE WILL DROP THE TABLE! --&amp;gt;&lt;br /&gt;
&amp;lt;div id='TableOfCompatibilityforCSeries'&amp;gt;&lt;br /&gt;
Note: SamyGO project is compatible with most of other LN,LA,UN,UA model TVs but we don't test them yet. Don't be dispirited about it.&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|+'''SamyGO Table Of Compatibility for Samsung C Series TV's'''&lt;br /&gt;
!width=&amp;quot;50&amp;quot;|Device Name&lt;br /&gt;
!width=&amp;quot;70&amp;quot;|Panel Type&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Firmware&lt;br /&gt;
!width=&amp;quot;60&amp;quot;|Version&lt;br /&gt;
!width=&amp;quot;40&amp;quot;|CPU&lt;br /&gt;
!width=&amp;quot;80&amp;quot;|Rooted via&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|Root Access&amp;lt;br/&amp;gt;SSH/Telnet&lt;br /&gt;
!width=&amp;quot;90&amp;quot;|PVR&lt;br /&gt;
!width=&amp;quot;110&amp;quot;|Guide+&lt;br /&gt;
!width=&amp;quot;100&amp;quot;|Share Mount&amp;lt;br/&amp;gt;NFS/SMB/UPNP&lt;br /&gt;
!width=&amp;quot;150&amp;quot;|Notes&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC350||LCD TV||T-MSX5DEUC||2005.4||MIPS||N/A(?)||N/A(?)||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||N/A(?)|| Movie player enabled by Model change&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC550||Plasma TV||rowspan=&amp;quot;3&amp;quot;|T-TDT5DEUC||1021&amp;lt;br&amp;gt;1023||rowspan=&amp;quot;3&amp;quot;|MIPS||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;#ff9090&amp;quot;|N/A||rowspan=&amp;quot;3&amp;quot; |?||rowspan=&amp;quot;3&amp;quot; bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||rowspan=&amp;quot;3&amp;quot;|'''Internet &amp;amp; games enabled on Trident-based C550s. Xorg ported too!'''. (Platform has MStar and Tridend based units)&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC550||LCD TV||1021&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC5100&amp;lt;br&amp;gt;UAxxC5000||LED TV||1004&amp;lt;br&amp;gt;1022.0&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-VAL6DEUC||?||?||?||?||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||?||?&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630||LCD TV||T-MSX6DEUC||1002.1||MIPS||bgcolor=&amp;quot;lightgreen&amp;quot;|Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|USB@run.sh-&amp;gt;telnet||bgcolor=&amp;quot;ff9090&amp;quot;|N/A||N/A(?)||bgcolor=&amp;quot;#ffff90&amp;quot;|SMB &amp;amp; UPNP&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|LExxC630&amp;lt;br/&amp;gt;LExxC650&amp;lt;br/&amp;gt;LExxC670&amp;lt;br&amp;gt;LExxC750||LCD TV||T-VALDEUC||1005.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||FW version 1005.0 can't enable PVR.&amp;lt;br/&amp;gt;'''Only Italian C630's has VALDEUC firmware.'''&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC6500&amp;lt;br/&amp;gt;UExxC6530&amp;lt;br/&amp;gt;UExxC6700&amp;lt;br/&amp;gt;UExxC6730&amp;lt;br/&amp;gt;UExxC6800||LED TV||T-VALDEUC||1011.1&amp;lt;br/&amp;gt;2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode*||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* C6800 has PVR function by default. FW version 1011.1 can't enable PVR&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UNxxC6900||LED TV||T-VAL6XIBRC||?||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|via hotel mode||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All (UPNP?)||Brasillian&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|[[PSxxC7000]]&amp;lt;br/&amp;gt;PSxxC7700||3D Plasma||T-VALDEUC||2002.0&amp;lt;br/&amp;gt;3003.0&amp;lt;br/&amp;gt;3005.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|[[PSxxC7000|Internet@TV]]||bgcolor=&amp;quot;lightgreen&amp;quot;|S S H Only(?)||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|UExxC7000&amp;lt;br/&amp;gt;UEXXC7700&amp;lt;br/&amp;gt;UExxC7705||LED TV||T-VALDEUC||3005.1&amp;lt;br/&amp;gt;3006.1||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV&amp;lt;br/&amp;gt;Hotel@USB||bgcolor=&amp;quot;lightgreen&amp;quot;|Both*||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||?||bgcolor=&amp;quot;lightgreen&amp;quot;|All||* Hotel@USB enables Telnet, Internet@TV SSH&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
|PSxxC8000||3D Plasma||T-VALDEUC||3003.0||ARM||bgcolor=&amp;quot;lightgreen&amp;quot;|Internet@TV||bgcolor=&amp;quot;lightgreen&amp;quot;|Both||bgcolor=&amp;quot;lightgreen&amp;quot;|By Default||bgcolor=&amp;quot;lightgreen&amp;quot;|via Service Menu||bgcolor=&amp;quot;lightgreen&amp;quot;|All&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1559</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1559"/>
		<updated>2011-02-25T20:41:56Z</updated>

		<summary type="html">&lt;p&gt;Kay: moved What are all this C Series Hacks are for? to For what we need all these C-Series Hacks?:&amp;amp;#32;my bad english&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but please try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&lt;br /&gt;
&lt;br /&gt;
''(stolen from [[How to get root access on a C series TV]];-)''&lt;br /&gt;
----&lt;br /&gt;
== Introdution ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a *D*igital *S*ignal *P*rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Hacks try modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB-Storage device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]] and&lt;br /&gt;
[[The_C_Series_Wiki]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Hacks with Internet@TV Widgets ==&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=What_are_all_this_C_Series_Hacks_are_for%3F&amp;diff=1560</id>
		<title>What are all this C Series Hacks are for?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=What_are_all_this_C_Series_Hacks_are_for%3F&amp;diff=1560"/>
		<updated>2011-02-25T20:41:56Z</updated>

		<summary type="html">&lt;p&gt;Kay: moved What are all this C Series Hacks are for? to For what we need all these C-Series Hacks?:&amp;amp;#32;my bad english&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[For what we need all these C-Series Hacks?]]&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1558</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1558"/>
		<updated>2011-02-25T19:36:57Z</updated>

		<summary type="html">&lt;p&gt;Kay: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;May be you are wondering why there are so many Methods to Hack your Samsung TV. Let's try to give a short overwiew here.&lt;br /&gt;
&lt;br /&gt;
Feel free to make corrections to this page but please try to '''K'''eep '''I'''t '''S'''hort and '''S'''imple&lt;br /&gt;
&lt;br /&gt;
''(stolen from [[How to get root access on a C series TV]];-)''&lt;br /&gt;
----&lt;br /&gt;
== Introdution ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* dsp.exe running on a *D*igital *S*ignal *P*rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Hacks try modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks inject a modified usb_hotlug.sh script excuting a script if an USB-Storage device is plugged in.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]] and&lt;br /&gt;
[[The_C_Series_Wiki]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Hacks with Internet@TV Widgets ==&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1557</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1557"/>
		<updated>2011-02-25T19:17:29Z</updated>

		<summary type="html">&lt;p&gt;Kay: /* Introdution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
== Introdution ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* an dsp.exe running on a *D*igital *S*ignal *P*rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
The Hacks modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks try to inject a modified usb_hotlug.sh script excuting a script if an USB-Storage device is plugged in. &lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]] and&lt;br /&gt;
[[The_C_Series_Wiki]]&lt;br /&gt;
&lt;br /&gt;
== Hacks with Internet@TV Widgets ==&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1556</id>
		<title>For what we need all these C-Series Hacks?</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=For_what_we_need_all_these_C-Series_Hacks%3F&amp;diff=1556"/>
		<updated>2011-02-25T19:16:11Z</updated>

		<summary type="html">&lt;p&gt;Kay: Created page with ' == Introdution == Modern Samsung TV firmware consist of two components:  * an embedded Linux with a limited command set as basic operation system * an dsp.exe running on a *D*igâ¦'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introdution ==&lt;br /&gt;
Modern Samsung TV firmware consist of two components:&lt;br /&gt;
&lt;br /&gt;
* an embedded Linux with a limited command set as basic operation system&lt;br /&gt;
* an dsp.exe running on a *D*igital *S*ignal *P*rocessor for all Televison related stuff&lt;br /&gt;
&lt;br /&gt;
The Hacks modify the builtin Linux to run commands on your request.&lt;br /&gt;
Most hacks try to inject a modified usb_hotlug.sh script excuting a script if an USB-Storage device is plugged in. &lt;br /&gt;
&lt;br /&gt;
If you want to learn more about your C Series TV read&lt;br /&gt;
[[SamyGO_for_DUMMIES]] and&lt;br /&gt;
[[The_C_Series_Wiki]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hacks with Internet@TV Widgets ==&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
		
	</entry>
</feed>