Page 70 of 146

Re: [!!!] Rooting H series (updated 27/01/2015)

Posted: Mon Mar 23, 2015 1:04 am
by Senaxx
ryn0909 wrote:im just checking back with ya'll to see if any progress has been made with the T-NT14 firmware??
Yeah i'm wondering the same. I don't want to rush or anything, just curious to see if there is any development or "test" builds that can be tested for our firmwares. I got T-NT14UDEUC-1030.2 / T-NT14UDEUS-1107

Re: [!!!] Rooting H series (updated 19/03/2015)

Posted: Mon Mar 23, 2015 6:22 am
by spiderjuka
sectroyer wrote:Good so use mirroring ONLY when SamyGO usb stick is unplugged :)
Thank you for good idea. But I belive that you will solve it in the future :)

Re: [!!!] Rooting H series (updated 19/03/2015)

Posted: Mon Mar 23, 2015 10:04 am
by sectroyer
spiderjuka wrote:
sectroyer wrote:Good so use mirroring ONLY when SamyGO usb stick is unplugged :)
Thank you for good idea. But I belive that you will solve it in the future :)
No. I can't solve this if I don't have the issue. Also I don't plan to solve it. You may test one more thing. Unplug USB temporary rename samyext4.img to samyext4.img.bak plug usb and power on tv. You still should get ftp and not much more. Does mirroring work then ?

Posted: Mon Mar 23, 2015 12:35 pm
by boggn
Actually it kind of works. I've noticed a bug which affects nearly all functions. (SamyGo january version)
After a little while (after power on) the TV responds only one time(!) to any sort of menu and/or command (via remote). Within this time I am able to turn on Screen Mirroring.

If it takes too long, it doesn't respond to any command (remote), even power off on the remote and I have to unplug the power cord/cold boot.
That resets sometimes some setting, mostly picture settings in my case.

I will test the new version later.

Re: [!!!] Rooting H series (updated 19/03/2015)

Posted: Mon Mar 23, 2015 5:10 pm
by sectroyer
Do you have telnet and ftp access??

Re: [!!!] Rooting H series (updated ??/03/2015)

Posted: Tue Mar 24, 2015 5:50 pm
by blackbox
Thnx for samygo on my UE48H6600 my last Firmware is T-GFSDEUC_1220.4
i have telnet / ssh and ftp Access

Big Thnx

AW: Re: [!!!] Rooting H series (updated 19/03/2015)

Posted: Wed Mar 25, 2015 11:42 am
by boggn
sectroyer wrote:Do you have telnet and ftp access??
Me?
Telnet yes, didn't test ftp.

edit: Well, I was able to connect to telnet afair.
The problem is now, that I can't on port 23.

In the OP there is no other port mentioned.
Neither can I search the forum with "telnet" or "port" because they are too common words :/

edit2: Nevermind, port 33 and 3123 are the ports I was searching for (please mention it in the OP).
ftp works too (just tested).

Re: [!!!] Rooting H series (updated 19/03/2015)

Posted: Wed Mar 25, 2015 9:18 pm
by spiderjuka
sectroyer wrote:
spiderjuka wrote:
sectroyer wrote:Good so use mirroring ONLY when SamyGO usb stick is unplugged :)
Thank you for good idea. But I belive that you will solve it in the future :)
No. I can't solve this if I don't have the issue. Also I don't plan to solve it. You may test one more thing. Unplug USB temporary rename samyext4.img to samyext4.img.bak plug usb and power on tv. You still should get ftp and not much more. Does mirroring work then ?
Hello,
Good Idea - I checked it according to your sugestion.
After renaming samyext4.img - ftp works correctly and screen mirroring works correctly also.
I have following active startup files inside folder init.d:
01_01_catch_crap.init
01_02_telnet.init
02_01_sshd.init
02_04_vusb.init
02_06_crypto_load.init
03_01_fuse.init
04_04_samba.init
06_05_apache.init
99_99_ChannInfoON.init
Do you know which of them should be active only for Samba working? Rest I will try to disable and I will check if screen mirroring still works.

Thank you.
Best Regards.

Re: [!!!] Rooting H series (updated 19/03/2015)

Posted: Wed Mar 25, 2015 10:18 pm
by zoelechat
01_01_catch_crap.init : Mandatory
01_02_telnet.init : If you want Telnet, better keep it
02_01_sshd.init : Not needed if you don't expect ssh to work
02_04_vusb.init : Mandatory if you mount Samba to vusb
02_06_crypto_load.init : You can try to disable but may be needed for Samba
03_01_fuse.init : disable
04_04_samba.init : speaks by itself :)
06_05_apache.init : WebIf/WebShell, you can disable if you don't use them
99_99_ChannInfoON.init : Channel info bar on channel change, known to cause crash on some F, disable first

Re: [!!!] Rooting H series (updated 19/03/2015)

Posted: Wed Mar 25, 2015 11:08 pm
by spiderjuka
zoelechat wrote:01_01_catch_crap.init : Mandatory
01_02_telnet.init : If you want Telnet, better keep it
02_01_sshd.init : Not needed if you don't expect ssh to work
02_04_vusb.init : Mandatory if you mount Samba to vusb
02_06_crypto_load.init : You can try to disable but may be needed for Samba
03_01_fuse.init : disable
04_04_samba.init : speaks by itself :)
06_05_apache.init : WebIf/WebShell, you can disable if you don't use them
99_99_ChannInfoON.init : Channel info bar on channel change, known to cause crash on some F, disable first
Thank you for quick and deeply explanation.