Difference between revisions of "Rooting D series arm cpu models"
m (→Other SAE features) |
m (→Other SAE features) |
||
Line 67: | Line 67: | ||
Restart TV. | Restart TV. | ||
Start SamyGO<br><br> | Start SamyGO<br><br> | ||
− | + | ===Samba client=== | |
+ | Enable it if you have windows shares or samba shares on network.<br> | ||
To enable samba (disabled by default), You: | To enable samba (disabled by default), You: | ||
* Rename (remove ".dis" from the end) | * Rename (remove ".dis" from the end) | ||
Line 80: | Line 81: | ||
Virtual USB you can find in "Sources"...<br> | Virtual USB you can find in "Sources"...<br> | ||
− | + | ===PVR scrambling=== | |
Records made before to start this still leave encrypted. Only new videos become unscrambled.<br> | Records made before to start this still leave encrypted. Only new videos become unscrambled.<br> | ||
+ | All recordings, made after executing this script become free-to-watch ;) | ||
To enable: | To enable: | ||
/mtd_down/widget/user/SamyGO/SamyGO/etc/init.d/01_04_pvr_drm_disable.init | /mtd_down/widget/user/SamyGO/SamyGO/etc/init.d/01_04_pvr_drm_disable.init | ||
− | + | ===Integrated udpxy=== | |
− | Use nStreamPlayer or NetPlayer for watching your UDP IPTV in tcp protocol (less buffering time, less network consumption and so on)<br> | + | for multicast IPTV.<br> |
+ | Use nStreamPlayer or NetPlayer widgets for watching your UDP IPTV in tcp protocol (less buffering time, less network consumption and so on)<br> | ||
url structure should be:<br> | url structure should be:<br> | ||
if your UDP multicast url is: | if your UDP multicast url is: |
Revision as of 09:45, 14 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 (red remote control button (A))
2. Go to Settings (blue or (D))-> Development -> Setting Server IP
3. Enter this IP:
4. Press User Application Synchronization
Wait until TV installs widget (SamyGO Extensions)...
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
Connect using any FTP client to TV`s 21 port.
user - no needed, leave blank password - not required, leave blank
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/phpsysinfo/shell.php login: user password: pass
File manager
File manager is available at: http://IP_of_TV/phpsysinfo/file.php
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 1023 or telnet IP_of_TV 1023
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)
NFS mounts are to be mounted on virtual USB device.
Please check you NFS server configuration and set up exports file properly.
If you don`t have NFS server on your local network, please disable this service.
If you are Windows user, probably you have to enable Samba.
WebGUI (test only)
Enter to browser:
http://IP_of_TV/cgi-bin/test.cgi
List of started services.
Possible to start/stop manually
This is just as test example, suggestions are welcome.
Other SAE features
Features, disabled by default. For enable it, conect over FTP and 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 )
Restart TV.
Start SamyGO
Samba client
Enable it if you have windows shares or samba shares on network.
To enable samba (disabled by default), You:
- Rename (remove ".dis" from the end)
/mtd_down/widget/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init
- Create file (without extension)
smb_userdata:
USER="your username" PASSWD="your password"
- Place this file to USB and attach to TV.
- Restart TV.
- Run SamyGO.
Virtual USB you can find in "Sources"...
PVR scrambling
Records made before to start this still leave encrypted. Only new videos become unscrambled.
All recordings, made after executing this script become free-to-watch ;)
To enable:
/mtd_down/widget/user/SamyGO/SamyGO/etc/init.d/01_04_pvr_drm_disable.init
Integrated udpxy
for multicast IPTV.
Use nStreamPlayer or NetPlayer widgets 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 enable:
/mtd_down/widget/user/SamyGO/SamyGO/etc/init.d/xx_xx_udpxy.init