<?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=Flamingozoo</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=Flamingozoo"/>
	<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Special:Contributions/Flamingozoo"/>
	<updated>2026-04-26T18:04:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:IP_Adress.jpg&amp;diff=1621</id>
		<title>File:IP Adress.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:IP_Adress.jpg&amp;diff=1621"/>
		<updated>2011-03-03T19:38:19Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: uploaded a new version of &amp;quot;File:IP Adress.jpg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1590</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=1590"/>
		<updated>2011-02-26T19:45:25Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only Hacking C-Series TV with Internet@TV only]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&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;
&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>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1589</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=1589"/>
		<updated>2011-02-26T19:44:35Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only Hacking C-Series TV with Internet@TV only]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&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;
&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: -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>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1588</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=1588"/>
		<updated>2011-02-26T17:09:12Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only Hacking C-Series TV with Internet@TV only]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&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;
&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: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1587</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=1587"/>
		<updated>2011-02-26T13:59:08Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=Hacking_C-Series_TV_with_Internet@TV_only Hacking C-Series TV with Internet@TV only]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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 ''&amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;'':/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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1586</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=1586"/>
		<updated>2011-02-26T13:50:23Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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 ''&amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;'':/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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1585</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=1585"/>
		<updated>2011-02-26T13:46:54Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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 ''&amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;'':/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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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.&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>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1584</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=1584"/>
		<updated>2011-02-26T13:46:16Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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, switchi ON / OFF subtitles, jump to chapters as well as forwarding und rewinding is not supported. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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 ''&amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;'':/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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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.&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>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1583</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=1583"/>
		<updated>2011-02-26T13:36:16Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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, switchi ON / OFF subtitles, jump to chapters as well as forwarding und rewinding is not supported. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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;
&amp;lt;br&amp;gt;#!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;rm -f /mtd_rwarea/profile&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;$1/SamyGO/rcSGO $1/SamyGO &amp;gt; $1/rcSGO_out 2&amp;gt;&amp;amp;1 &amp;amp;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sync&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sleep 120&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;/bin/mount -o nolock &amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;:/Filme $1/share -t nfs&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;touch $1/ScriptOK&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&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 script &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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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.&lt;br /&gt;
&lt;br /&gt;
After around two minutes you should have access from the TV to your PC. Enjoy !&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1582</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=1582"/>
		<updated>2011-02-26T13:33:43Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: /* Hacking/rooting */&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;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[How to connect C series to NFS under WIN7 using Hanewin NFS Server]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1581</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=1581"/>
		<updated>2011-02-26T13:33:06Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: Created page with '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  two languageâ¦'&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 languages and subtitles are not supported. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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;
&amp;lt;br&amp;gt;#!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;rm -f /mtd_rwarea/profile&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;$1/SamyGO/rcSGO $1/SamyGO &amp;gt; $1/rcSGO_out 2&amp;gt;&amp;amp;1 &amp;amp;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sync&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sleep 120&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;/bin/mount -o nolock &amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;:/Filme $1/share -t nfs&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;touch $1/ScriptOK&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&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 script &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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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.&lt;br /&gt;
&lt;br /&gt;
After around two minutes you should have access from the TV to your PC. Enjoy !&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1580</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=1580"/>
		<updated>2011-02-26T13:32:40Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: /* Hacking/rooting */&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;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to connect C series to NFS under WIN7 using Hanewin NFS Server]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1579</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=1579"/>
		<updated>2011-02-26T13:30:14Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: /* Other */&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;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to connect UE46C6700 to NFS under WIN7 using Hanewin NFS Server]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1578</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=1578"/>
		<updated>2011-02-26T13:29:45Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: /* Hacking/rooting */&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;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to connect UE46C6700 to NFS under WIN7 using Hanewin NFS Server]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;br /&gt;
*[[How to connect UE46C6700 to NFS under WIN7 using Hanewin NFS Server]]&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1577</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=1577"/>
		<updated>2011-02-26T13:29:01Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: /* Other */&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;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;br /&gt;
*[[How to connect UE46C6700 to NFS under WIN7 using Hanewin NFS Server]]&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1576</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=1576"/>
		<updated>2011-02-26T13:26:00Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: /* Other */&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;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;br /&gt;
*[[How to connect C-series to NFS under WIN7 using Hanewin NFS Server]]&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_UE46C6700_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1575</id>
		<title>How to connect UE46C6700 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_UE46C6700_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1575"/>
		<updated>2011-02-26T11:28:19Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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 languages and subtitles are not supported. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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;
&amp;lt;br&amp;gt;#!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;rm -f /mtd_rwarea/profile&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;$1/SamyGO/rcSGO $1/SamyGO &amp;gt; $1/rcSGO_out 2&amp;gt;&amp;amp;1 &amp;amp;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sync&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sleep 120&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;/bin/mount -o nolock &amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;:/Filme $1/share -t nfs&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;touch $1/ScriptOK&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&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 script &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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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.&lt;br /&gt;
&lt;br /&gt;
After around two minutes you should have access from the TV to your PC. Enjoy !&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_UE46C6700_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1574</id>
		<title>How to connect UE46C6700 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_UE46C6700_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1574"/>
		<updated>2011-02-26T11:24:38Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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 languages and subtitles are not supported. &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.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will be the NFS server on the Windows platform.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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;
&amp;lt;br&amp;gt;#!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;rm -f /mtd_rwarea/profile&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;$1/SamyGO/rcSGO $1/SamyGO &amp;gt; $1/rcSGO_out 2&amp;gt;&amp;amp;1 &amp;amp;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sync&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sleep 120&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;/bin/mount -o nolock &amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;:/Filme $1/share -t nfs&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;touch $1/ScriptOK&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&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 script &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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=The_C_Series_Wiki&amp;diff=1573</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=1573"/>
		<updated>2011-02-26T11:22:57Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &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;
&lt;br /&gt;
==Hacking/rooting==&lt;br /&gt;
*[[Hacking C-Series TV with Internet@TV only]]&lt;br /&gt;
*[[Hacking TV over Hotel mode (most C series models)]]&lt;br /&gt;
*[[How to get root access on a C series TV]]&lt;br /&gt;
*[[PSxxC7000]]&lt;br /&gt;
&lt;br /&gt;
==ServiceMenu tricks==&lt;br /&gt;
*[[Enabling the PVR for C-Series]]&lt;br /&gt;
*[[How to change your Internet@TV region]]&lt;br /&gt;
*[[How to enable MHP for C-Series]] (available only in Italy)&lt;br /&gt;
&lt;br /&gt;
==Software Tools==&lt;br /&gt;
*[[Applications list for C seres TVs]]&lt;br /&gt;
*[[Android applications list]]&lt;br /&gt;
*[[PVR Recording over NFS for C-Series]] - Samygo-All-Extensions.&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
*[[Ex-Link Cable for C-Series]]&lt;br /&gt;
*[[Using NoN-Samsung USB WiFi dongles with TV]]&lt;br /&gt;
*[[Fix low speed USB devices (keyboard, mouse, ...) on C-Series Trident]]&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[[How to downgrade T-VALDEUC firmware]]&lt;br /&gt;
*[[How to format /mtd_rwarea/ to reset USB hack]]&lt;br /&gt;
*[[How to identify CPU type]]&lt;br /&gt;
*[http://tobias.schroepf.de/doku/doku.php?id=garage:samsung_tv_hacking External page dealing with the C series] &amp;lt;small&amp;gt;TODO: The contents from this page should be copied to this Wiki.&amp;lt;/small&amp;gt;&lt;br /&gt;
*[[How to connect UE46C6700 to NFS under WIN7 using Hanewin NFS Server]]&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=How_to_connect_UE46C6700_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1572</id>
		<title>How to connect UE46C6700 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_UE46C6700_to_NFS_under_WIN7_using_Hanewin_NFS_Server&amp;diff=1572"/>
		<updated>2011-02-26T11:22:34Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: Created page with '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  two languageâ¦'&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 languages and subtitles are not supported. &lt;br /&gt;
&lt;br /&gt;
The problem can be solved by implementing a NFS server on the Windows machine and the SamyGO extensions.&lt;br /&gt;
&lt;br /&gt;
This HOW TO describes the steps after having root access to the SAMY and will connect the TV to your &lt;br /&gt;
Windows machine. &lt;br /&gt;
&lt;br /&gt;
The software HANEWIN NFS server will implement a NFS server on Windows platforms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1) Follow the steps as described in:&lt;br /&gt;
&lt;br /&gt;
[http://wiki.samygo.tv/index.php?title=How_to_get_root_access_on_a_C_series_TV How to get root access on a C series TV]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2) Download and install [http://notepad-plus-plus.org/ Notepad++]  if necessary&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) If you are not sure about your IP addresses 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 shall 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;
&amp;lt;br&amp;gt;#!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;rm -f /mtd_rwarea/profile&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;$1/SamyGO/rcSGO $1/SamyGO &amp;gt; $1/rcSGO_out 2&amp;gt;&amp;amp;1 &amp;amp;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sync&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;sleep 120&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;/bin/mount -o nolock &amp;lt;type in here the IP of your PC, e.g. 192.168.xxx.xxx&amp;gt;:/Filme $1/share -t nfs&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;touch $1/ScriptOK&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&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 script &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;
&lt;br /&gt;
[[File:link.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
e:\nfs -lowercase -alldirs -readonly ''-name:filme'' &amp;lt;IP of your TV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Remember: -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;
After editing the &amp;quot;Export-file&amp;quot; you need to start the server again.&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;
&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;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:Share_with_nobody.jpg&amp;diff=1571</id>
		<title>File:Share with nobody.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:Share_with_nobody.jpg&amp;diff=1571"/>
		<updated>2011-02-26T10:43:40Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:Link.jpg&amp;diff=1570</id>
		<title>File:Link.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:Link.jpg&amp;diff=1570"/>
		<updated>2011-02-26T10:39:52Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:Example.jpg&amp;diff=1569</id>
		<title>File:Example.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:Example.jpg&amp;diff=1569"/>
		<updated>2011-02-26T10:37:18Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=File:IP_Adress.jpg&amp;diff=1568</id>
		<title>File:IP Adress.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=File:IP_Adress.jpg&amp;diff=1568"/>
		<updated>2011-02-26T10:27:28Z</updated>

		<summary type="html">&lt;p&gt;Flamingozoo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Flamingozoo</name></author>
		
	</entry>
</feed>