<?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=Decix</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=Decix"/>
	<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Special:Contributions/Decix"/>
	<updated>2026-05-06T10:35:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1710</id>
		<title>How to connect C series to NFS under WIN7 using Hanewin NFS Server</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1710"/>
		<updated>2011-03-20T06:28:34Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Access via DNLA from the TV to the Windows PC is easy (e.g. [http://www.twonky.com/products/twonkyserver/default.aspx Twonky Server]), but especially mkv-files with &lt;br /&gt;
two audio streams, switch ON / OFF subtitles, jump to chapters as well as forwarding und rewinding is not supported.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The problem can be solved by installing a NFS server on the Windows machine and using the SamyGO extensions. This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your Windows machine.  The software haneWIN NFS server will be the NFS server on the Windows platform.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in [http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only Hacking C-Series TV with Internet@TV only] or [http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_%28most_C_series_models%29 Hacking TV over Hotel mode]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++] if necessary&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) Within this tutorial the following IP adresses are used:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PC: 192.168.178.33&amp;lt;br&amp;gt;&lt;br /&gt;
TV: 192.168.178.23&lt;br /&gt;
&lt;br /&gt;
If you are not sure about the IP adresses of your TV and PC go to&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
âControl Panel\Network and Internet\Network and Sharing Centerâ&amp;lt;br&amp;gt;&lt;br /&gt;
and check âSee full mapâ.&lt;br /&gt;
The TV must be switched on and connected to the network.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:IP Adress.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4) Edit the &amp;quot;run.sh&amp;quot; by using notepad++ as following: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 rm -f /mtd_rwarea/profile&lt;br /&gt;
 $1/SamyGO/rcSGO $1/SamyGO &amp;gt; $1/rcSGO_out 2&amp;gt;&amp;amp;1 &amp;amp;&lt;br /&gt;
 sync&lt;br /&gt;
 sleep 120&lt;br /&gt;
 /bin/mount -o nolock 192.168.178.33:/Filme $1/share -t nfs&lt;br /&gt;
 touch $1/ScriptOK&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remark:&amp;lt;br&amp;gt;&lt;br /&gt;
- sleep timer 120 ensures that the TV will fully boot, after that the NFS is mounted&amp;lt;br&amp;gt;&lt;br /&gt;
- In this script it doesnt matter which USB port of your TV you are using. The script should work with USB 1 or 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5) Create in the root of the USB stick a directory, e.g âFILMEâ.&amp;lt;br&amp;gt;&lt;br /&gt;
You may change the name as you like, you just have change the &amp;quot;run.sh&amp;quot; script as well.&amp;lt;br&amp;gt; &lt;br /&gt;
In this directory âFILMEâ the movies files will be mounted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6) Download and install the [http://www.hanewin.net/nfs-e.htm HaneWIN NFS Server] on your Win 7 machine.&amp;lt;br&amp;gt;&lt;br /&gt;
Older operating systems such as WIN XP or VISTA are supported as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7) Open HaneWIN NFS server and go to the tab âExporteâ. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
8) Edit the &amp;quot;Export-file&amp;quot; as following:&lt;br /&gt;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''&lt;br /&gt;
 e:\nfs -lowercase -alldirs -readonly ''-name:filme'' 192.168.178.23&lt;br /&gt;
&lt;br /&gt;
Remember: &amp;lt;br&amp;gt;&lt;br /&gt;
-name:''filme'' is just an example. You may change it in accordance with your mounting point (see above in the &amp;quot;runs.sh&amp;quot; script).&amp;lt;br&amp;gt;&lt;br /&gt;
In this example my local folder is e:\nfs. You may change it according to your needs, just keep the syntax.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
9) Ensure in Windows explorer that the exported folder is NOT shared (Share with nobody). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:share_with_nobody.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
10) Plug in the USB stick into your TV. Start the NFS server on your PC. Switch on your TV.&lt;br /&gt;
&lt;br /&gt;
After around two minutes you should have access from the TV to your PC. &lt;br /&gt;
Choose for example a mkv file. You are now able to choose the audio stream and subtiltels by pressing the &amp;quot;TOOLS&amp;quot; button on your remote control. &lt;br /&gt;
Enjoy !&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Using_NoN-Samsung_USB_WiFi_dongles_with_TV&amp;diff=1674</id>
		<title>Using NoN-Samsung USB WiFi dongles with TV</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Using_NoN-Samsung_USB_WiFi_dongles_with_TV&amp;diff=1674"/>
		<updated>2011-03-13T16:25:08Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It's possible to you your WiFi dongle with Samsung TV's.&lt;br /&gt;
&lt;br /&gt;
Samsung WiFi Dongles uses RaLink rt73, rt2570sta, rt2870sta chips. But their drivers in the TV doesn't include other brands ID's, thats why you cannot use other RaLink chipped USB dongles. Because TV thinks they are incompatible. So you can unload older drivers and install native drivers that we pre-compiled for you. Then your TV works with any WiFi USB dongle that uses RaLink chip compatible with rt73, rt2500, rt2870...&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
*Open Telnet/Console Connection to your TV via [[SamyGO Telnet Enabler]] if it's not already enabled by Hacked firmware or you can use [[Enable Serial Console on non CI+ Devices|console approach]] too.&lt;br /&gt;
*Download the pre-compiled drivers from SamyGO WiFi Modules [http://download.samygo.tv/SamyGO%20Kernel%20Modules/SamyGO%20WiFi%20Extension%20Addon%20v0.02.zip here]&lt;br /&gt;
*Extract and copy required ko modules to usb, then TV's internal memory like &amp;quot;/mtd_rwarea/modules&amp;quot; (or you can leave them on USB...)&lt;br /&gt;
 md /mtd_rwarea/modules&lt;br /&gt;
 cp /dtv/usb/sda/SamyGO/rt73.ko /mtd_rwarea/modules&lt;br /&gt;
&lt;br /&gt;
Than load the modules to TV's kernel.&lt;br /&gt;
===Basic Way===&lt;br /&gt;
 rmmod rt73                           # remove old kernel module&lt;br /&gt;
 sleep 10                             # wait some for detection&lt;br /&gt;
 insmod /mtd_rwarea/modules/rt73.ko   # install new module, you can also replace with rt73 or rt2570sta.ko or rt2870sta&lt;br /&gt;
&lt;br /&gt;
===Advanced Way===&lt;br /&gt;
If commands at top doesn't work properly, you can try this way.&lt;br /&gt;
&lt;br /&gt;
 killall -QUIT udhcpc                     # stops udhcpc&lt;br /&gt;
 ifconfig ra11n0 down                     # shut downs nw interface&lt;br /&gt;
 rmmod rt2870sta                          # removes original module&lt;br /&gt;
 rmmod rt73                               # removes original module &lt;br /&gt;
 insmod /mtd_rwarea/modules/rt2870sta.ko  # load new module, you can also replace with rt73 or rt2570sta.ko&lt;br /&gt;
 ifconfig ra11n0 up                       # fire up nw interface&lt;br /&gt;
 udhcpc -i ra11n0 -t 12 -T 5 -b           # start udhcpc&lt;br /&gt;
&lt;br /&gt;
After your TV recognizes USB WiFi dongle that you have.&lt;br /&gt;
You can also use another chipped WiFi dongles too. But definitely you needed to find linux drivers compatible with 2.6.17/18 and needed to compile them via Toolchain provided by SamyGO Open Embedded.&lt;br /&gt;
&lt;br /&gt;
You can check output by:&lt;br /&gt;
 #dmesg | grep rtu&lt;br /&gt;
 &amp;lt;7&amp;gt;rtusb_disconnect: unregister_netdev(), dev-&amp;gt;name=ra11n0!&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;--- rtusb 2870 1.002(1.4.0.0) exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 2870 1.002(1.4.0.0) init ---&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 init ====&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;=== rtusb 0.994 exit&lt;br /&gt;
 &amp;lt;7&amp;gt;rtusb_disconnect: unregister_netdev(), dev-&amp;gt;name=ra11n0!&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;--- rtusb 2870 1.002(1.4.0.0) exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 2870 1.002(1.4.0.0) init ---&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 init ====&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;=== rtusb 0.994 exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 [SamyGO] init ====&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;=== rtusb 0.994 [SamyGO] exit&lt;br /&gt;
 &amp;lt;7&amp;gt;rtusb_disconnect: unregister_netdev(), dev-&amp;gt;name=ra11n0!&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;--- rtusb 2870 1.002(1.4.0.0) exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 2870 1.002(1.4.0.0) [SamyGO] init ---&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 [SamyGO] init ====&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
With creating file on dtv, triggers debug with USB connection.&lt;br /&gt;
touch /dtv/debug_on&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==USB WiFi dongles that uses RaLink chip/driver==&lt;br /&gt;
You can use any of rt73,rt2570 and rt2870 chipped dongles.&lt;br /&gt;
Some of them could generate problems on connecting WPA/WEP protected networks.&lt;br /&gt;
&lt;br /&gt;
===Dongles that tested on forum===&lt;br /&gt;
 Edimax EW-7318USg&lt;br /&gt;
 Edimax EW-7711UAN (rt2870sta)&lt;br /&gt;
 &amp;lt;please fill here if your USB dongle that works with ralink driver, need specified model number&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Dongles that we insist working on this TV===&lt;br /&gt;
'''[http://download.samygo.tv/PDF%20Files%20for%20Wiki/Dongle%20Driverlist%20for%20SamyGO%20Project.pdf Informations extracted from our compiled drirvers (this is the preferred version)]'''&lt;br /&gt;
&lt;br /&gt;
I search on internet and found this 2 lists:&lt;br /&gt;
&lt;br /&gt;
uses rt2850.ko http://wiki.debian.org/rt2870sta&lt;br /&gt;
uses rt73.ko http://wiki.debian.org/WiFi/rt73&lt;br /&gt;
&lt;br /&gt;
also those that uses rt2870sta.ko:&lt;br /&gt;
 USB: 0471:200F Philips 802.11n Wireless Adapter&lt;br /&gt;
 USB: 04E8:2018 Samsung Electronics Co., Ltd (Device name unknown)&lt;br /&gt;
 USB: 050D:8053 Belkin Components (Device name unknown)&lt;br /&gt;
 USB: 050D:805C Belkin Components (Device name unknown)&lt;br /&gt;
 USB: 0586:3416 ZyXEL Communications Corp. NWD-210N 802.11b/g/n-draft wireless adapter&lt;br /&gt;
 USB: 0789:0162 Logitec Corp. (Device name unknown)&lt;br /&gt;
 USB: 0789:0163 Logitec Corp. (Device name unknown)&lt;br /&gt;
 USB: 0789:0164 Logitec Corp. (Device name unknown)&lt;br /&gt;
 USB: 07AA:002F Corega K.K. CG-WLUSB2GNL&lt;br /&gt;
 USB: 07AA:003C Corega K.K. (Device name unknown)&lt;br /&gt;
 USB: 07AA:003F Corega K.K. (Device name unknown)&lt;br /&gt;
 USB: 07B8:2770 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07B8:2870 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07B8:3070 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07B8:3071 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07D1:3C09 D-Link System DWA-140 802.11n Adapter [ralink rt2870]&lt;br /&gt;
 USB: 07D1:3C11 D-Link System (Device name unknown)&lt;br /&gt;
 USB: 083A:6618 Accton Technology Corp. 802.11n Wireless Adapter&lt;br /&gt;
 USB: 083A:7522 Accton Technology Corp. 802.11N Wireless Adapter&lt;br /&gt;
 USB: 083A:A618 Accton Technology Corp. SMC EZ Connect N Draft 11n Wireless Adapter&lt;br /&gt;
 USB: 083A:B522 Accton Technology Corp. EZ Connect N Draft 11n Wireless USB2.0 Adapter&lt;br /&gt;
 USB: 0B05:1731 ASUSTek Computer, Inc. ASUS 802.11n Network Adapter&lt;br /&gt;
 USB: 0B05:1732 ASUSTek Computer, Inc. 802.11n Network Adapter&lt;br /&gt;
 USB: 0B05:1742 ASUSTek Computer, Inc. 802.11n Network Adapter&lt;br /&gt;
 USB: 0CDE:0022 Z-Com 802.11b/g/n Wireless Network Adapter&lt;br /&gt;
 USB: 0CDE:0025 Z-Com (Device name unknown)&lt;br /&gt;
 USB: 0DF6:0017 Sitecom Europe B.V. WL-182&lt;br /&gt;
 USB: 0DF6:002B Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:002C Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:002D Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:0039 Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:003F Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0E66:0001 Hawking (Device name unknown)&lt;br /&gt;
 USB: 0E66:0003 Hawking (Device name unknown)&lt;br /&gt;
 USB: 1044:800B Chu Yuen Enterprise Co., Ltd GN-WB30N 802.11n WLAN Card&lt;br /&gt;
 USB: 129B:1828 CyberTAN Technology (Device name unknown)&lt;br /&gt;
 USB: 13D3:3247 IMC Networks 802.11 n/g/b Wireless LAN Adapter&lt;br /&gt;
 USB: 1482:3C09 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 148F:2770 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 148F:2870 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 148F:3070 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C06 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C07 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C09 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C12 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C23 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C25 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C27 Ralink Technology, Corp. rt2870 802.11n WLAN&lt;br /&gt;
 USB: 14B2:3C28 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 157E:300E TRENDnet (Device name unknown)&lt;br /&gt;
 USB: 15A9:0006 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 15C5:0008 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 1737:0071 Linksys (Device name unknown)&lt;br /&gt;
 USB: 1740:9701 Senao (Device name unknown)&lt;br /&gt;
 USB: 1740:9702 Senao (Device name unknown)&lt;br /&gt;
 USB: 18C5:0012 AMIT (Device name unknown)&lt;br /&gt;
 USB: 2019:AB25 PLANEX (Device name unknown)&lt;br /&gt;
 USB: 2019:ED06 PLANEX (Device name unknown)&lt;br /&gt;
 USB: 5A57:0280 Zinwell (Device name unknown)&lt;br /&gt;
 USB: 5A57:0282 Zinwell (Device name unknown)&lt;br /&gt;
 USB: 7392:7711 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 7392:7717 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
&lt;br /&gt;
and for rt73.ko&lt;br /&gt;
 USB: 0411:00F4 MelCo., Inc. (Device name unknown)&lt;br /&gt;
 USB: 050D:7050 Belkin Components F5D7050 ver 1000 WiFi&lt;br /&gt;
 USB: 050D:705A Belkin Components F5D7050A Wireless Adapter&lt;br /&gt;
 USB: 050D:905B Belkin Components F5D9050 ver 3 Wireless Adapter&lt;br /&gt;
 USB: 050D:905C Belkin Components Wireless G Plus MIMO Network Adapter&lt;br /&gt;
 USB: 06F8:E010 Guillemot Corp. HWGUSB2-54-LB&lt;br /&gt;
 USB: 06F8:E020 Guillemot Corp. HWGUSB2-54V2-AP&lt;br /&gt;
 USB: 0769:31F3 Surecom Technology Corp. RT2573&lt;br /&gt;
 USB: 07AA:002E Corega K.K. (Device name unknown)&lt;br /&gt;
 USB: 07B8:B21D D-Link Corp. RT2573&lt;br /&gt;
 USB: 07D1:3C03 D-Link System DWL-G122 802.11g Adapter [ralink rt73]&lt;br /&gt;
 USB: 07D1:3C04 D-Link System WUA-1340&lt;br /&gt;
 USB: 07D1:3C06 D-Link System (Device name unknown)&lt;br /&gt;
 USB: 07D1:3C07 D-Link System Wireless G DWA-110 Adapter&lt;br /&gt;
 USB: 0B05:1723 ASUSTek Computer, Inc. WL-167G v2 802.11g Adapter [ralink]&lt;br /&gt;
 USB: 0B05:1724 ASUSTek Computer, Inc. RT2573&lt;br /&gt;
 USB: 0DB0:6874 Micro Star International RT2573&lt;br /&gt;
 USB: 0DB0:6877 Micro Star International RT2573&lt;br /&gt;
 USB: 0DB0:A861 Micro Star International RT2573&lt;br /&gt;
 USB: 0DB0:A874 Micro Star International RT2573&lt;br /&gt;
 USB: 0DF6:90AC Sitecom Europe B.V. WL-172&lt;br /&gt;
 USB: 0DF6:9712 Sitecom Europe B.V. WL-113 rev 2&lt;br /&gt;
 USB: 1044:8008 Chu Yuen Enterprise Co., Ltd GN-WB01GS&lt;br /&gt;
 USB: 1044:800A Chu Yuen Enterprise Co., Ltd GN-WI05GS&lt;br /&gt;
 USB: 1371:9022 Dick Smith Electronics RT2573&lt;br /&gt;
 USB: 1371:9032 Dick Smith Electronics C-Net CWD-854 rev F&lt;br /&gt;
 USB: 13B1:0020 Linksys WUSB54GC 802.11g Adapter [ralink rt73]&lt;br /&gt;
 USB: 13B1:0023 Linksys WUSB54GR&lt;br /&gt;
 USB: 1472:0009 Huawei-3Com Aolynk WUB320g&lt;br /&gt;
 USB: 148F:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter&lt;br /&gt;
 USB: 148F:2671 Ralink Technology, Corp. RT2601USB Wireless Adapter&lt;br /&gt;
 USB: 14B2:3C22 Ralink Technology, Corp. rt73 802.11g WLAN&lt;br /&gt;
 USB: 15A9:0004 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 1631:C019 Good Way Technology RT2573&lt;br /&gt;
 USB: 1690:0722 Askey Computer Corp. [hex] RT2573&lt;br /&gt;
 USB: 1740:7100 Senao (Device name unknown)&lt;br /&gt;
 USB: 18E8:6196 Qcom RT2573&lt;br /&gt;
 USB: 18E8:6229 Qcom RT2573&lt;br /&gt;
 USB: 18E8:6238 Qcom (Device name unknown)&lt;br /&gt;
 USB: 2019:AB01 PLANEX GW-US54HP&lt;br /&gt;
 USB: 2019:AB50 PLANEX GW-US54Mini2&lt;br /&gt;
&lt;br /&gt;
=Forum Page=&lt;br /&gt;
You can leave comment on this related forum.&lt;br /&gt;
http://forum.samygo.tv/viewtopic.php?f=3&amp;amp;t=14&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Using_NoN-Samsung_USB_WiFi_dongles_with_TV&amp;diff=1673</id>
		<title>Using NoN-Samsung USB WiFi dongles with TV</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Using_NoN-Samsung_USB_WiFi_dongles_with_TV&amp;diff=1673"/>
		<updated>2011-03-13T16:23:00Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It's possible to you your WiFi dongle with Samsung TV's.&lt;br /&gt;
&lt;br /&gt;
Samsung WiFi Dongles uses RaLink rt73, rt2570sta, rt2870sta chips. But their drivers in the TV doesn't include other brands ID's, thats why you cannot use other RaLink chipped USB dongles. Because TV thinks they are incompatible. So you can unload older drivers and install native drivers that we pre-compiled for you. Then your TV works with any WiFi USB dongle that uses RaLink chip compatible with rt73, rt2500, rt2870...&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
*Open Telnet/Console Connection to your TV via [[SamyGO Telnet Enabler]] if it's not already enabled by Hacked firmware or you can use [[Enable Serial Console on non CI+ Devices|console approach]] too.&lt;br /&gt;
*Download the pre-compiled drivers from SamyGO WiFi Modules [http://download.samygo.tv/SamyGO%20Kernel%20Modules/SamyGO%20WiFi%20Extension%20Addon%20v0.02.zip here]&lt;br /&gt;
*Extract and copy required ko modules to usb, than TV's internal memory like &amp;quot;/mtd_rwarea/modules&amp;quot; (or you can leave them on USB...)&lt;br /&gt;
 md /mtd_rwarea/modules&lt;br /&gt;
 cp /dtv/usb/sda/SamyGO/rt73.ko /mtd_rwarea/modules&lt;br /&gt;
&lt;br /&gt;
Than load the modules to TV's kernel.&lt;br /&gt;
===Basic Way===&lt;br /&gt;
 rmmod rt73                           # remove old kernel module&lt;br /&gt;
 sleep 10                             # wait some for detection&lt;br /&gt;
 insmod /mtd_rwarea/modules/rt73.ko   # install new module, you can also replace with rt73 or rt2570sta.ko or rt2870sta&lt;br /&gt;
&lt;br /&gt;
===Advanced Way===&lt;br /&gt;
If commands at top doesn't work properly, you can try this way.&lt;br /&gt;
&lt;br /&gt;
 killall -QUIT udhcpc                     # stops udhcpc&lt;br /&gt;
 ifconfig ra11n0 down                     # shut downs nw interface&lt;br /&gt;
 rmmod rt2870sta                          # removes original module&lt;br /&gt;
 rmmod rt73                               # removes original module &lt;br /&gt;
 insmod /mtd_rwarea/modules/rt2870sta.ko  # load new module, you can also replace with rt73 or rt2570sta.ko&lt;br /&gt;
 ifconfig ra11n0 up                       # fire up nw interface&lt;br /&gt;
 udhcpc -i ra11n0 -t 12 -T 5 -b           # start udhcpc&lt;br /&gt;
&lt;br /&gt;
After your TV recognizes USB WiFi dongle that you have.&lt;br /&gt;
You can also use another chipped WiFi dongles too. But definitely you needed to find linux drivers compatible with 2.6.17/18 and needed to compile them via Toolchain provided by SamyGO Open Embedded.&lt;br /&gt;
&lt;br /&gt;
You can check output by:&lt;br /&gt;
 #dmesg | grep rtu&lt;br /&gt;
 &amp;lt;7&amp;gt;rtusb_disconnect: unregister_netdev(), dev-&amp;gt;name=ra11n0!&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;--- rtusb 2870 1.002(1.4.0.0) exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 2870 1.002(1.4.0.0) init ---&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 init ====&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;=== rtusb 0.994 exit&lt;br /&gt;
 &amp;lt;7&amp;gt;rtusb_disconnect: unregister_netdev(), dev-&amp;gt;name=ra11n0!&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;--- rtusb 2870 1.002(1.4.0.0) exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 2870 1.002(1.4.0.0) init ---&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 init ====&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;=== rtusb 0.994 exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 [SamyGO] init ====&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;=== rtusb 0.994 [SamyGO] exit&lt;br /&gt;
 &amp;lt;7&amp;gt;rtusb_disconnect: unregister_netdev(), dev-&amp;gt;name=ra11n0!&lt;br /&gt;
 &amp;lt;4&amp;gt;&amp;lt;--- rtusb 2870 1.002(1.4.0.0) exit&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 2870 1.002(1.4.0.0) [SamyGO] init ---&amp;gt;&lt;br /&gt;
 &amp;lt;4&amp;gt;rtusb 0.994 [SamyGO] init ====&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
With creating file on dtv, triggers debug with USB connection.&lt;br /&gt;
touch /dtv/debug_on&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==USB WiFi dongles that uses RaLink chip/driver==&lt;br /&gt;
You can use any of rt73,rt2570 and rt2870 chipped dongles.&lt;br /&gt;
Some of them could generate problems on connecting WPA/WEP protected networks.&lt;br /&gt;
&lt;br /&gt;
===Dongles that tested on forum===&lt;br /&gt;
 Edimax EW-7318USg&lt;br /&gt;
 Edimax EW-7711UAN (rt2870sta)&lt;br /&gt;
 &amp;lt;please fill here if your USB dongle that works with ralink driver, need specified model number&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Dongles that we insist working on this TV===&lt;br /&gt;
'''[http://download.samygo.tv/PDF%20Files%20for%20Wiki/Dongle%20Driverlist%20for%20SamyGO%20Project.pdf Informations extracted from our compiled drirvers (this is the preferred version)]'''&lt;br /&gt;
&lt;br /&gt;
I search on internet and found this 2 lists:&lt;br /&gt;
&lt;br /&gt;
uses rt2850.ko http://wiki.debian.org/rt2870sta&lt;br /&gt;
uses rt73.ko http://wiki.debian.org/WiFi/rt73&lt;br /&gt;
&lt;br /&gt;
also those that uses rt2870sta.ko:&lt;br /&gt;
 USB: 0471:200F Philips 802.11n Wireless Adapter&lt;br /&gt;
 USB: 04E8:2018 Samsung Electronics Co., Ltd (Device name unknown)&lt;br /&gt;
 USB: 050D:8053 Belkin Components (Device name unknown)&lt;br /&gt;
 USB: 050D:805C Belkin Components (Device name unknown)&lt;br /&gt;
 USB: 0586:3416 ZyXEL Communications Corp. NWD-210N 802.11b/g/n-draft wireless adapter&lt;br /&gt;
 USB: 0789:0162 Logitec Corp. (Device name unknown)&lt;br /&gt;
 USB: 0789:0163 Logitec Corp. (Device name unknown)&lt;br /&gt;
 USB: 0789:0164 Logitec Corp. (Device name unknown)&lt;br /&gt;
 USB: 07AA:002F Corega K.K. CG-WLUSB2GNL&lt;br /&gt;
 USB: 07AA:003C Corega K.K. (Device name unknown)&lt;br /&gt;
 USB: 07AA:003F Corega K.K. (Device name unknown)&lt;br /&gt;
 USB: 07B8:2770 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07B8:2870 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07B8:3070 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07B8:3071 D-Link Corp. (Device name unknown)&lt;br /&gt;
 USB: 07D1:3C09 D-Link System DWA-140 802.11n Adapter [ralink rt2870]&lt;br /&gt;
 USB: 07D1:3C11 D-Link System (Device name unknown)&lt;br /&gt;
 USB: 083A:6618 Accton Technology Corp. 802.11n Wireless Adapter&lt;br /&gt;
 USB: 083A:7522 Accton Technology Corp. 802.11N Wireless Adapter&lt;br /&gt;
 USB: 083A:A618 Accton Technology Corp. SMC EZ Connect N Draft 11n Wireless Adapter&lt;br /&gt;
 USB: 083A:B522 Accton Technology Corp. EZ Connect N Draft 11n Wireless USB2.0 Adapter&lt;br /&gt;
 USB: 0B05:1731 ASUSTek Computer, Inc. ASUS 802.11n Network Adapter&lt;br /&gt;
 USB: 0B05:1732 ASUSTek Computer, Inc. 802.11n Network Adapter&lt;br /&gt;
 USB: 0B05:1742 ASUSTek Computer, Inc. 802.11n Network Adapter&lt;br /&gt;
 USB: 0CDE:0022 Z-Com 802.11b/g/n Wireless Network Adapter&lt;br /&gt;
 USB: 0CDE:0025 Z-Com (Device name unknown)&lt;br /&gt;
 USB: 0DF6:0017 Sitecom Europe B.V. WL-182&lt;br /&gt;
 USB: 0DF6:002B Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:002C Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:002D Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:0039 Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0DF6:003F Sitecom Europe B.V. (Device name unknown)&lt;br /&gt;
 USB: 0E66:0001 Hawking (Device name unknown)&lt;br /&gt;
 USB: 0E66:0003 Hawking (Device name unknown)&lt;br /&gt;
 USB: 1044:800B Chu Yuen Enterprise Co., Ltd GN-WB30N 802.11n WLAN Card&lt;br /&gt;
 USB: 129B:1828 CyberTAN Technology (Device name unknown)&lt;br /&gt;
 USB: 13D3:3247 IMC Networks 802.11 n/g/b Wireless LAN Adapter&lt;br /&gt;
 USB: 1482:3C09 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 148F:2770 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 148F:2870 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 148F:3070 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C06 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C07 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C09 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C12 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C23 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C25 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 14B2:3C27 Ralink Technology, Corp. rt2870 802.11n WLAN&lt;br /&gt;
 USB: 14B2:3C28 Ralink Technology, Corp. (Device name unknown)&lt;br /&gt;
 USB: 157E:300E TRENDnet (Device name unknown)&lt;br /&gt;
 USB: 15A9:0006 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 15C5:0008 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 1737:0071 Linksys (Device name unknown)&lt;br /&gt;
 USB: 1740:9701 Senao (Device name unknown)&lt;br /&gt;
 USB: 1740:9702 Senao (Device name unknown)&lt;br /&gt;
 USB: 18C5:0012 AMIT (Device name unknown)&lt;br /&gt;
 USB: 2019:AB25 PLANEX (Device name unknown)&lt;br /&gt;
 USB: 2019:ED06 PLANEX (Device name unknown)&lt;br /&gt;
 USB: 5A57:0280 Zinwell (Device name unknown)&lt;br /&gt;
 USB: 5A57:0282 Zinwell (Device name unknown)&lt;br /&gt;
 USB: 7392:7711 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 7392:7717 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
&lt;br /&gt;
and for rt73.ko&lt;br /&gt;
 USB: 0411:00F4 MelCo., Inc. (Device name unknown)&lt;br /&gt;
 USB: 050D:7050 Belkin Components F5D7050 ver 1000 WiFi&lt;br /&gt;
 USB: 050D:705A Belkin Components F5D7050A Wireless Adapter&lt;br /&gt;
 USB: 050D:905B Belkin Components F5D9050 ver 3 Wireless Adapter&lt;br /&gt;
 USB: 050D:905C Belkin Components Wireless G Plus MIMO Network Adapter&lt;br /&gt;
 USB: 06F8:E010 Guillemot Corp. HWGUSB2-54-LB&lt;br /&gt;
 USB: 06F8:E020 Guillemot Corp. HWGUSB2-54V2-AP&lt;br /&gt;
 USB: 0769:31F3 Surecom Technology Corp. RT2573&lt;br /&gt;
 USB: 07AA:002E Corega K.K. (Device name unknown)&lt;br /&gt;
 USB: 07B8:B21D D-Link Corp. RT2573&lt;br /&gt;
 USB: 07D1:3C03 D-Link System DWL-G122 802.11g Adapter [ralink rt73]&lt;br /&gt;
 USB: 07D1:3C04 D-Link System WUA-1340&lt;br /&gt;
 USB: 07D1:3C06 D-Link System (Device name unknown)&lt;br /&gt;
 USB: 07D1:3C07 D-Link System Wireless G DWA-110 Adapter&lt;br /&gt;
 USB: 0B05:1723 ASUSTek Computer, Inc. WL-167G v2 802.11g Adapter [ralink]&lt;br /&gt;
 USB: 0B05:1724 ASUSTek Computer, Inc. RT2573&lt;br /&gt;
 USB: 0DB0:6874 Micro Star International RT2573&lt;br /&gt;
 USB: 0DB0:6877 Micro Star International RT2573&lt;br /&gt;
 USB: 0DB0:A861 Micro Star International RT2573&lt;br /&gt;
 USB: 0DB0:A874 Micro Star International RT2573&lt;br /&gt;
 USB: 0DF6:90AC Sitecom Europe B.V. WL-172&lt;br /&gt;
 USB: 0DF6:9712 Sitecom Europe B.V. WL-113 rev 2&lt;br /&gt;
 USB: 1044:8008 Chu Yuen Enterprise Co., Ltd GN-WB01GS&lt;br /&gt;
 USB: 1044:800A Chu Yuen Enterprise Co., Ltd GN-WI05GS&lt;br /&gt;
 USB: 1371:9022 Dick Smith Electronics RT2573&lt;br /&gt;
 USB: 1371:9032 Dick Smith Electronics C-Net CWD-854 rev F&lt;br /&gt;
 USB: 13B1:0020 Linksys WUSB54GC 802.11g Adapter [ralink rt73]&lt;br /&gt;
 USB: 13B1:0023 Linksys WUSB54GR&lt;br /&gt;
 USB: 1472:0009 Huawei-3Com Aolynk WUB320g&lt;br /&gt;
 USB: 148F:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter&lt;br /&gt;
 USB: 148F:2671 Ralink Technology, Corp. RT2601USB Wireless Adapter&lt;br /&gt;
 USB: 14B2:3C22 Ralink Technology, Corp. rt73 802.11g WLAN&lt;br /&gt;
 USB: 15A9:0004 (Vendor name unknown) (Device name unknown)&lt;br /&gt;
 USB: 1631:C019 Good Way Technology RT2573&lt;br /&gt;
 USB: 1690:0722 Askey Computer Corp. [hex] RT2573&lt;br /&gt;
 USB: 1740:7100 Senao (Device name unknown)&lt;br /&gt;
 USB: 18E8:6196 Qcom RT2573&lt;br /&gt;
 USB: 18E8:6229 Qcom RT2573&lt;br /&gt;
 USB: 18E8:6238 Qcom (Device name unknown)&lt;br /&gt;
 USB: 2019:AB01 PLANEX GW-US54HP&lt;br /&gt;
 USB: 2019:AB50 PLANEX GW-US54Mini2&lt;br /&gt;
&lt;br /&gt;
=Forum Page=&lt;br /&gt;
You can leave comment on this related forum.&lt;br /&gt;
http://forum.samygo.tv/viewtopic.php?f=3&amp;amp;t=14&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1631</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1631"/>
		<updated>2011-03-05T10:15:11Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
'''&amp;lt;font color=red&amp;gt;'''WARNING - Do not use ''reboot'' from console - it was the reason on few bricked TVs.&amp;lt;/font color&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode&lt;br /&gt;
 [Mute] [1] [1] [9] [Enter]&lt;br /&gt;
 set to '''on''' by pressing [left]&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can switch off TV.&lt;br /&gt;
* Switch on TV again&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact path over Telnet before you start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (TV is making some dumps in this time, do not interrupt it.)&lt;br /&gt;
* Reboot TV (switch off, wait, switch on again)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
* To get access to TV (Telnet/FTP/WebUI) you must attach the same USB-stick that you created for this hack '''or''' prepare USB-stick with the latest [http://download.samygo.tv/C%20Series/ SamyGO-Extensions]. (If you need to know your CPU type enter '''cat /proc/cpuinfo''' into console.)&lt;br /&gt;
&lt;br /&gt;
* Example for mounting a NFS-share manually:&lt;br /&gt;
 cd /dtv/usb/sda1&lt;br /&gt;
 mkdir videos&lt;br /&gt;
 /bin/mount -o nolock 192.168.1.123:/videos /dtv/usb/sda1/videos -t nfs&lt;br /&gt;
&amp;lt;small&amp;gt;Change IP to your NFS-server IP, path to USB might differ too (sdb1/sdc1).&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh has been written with errors, TV does not boot properly...&amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to AC, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If that did not help, try:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;virgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE32C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE40C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE32C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE32C550J1WU [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE32C550J1WX [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE32C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* UE32C5000QW [T-TDT5DEUC-1022.0 ]&lt;br /&gt;
* PS50C550 [T-TDT5DEUC]&lt;br /&gt;
* LE40C650L1WX [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
* PN58C7000 [T-VALAUSC 001035] - some [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=974&amp;amp;p=13650#p13642 modification] of hack is needed.&lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 05:57, 5 March 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1541</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1541"/>
		<updated>2011-02-22T18:14:52Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Preparation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode&lt;br /&gt;
 [Mute] [1] [1] [9] [Enter]&lt;br /&gt;
 set to '''on''' by pressing [left]&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact path over Telnet before you start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (TV is making some dumps in this time, do not interrupt it.)&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
* To get access to TV (Telnet/FTP/WebUI) you must attach the same USB-stick that you created for this hack '''or''' prepare USB-stick with the latest [http://download.samygo.tv/C%20Series/ SamyGO-Extensions]. (If you need to know your CPU type enter '''cat /proc/cpuinfo''' into console.)&lt;br /&gt;
&lt;br /&gt;
* Example for mounting a NFS-share manually:&lt;br /&gt;
 cd /dtv/usb/sda1&lt;br /&gt;
 mkdir videos&lt;br /&gt;
 /bin/mount -o nolock 192.168.1.123:/videos /dtv/usb/sda1/videos -t nfs&lt;br /&gt;
&amp;lt;small&amp;gt;Change IP to your NFS-server IP, path to USB might differ too (sdb1/sdc1).&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh has been written with errors, TV does not boot properly...&amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to AC, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If that did not help, try:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;virgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE32C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE40C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE32C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE32C550J1WU [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE32C550J1WX [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE32C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* UE32C5000QW [T-TDT5DEUC-1022.0 ]&lt;br /&gt;
* PS50C550 [T-TDT5DEUC]&lt;br /&gt;
* LE40C650L1WX [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 09:12, 22 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1540</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1540"/>
		<updated>2011-02-22T18:11:45Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Normal operating of hacked TV */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact path over Telnet before you start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (TV is making some dumps in this time, do not interrupt it.)&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
* To get access to TV (Telnet/FTP/WebUI) you must attach the same USB-stick that you created for this hack '''or''' prepare USB-stick with the latest [http://download.samygo.tv/C%20Series/ SamyGO-Extensions]. (If you need to know your CPU type enter '''cat /proc/cpuinfo''' into console.)&lt;br /&gt;
&lt;br /&gt;
* Example for mounting a NFS-share manually:&lt;br /&gt;
 cd /dtv/usb/sda1&lt;br /&gt;
 mkdir videos&lt;br /&gt;
 /bin/mount -o nolock 192.168.1.123:/videos /dtv/usb/sda1/videos -t nfs&lt;br /&gt;
&amp;lt;small&amp;gt;Change IP to your NFS-server IP, path to USB might differ too (sdb1/sdc1).&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh has been written with errors, TV does not boot properly...&amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to AC, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If that did not help, try:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;virgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE32C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE40C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE32C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE32C550J1WU [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE32C550J1WX [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE32C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* UE32C5000QW [T-TDT5DEUC-1022.0 ]&lt;br /&gt;
* PS50C550 [T-TDT5DEUC]&lt;br /&gt;
* LE40C650L1WX [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 09:12, 22 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1539</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1539"/>
		<updated>2011-02-22T17:51:33Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature. '''It works up to firmware version T-VALDEUC 3005.1 but it does not work with 3006.2 and 3007.1 anymore.'''&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;c:\widget\www\widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
P.S.: You can skip setting up a server on your PC, use IP: 188.126.44.135 and you get your widget ;)&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~20 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
In this example a folder &amp;quot;share&amp;quot; is created on the USB stick. Then a NFS share called &amp;quot;videos&amp;quot; is mounted to it. You must know the IP address where the NFS share is located.&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
Linux supports NFS by default, Windows does'nt. For evaluation purposes you might try [http://www.hanewin.de/nfs-d.htm Hanewin NFS Server], it will work for 30 days as a trial.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1523</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1523"/>
		<updated>2011-02-21T18:42:32Z</updated>

		<summary type="html">&lt;p&gt;Decix: spelling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact path over Telnet before you start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (TV is making some dumps in this time, do not interrupt it.)&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh has been written with errors, TV does not boot properly...&amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to AC, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If that did not help, try:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;virgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 09:09, 21 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1522</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1522"/>
		<updated>2011-02-21T18:39:12Z</updated>

		<summary type="html">&lt;p&gt;Decix: language&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact path over Telnet before you start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (TV is making some dumps in this time, do not interrupt it.)&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;virgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 09:09, 21 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1518</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1518"/>
		<updated>2011-02-21T14:35:49Z</updated>

		<summary type="html">&lt;p&gt;Decix: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact path over Telnet before you start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (tv is making some dumps in this time, do not break it.)&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;virgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 09:09, 21 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1517</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1517"/>
		<updated>2011-02-21T14:34:49Z</updated>

		<summary type="html">&lt;p&gt;Decix: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact path over Telnet before you start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (tv is making some dumps in this time, do not break it.)&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;wirgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 09:09, 21 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1516</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1516"/>
		<updated>2011-02-21T14:30:29Z</updated>

		<summary type="html">&lt;p&gt;Decix: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&amp;lt;br&amp;gt; &lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Safety measures for C series TVs==&lt;br /&gt;
Make some important settings before start hacking TV:&lt;br /&gt;
* In service menu, '''enable Debug mode''' for the RS232 port.&lt;br /&gt;
::With TV switched off, press the following sequence on the remote: '''[INFO] [MENU] [MUTE] [POWER]'''&lt;br /&gt;
::Enter the '''Control''' menu and set the value of the '''RS232 mode''' to '''Debug'''.&lt;br /&gt;
::Once you're back to the main Service menu, you will have to power off the TV for normal operation.&lt;br /&gt;
::Notice that your TV will reset RS232 mode back to UART when you install another firmware (no matter if it's older or newer).&lt;br /&gt;
* Have a working '''[[Ex-Link Cable for C-Series]]''' at hand. (desirable)&lt;br /&gt;
::If you don't feel capable of soldering such a cable, you can find and buy a cheap (under '''$5''') '''[http://shop.ebay.com/i.html?_trkparms=65%253A12%257C66%253A2%257C39%253A1%257C72%253A4030&amp;amp;rt=nc&amp;amp;_nkw=usb+ttl&amp;amp;_sticky=1&amp;amp;_trksid=p3286.c0.m14&amp;amp;_sop=15&amp;amp;_sc=1 USB to TTL adapter]''' at eBay.&lt;br /&gt;
&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
::If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
::you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].[[File:Win32diskimage_howto.png |right]]&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* '''Wait 3 minutes'''. After three minutes you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV over Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Find your usb:&lt;br /&gt;
 df -h | grep &amp;quot;/dtv/usb/sd&amp;quot; &lt;br /&gt;
* execute script '''first_run.sh''' with parameter of path to USB.&lt;br /&gt;
::e.g. if path to USB is '''/dtv/usb/sda1''', then command to enter is:&lt;br /&gt;
 sh +x /dtv/usb/sda1/first_run.sh /dtv/usb/sda1 &lt;br /&gt;
&amp;lt;small&amp;gt;Path might be different on your TV, for example: &lt;br /&gt;
::/dtv/usb/sdb1/first_run.sh /dtv/usb/sdb1 &lt;br /&gt;
::/dtv/usb/sdc1/first_run.sh /dtv/usb/sdc1 &lt;br /&gt;
Check exact patch over telnet before to start.&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;, but '''do not reboot TV 3 minutes''' (tv is making some dumps in this time, do not break it.)&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;wirgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
::On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
::Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* UE55C7700 [T-VALDEUC '''3006.1'''] &lt;br /&gt;
::To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 09:09, 21 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1490</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1490"/>
		<updated>2011-02-20T15:30:51Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* TV is already hacked */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed. &lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
Some models do not support ext3 file system for settings export (C6000, C630...)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/HotelMode''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV via Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
&amp;lt;small&amp;gt;(Path might be different on your TV, for example: /dtv/usb/sda1/patch_to/...)&amp;lt;/small&amp;gt;&lt;br /&gt;
* Wait until you get the message &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV (switch off '''or''' enter &amp;quot;reboot&amp;quot; into console)&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;wirgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 12:02, 19 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1487</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1487"/>
		<updated>2011-02-20T10:13:01Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Supported TV models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed. &lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
Some models do not support ext3 file system for settings export (C6000, C630...)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/restore''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV via Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
* Wait until you get &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;wirgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 12:02, 19 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1486</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1486"/>
		<updated>2011-02-20T10:12:34Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed. &lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
Some models do not support ext3 file system for settings export (C6000, C630...)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB (&amp;quot;Clone TV to USB&amp;quot;).&amp;lt;br&amp;gt;&lt;br /&gt;
5. Unplug USB stick from TV and save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to '''/restore''' directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories) (&amp;quot;Clone USB to TV&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV (if you get to console you can simply type &amp;quot;reboot&amp;quot; and TV will restart).&lt;br /&gt;
* Try connect to TV via Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
* Wait until you get &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;wirgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 12:02, 19 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1485</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1485"/>
		<updated>2011-02-20T10:06:07Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Tested and works on TV */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Universal USB disk to hack C series TV'''&lt;br /&gt;
&lt;br /&gt;
After hack your TV you can connect to TV via SSH/Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&amp;lt;br&amp;gt;&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed. &lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
== Supported TV models ==&lt;br /&gt;
TV model is not important, you should check your firmware.&amp;lt;br&amp;gt;&lt;br /&gt;
* This hack '''works''' on all firmware versions (even latest firmwares):&lt;br /&gt;
 T-TDT5DEUC&lt;br /&gt;
 T-MSX5DEUC&lt;br /&gt;
 T-MSX6DEUC&lt;br /&gt;
 T-VALDEUC&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* Hack '''does not''' work on TV with '''T-VAL6DEUC''' firmware. &lt;br /&gt;
Some models do not support ext3 file system for settings export (C6000, C630...)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the earlier version or over widget and you want have benefits of this hack,&amp;lt;br&amp;gt;&lt;br /&gt;
you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* '''All operations have to be done on the FAT32 partition, no linux needed.'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
== Installation. What to do if... ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== '''TV is not hacked''' ===&lt;br /&gt;
8. Attach Universal hack USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&amp;lt;br&amp;gt;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories).&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts few times and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV via SSH (Port 22) or Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't SSH/Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have SSH/Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
21. Done.&lt;br /&gt;
&lt;br /&gt;
=== '''TV is already hacked''' ===&lt;br /&gt;
(Over Hotel Mode or Widget - doesn`t matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
* Wait until you get &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV&lt;br /&gt;
* Done&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Bricked TV ==&lt;br /&gt;
=== '''ExLink cable available''' ===&lt;br /&gt;
==== Screen is blank ====&lt;br /&gt;
If your start.sh have been written with errors, TV does not boot properly... &amp;lt;br&amp;gt;&lt;br /&gt;
* Unplug TV and wait 30 sec. Plug to wall, power on TV. &lt;br /&gt;
This should remove /mtd_rwarea/start.sh. If not helped, then:&lt;br /&gt;
* Connect [[Ex-Link Cable for C-Series]], switch to debug mode:&lt;br /&gt;
 10041004&lt;br /&gt;
enter:&lt;br /&gt;
 31337 (removes /mtd_rwarea/start.sh)&lt;br /&gt;
or:&lt;br /&gt;
 666 (removes /mtd_rwarea/start.sh, /mtd_rwarea/usb_mount, /mtd_rwarea/network_opt)&lt;br /&gt;
or:&lt;br /&gt;
 44337794 (check file to know better what it does /mtd_rwarea/network_opt/sbin/44337794)&lt;br /&gt;
&lt;br /&gt;
==== No reaction to USB, no telnet, but screen is on ====&lt;br /&gt;
* create empty file named '''kill_start.sh''' on root of USB&lt;br /&gt;
* power off TV&lt;br /&gt;
* attach USB and power on TV&lt;br /&gt;
/mtd_rwarea/start.sh should be deleted&lt;br /&gt;
&lt;br /&gt;
If no success, then:&lt;br /&gt;
==== format /mtd_rwarea/ ====&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink and get &amp;quot;wirgin&amp;quot; TV back:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
=== '''no ExLink cable available''' ===&lt;br /&gt;
&lt;br /&gt;
* Create script on USB '''emergency_start.sh''' (kill_start.sh is to delete)&lt;br /&gt;
* Attach USB to TV on stand-by mode and power it on&lt;br /&gt;
* TV executes this script on boot.&lt;br /&gt;
Factory reset on ServiceMenu. This operation should delete ''/mtd_rwarea/network_opt''&lt;br /&gt;
*Hack TV with universal USB disk again&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested and works on TV ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
* UE40C6700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 12:02, 19 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1472</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1472"/>
		<updated>2011-02-18T11:05:36Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* If TV is not hacked */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Universal USB disk to hack C series TV. It should work on any C series TV with export settings to ext3 USB support. Some models do not support ext3 file system for settings export (C6000/C630...firmwares with T-VAL6DEUC).&lt;br /&gt;
Tested to be working on models with T-MSX5DEUC, T-TDT5DEUC and T-VALDEUC (until 5.1.2011).&lt;br /&gt;
&lt;br /&gt;
After this hack you can connect to TV via SSH/Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the first version or over widget, you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* All operations have to be done on the FAT32 partition.&lt;br /&gt;
&lt;br /&gt;
== Hacking TV==&lt;br /&gt;
===If TV is not hacked===&lt;br /&gt;
8. Attach USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&amp;lt;br&amp;gt;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories).&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts twice and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV via SSH (Port 22) or Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't SSH/Telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have SSH/Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
&lt;br /&gt;
===If TV is already hacked===&lt;br /&gt;
(Over Hotel Mode or Widget - does'nt matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
* Wait until you get &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Ways to unbrick TV ==&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
&lt;br /&gt;
Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested on these models ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 10:14, 18 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1471</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1471"/>
		<updated>2011-02-18T11:04:14Z</updated>

		<summary type="html">&lt;p&gt;Decix: language, spelling, formatting, ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Universal USB disk to hack C series TV. It should work on any C series TV with export settings to ext3 USB support. Some models do not support ext3 file system for settings export (C6000/C630...firmwares with T-VAL6DEUC).&lt;br /&gt;
Tested to be working on models with T-MSX5DEUC, T-TDT5DEUC and T-VALDEUC (until 5.1.2011).&lt;br /&gt;
&lt;br /&gt;
After this hack you can connect to TV via SSH/Telnet, you get CIFS (Samba) and NFS support, FTP Server, WebUI, crond, ...&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below).&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
1. USB &amp;gt; 1GB space. (Windows users can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode.&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB.&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere on PC.&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT:''' This is the 3rd version of the USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the first version or over widget, you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&amp;lt;br&amp;gt;&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* All operations have to be done on the FAT32 partition.&lt;br /&gt;
&lt;br /&gt;
== Hacking TV==&lt;br /&gt;
===If TV is not hacked===&lt;br /&gt;
8. Attach USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB.&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length     Date    Time    Name&lt;br /&gt;
 --------- ---------- -----   ----&lt;br /&gt;
       68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode &amp;amp;rarr; Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must work without errors.&amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again.&amp;lt;br&amp;gt;&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories).&amp;lt;br&amp;gt;&lt;br /&gt;
17. Press OK.&amp;lt;br&amp;gt;&lt;br /&gt;
18. TV restarts twice and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB!&amp;lt;br&amp;gt;&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV via Telnet (Port 23).&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
19. If you haven't got your channels back and if you can't telnet to TV, it means something went wrong.&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have Telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
&lt;br /&gt;
===If TV is already hacked===&lt;br /&gt;
(Over Hotel Mode or Widget - does'nt matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect via SSH/Telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
* Wait until you get &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Ways to unbrick TV ==&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug network and antenna cable. Leave only ExLink and power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect to TV over ExLink.&lt;br /&gt;
* Apply these commands (followed by Enter):&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
&lt;br /&gt;
Try to hack TV again starting from step 7.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
To be updated...&lt;br /&gt;
&lt;br /&gt;
== Tested on these models ==&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&amp;lt;br&amp;gt;&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 10:14, 18 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1470</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1470"/>
		<updated>2011-02-18T10:39:43Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Preparation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Universal USB disk to hack C series TV. It should work on any C series TV with export settings to ext3 USB support. Some models does not support ext3 file system for settings export (C6000/C630...firmwares with T-VAL6DEUC) &lt;br /&gt;
Tested and works on models with T-MSX5DEUC, T-TDT5DEUC and T-VALDEUC (until 5.1.2011).&lt;br /&gt;
&lt;br /&gt;
After this hack you can connect to TV over telnet, you get CIFS (samba) and NFS support, ftp server, webui, crond...&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
1. USB &amp;gt; 1GB space. (windows user can use FAT32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean FAT32 USB&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same FAT32 USB&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere on PC&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract archive. You get 1GB file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT''' This is the 3rd version of USB image, updated on 18.2.2011.&amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the first version or over widget, you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one FAT32, accessible under Windows and a second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* All operations you have to do on FAT32 partition.&lt;br /&gt;
&lt;br /&gt;
== Hacking TV==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===If TV is not hacked===&lt;br /&gt;
8. Attach USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length      Date    Time    Name&lt;br /&gt;
 ---------  ---------- -----   ----&lt;br /&gt;
        68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode -&amp;gt;Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must go w/o errors. &amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories)&lt;br /&gt;
&lt;br /&gt;
17. Press OK.&lt;br /&gt;
&lt;br /&gt;
18. TV restarts twice and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB.&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV over telnet (port:23)&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
&lt;br /&gt;
19. If you haven`t got your channels back and if you can`t telnet to TV, it means - something went wrong&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
&lt;br /&gt;
===If TV is already hacked===&lt;br /&gt;
(Over hotel mode or widget - it does not matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect over telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
* Wait until you get &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
== Ways to unbrick TV ==&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug Network cable, might antenna too. Leave only ExLink and Power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect TV over ExLink.&lt;br /&gt;
* Enter commands following by Enter:&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
&lt;br /&gt;
Try hack TV again from step 7.&lt;br /&gt;
&lt;br /&gt;
== FAQ ===&lt;br /&gt;
To be updated...&lt;br /&gt;
== Tested on those models ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To be updated...&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 10:14, 18 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1469</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1469"/>
		<updated>2011-02-18T10:35:30Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* If TV is not hacked */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Universal USB disk to hack C series TV. It should work on any C series TV with export settings to ext3 USB support. Some models does not support ext3 file system for settings export (C6000/C630...firmwares with T-VAL6DEUC) &lt;br /&gt;
Tested and works on models with T-MSX5DEUC, T-TDT5DEUC and T-VALDEUC (until 5.1.2011).&lt;br /&gt;
&lt;br /&gt;
After this hack you can connect to TV over telnet, you get CIFS (samba) and NFS support, ftp server, webui, crond...&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will be executed.&lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
1. USB &amp;gt; 1GB space. (windows user can use Fat32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to clean fat32 USB&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to the same fat32 USB&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere in PC&amp;lt;br&amp;gt;&lt;br /&gt;
6. Download [http://download.samygo.tv/C%20Series/HotelMode%20hack/network_opt_18.02.2011_1.zip network_opt_18.02.2011_1.zip], extract from archive. You get 1Gb file '''network_opt_18.02.2011_sda2.img'''&amp;lt;br&amp;gt;&lt;br /&gt;
*'''IMPORTANT''' This is the 3th version of USB image, updated on 18.2.2011. &amp;lt;br&amp;gt;&lt;br /&gt;
If you have hacked TV with the first version or over widget, you should [http://wiki.samygo.tv/index.php?title=Hacking_C5xx%28x%29,_C65x%28x%29over_Hotel_mode#If_TV_is_already_hacked re-hack TV].&lt;br /&gt;
&lt;br /&gt;
7. Make USB from this image with help of included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one fat32, accessible from windows and second, ext3 - not accessible under Windows.&amp;lt;br&amp;gt;&lt;br /&gt;
* You '''do not need''' to do any changes on ext3 partition.&amp;lt;br&amp;gt;&lt;br /&gt;
* All operations you have to do on fat32 partition.&lt;br /&gt;
&lt;br /&gt;
== Hacking TV==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===If TV is not hacked===&lt;br /&gt;
8. Attach USB you made to PC. Copy channel settings file (you made in normal mode) to root of USB&amp;lt;br&amp;gt;&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length      Date    Time    Name&lt;br /&gt;
 ---------  ---------- -----   ----&lt;br /&gt;
        68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode -&amp;gt;Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must go w/o errors. &amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories)&lt;br /&gt;
&lt;br /&gt;
17. Press OK.&lt;br /&gt;
&lt;br /&gt;
18. TV restarts twice and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB.&lt;br /&gt;
* Wait 3 minutes. After three minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV over telnet (port:23)&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
&lt;br /&gt;
19. If you haven`t got your channels back and if you can`t telnet to TV, it means - something went wrong&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
&lt;br /&gt;
===If TV is already hacked===&lt;br /&gt;
(Over hotel mode or widget - it does not matter)&lt;br /&gt;
* Make USB (steps 6. and 7.)&lt;br /&gt;
* Do not change anything&lt;br /&gt;
* Attach to TV and connect over telnet&lt;br /&gt;
* Execute:&lt;br /&gt;
 sh +x /dtv/usb/patch_to/first_run.sh&lt;br /&gt;
* Wait until you get &amp;quot;Installation Completed!&amp;quot;&lt;br /&gt;
* Reboot TV&lt;br /&gt;
&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
To be updated...&lt;br /&gt;
== Ways to unbrick TV ==&lt;br /&gt;
To be updated...&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
or you have hacked over Widget and it stopped working (on latest firmwares),&lt;br /&gt;
Format /mtd_rwarea over ExLink:&lt;br /&gt;
* Make [[Ex-Link Cable for C-Series]] attach to TV.&lt;br /&gt;
* Power off TV.&lt;br /&gt;
* Unplug Network cable, might antenna too. Leave only ExLink and Power cable plugged.&lt;br /&gt;
* Power on TV.&lt;br /&gt;
* Open terminal and connect TV over ExLink.&lt;br /&gt;
* Enter commands following by Enter:&lt;br /&gt;
 10041004&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
On the last line you have to enter number of your /mtd_rwarea/. On C550 it is 10, but on other TV it can be other (e.g. 14)&lt;br /&gt;
&lt;br /&gt;
Try hack TV again from step 7.&lt;br /&gt;
&lt;br /&gt;
== FAQ ===&lt;br /&gt;
To be updated...&lt;br /&gt;
== Tested on those models ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 [T-VALDEUC-'''3006.2''']&lt;br /&gt;
* UE40C8700 [T-VALDEUC '''3007.1''']&lt;br /&gt;
* LE37C630  [T-MSX6DEUC 1002.1]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To be updated...&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 10:14, 18 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1440</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1440"/>
		<updated>2011-02-16T17:30:17Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Preparation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Universal USB disk to hack C series TV. It should work on any C series TV with export settings to ext3 USB support. Some models does not support ext3 file system for settings export (C6000/C630...firmwares with T-VAL6DEUC) &lt;br /&gt;
Tested and works on models with T-MSX5DEUC, T-TDT5DEUC and T-VALDEUC (until 5.1.2011).&lt;br /&gt;
&lt;br /&gt;
After this hack you can connect to TV over telnet, you get CIFS (samba) and NFS support.&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will executed.&lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
Only for USB, recognized as '''sda'''.&amp;lt;br&amp;gt;&lt;br /&gt;
How to check. Read this [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;start=40#p10979 post]. Later limitation will be removed.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. USB &amp;gt; 1GB space. (windows user can use Fat32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to USB&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to USB&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere in PC&amp;lt;br&amp;gt;&lt;br /&gt;
6 Download [http://www.multiupload.com/UYW99RK4FG file], extract from archive. You get 1Gb file ''network_opt_28.12.2010_3_sda.img''&amp;lt;br&amp;gt;&lt;br /&gt;
7 Make USB from this image.&amp;lt;br&amp;gt;&lt;br /&gt;
* Under windows you can use [http://launchpad.net/win32-image-writer/+download win32diskimager].&lt;br /&gt;
* After win32diskimager finishes, USB is not accessible under Windows, because it is ext3 format.&lt;br /&gt;
&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
Format /mtd_rwarea over ExLink:&lt;br /&gt;
 Make Ex-link cable and connect to TV enter commands folowing by Enter:&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
Try hack TV again from step 7.&lt;br /&gt;
&lt;br /&gt;
7 Make USB from this image with included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one fat32, accessible from windows and second, ext3 - not accessible under Windows.&lt;br /&gt;
&lt;br /&gt;
== Hack TV==&lt;br /&gt;
===If you have linux and TV is not hacked===&lt;br /&gt;
8. Attach USB you made to linux PC. Copy channel settings file (you made in normal mode) to root of USB&lt;br /&gt;
&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length      Date    Time    Name&lt;br /&gt;
 ---------  ---------- -----   ----&lt;br /&gt;
        68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
* You should get structure on USB/restore:&lt;br /&gt;
./restore:&lt;br /&gt;
&lt;br /&gt;
 drwxrwxrwx  2 root       root         4096 2010-12-27 21:47 .&lt;br /&gt;
 drwx------ 10 root       root         4096 2010-12-27 20:14 ..&lt;br /&gt;
 -rw-r--r--  1 root       root         2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r--  1 root       root          378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r--  1 root       root          144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r--  1 root       root          188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root        40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r--  1 root       root       292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r--  1 root       root        40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r--  1 root       root       292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r--  1 root       root            4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r--  1 root       root       144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r--  1 root       root           95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root         5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r--  1 root       root          720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r--  1 root       root         7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root          324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r--  1 root       root         9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r--  1 root       root        98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root           28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r--  1 root       root            4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
&lt;br /&gt;
* Whole USB structure you [http://pastebin.com/g2GfEBN5 have to get]&lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode -&amp;gt;Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must go w/o errors. &amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories)&lt;br /&gt;
&lt;br /&gt;
17. Press OK.&lt;br /&gt;
&lt;br /&gt;
18. TV restarts twice and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB.&lt;br /&gt;
* Wait 3 minutes. After trhee minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV over telnet (port:23)&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
&lt;br /&gt;
19. If you haven`t got your channels back and if you can`t telnet to TV, it means - something went wrong&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
&lt;br /&gt;
===Do not have linux and TV is not hacked===&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
== Ways to unbrick TV ==&lt;br /&gt;
== FAQ ===&lt;br /&gt;
== Tested on those models ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 '''[T-VALDEUC-3006.2]'''&lt;br /&gt;
* UE40C8700 [T-VALDEUC 3007.1]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
TO be updated&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 07:44, 4 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_change_your_Internet@TV_region&amp;diff=1438</id>
		<title>How to change your Internet@TV region</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_change_your_Internet@TV_region&amp;diff=1438"/>
		<updated>2011-02-16T14:14:05Z</updated>

		<summary type="html">&lt;p&gt;Decix: Created page with 'Thanks to '''cellul''' for publishing [http://forum.samygo.tv/viewtopic.php?f=10&amp;amp;t=1480&amp;amp;sid=82544b7284e8501576f8382888cfb4b4#p13062 this].  While researching wâ¦'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to '''cellul''' for publishing [http://forum.samygo.tv/viewtopic.php?f=10&amp;amp;t=1480&amp;amp;sid=82544b7284e8501576f8382888cfb4b4#p13062 this].&lt;br /&gt;
&lt;br /&gt;
While researching ways of fixing a problem with my Internet@TV, whereby Facebook, Twitter, Picasa and Youtube would persistently say 'New update found' and instruct to turn off and back on my TV without performing the required update, I stumbled across a way of changing your Internet@TV region preset into your TV. In my case, the region was set to 'None', which meant I would only get access to a very limited number of generic apps. It also meant my TV would connect to a generic Samsung server that does not yet offer the latest Internet@TV software (v2.359) that is required by those non-functioning apps, hence why the problem would persist! Switching to UK region has updated my Internet@TV software, added many new apps, gave me access to a larger app store, and enabled all those non-functioning apps!&lt;br /&gt;
&lt;br /&gt;
==Short version (for experienced hackers)==&lt;br /&gt;
You need to change the Info Link Country setting in Service Menu &amp;amp;rarr; Sub Option to the country of your choice. The option is not visible by default; you need to enable hotel mode, and attempt to clone TV to USB to enable the full sub option menu, just as you would when enabling the PVR. Once you do that, Internet@TV will change and update itself and start connecting to server for the selected region.&lt;br /&gt;
&lt;br /&gt;
==Long version (for noobs)==&lt;br /&gt;
These instructions are for the C series (they might work with other series but I have only tried it with the C series, specifically with my UE32C6510 TV). Please be very careful as you may break your TV if you do not know what you are doing. PROCEED AT YOUR OWN RISK!&lt;br /&gt;
&lt;br /&gt;
* Activate the TV's hotel mode menu. With the TV turned on, quickly press Mute, 1, 1, 9, Enter on the remote control. This will display the Hotel mode menu.&lt;br /&gt;
* With Hotel Mode option highlighted, press ENTER on the remote; press LEFT or RIGHT button to turn it on. Do not modify any of the other options.&lt;br /&gt;
* Press Power to turn off your TV.&lt;br /&gt;
* With the TV turned off, quickly press Info, Menu, Mute, Power on the remote. The TV will turn on and display the Service menu. If it doesn't, turn the TV off and try again. You need to press the buttons in succession VERY quickly.&lt;br /&gt;
&lt;br /&gt;
'''From now on, it is important to follow the instructions exactly as listed here. DO NOT USE THE LEFT/RIGHT BUTTONS to scroll through options; you can only scroll through them with the UP/DOWN arrow. If you press the LEFT/RIGHT button by mistake, and you enter an option you don't want to change, press the RETURN button to go one step back.'''&lt;br /&gt;
&lt;br /&gt;
* Scroll down to Control (DOWN arrow), and press ENTER to enter that menu.&lt;br /&gt;
* Scroll down to Hotel Option, press ENTER;&lt;br /&gt;
* Remove any USB drives you may have attached. Scroll down to Clone TV to USB, and press ENTER. It says USB is not connected, which is fine. Press ENTER to close the message window. You are not actually going to do this, but this step is necessary to open up hidden options within the Sub Option menu.&lt;br /&gt;
* Press the BACK button to go one menu level up.&lt;br /&gt;
* Scroll up to Sub Option, and press ENTER.&lt;br /&gt;
* Scroll DOWN to Info Link Country. Press ENTER. Now press the LEFT or RIGHT arrow buttons to change to another country of your choice. Mine was set to None, and I switched to UK, which have the latest software. You may wish to try out others. Press the BACK button when you are ready to return to the menu.&lt;br /&gt;
* If your TV does not have PVR (TV recording) enabled, you can also enable it here!! Scroll DOWN (IMPORTANT: DO NOT USE LEFT/RIGHT ARROWS) to PVR Support, press ENTER, press LEFT or RIGHT arrow to enable it. Press BACK button to return to the menu. If you live in one of the few countries that can receive Gemstar (UK, Italy, etc), you may also enable Gemstar support two options down.&lt;br /&gt;
* When you are done, press the BACK button to move one menu level up, then scroll down to Hotel Option and press ENTER.&lt;br /&gt;
* Scroll to Hotel Mode (if it is not already highlighted), press ENTER to select it, and press LEFT or RIGHT to turn hotel mode off.&lt;br /&gt;
* Press Power to turn off your TV&lt;br /&gt;
&lt;br /&gt;
That's it. Now the next time you enter Internet@TV, it will say it needs to update. It may delete a few services and install a few others specific for the country you have selected. It will also install the latest Internet@TV software update available on the selected country's server. Internet@TV may exit and restart.&lt;br /&gt;
&lt;br /&gt;
The next time you enter Internet@TV, click on one of the problematic apps (Facebook, Youtube, Twitter or Picasa). It may (still) say new update found; turn TV off and back on. Don't panic. Turn TV off and back on, then enter Internet@TV again. It will perform a second update.&lt;br /&gt;
&lt;br /&gt;
After all updates have been installed, you will have version 2.359 of the Internet@TV software, and Facebook, Twitter and so on will work!! Remember to create an Internet@TV ID, associate it with your facebook, twitter,picasa and youtube accounts, and login with your ID, before using the apps.&lt;br /&gt;
&lt;br /&gt;
I hope you will find this walk-through useful.&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1437</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=1437"/>
		<updated>2011-02-16T14:01:44Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* SamyGO C Series Wiki Page Main */&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;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[Hacking C5xx(x), C65x(x)over Hotel mode]]&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[PVR Recording over NFS 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;
*[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;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;
*[[How to change your Internet@TV region]]&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1436</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1436"/>
		<updated>2011-02-16T13:58:24Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Tested on those models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Universal USB disk to hack C series TV. It should work on any C series TV with export settings to ext3 USB support. Some models does not support ext3 file system for settings export (C6000/C630...firmwares with T-VAL6DEUC) &lt;br /&gt;
Tested and works on models with T-MSX5DEUC, T-TDT5DEUC and T-VALDEUC (until 5.1.2011).&lt;br /&gt;
&lt;br /&gt;
After this hack you can connect to TV over telnet, you get CIFS (samba) and NFS support.&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will executed.&lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
Only for USB, recognised as '''sda'''.&amp;lt;br&amp;gt;&lt;br /&gt;
How to check. Read this [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;start=40#p10979 post]. Later limitation will be removed.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. USB &amp;gt; 1GB space. (windows user can use Fat32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to USB&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to USB&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere in PC&amp;lt;br&amp;gt;&lt;br /&gt;
6 Download [http://www.multiupload.com/UYW99RK4FG file], extract from archive. You get 1Gb file ''network_opt_28.12.2010_3_sda.img''&amp;lt;br&amp;gt;&lt;br /&gt;
7 Make USB from this image.&amp;lt;br&amp;gt;&lt;br /&gt;
* Under windows you can use [http://launchpad.net/win32-image-writer/+download win32diskimager].&lt;br /&gt;
* After win32diskimager finishes, USB is not accessible under Windows, because it is ext3 format.&lt;br /&gt;
&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
Format /mtd_rwarea over ExLink:&lt;br /&gt;
 Make Ex-link cable and connect to TV enter commands folowing by Enter:&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
Try hack TV again from step 7.&lt;br /&gt;
&lt;br /&gt;
7 Make USB from this image with included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one fat32, accessible from windows and second, ext3 - not accessible under Windows.&lt;br /&gt;
&lt;br /&gt;
== Hack TV==&lt;br /&gt;
===If you have linux and TV is not hacked===&lt;br /&gt;
8. Attach USB you made to linux PC. Copy channel settings file (you made in normal mode) to root of USB&lt;br /&gt;
&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length      Date    Time    Name&lt;br /&gt;
 ---------  ---------- -----   ----&lt;br /&gt;
        68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
* You should get structure on USB/restore:&lt;br /&gt;
./restore:&lt;br /&gt;
&lt;br /&gt;
 drwxrwxrwx  2 root       root         4096 2010-12-27 21:47 .&lt;br /&gt;
 drwx------ 10 root       root         4096 2010-12-27 20:14 ..&lt;br /&gt;
 -rw-r--r--  1 root       root         2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r--  1 root       root          378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r--  1 root       root          144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r--  1 root       root          188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root        40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r--  1 root       root       292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r--  1 root       root        40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r--  1 root       root       292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r--  1 root       root            4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r--  1 root       root       144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r--  1 root       root           95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root         5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r--  1 root       root          720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r--  1 root       root         7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root          324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r--  1 root       root         9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r--  1 root       root        98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root           28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r--  1 root       root            4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
&lt;br /&gt;
* Whole USB structure you [http://pastebin.com/g2GfEBN5 have to get]&lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode -&amp;gt;Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must go w/o errors. &amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories)&lt;br /&gt;
&lt;br /&gt;
17. Press OK.&lt;br /&gt;
&lt;br /&gt;
18. TV restarts twice and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB.&lt;br /&gt;
* Wait 3 minutes. After trhee minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV over telnet (port:23)&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
&lt;br /&gt;
19. If you haven`t got your channels back and if you can`t telnet to TV, it means - something went wrong&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
&lt;br /&gt;
===Do not have linux and TV is not hacked===&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
== Ways to unbrick TV ==&lt;br /&gt;
== FAQ ===&lt;br /&gt;
== Tested on those models ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 '''[T-VALDEUC-3006.2]'''&lt;br /&gt;
* UE40C8700 [T-VALDEUC 3007.1]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
TO be updated&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 07:44, 4 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_identify_CPU_type&amp;diff=1435</id>
		<title>How to identify CPU type</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_identify_CPU_type&amp;diff=1435"/>
		<updated>2011-02-16T05:40:07Z</updated>

		<summary type="html">&lt;p&gt;Decix: Created page with 'Enter in Telnet/SSH console:   cat /proc/cpuinfo'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Enter in Telnet/SSH console:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/cpuinfo&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1434</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=1434"/>
		<updated>2011-02-16T05:34:55Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* SamyGO C Series Wiki Page Main */&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;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[Hacking C5xx(x), C65x(x)over Hotel mode]]&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[PVR Recording over NFS 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;
*[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;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;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1433</id>
		<title>Hacking TV over Hotel mode (most C series models)</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_TV_over_Hotel_mode_(most_C_series_models)&amp;diff=1433"/>
		<updated>2011-02-15T06:01:04Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Tested on those models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Universal USB disk to hack C series TV. It should work on any C series TV with export settings to ext3 USB support. Some models does not support ext3 file system for settings export (C6000/C630...firmwares with T-VAL6DEUC) &lt;br /&gt;
Tested and works on models with T-MSX5DEUC, T-TDT5DEUC and T-VALDEUC (until 5.1.2011).&lt;br /&gt;
&lt;br /&gt;
After this hack you can connect to TV over telnet, you get CIFS (samba) and NFS support.&lt;br /&gt;
Moreover, if you attach USB with script file &amp;quot;SamyGO.sh&amp;quot;, it will executed.&lt;br /&gt;
&lt;br /&gt;
This hack has unificated structure for comfortable script execution for developers (read below)&lt;br /&gt;
&lt;br /&gt;
== Preparation ==&lt;br /&gt;
&lt;br /&gt;
Only for USB, recognised as '''sda'''.&amp;lt;br&amp;gt;&lt;br /&gt;
How to check. Read this [http://forum.samygo.tv/viewtopic.php?f=13&amp;amp;t=1076&amp;amp;start=40#p10979 post]. Later limitation will be removed.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1. USB &amp;gt; 1GB space. (windows user can use Fat32 formatted USB)&amp;lt;br&amp;gt;&lt;br /&gt;
2. TV in normal mode. Export channels from TV to USB&amp;lt;br&amp;gt;&lt;br /&gt;
3. Activate Hotel Mode&lt;br /&gt;
 Mute-1-1-9-Enter&lt;br /&gt;
 set to '''on''' by pressing &amp;quot;left&amp;quot;&lt;br /&gt;
4. Export settings from TV to USB&amp;lt;br&amp;gt;&lt;br /&gt;
5. Save files you get anywhere in PC&amp;lt;br&amp;gt;&lt;br /&gt;
6 Download [http://www.multiupload.com/UYW99RK4FG file], extract from archive. You get 1Gb file ''network_opt_28.12.2010_3_sda.img''&amp;lt;br&amp;gt;&lt;br /&gt;
7 Make USB from this image.&amp;lt;br&amp;gt;&lt;br /&gt;
* Under windows you can use [http://launchpad.net/win32-image-writer/+download win32diskimager].&lt;br /&gt;
* After win32diskimager finishes, USB is not accessible under Windows, because it is ext3 format.&lt;br /&gt;
&lt;br /&gt;
If you do not have success or script finishes with error,&lt;br /&gt;
Format /mtd_rwarea over ExLink:&lt;br /&gt;
 Make Ex-link cable and connect to TV enter commands folowing by Enter:&lt;br /&gt;
 81588&lt;br /&gt;
 20089999&lt;br /&gt;
 2&lt;br /&gt;
 0&lt;br /&gt;
 0&lt;br /&gt;
 2 (advanced)&lt;br /&gt;
 2 (DeviceManager Debug)&lt;br /&gt;
 90 (DeviceManager MW Debug)&lt;br /&gt;
 12 (DLNA, FLASH, ODD, HDD, MoIP Test)&lt;br /&gt;
 11 (FLASH, HDD Format Test)&lt;br /&gt;
 10 (or another, /mtd_rwarea/ partition number (14)&lt;br /&gt;
&lt;br /&gt;
Try hack TV again from step 7.&lt;br /&gt;
&lt;br /&gt;
7 Make USB from this image with included win32diskimager.&lt;br /&gt;
* After win32diskimager finishes, you get two partitions on USB: one fat32, accessible from windows and second, ext3 - not accessible under Windows.&lt;br /&gt;
&lt;br /&gt;
== Hack TV==&lt;br /&gt;
===If you have linux and TV is not hacked===&lt;br /&gt;
8. Attach USB you made to linux PC. Copy channel settings file (you made in normal mode) to root of USB&lt;br /&gt;
&lt;br /&gt;
9. Rename file (channel_list_LE32C550_1001.scm for C550) to zip&lt;br /&gt;
 channel_list_LE32C550_1001.scm.zip&lt;br /&gt;
10. Add directory ''usb_mount'' with empty file in it (e.g. ''1.txt;'' - very important) to archive&amp;lt;br&amp;gt;&lt;br /&gt;
11. Rename back to channel_list_LE32C550_1001.scm&lt;br /&gt;
* You get files inside of archive:&lt;br /&gt;
  Archive:  channel_list_LE32C550_1001.scm&lt;br /&gt;
   Length      Date    Time    Name&lt;br /&gt;
 ---------  ---------- -----   ----&lt;br /&gt;
        68  2038-01-19 06:14   CloneInfo&lt;br /&gt;
       96  2038-01-19 06:14   FineTune_Digital&lt;br /&gt;
    40000  2038-01-19 06:14   map-AirA&lt;br /&gt;
   292000  2038-01-19 06:14   map-AirD&lt;br /&gt;
    40000  2038-01-19 06:14   map-CableA&lt;br /&gt;
   292000  2038-01-19 06:14   map-CableD&lt;br /&gt;
        4  2038-01-19 06:14   map-ChKey&lt;br /&gt;
      720  2038-01-19 06:14   RadioMap&lt;br /&gt;
        0  2010-11-30 21:55   usb_mount/&lt;br /&gt;
        8  2010-11-30 21:55   usb_mount/1.txt&lt;br /&gt;
 ---------                     -------&lt;br /&gt;
   664896                     10 files&lt;br /&gt;
12. Copy files exported in Hotel mode (only files, without directories) to /restore directory on USB&lt;br /&gt;
* Exported in HotelMode files to copy: &lt;br /&gt;
./T-MSX5DEUC/Clone:&lt;br /&gt;
&lt;br /&gt;
 drwxr-xr-x 2 root root   4096 2010-12-27 18:39 .&lt;br /&gt;
 drwxr-xr-x 3 root root   4096 2010-12-27 18:39 ..&lt;br /&gt;
 -rw-r--r-- 1 root root   2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r-- 1 root root    144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r-- 1 root root    188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r-- 1 root root  40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r-- 1 root root 292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r-- 1 root root 144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r-- 1 root root     95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root   5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r-- 1 root root    720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r-- 1 root root   7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root    324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r-- 1 root root   9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r-- 1 root root  98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r-- 1 root root     28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r-- 1 root root      4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
* You should get structure on USB/restore:&lt;br /&gt;
./restore:&lt;br /&gt;
&lt;br /&gt;
 drwxrwxrwx  2 root       root         4096 2010-12-27 21:47 .&lt;br /&gt;
 drwx------ 10 root       root         4096 2010-12-27 20:14 ..&lt;br /&gt;
 -rw-r--r--  1 root       root         2304 1980-01-01 00:00 Clone.dat&lt;br /&gt;
 -rw-r--r--  1 root       root          378 1980-01-01 00:00 FADAT&lt;br /&gt;
 -rw-r--r--  1 root       root          144 1980-01-01 00:00 FineTune_Digital&lt;br /&gt;
 -rw-r--r--  1 root       root          188 1980-01-01 00:00 LNBSettingsDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root        40000 1980-01-01 00:00 map-AirA&lt;br /&gt;
 -rw-r--r--  1 root       root       292000 1980-01-01 00:00 map-AirD&lt;br /&gt;
 -rw-r--r--  1 root       root        40000 1980-01-01 00:00 map-CableA&lt;br /&gt;
 -rw-r--r--  1 root       root       292000 1980-01-01 00:00 map-CableD&lt;br /&gt;
 -rw-r--r--  1 root       root            4 1980-01-01 00:00 map-ChKey&lt;br /&gt;
 -rw-r--r--  1 root       root       144000 1980-01-01 00:00 map-SateD&lt;br /&gt;
 -rw-r--r--  1 root       root           95 1980-01-01 00:00 PackageDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root         5382 1980-01-01 00:00 PLDAT&lt;br /&gt;
 -rw-r--r--  1 root       root          720 1980-01-01 00:00 RadioMap&lt;br /&gt;
 -rw-r--r--  1 root       root         7979 1980-01-01 00:00 SatDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root          324 1980-01-01 00:00 ServiceProviders&lt;br /&gt;
 -rw-r--r--  1 root       root         9478 1980-01-01 00:00 SSDAT&lt;br /&gt;
 -rw-r--r--  1 root       root        98554 1980-01-01 00:00 TransponderDataBase.dat&lt;br /&gt;
 -rw-r--r--  1 root       root           28 1980-01-01 00:00 TSIDList&lt;br /&gt;
 -rw-r--r--  1 root       root            4 1980-01-01 00:00 UserTransponderDataBase.dat &lt;br /&gt;
&lt;br /&gt;
* Whole USB structure you [http://pastebin.com/g2GfEBN5 have to get]&lt;br /&gt;
 &lt;br /&gt;
13. Exit from Hotel mode:&lt;br /&gt;
* Go to ServiceMenu&lt;br /&gt;
 Info - Menu - Mute - Power&lt;br /&gt;
* Hotel Mode -&amp;gt;Off&lt;br /&gt;
14. Attach USB to TV and import channel settings to TV. Everything must go w/o errors. &amp;lt;br&amp;gt;&lt;br /&gt;
15. Activate Hotel mode again&lt;br /&gt;
16. Import HotelMode settings you exported before (as is, with directories)&lt;br /&gt;
&lt;br /&gt;
17. Press OK.&lt;br /&gt;
&lt;br /&gt;
18. TV restarts twice and starts in ''black screen''. DO NOT POWER OFF, DO NOT DISCONNECT USB.&lt;br /&gt;
* Wait 3 minutes. After trhee minutes or if you get to console earlier you can reboot TV.&lt;br /&gt;
* Try connect to TV over telnet (port:23)&lt;br /&gt;
* If you get to console, congratulations.&lt;br /&gt;
* TV starts in Hotel mode. If you have your channel settings right, you can deactivate hotel mode from service menu.&lt;br /&gt;
&lt;br /&gt;
19. If you haven`t got your channels back and if you can`t telnet to TV, it means - something went wrong&lt;br /&gt;
* Look for file ''first_run.ok'' and content of directory ''/result'' on USB&lt;br /&gt;
20. If you have telnet after hack, execute:&lt;br /&gt;
 cp $OPT_DIR/usr/restore/start.sh /mtd_rwarea/start.sh&lt;br /&gt;
&lt;br /&gt;
===Do not have linux and TV is not hacked===&lt;br /&gt;
== Normal operating of hacked TV ==&lt;br /&gt;
== Ways to unbrick TV ==&lt;br /&gt;
== FAQ ===&lt;br /&gt;
== Tested on those models ==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* LE 32-C550J1W [T-MSX5DEUC-2005.4]&lt;br /&gt;
* LE 40-C550 [T-MSX5DEUC-2003.1]&lt;br /&gt;
* LE 32-C530 [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WUA [T-MSX5DEUC-2007.4]&lt;br /&gt;
* LE 32-C550J1WXRU [T-MSX5DEUC-2005.4]&lt;br /&gt;
* UE 32-C5100QW [T-MSX5DEUC-2007.4]&lt;br /&gt;
* PS 50-C550 [T-TDT5DEUC]&lt;br /&gt;
* LE 40-C650L1WXXH [T-VALDEUC-2002]&lt;br /&gt;
* LE40C750 [T-VALDEUC 3007.1]&lt;br /&gt;
* UE40C8700 '''[T-VALDEUC-3006.2]'''&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
TO be updated&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Author and developer of universal USB hack disk - Perforator from forum.ixbt.com (He made the first hack for C series TV also).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--[[User:Juzis28|Juzis28]] 07:44, 4 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1421</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=1421"/>
		<updated>2011-02-09T15:31:46Z</updated>

		<summary type="html">&lt;p&gt;Decix: &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;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[Hacking C5xx(x), C65x(x)over Hotel mode]]&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[PVR Recording over NFS 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;
*[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;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Old_%26_Good_Firmwares&amp;diff=1420</id>
		<title>Old &amp; Good Firmwares</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Old_%26_Good_Firmwares&amp;diff=1420"/>
		<updated>2011-02-09T15:30:31Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this page, you can find the links to old and good, original Samsung firmwares and their ID's.&lt;br /&gt;
=List Firmware links, versions and their ids=&lt;br /&gt;
==For B Series==&lt;br /&gt;
 T-CHE7AUSC - 1013.0&lt;br /&gt;
 SWU_T-CHE7AUSC_001013_I02_ES000DS000_090914&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200909/20090922135709687/2009_DTV_2G_firmware.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHEAUSC - 1012.3&lt;br /&gt;
 SWU_T-CHEAUSC_001012_I02_ES000DS000_090907&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200909/20090922132250765/2009_DTV_1G_firmware.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHL5DEUC - 2008.0&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200910/20091030222436890/T-CHL5DEUC.exe&lt;br /&gt;
 SWU_T-CHL5DEUC_002008_I02_ES000DS000_090930&lt;br /&gt;
&lt;br /&gt;
 T-CHL6CIPDSEUC - 1008.0&lt;br /&gt;
 SWU_T-CHL6CIPDSEUC_001008_I03_ES000DS000TS000_091112&lt;br /&gt;
&lt;br /&gt;
 T-CHL7DAUC - 2001.1&lt;br /&gt;
 SWU_T-CHL7DAUC_002001_I02_ES000DS000_090921&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200911/20091127101733312/T-CHL7DAUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHL7DEUC - 2005.0&lt;br /&gt;
 SWU_T-CHL7DEUC_002005_I02_ES000DS000_090930&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200910/20091030222802906/T-CHL7DEUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHLCIPDEUC - 2006.0&lt;br /&gt;
 SWU_T-CHLCIPDEUC_002006_I02_ES000DS000_091112&lt;br /&gt;
&lt;br /&gt;
 T-CHU7DAUC - 1008.0&lt;br /&gt;
 SWU_T-CHU7DAUC_001008_I02_ES000DS000_090701&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200908/20090806125546515/T-CHU7DAUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHU7DEUC - 3000.G&lt;br /&gt;
 SWU_T-CHU7DEUC_003000_I02_ES000DS000_091111&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200911/20091124161213125/T-CHU7DEUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHUCIPDEUC - 3000.0&lt;br /&gt;
 SWU_T-CHUCIPDEUC_003000_I02_ES000DS000_091112&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200911/20091119185403937/T-CHUCIPDEUC%5b__________PX__%5d.exe&lt;br /&gt;
&lt;br /&gt;
==For C Series==&lt;br /&gt;
 T-VALDEUC_3005.1&lt;br /&gt;
 http://www.multiupload.com/32VW6O62SZ&lt;br /&gt;
 RAR-Pass: www.samygo.tv&lt;br /&gt;
&lt;br /&gt;
 T-VALDEUC_3007.1&lt;br /&gt;
 http://www.multiupload.com/JQOOR1WGGA&lt;br /&gt;
 RAR-Pass: www.samygo.tv&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1419</id>
		<title>How to downgrade T-VALDEUC firmware</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1419"/>
		<updated>2011-02-09T15:28:50Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;juuso wrote [http://forum.samygo.tv/viewtopic.php?p=12695#p12695 here]:&lt;br /&gt;
&lt;br /&gt;
How to downgrade if you already have SSH/Telnet access and your run.sh is being executed:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' fill up run.sh with this code:&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    if [ -f /mtd_rwarea/Version.0 ] ; then&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.0&lt;br /&gt;
    else&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.1&lt;br /&gt;
    fi&lt;br /&gt;
    sync &lt;br /&gt;
&lt;br /&gt;
'''2.''' Do not reboot TV, attach USB with firmware version you want to install (T-VALDEUC....)&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Go to &amp;quot;Help -&amp;gt; Software Upgrade -&amp;gt; USB&amp;quot; and TV should accept firmware to downgrade&lt;br /&gt;
&lt;br /&gt;
* '''Attention - code above only for T-VALDEUC'''&lt;br /&gt;
&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;br /&gt;
&lt;br /&gt;
==Firmwares==&lt;br /&gt;
[[Old_&amp;amp;_Good_Firmwares]]&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Old_%26_Good_Firmwares&amp;diff=1418</id>
		<title>Old &amp; Good Firmwares</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Old_%26_Good_Firmwares&amp;diff=1418"/>
		<updated>2011-02-09T15:23:58Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this page, you can find the links to old and good, original Samsung firmwares and their ID's.&lt;br /&gt;
=For B Series=&lt;br /&gt;
==List Firmware links, versions and their ids==&lt;br /&gt;
 T-CHE7AUSC - 1013.0&lt;br /&gt;
 SWU_T-CHE7AUSC_001013_I02_ES000DS000_090914&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200909/20090922135709687/2009_DTV_2G_firmware.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHEAUSC - 1012.3&lt;br /&gt;
 SWU_T-CHEAUSC_001012_I02_ES000DS000_090907&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200909/20090922132250765/2009_DTV_1G_firmware.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHL5DEUC - 2008.0&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200910/20091030222436890/T-CHL5DEUC.exe&lt;br /&gt;
 SWU_T-CHL5DEUC_002008_I02_ES000DS000_090930&lt;br /&gt;
&lt;br /&gt;
 T-CHL6CIPDSEUC - 1008.0&lt;br /&gt;
 SWU_T-CHL6CIPDSEUC_001008_I03_ES000DS000TS000_091112&lt;br /&gt;
&lt;br /&gt;
 T-CHL7DAUC - 2001.1&lt;br /&gt;
 SWU_T-CHL7DAUC_002001_I02_ES000DS000_090921&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200911/20091127101733312/T-CHL7DAUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHL7DEUC - 2005.0&lt;br /&gt;
 SWU_T-CHL7DEUC_002005_I02_ES000DS000_090930&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200910/20091030222802906/T-CHL7DEUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHLCIPDEUC - 2006.0&lt;br /&gt;
 SWU_T-CHLCIPDEUC_002006_I02_ES000DS000_091112&lt;br /&gt;
&lt;br /&gt;
 T-CHU7DAUC - 1008.0&lt;br /&gt;
 SWU_T-CHU7DAUC_001008_I02_ES000DS000_090701&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200908/20090806125546515/T-CHU7DAUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHU7DEUC - 3000.G&lt;br /&gt;
 SWU_T-CHU7DEUC_003000_I02_ES000DS000_091111&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200911/20091124161213125/T-CHU7DEUC.exe&lt;br /&gt;
&lt;br /&gt;
 T-CHUCIPDEUC - 3000.0&lt;br /&gt;
 SWU_T-CHUCIPDEUC_003000_I02_ES000DS000_091112&lt;br /&gt;
 http://downloadcenter.samsung.com/content/FM/200911/20091119185403937/T-CHUCIPDEUC%5b__________PX__%5d.exe&lt;br /&gt;
&lt;br /&gt;
=For C Series=&lt;br /&gt;
 T-VALDEUC_3005.1&lt;br /&gt;
 http://www.multiupload.com/32VW6O62SZ&lt;br /&gt;
 RAR-Pass: www.samygo.tv&lt;br /&gt;
&lt;br /&gt;
 T-VALDEUC_3007.1&lt;br /&gt;
 http://www.multiupload.com/JQOOR1WGGA&lt;br /&gt;
 RAR-Pass: www.samygo.tv&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1417</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1417"/>
		<updated>2011-02-09T00:35:26Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature. '''It works up to firmware version 3005.1, [http://forum.samygo.tv/viewtopic.php?p=12687#p12687 juuso] wrote that it does not work with 3006.2 and 3007.1 anymore.'''&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~20 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
In this example a folder &amp;quot;share&amp;quot; is created on the USB stick. Then a NFS share called &amp;quot;videos&amp;quot; is mounted to it. You must know the IP address where the NFS share is located.&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
Linux supports NFS by default, Windows does'nt. For evaluation purposes you might try [http://www.hanewin.de/nfs-d.htm Hanewin NFS Server], it will work for 30 days as a trial.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1412</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=1412"/>
		<updated>2011-02-04T18:18:05Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Software Tools */&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;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[Hacking C5xx(x), C65x(x)over Hotel mode]]&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[PVR Recording over NFS 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;
*[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;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
&lt;br /&gt;
===Software Tools===&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1411</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=1411"/>
		<updated>2011-02-04T18:17:54Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Software Tools */&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;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[Hacking C5xx(x), C65x(x)over Hotel mode]]&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[PVR Recording over NFS 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;
*[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;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
&lt;br /&gt;
===Software Tools===&lt;br /&gt;
*[[Applications list for C series TVs]]&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1410</id>
		<title>How to downgrade T-VALDEUC firmware</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1410"/>
		<updated>2011-02-04T12:24:03Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;juuso wrote [http://forum.samygo.tv/viewtopic.php?p=12695#p12695 here]:&lt;br /&gt;
&lt;br /&gt;
How to downgrade if you already have SSH/Telnet access and your run.sh is being executed:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' fill up run.sh with this code:&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    if [ -f /mtd_rwarea/Version.0 ] ; then&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.0&lt;br /&gt;
    else&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.1&lt;br /&gt;
    fi&lt;br /&gt;
    sync &lt;br /&gt;
&lt;br /&gt;
'''2.''' Do not reboot TV, attach USB with firmware version you want to install (T-VALDEUC....)&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Go to &amp;quot;Help -&amp;gt; Software Upgrade -&amp;gt; USB&amp;quot; and TV should accept firmware to downgrade&lt;br /&gt;
&lt;br /&gt;
* '''Attention - code above only for T-VALDEUC'''&lt;br /&gt;
&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1409</id>
		<title>How to downgrade T-VALDEUC firmware</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1409"/>
		<updated>2011-02-04T12:23:02Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;juuso wrote [http://forum.samygo.tv/viewtopic.php?p=12695#p12695 here]:&lt;br /&gt;
&lt;br /&gt;
How to downgrade if you already have telnet access and your run.sh is being executed:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' fil-up run.sh with this code:&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    if [ -f /mtd_rwarea/Version.0 ] ; then&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.0&lt;br /&gt;
    else&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.1&lt;br /&gt;
    fi&lt;br /&gt;
    sync &lt;br /&gt;
&lt;br /&gt;
'''2.''' Do not reboot TV, attach USB with firmware version you want to install (T-VALDEUC....)&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Go to &amp;quot;Help -&amp;gt; Software Upgrade -&amp;gt; USB&amp;quot; and TV should accept firmware to downgrade&lt;br /&gt;
&lt;br /&gt;
* '''Attention - code above only for T-VALDEUC'''&lt;br /&gt;
&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1408</id>
		<title>How to downgrade T-VALDEUC firmware</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=How_to_downgrade_T-VALDEUC_firmware&amp;diff=1408"/>
		<updated>2011-02-04T12:21:30Z</updated>

		<summary type="html">&lt;p&gt;Decix: Created page with 'juzis28 wrote [http://forum.samygo.tv/viewtopic.php?p=12695#p12695 here]:  How to downgrade if you already have telnet access and your run.sh is being executedâ¦'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;juuso wrote [http://forum.samygo.tv/viewtopic.php?p=12695#p12695 here]:&lt;br /&gt;
&lt;br /&gt;
How to downgrade if you already have telnet access and your run.sh is being executed:&amp;lt;br&amp;gt;&lt;br /&gt;
'''1.''' fil-up run.sh with this code:&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    if [ -f /mtd_rwarea/Version.0 ] ; then&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.0&lt;br /&gt;
    else&lt;br /&gt;
    echo SWU_T-VALDEUC_001000_I04_ES000DS000KS000RS000_100205 &amp;gt; /mtd_rwarea/Version.1&lt;br /&gt;
    fi&lt;br /&gt;
    sync &lt;br /&gt;
&lt;br /&gt;
'''2.''' Do not reboot TV, attach USB with firmware version you want to install (T-VALDEUC....)&amp;lt;br&amp;gt;&lt;br /&gt;
'''3.''' Go to &amp;quot;Help -&amp;gt; Software Upgrade -&amp;gt; USB&amp;quot; and TV should accept firmware to downgrade&lt;br /&gt;
&lt;br /&gt;
'''Attention - code above only for T-VALDEUC'''&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1407</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=1407"/>
		<updated>2011-02-04T12:16:30Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* SamyGO C Series Wiki Page Main */&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;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[Hacking C5xx(x), C65x(x)over Hotel mode]]&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[PVR Recording over NFS 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;
*[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;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
&lt;br /&gt;
===Software Tools===&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Enabling_the_PVR_for_C-Series&amp;diff=1405</id>
		<title>Enabling the PVR for C-Series</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Enabling_the_PVR_for_C-Series&amp;diff=1405"/>
		<updated>2011-02-04T10:29:21Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Tested on those models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This has been tested on LE40C650L1KXXU&lt;br /&gt;
&lt;br /&gt;
Be very careful what you press on the remote whilst in service menu.&lt;br /&gt;
&lt;br /&gt;
Move through menu list by pressing down or up arrow only.&lt;br /&gt;
&lt;br /&gt;
only press right arrow to change an option.&lt;br /&gt;
&lt;br /&gt;
NOTE: All user settings will be reset to default after this so write all your settings down on paper and reset them afterwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Put in a blank USB HDD/flash formatted to FAT32. &lt;br /&gt;
UPDATE: This step is not necessary, it can be set up without a USB flashdisk.&lt;br /&gt;
&lt;br /&gt;
2. Turn on TV, push on remote control: MUTE-1-1-9-ENTER, Hotel Mode menu appears (H1) set HOTEL MODE to ON (right arrow) and then turn off TV.&lt;br /&gt;
&lt;br /&gt;
3. Whilst TV is off invoke service menu by pushing INFO-MENU-MUTE-POWER on remote control (If this doesn't work try MUTE-1-8-2-POWER). This will turn the TV on and show the Service Menu (S1).&lt;br /&gt;
&lt;br /&gt;
4. In service menu move down to Control and select this (right arrow) - new menu appears (S2) - move down to Hotel Option and select this (right arrow) - new menu appears (S3) - move down to Clone TV to USB and select this (right arrow). TV then checks USB.&lt;br /&gt;
- Completed Successfully -select ok- enter.&lt;br /&gt;
&lt;br /&gt;
H1 menu appears - press return.&lt;br /&gt;
&lt;br /&gt;
S4 menu appears - move up to Sub Option category and select (right arrow).&lt;br /&gt;
&lt;br /&gt;
new large menu appears (S5)&lt;br /&gt;
&lt;br /&gt;
5. In this menu move down to PVR Support and set to ON (right arrow). (Move to PVR by pressing down button, no right!) This option now appears on its own on the TV screen, press return to go back to main menu again (S5)&lt;br /&gt;
&lt;br /&gt;
5a. You can also set Gemstar Support to on if required for the GuidePlus EPG.&lt;br /&gt;
&lt;br /&gt;
6. Press return to go back to previous menu (S4) and move down to Hotel Option and select this (right arrow). H1 menu appears then set Hotel Mode to OFF (right arrow) and power off your tv.&lt;br /&gt;
&lt;br /&gt;
7. Turn tv on normally. PVR is now enabled&lt;br /&gt;
&lt;br /&gt;
If you now press record or pause whilst watching live TV the TV will ask to format the USB drive. If this is done successfully the PVR function should now work and you enter timeshift mode and begin to record to the USB.&lt;br /&gt;
&lt;br /&gt;
In media player mode there is a new &amp;quot;TV Recordings&amp;quot; category. You can select this to access your recordings and there are management functions in the tools menu.&lt;br /&gt;
&lt;br /&gt;
In the EPG when you press info on a tv program you should now have the option to record it.  and a red clock icon appears next to the program.&lt;br /&gt;
&lt;br /&gt;
If you enabled Gemstar (GuidePlus) you can access this by going into:- Menu/Antenna/Guide&lt;br /&gt;
&lt;br /&gt;
If you go into Menu/Antenna/Channel Manager and then press the tools button you can access the &amp;quot;Timer Recording&amp;quot; where you can easily setup any time, channel, start and end time - like oldie VHS recorder.&lt;br /&gt;
&lt;br /&gt;
by ganumor Sun Dec 26, 2010&lt;br /&gt;
== Tested on those models ==&lt;br /&gt;
* LE40C650L1KXXU&lt;br /&gt;
* UE46C5105 (PVR mode can be switched on in the menu but the TV is lacking the PVR software itself so the PVR functionality does not work) --[[User:Stefanth|Stefanth]] 07:21, 26 January 2011 (UTC)&lt;br /&gt;
* UE40C6700 --[[User:Decix|Decix]] 10:28, 4 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Enabling_the_PVR_for_C-Series&amp;diff=1404</id>
		<title>Enabling the PVR for C-Series</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Enabling_the_PVR_for_C-Series&amp;diff=1404"/>
		<updated>2011-02-04T10:28:45Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Tested on those models */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This has been tested on LE40C650L1KXXU&lt;br /&gt;
&lt;br /&gt;
Be very careful what you press on the remote whilst in service menu.&lt;br /&gt;
&lt;br /&gt;
Move through menu list by pressing down or up arrow only.&lt;br /&gt;
&lt;br /&gt;
only press right arrow to change an option.&lt;br /&gt;
&lt;br /&gt;
NOTE: All user settings will be reset to default after this so write all your settings down on paper and reset them afterwards.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. Put in a blank USB HDD/flash formatted to FAT32. &lt;br /&gt;
UPDATE: This step is not necessary, it can be set up without a USB flashdisk.&lt;br /&gt;
&lt;br /&gt;
2. Turn on TV, push on remote control: MUTE-1-1-9-ENTER, Hotel Mode menu appears (H1) set HOTEL MODE to ON (right arrow) and then turn off TV.&lt;br /&gt;
&lt;br /&gt;
3. Whilst TV is off invoke service menu by pushing INFO-MENU-MUTE-POWER on remote control (If this doesn't work try MUTE-1-8-2-POWER). This will turn the TV on and show the Service Menu (S1).&lt;br /&gt;
&lt;br /&gt;
4. In service menu move down to Control and select this (right arrow) - new menu appears (S2) - move down to Hotel Option and select this (right arrow) - new menu appears (S3) - move down to Clone TV to USB and select this (right arrow). TV then checks USB.&lt;br /&gt;
- Completed Successfully -select ok- enter.&lt;br /&gt;
&lt;br /&gt;
H1 menu appears - press return.&lt;br /&gt;
&lt;br /&gt;
S4 menu appears - move up to Sub Option category and select (right arrow).&lt;br /&gt;
&lt;br /&gt;
new large menu appears (S5)&lt;br /&gt;
&lt;br /&gt;
5. In this menu move down to PVR Support and set to ON (right arrow). (Move to PVR by pressing down button, no right!) This option now appears on its own on the TV screen, press return to go back to main menu again (S5)&lt;br /&gt;
&lt;br /&gt;
5a. You can also set Gemstar Support to on if required for the GuidePlus EPG.&lt;br /&gt;
&lt;br /&gt;
6. Press return to go back to previous menu (S4) and move down to Hotel Option and select this (right arrow). H1 menu appears then set Hotel Mode to OFF (right arrow) and power off your tv.&lt;br /&gt;
&lt;br /&gt;
7. Turn tv on normally. PVR is now enabled&lt;br /&gt;
&lt;br /&gt;
If you now press record or pause whilst watching live TV the TV will ask to format the USB drive. If this is done successfully the PVR function should now work and you enter timeshift mode and begin to record to the USB.&lt;br /&gt;
&lt;br /&gt;
In media player mode there is a new &amp;quot;TV Recordings&amp;quot; category. You can select this to access your recordings and there are management functions in the tools menu.&lt;br /&gt;
&lt;br /&gt;
In the EPG when you press info on a tv program you should now have the option to record it.  and a red clock icon appears next to the program.&lt;br /&gt;
&lt;br /&gt;
If you enabled Gemstar (GuidePlus) you can access this by going into:- Menu/Antenna/Guide&lt;br /&gt;
&lt;br /&gt;
If you go into Menu/Antenna/Channel Manager and then press the tools button you can access the &amp;quot;Timer Recording&amp;quot; where you can easily setup any time, channel, start and end time - like oldie VHS recorder.&lt;br /&gt;
&lt;br /&gt;
by ganumor Sun Dec 26, 2010&lt;br /&gt;
== Tested on those models ==&lt;br /&gt;
* LE40C650L1KXXU&lt;br /&gt;
* UE46C5105 (PVR mode can be switched on in the menu but the TV is lacking the PVR software itself so the PVR functionality does not work) [[User:Stefanth|Stefanth]] 07:21, 26 January 2011 (UTC)&lt;br /&gt;
* UE40C6700 --[[User:Decix|Decix]] 10:28, 4 February 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1403</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1403"/>
		<updated>2011-02-04T10:25:05Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature. '''It works up to firmware version 3005.1, [http://forum.samygo.tv/viewtopic.php?p=12687#p12687 juuso] wrote that it does not work with 3006.2 anymore.'''&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~20 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
In this example a folder &amp;quot;share&amp;quot; is created on the USB stick. Then a NFS share called &amp;quot;videos&amp;quot; is mounted to it. You must know the IP address where the NFS share is located.&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
Linux supports NFS by default, Windows does'nt. For evaluation purposes you might try [http://www.hanewin.de/nfs-d.htm Hanewin NFS Server], it will work for 30 days as a trial.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Media_Play_and_DLNA&amp;diff=1402</id>
		<title>Media Play and DLNA</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Media_Play_and_DLNA&amp;diff=1402"/>
		<updated>2011-02-04T10:21:02Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* DLNA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These Samsung TVs are capable of playing serveral audio, video and image formats. These media contents can be played from an USB mass storage device (pendrive, USB hard disk), or from a DLNA network server. With firmware modifications it is possible to add support for media play over NFS or SMB/CIFS. This page tries to give detailed info about the playable formats, (the offical list does not go into details and also states that even with a supported media format not all content can be played) and also tries to outline the limitations of playing media content through DLNA using different DLNA servers.&lt;br /&gt;
&lt;br /&gt;
== Supported formats ==&lt;br /&gt;
Below is a table of the (more or less officially) supported media formats for USB playing (DLNA support may be different):&lt;br /&gt;
&amp;lt;TABLE CELLSPACING=0 COLS=7 BORDER=1&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER VALIGN=MIDDLE&amp;gt;&amp;lt;B&amp;gt;File Extension&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER VALIGN=MIDDLE&amp;gt;&amp;lt;B&amp;gt;Container&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;&amp;lt;B&amp;gt;Video Decoder&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;&amp;lt;B&amp;gt;Audio Codec&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;&amp;lt;B&amp;gt;Resolution&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;&amp;lt;B&amp;gt;Frame/sec&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;&amp;lt;B&amp;gt;Mbit/sec&amp;lt;/B&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;*.avi&amp;lt;BR&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;AVI&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 3.11&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER&amp;gt;MP3&amp;lt;BR&amp;gt;AC3&amp;lt;BR&amp;gt;LPCM&amp;lt;BR&amp;gt;ADPCM&amp;lt;BR&amp;gt;(MULAW ALAW)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 4.x&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 5.1&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 6.0&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;XviD&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 BP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 MP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 HP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 SP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 ASP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Motion JPEG&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;*.mkv&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;MKV&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 3.11&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER&amp;gt;MP3&amp;lt;BR&amp;gt;AC3&amp;lt;BR&amp;gt;LPCM&amp;lt;BR&amp;gt;ADPCM&amp;lt;BR&amp;gt;(MULAW ALAW)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 4.x&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 5.1&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 6.0&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;XviD&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 BP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 MP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 HP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 SP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 ASP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Motion JPEG&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=10 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;*.asf&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;ASF&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 3.11&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=11 ALIGN=CENTER&amp;gt;WMA&amp;lt;BR&amp;gt;MP3&amp;lt;BR&amp;gt;AC3&amp;lt;BR&amp;gt;LPCM&amp;lt;BR&amp;gt;ADPCM&amp;lt;BR&amp;gt;(MULAW ALAW), AAC&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 4.x&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 5.1&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Divx 6.0&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;XviD&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 BP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 MP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 HP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 SP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 ASP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER VALIGN=MIDDLE&amp;gt;wmv(VC1)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;Window Media Video v9&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=6 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;*.mp4&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=6 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;MP4(SMP4)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 BP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=6 ALIGN=CENTER&amp;gt;ADPCM&amp;lt;BR&amp;gt;(HE)-AAC&amp;lt;BR&amp;gt;MP3&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 MP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 HP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 SP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 ASP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;XviD&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;20&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=5 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;*.3gp&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=5 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;3GPP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 BP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=5 ALIGN=CENTER&amp;gt;ADPCM&amp;lt;BR&amp;gt;(HE)-AAC&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 MP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 HP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 SP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG-4 ASP&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;800x600&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;8&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=2 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;*.vro(ps)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=2 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;VRO&amp;lt;BR&amp;gt;VOB&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG2&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=2 ALIGN=CENTER&amp;gt;AC3, MPEG&amp;lt;BR&amp;gt;LPCM&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;40&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG1&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;40&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=2 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;*.mpg&amp;lt;BR&amp;gt;*.mpeg(ps)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=2 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG1 (Program Stream)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=2 ALIGN=CENTER&amp;gt;AC3, MPEG&amp;lt;BR&amp;gt;LPCM&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;40&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG2 (Program Stream)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;40&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=3 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;others(ts)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=3 ALIGN=CENTER VALIGN=MIDDLE&amp;gt;&amp;lt;BR&amp;gt;&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;MPEG2(Transport Stream)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ROWSPAN=3 ALIGN=CENTER&amp;gt;AAC, HE-AAC&amp;lt;BR&amp;gt;MP3&amp;lt;BR&amp;gt;DD+&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;H.264 HP (Transport Stream)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;40&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
  &amp;lt;TR&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=LEFT&amp;gt;VC1 (Transport Stream)&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;1920x1080&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;6 ~ 30&amp;lt;/TD&amp;gt;&lt;br /&gt;
    &amp;lt;TD ALIGN=CENTER&amp;gt;25&amp;lt;/TD&amp;gt;&lt;br /&gt;
  &amp;lt;/TR&amp;gt;&lt;br /&gt;
&amp;lt;/TABLE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Unsupported formats ==&lt;br /&gt;
There are some audio codecs (apart from the exotic propriatery ones) that are unfortunately not supported. These are:&lt;br /&gt;
* DTS&lt;br /&gt;
* AMR&lt;br /&gt;
* OGG&lt;br /&gt;
* ALAC&lt;br /&gt;
&lt;br /&gt;
The TV also known to have limitations for H.264 (e.g. MKV playing), the number of supported Reference Frames in the H.264 encoded content is limited. Some say that at most 9 reference frames are supported, however I personally experienced problems (Unsupported video format error, or instant TV poweroff) with 1920x1080 H.264 video with 8 reference frames.&lt;br /&gt;
&lt;br /&gt;
== DLNA ==&lt;br /&gt;
DLNA media play has stricter limitations than USB media play. This is significant reason for the firmware modifications to use NFS or SMB/CIFS (which should have the same limitations as USB media play). These limitations of DLNA include the following:&lt;br /&gt;
* You can't use features like FWD, RWD, PAUSE with some DLNA servers, and even with the Samsung PC Share Manager, sometimes (depending on media type and file size) some of these functions are not available.&lt;br /&gt;
* With some DLNA servers, some codecs are not supported when using DLNA but work fine via USB/NFS.&lt;br /&gt;
* You can't select the audio channel of a multi-language media file with DLNA playback.&lt;br /&gt;
&lt;br /&gt;
Beside the Samsung software (Samsung PC Share Manager), you can also use the open source DLNA servers like uShare or Mediathomb. These can also be used on Mac OS X or Linux. On OSX, they're hard to install because you need to compile them by yourself. Out of the box, none of the media servers below (other than Samsung PC Share Manager) work 100% well. Below are tested programs with comments on current problems, maybe someone can provide some resolutions, and maybe it will help somebody.&lt;br /&gt;
&lt;br /&gt;
Windows XP:&lt;br /&gt;
* Samsung PC Share Manager - Subtitles OK, all ok.&lt;br /&gt;
* Tversity Media Server - Unsupported file format on every video file, tried transcoding and etc combinations.&lt;br /&gt;
* FUPPES - Unsupported file format on every video file.&lt;br /&gt;
* TwonkyMedia - DIvX works, rest (including mkv) - Unsupported file format&lt;br /&gt;
* PlayOn + with plugin &amp;quot;LocalFiles&amp;quot; - randomly drops out from video, sometimes jamming.&lt;br /&gt;
* Mezzmo - Unsupported file format on every video file.&lt;br /&gt;
* CyberLinkMediaServer - no subtitles, no pausing, beside this everything works&lt;br /&gt;
* Asset - only audio&lt;br /&gt;
* [http://www.wildmediaserver.com/ Wild Media Server] - (reported to work fine)&lt;br /&gt;
&lt;br /&gt;
Linux:&lt;br /&gt;
* Mediatomb - By default, unsupported file format on every video file. However it can be configured to support every file the PC Share Manager supports (even with FF, PAUSE and REWIND support where the PC Share Manager would support it), except the subtitles.&lt;br /&gt;
* uShare - Unsupported file format on every video file&lt;br /&gt;
&lt;br /&gt;
=== Mediatomb ===&lt;br /&gt;
Use the latest (svn) version of mediatomb with compiled in ffmpeg support.&lt;br /&gt;
&lt;br /&gt;
Add this to the server section of config.xml:&lt;br /&gt;
 &amp;lt;custom-http-headers&amp;gt;&lt;br /&gt;
   &amp;lt;add header=&amp;quot;transferMode.dlna.org: Streaming&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;add header=&amp;quot;contentFeatures.dlna.org: DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/custom-http-headers&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configure mime types this way in section import/mappings/extension-mimetype:&lt;br /&gt;
 &amp;lt;map from=&amp;quot;avi&amp;quot; to=&amp;quot;video/x-msvideo&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;map from=&amp;quot;ts&amp;quot; to=&amp;quot;video/mpeg&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;map from=&amp;quot;divx&amp;quot; to=&amp;quot;video/mpeg&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;map from=&amp;quot;mp4&amp;quot; to=&amp;quot;video/MP4V-ES&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;map from=&amp;quot;mkv&amp;quot; to=&amp;quot;video/x-msvideo&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Extend the protocol info in the server section.&lt;br /&gt;
 &amp;lt;protocolInfo extend=&amp;quot;yes&amp;quot;/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1399</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1399"/>
		<updated>2011-02-04T10:16:03Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature. It works up to firmware version 3005.1, [http://forum.samygo.tv/viewtopic.php?p=12687#p12687 juuso] wrote that it does not work with 3006.2 anymore.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~20 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
In this example a folder &amp;quot;share&amp;quot; is created on the USB stick. Then a NFS share called &amp;quot;videos&amp;quot; is mounted to it. You must know the IP address where the NFS share is located.&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
Linux supports NFS by default, Windows does'nt. For evaluation purposes you might try [http://www.hanewin.de/nfs-d.htm Hanewin NFS Server], it will work for 30 days as a trial.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1394</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1394"/>
		<updated>2011-02-03T09:39:19Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Starting the SamyGO Extensions... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~20 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
In this example a folder &amp;quot;share&amp;quot; is created on the USB stick. Then a NFS share called &amp;quot;videos&amp;quot; is mounted to it. You must know the IP address where the NFS share is located.&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
Linux supports NFS by default, Windows does'nt. For evaluation purposes you might try [http://www.hanewin.de/nfs-d.htm Hanewin NFS Server], it will work for 30 days as a trial.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1393</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1393"/>
		<updated>2011-02-03T09:21:51Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Mounting NFS shares... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~30 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
In this example a folder &amp;quot;share&amp;quot; is created on the USB stick. Then a NFS share called &amp;quot;videos&amp;quot; is mounted to it. You must know the IP address where the NFS share is located.&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
Linux supports NFS by default, Windows does'nt. For evaluation purposes you might try [http://www.hanewin.de/nfs-d.htm Hanewin NFS Server], it will work for 30 days as a trial.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1392</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1392"/>
		<updated>2011-02-03T09:21:11Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Mounting NFS shares... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~30 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
In this example a folder &amp;quot;share&amp;quot; is created on the USB stick. Then a NFS share called &amp;quot;videos&amp;quot; is mounted to it. You must know the IP address where the NFS share is located.&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
Linux supports NFS by default, Windows does'nt. For evaluation purposes there is a software called [http://www.hanewin.de/nfs-d.htm Hanewin NFS Server], it will work for 30 days as a trial.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1391</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1391"/>
		<updated>2011-02-03T09:13:23Z</updated>

		<summary type="html">&lt;p&gt;Decix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~30 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Mounting NFS shares... ==&lt;br /&gt;
 mkdir /dtv/usb/sda1/share&lt;br /&gt;
 /bin/mount -o nolock &amp;lt;IP of PC&amp;gt;:/videos /dtv/usb/sda1/share -t nfs&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1390</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1390"/>
		<updated>2011-02-03T09:03:04Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Things to keep in mind */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~30 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT Windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1389</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1389"/>
		<updated>2011-02-03T09:01:59Z</updated>

		<summary type="html">&lt;p&gt;Decix: /* Starting the SamyGO Extensions... */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~30 seconds), then try to login via SSH.&lt;br /&gt;
 IP: You must know it&lt;br /&gt;
 User: &amp;quot;root&amp;quot;&lt;br /&gt;
 Pass: &amp;quot;SamyGO&amp;quot;)&lt;br /&gt;
You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] for this.&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1388</id>
		<title>Hacking C-Series TV with Internet@TV only</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only&amp;diff=1388"/>
		<updated>2011-02-03T09:00:22Z</updated>

		<summary type="html">&lt;p&gt;Decix: Created page with 'Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV â¦'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Thanks to [http://forum.samygo.tv/viewtopic.php?p=9515#p9515 dredkin] there now is a simple method of gaining root access on TVs equipped with the Internet@TV feature.&lt;br /&gt;
&lt;br /&gt;
== On your PC... ==&lt;br /&gt;
&lt;br /&gt;
* Download &amp;quot;widget.zip&amp;quot; [http://www.multiupload.com/OLQTLJ8G52 here]&lt;br /&gt;
* Extract &amp;quot;widget.zip&amp;quot; to root directory of your system drive (for example: C:\ )&lt;br /&gt;
* Edit &amp;quot;widgetlist.xml&amp;quot; to change IP address to address of your PC&lt;br /&gt;
* Run &amp;quot;http.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== On your TV... ==&lt;br /&gt;
&lt;br /&gt;
* Start Internet@TV and create user &amp;quot;develop&amp;quot;&lt;br /&gt;
* Log in with that user, choose &amp;quot;Settings&amp;quot;, choose &amp;quot;Development&amp;quot; and enter your computers IP address as the server address&lt;br /&gt;
* Run widget and press &amp;quot;Hack your TV&amp;quot;&lt;br /&gt;
* Exit Internet@TV and turn off TV&lt;br /&gt;
&lt;br /&gt;
== On your USB stick... ==&lt;br /&gt;
* Format USB stick with FAT32 or NTFS&lt;br /&gt;
* Download [http://download.samygo.tv/SamyGO%20Extensions%20Packs/ SamyGO Extension Pack] and extract to root directory (choose the right pack matching your TV's firmware, for example: T-VALDEUC)&lt;br /&gt;
* Download [http://www.multiupload.com/C3QZ01OR8Q run_sh.zip] and extract to root directory&lt;br /&gt;
&lt;br /&gt;
== Starting the SamyGO Extensions... ==&lt;br /&gt;
&lt;br /&gt;
Turn on TV and plug USB stick, then wait for the message box to disappear, wait some more time (~30 seconds), then try to login via SSH (IP: You must know it / User: &amp;quot;root&amp;quot; / Pass: &amp;quot;SamyGO&amp;quot;). You can use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY for this.&lt;br /&gt;
&lt;br /&gt;
If it does not work, the file &amp;quot;rcSGO_out&amp;quot; on your USB stick could help identifying the problem.&lt;br /&gt;
&lt;br /&gt;
== Things to keep in mind ==&lt;br /&gt;
* When editing scripts, '''always make sure line breaks are done with unix style &amp;quot;LF&amp;quot;, NOT windows' &amp;quot;CRLF&amp;quot;'''!&lt;/div&gt;</summary>
		<author><name>Decix</name></author>
		
	</entry>
</feed>