Difference between revisions of "Rooting D series arm cpu models"
m |
m (→How to use) |
||
Line 21: | Line 21: | ||
=How to use= | =How to use= | ||
− | + | ==FTP== | |
− | + | user - any | |
+ | password not required | ||
+ | ==Samba server== | ||
+ | you can reach your TV from windows or unix samba client<br> | ||
(just enter \\IP_of_TV and you`re there) | (just enter \\IP_of_TV and you`re there) | ||
− | + | ==WebShell== | |
+ | enter to browser:<br> | ||
http://IP_of_TV/cgi-bin/shell.php | http://IP_of_TV/cgi-bin/shell.php | ||
login: user | login: user | ||
password: pass | password: pass | ||
− | + | ==Shell== | |
+ | available only from '''unix''' terminal client (not windows!). Due kernel limitations telnet isn`t available on D series. | ||
We are using netcat shell instead (you get no promt "#" but have interactive shell.) use nc or telnet cmd: | We are using netcat shell instead (you get no promt "#" but have interactive shell.) use nc or telnet cmd: | ||
nc IP_of_TV 1123 | nc IP_of_TV 1123 | ||
or | or | ||
telnet IP_of_TV 1123 | telnet IP_of_TV 1123 | ||
− | + | ==NFS and Samba shares== | |
− | + | 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) | |
− | + | ||
+ | ==Other features== | ||
+ | Features, dissabled by default, needed to be enabled if needed (rename /mtd_down/widgets/user/SamyGO/SamyGO/etc/init.d/'''service_name.init.dis''' to /mtd_down/widgets/user/SamyGO/SamyGO/etc/init.d/'''service_name.init''' ) and restart TV. Use FTP connection or samba for that. | ||
+ | 1. After hack execution all your PVR recordings are not scrambled. | ||
+ | 2. Integrated udpxy for multicast IPTV. | ||
Use nStreamPlayer or NetPlayer for watching your UDP IPTV in tcp protocol (less buffering time, less network consumption and so on)<br> | Use nStreamPlayer or NetPlayer for watching your UDP IPTV in tcp protocol (less buffering time, less network consumption and so on)<br> | ||
url structure should be: | url structure should be: | ||
Line 43: | Line 52: | ||
http://127.0.0.1:8888/udp/233.34.28.1:1001 | http://127.0.0.1:8888/udp/233.34.28.1:1001 | ||
Port used: 8888 | Port used: 8888 | ||
− | |||
− | |||
To be updated today. | To be updated today. |
Revision as of 13:00, 11 November 2011
Contents
Create the developer account
1. Enter SmartHub (by pressing the smarthub button on the remote)
2. After loading the widget, go to Settings (D or blue)
3. Press "Create an account"
4. Enter the name: develop and password(any)
5. Exit SmartHub and reboot TV
Installing hack
1. Start SmartHub and login as developer (A or red remote control button)
2. Go to Settings (D)- Development - server IP
3. Enter this IP:
available at 11/11/11 11:11 PM CET
4. Press Synchronize and wait until TV isntalls widget (SamyGO)
Could take a while, depends from your internet speed. Wait until TV says "done"
NB! All other your widgets, installed from local server before were deleted!
5. Exit developer menu, exit SmartHub.
6. Return to SmartHub and you will find here new widget SamyGO. Execute it.
How to use
FTP
user - any password not required
Samba server
you can reach your TV from windows or unix samba client
(just enter \\IP_of_TV and you`re there)
WebShell
enter to browser:
http://IP_of_TV/cgi-bin/shell.php login: user password: pass
Shell
available only from unix terminal client (not windows!). Due kernel limitations telnet isn`t available on D series. We are using netcat shell instead (you get no promt "#" but have interactive shell.) use nc or telnet cmd:
nc IP_of_TV 1123 or telnet IP_of_TV 1123
Read more 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)
Other features
Features, dissabled by default, needed to be enabled if needed (rename /mtd_down/widgets/user/SamyGO/SamyGO/etc/init.d/service_name.init.dis to /mtd_down/widgets/user/SamyGO/SamyGO/etc/init.d/service_name.init ) and restart TV. Use FTP connection or samba for that.
1. After hack execution all your PVR recordings are not scrambled.
2. Integrated udpxy for multicast IPTV.
Use nStreamPlayer or NetPlayer for watching your UDP IPTV in tcp protocol (less buffering time, less network consumption and so on)
url structure should be:
if your UDP multicast url is: udp://233.34.28.1:1001 then use: http://127.0.0.1:8888/udp/233.34.28.1:1001
Port used: 8888
To be updated today.