Page 10 of 12
Re: Patched firmware for C630/6000
Posted: Thu Sep 05, 2013 3:14 pm
by Jagz27
Where exactly can I find this setting??
Re: Patched firmware for C630/6000
Posted: Mon Sep 09, 2013 6:58 am
by juusso
Sorry dude, if you can`t find this, why do you need to mess with your TV at all?
Re: Patched firmware for C630/6000
Posted: Mon Sep 09, 2013 2:01 pm
by Jagz27
I just wanted to try SamyGO.So can you please tell me now,how to put back Original Firmware,please??
Re: Patched firmware for C630/6000
Posted: Mon Sep 09, 2013 2:03 pm
by juusso
menu-help-software update-usb- is here alternative firmware setting active or greyed out?
p.s do you have telnet access to tv?
Re: Patched firmware for C630/6000
Posted: Tue Sep 10, 2013 12:03 pm
by Jagz27
Hello juuso,
thanks for your help.
Alternative Firmware is greyed out.
No I dont have Telnet Access to TV.Because SamyGO didnt start from USB.
Thats the reason I want to revert back to Original Firmware.
But if Telnet is the only Chance to put back Original Firmware.
I can try to get it work.
Kind Regards Jag
Re: Patched firmware for C630/6000
Posted: Tue Sep 10, 2013 12:20 pm
by juusso
Yes. Telnet is needed. I wonder why SamyGO won`t start it must! I`m pretty sure you do something wrong.
Script on fat32 formatted USB (exact patch is /SamyGO/rcSGO) is being executed just on TV start - USB must be plugged in before you press power on...
Re: Patched firmware for C630/6000
Posted: Wed Sep 11, 2013 5:31 pm
by Jagz27
OK I have Telnet Access now.Whats next??
Re: Patched firmware for C630/6000
Posted: Wed Sep 11, 2013 5:45 pm
by juusso
Need to collect some info and make dumps.
execute commands:
Code: Select all
ls -l /mtd_rwarea/PartitionSwitch* >> /dtv/usb/sda1/Info.txt
ls -l /mtd_rwarea/Version* >> /dtv/usb/sda1/Info.txt
cat /mtd_rwarea/Version* >> /dtv/usb/sda1/Info.txt
make dumps and give me for inspection.
Code: Select all
bml.dump /dev/bml0/5 /dtv/usb/sda1/bml5.dmp
bml.dump /dev/bml0/6 /dtv/usb/sda1/bml6.dmp
bml.dump /dev/bml0/7 /dtv/usb/sda1/bml7.dmp
bml.dump /dev/bml0/8 /dtv/usb/sda1/bml8.dmp
bml.dump /dev/bml0/9 /dtv/usb/sda1/bml9.dmp
bml.dump /dev/bml0/10 /dtv/usb/sda1/bml10.dmp
bml.dump /dev/bml0/11 /dtv/usb/sda1/bml11.dmp
cat /dev/stl0/15 > /dtv/usb/sda1/stl15.dmp
cat /dev/stl0/17 > /dtv/usb/sda1/stl17.dmp
archive all dmp files and Info.txt you get and give me (use any online storage, give just link).
Re: Patched firmware for C630/6000
Posted: Wed Sep 11, 2013 6:52 pm
by Jagz27
Re: Patched firmware for C630/6000
Posted: Wed Sep 11, 2013 7:23 pm
by juusso
ouch, there is no bml tool. ok then use dd:
Code: Select all
dd if=/dev/bml0/5 of=/dtv/usb/sda1/bml5.dmp
dd if=/dev/bml0/6 of=/dtv/usb/sda1/bml6.dmp
dd if=/dev/bml0/7 of=/dtv/usb/sda1/bml7.dmp
dd if=/dev/bml0/8 of=/dtv/usb/sda1/bml8.dmp
dd if=/dev/bml0/9 of=/dtv/usb/sda1/bml9.dmp
dd if=/dev/bml0/10 of=/dtv/usb/sda1/bml10.dmp
dd if=/dev/bml0/11 of=/dtv/usb/sda1/bml11.dmp