Page 1 of 5

Re: Bricked LE32C650

Posted: Sat Aug 13, 2011 7:52 pm
by juusso
Tv shuts down because of authuld. Do you have telnet access now?

Re: Bricked LE32C650

Posted: Sat Aug 13, 2011 8:11 pm
by juusso
If here is second firmware, theoretically you could activate it by formatting mtd_rwarea in one case - now the 2nd partition is active. The log from debug could help us to decide.
This does not help if 1st partition currently is active. So you have 50/50 chance to get TV back.
Another way to spare seconds is to call rescue fw upgrade from TDM...

Re: Bricked LE32C650

Posted: Sun Aug 14, 2011 9:04 am
by juusso
Show the debug log from terminal.
From the power-on TV until restart.
Thanks.

Re: Bricked LE32C650

Posted: Mon Aug 15, 2011 10:30 am
by juusso
What firmware was before you upgraded to modified? I mean, are you sure here is good and working alternative firmware that was on TV before?

Re: Bricked LE32C650

Posted: Mon Aug 15, 2011 9:18 pm
by juusso
Ok, make SamyGO.sh file with code inside:

Code: Select all

#!/bin/sh
touch /dtv/usb/sda1/ScriptOK
sync
Then Open terminal, i mean Exlink and input:

Code: Select all

10041004
8282119
(copy to clipboard first, it saves time)
Attach your USB.

The code loads USB driver and hotplug hack should work. You have to see ScriptOK file on root of USB.
If ok, then change code to:

Code: Select all

#!/bin/sh
toggle
This should set your alternative firmware as active.
Reboot TV.
Now TV should stay w/o reboot ;)