Page 1 of 6
Re: Help needed to either hack or restore c650
Posted: Thu Jul 07, 2011 8:57 pm
by juusso
fuertey wrote:Also, i have just noticed that disabling watchdog from the service menu stops the tv from restarting
yes, itt is your solution. Btw, dissabling watchdog is one of starting conditions before to hack. Why people do not read instructions???
Re: Help needed to either hack or restore c650
Posted: Sun Jul 10, 2011 1:50 pm
by juusso
The first methods and How-To`s of hacking C serie were "dirty" and i agree - not everyone cand understand it.
But our users have hacked their TV`s according those manuals a lot of times and everyone can write his own manual how does he understood it and had success.
It is good, that ozyrus wrote more understandable How-To. If you want, you can put it to wiki. You have wiki write permissions.
p.s. I do not agree, that a lot of manuals are useless. We need some re-organization of wiki to become it more flexible and understandable. Here were some try to do that, but AFAIK the wiki still remains the the growing storage of information being not in the right trim...
Re: Help needed to either hack or restore c650
Posted: Mon Oct 31, 2011 1:45 pm
by fsck
forum.samygo.tv/posting.php?mode=reply&f=9&t=2008#pr17211
It worked for me: UE40C8700XSXZF with firmware T-VALDEUC-3009.2
Excellent! Many thanks ozyrus
Re: Help needed to either hack or restore c650
Posted: Mon Oct 31, 2011 6:07 pm
by fsck
I would like to add the following line to a starting script, but not sure which one to use?
Code: Select all
mount -o user=fsck,password=XXXXX -t cifs //192.168.1.200/share /dtv/usb/sda2/share
I would like also to deactivate auto-start of the ftp server. What is the clean way to do that?
Finally I would like to add the following alias in the shell
Code: Select all
alias l='ls -als'
alias reboot='echo Do not use this command'
alias ./reboot='echo Do not use this command'
alias /sbin/reboot='echo Do not use this command'
alias /dtv/network_opt/usr/sbin/reboot='echo Do not use this command'
alias shutdown='echo Do not use this command'
alias /sbin/shutdown='echo Do not use this command'
alias halt='echo Do not use this command'
alias /dtv/network_opt/usr/sbin/halt='echo Do not use this command'