<?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=Bausparfuchs</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=Bausparfuchs"/>
	<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Special:Contributions/Bausparfuchs"/>
	<updated>2026-04-26T09:19:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>http://wiki.samygo.tv/index.php?title=Root_access_for_D_series_Mstar_cpu_models&amp;diff=2730</id>
		<title>Root access for D series Mstar cpu models</title>
		<link rel="alternate" type="text/html" href="http://wiki.samygo.tv/index.php?title=Root_access_for_D_series_Mstar_cpu_models&amp;diff=2730"/>
		<updated>2012-02-17T21:33:09Z</updated>

		<summary type="html">&lt;p&gt;Bausparfuchs: Some improvements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Important: hack doesn`t add Browser to your TV. Also no patches like ChannelInfo, BigYellowFonts and so on.&amp;lt;br&amp;gt; Just only SamyGO Extensions related features + DRM dissable(yet).'''&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
=Enter to the developer account=&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
1. Enter SmartHub (by pressing the smarthub button on the remote) &amp;lt;br&amp;gt;&lt;br /&gt;
2. Press &amp;quot;Login&amp;quot; (A or red)&amp;lt;br&amp;gt;&lt;br /&gt;
3. Enter the name: '''develop''' and password(any 6 digits)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Installing hack=&lt;br /&gt;
1. Go to Settings (blue or (D))-&amp;gt; Development -&amp;gt; '''Setting Server IP'''&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
2. Enter this IP:&lt;br /&gt;
[[Image:Develop_ip.png|250px|thumb|left| ]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
3. Press '''User Application Synchronization''' &amp;lt;br&amp;gt;&lt;br /&gt;
Wait until TV installs widget (SamyGO Extensions)...&amp;lt;br&amp;gt;&lt;br /&gt;
Could take a while, depends from your internet speed. Wait until TV says &amp;quot;done&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
NB! All other your widgets, installed from local server before were deleted!&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
4. Exit developer menu, exit SmartHub.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
5. Return to SmartHub and you will find here new widget '''SamyGO'''. Execute it.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=How to use=&lt;br /&gt;
&lt;br /&gt;
== Virtual USB Device / Mounting shares ==&lt;br /&gt;
&lt;br /&gt;
After starting SamyGO, you will notice that the tv shows up a virtual usb drive called &amp;quot;Server&amp;quot;. As far as you can read in the forums, that virtual device is supposed to host the shares (samba, nfs, djmount). However it seems that this virtual device will only work correctly when SamyGO is used on an arm-based tv. During tests on a UE40D5700 it could not be used at all for anything. On trying to connect to that virtual drive from the tv's sources menu or from SmartHub, you'll end up with a never ending &amp;quot;loading wheel&amp;quot; and you can't see any shares, although you can see the shares on the tv using FTP. When you connect to the tv using FTP, you can see that there is a folder &amp;quot;/dtv/usb&amp;quot; which contains a subfolder called /sda1. This is the place where SamyGO mounts it shares by default. However the only way to access those mounted shares is as follows:&lt;br /&gt;
&lt;br /&gt;
1. Ensure that SamyGO is not running.&lt;br /&gt;
2. Attach some USB Drive, no matter which type (successfully tested with an old 1 GiB flash drive) to USB 1 Port on the TV.&lt;br /&gt;
3. Start SamyGO &lt;br /&gt;
4. You can now access the mount points on /dtv/usb/sda1 by chosing that physically attached Drive from the sources menu. &lt;br /&gt;
&lt;br /&gt;
There is no actual data stored on the drive, just the folders of the mount points are created there. &lt;br /&gt;
If you want to use SamyGO with network shares and use the PVR function too, please ensure to have a formatted recording media attached to USB Port 2 and the &amp;quot;mounting drive&amp;quot; attached to Port 1. That is the only way it seems to work with the default SamyGO behaviour and without changing anything in the service scripts.&lt;br /&gt;
&lt;br /&gt;
==FTP==&lt;br /&gt;
Connect using any FTP client to TV`s 21 port.&lt;br /&gt;
 user - no needed, leave blank&lt;br /&gt;
 password - not required, leave blank&lt;br /&gt;
&lt;br /&gt;
==File manager==&lt;br /&gt;
 File manager is available at:&lt;br /&gt;
 http://IP_of_TV/phpsysinfo/file.php&lt;br /&gt;
&lt;br /&gt;
==Shell==&lt;br /&gt;
available only from '''unix''' terminal client (not windows!). Due kernel limitations telnet isn`t available on D series.&lt;br /&gt;
We are using netcat shell instead (you get no promt &amp;quot;#&amp;quot; but have interactive shell.) use nc or telnet cmd:&lt;br /&gt;
 nc IP_of_TV 1023&lt;br /&gt;
 or&lt;br /&gt;
 telnet IP_of_TV 1023&lt;br /&gt;
&lt;br /&gt;
==NFS shares==&lt;br /&gt;
Read more [http://wiki.samygo.tv/index.php5/SamyGO_Extensions_Pack#Components.2C_Design_and_Structure SamyGO_Extensions] and also on related B and C series forums (For D series same rules for setting it up as for B and C models)&lt;br /&gt;
NFS mounts are to be mounted on virtual USB device.&amp;lt;br&amp;gt;&lt;br /&gt;
Please check you NFS server configuration and set up exports file properly.&amp;lt;br&amp;gt;&lt;br /&gt;
If you don`t have NFS server on your local network, please disable this service.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
If you are Windows user, probably you have to enable Samba.&lt;br /&gt;
&lt;br /&gt;
==WebGUI (test only)==&lt;br /&gt;
Enter to browser:&amp;lt;br&amp;gt;&lt;br /&gt;
 http://IP_of_TV/cgi-bin/test.cgi&lt;br /&gt;
List of started services.&amp;lt;br&amp;gt;&lt;br /&gt;
Possible to start/stop manually&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is just as test example, suggestions are welcome.&lt;br /&gt;
&lt;br /&gt;
==Samba client== &lt;br /&gt;
Samba Client is enabled by default on Mstar. However it is necessary to provide login data. Empty fields will not work even when your shares are not protected in any way. In that case just pic random words. You can provide the user data on two ways:&lt;br /&gt;
&lt;br /&gt;
* Create file (without extension)&amp;lt;br&amp;gt;&lt;br /&gt;
'''smb_userdata''':&lt;br /&gt;
 USER=&amp;quot;your username&amp;quot;&lt;br /&gt;
 PASSWD=&amp;quot;your password&amp;quot;&lt;br /&gt;
* Place this file to USB and attach to TV.&amp;lt;br&amp;gt;&lt;br /&gt;
* Restart TV.&amp;lt;br&amp;gt;&lt;br /&gt;
* Run SamyGO.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Or you can change the init script itself to provide the necessary login data instead using a smb_userdata file on a usb device.&lt;br /&gt;
&lt;br /&gt;
The init script is located here:&lt;br /&gt;
&lt;br /&gt;
 /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init&lt;br /&gt;
&lt;br /&gt;
==Other SAE features==&lt;br /&gt;
Features, '''disabled by default'''. For enable it, conect over FTP and rename:&amp;lt;br&amp;gt;&lt;br /&gt;
 /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d/'''service_name.init.dis''' &lt;br /&gt;
to&amp;lt;br&amp;gt; &lt;br /&gt;
 /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d/'''service_name.init''' ) &lt;br /&gt;
Restart TV.&lt;br /&gt;
Start SamyGO&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Changelog for Mstar=&lt;br /&gt;
 2012-01-18 removed samba server (smbd)&lt;br /&gt;
 2012-01-14 removed &amp;quot;Game Part&amp;quot;, added DRM-Disable &lt;br /&gt;
 2011-11-29 initial release&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''References'''&amp;lt;br&amp;gt;&lt;br /&gt;
1. Related topic on SamyGO.TV&amp;lt;br&amp;gt;&lt;br /&gt;
2. [[SamyGO_Extensions_Pack]] on wiki or [http://forum.samygo.tv/viewtopic.php?f=12&amp;amp;t=987 forum]&amp;lt;br&amp;gt;&lt;br /&gt;
3. [[How_to_connect_C_series_to_NFS_under_WIN7_using_Hanewin_NFS_Server]]&amp;lt;br&amp;gt;&lt;br /&gt;
4. [http://forum.samygo.tv/viewtopic.php?f=4&amp;amp;t=1051&amp;amp;start=0#p8945 How-to] setup windows shares on windows7 to be accessible from TV.&amp;lt;br&amp;gt;&lt;br /&gt;
5. [http://download.samygo.tv/Documents/Enable%20normal%20FileShare%20under%20Windows7.pdf FileShareWin7]&lt;/div&gt;</summary>
		<author><name>Bausparfuchs</name></author>
		
	</entry>
</feed>