Page 1 of 3

Re: LExxB650 hack possibilities

Posted: Thu Dec 17, 2009 11:18 pm
by erdem_ua
It looks like you needed to check up WiKi.
In F.A.Q. there is written difference of V1 and V2 patches. ;)

Re: LExxB650 hack possibilities

Posted: Sat Dec 19, 2009 1:15 am
by erdem_ua
kang1 wrote:Yes but I still can't find it in wiki. :) I've read about it at some external page. But before watching movie at my Sammy I?ve patched firmware, so I don?t know how it looked earlier ? While watching external movies I use option that adjusts picture size. (actors are taller ?)
But what I realy want to know is do we have chance or we are already able to (for example) add some other codec support, or is there any chance to get some real internet browser? Can I enable subtitles background, or haw the work goes about DTS pass-through?
As I understand I?ve patched my FW so extensions are already included, but how to enable it. Three things that I want to do most is setting root password, enable ssh and last how to auto mount CIFS share without always inserted pendrive .
F.A.Q. Last question explains Video AR Fix.
We cant add other codecs and DTS.
Adding password to telnet is not possible and requires to change original BusyBox. You can modify it but there is no automated tool for that.
Subtitles are supported by NFS and CIFS mount. You needed to leave subtitle in srt format and in same name as movie and has to be in same directory. like abc.avi abc.srt
ssh is supported by dropbear. Look at extensions packege.
You can mount ciff drivers via 'Advanced' mode of Firmware Patcher. It execute SamyGO.sh at startup. You can add anything you want in that script. This requires some linux shell knowledge
:)

Re: LExxB650 hack possibilities

Posted: Mon Dec 21, 2009 7:19 pm
by erdem_ua
I can't say a word how dropbear working.
But for change busybox, you have to dump your flash images boot/root partitions.
Here the related wiki page.

Re: LExxB650 hack possibilities

Posted: Thu Dec 24, 2009 1:42 am
by erdem_ua
Calculating checksum is easy thing. It's CRC32 of file. You can find required tools for your OS easily if you choose to update via Flashing from menu.
You can also burn that flash via shell of TV that explained at dumping flash page...

Editing boot file needs squashFS tools. You needed to use exactly 3.0 version of those tools if you use 4.0, your TV will bricked.
Just extract image with squashFS. I think those already written in wiki pages too.

Re: LExxB650 hack possibilities

Posted: Sun Dec 27, 2009 12:50 pm
by erdem_ua
kang1 wrote:Ok. so I?ll rather wait for some Wiki like ?how to enable Root password? :) , but please tell me how to enable CIFS mount without pen drive inserted. I?ve posted my script before.
You needed to load "Virtual USB" driver kernel module object for that...
TV don't show movies at that mount if there is no USB Pen detected. But you can mount FAKE USB pen driver for that.
I don't now how it works at loading. But inspecting extension tools will give you a hint.
THanks