Page 1 of 1

Re: LE40C550 pvr ??

Posted: Sun Dec 26, 2010 8:12 pm
by juusso
No, this TV does not have hidden PVR to activate. Maybe in future we find out, but no success yet.

Re: LE40C550 pvr ??

Posted: Mon Dec 27, 2010 2:06 am
by mamaich
I was able to activate some of PVR/TimeShift menus on C550 via patching CAppUtil::FlagSupportRecordingSpec and similar functions in exeDSP memory. PVR does not work at all.
Function CPVRWrapper::GetDevTotal returns zero recording devices. So I assume that we don't have necessary hardware (or at least code to work with it) on Trident C550 models to use PVR/TimeShift. And comparing exeDSP of C650 with ours - we don't have necessary functions like formatting to XFS for PVR.
So I think that it is impossible to "turn PVR on" in Trident C550 devices via simple ways. It may be possible to make it working via adding code to exeDSP (for example via hooking tuner data decoded by the second MIPS CPU), but this would be really impossible as we don't have specifications for this hardware: http://www.tridentmicro.com/producttree ... dtv-pro-sx

I'm talking about Trident-based C550. MStar-based have different exeDSP and I never looked into it.

Re: LE40C550 pvr ??

Posted: Tue Dec 28, 2010 1:56 am
by mamaich
gabbek wrote:I have an MStar-based LE40C550 and I've managed to turn on PVR in extended menu, but still nothing happens when I push the record button
So, obviously, MStar C550 have the same limitations as trident has, and you can't enable PVR there too.
Is there any special requirement for usb hdd? NTFS is ok? Or should I use fat32 or ext3?
Just for information: PVR requires XFS-formatted device. And C550 does not have XFS fiesystem support in kernel.

Re: LE40C550 pvr ??

Posted: Tue Dec 28, 2010 2:08 am
by erdem_ua
So we could recompile kernel with XFS support, or just using XFS modules might shows the magic...

Re: LE40C550 pvr ??

Posted: Wed Dec 29, 2010 2:57 am
by mamaich
erdem_ua wrote:So we could recompile kernel with XFS support, or just using XFS modules might shows the magic...
No. exeDSP does not have necessary code. And nowhere to take it from. Maybe when Samsung would release D-series TVs on Trident we would be able to steal code from there.

Re: LE40C550 pvr ??

Posted: Mon Apr 02, 2012 2:15 pm
by dan67
I download samygo ext. precompiled for T-MSX5DEUC and I found file
/SamyGO\lib\modules\2.6.28.10\kernel\fs\xfs\xfs.ko
Just for information: PVR requires XFS-formatted device. And C550 does not have XFS fiesystem support in kernel.
After insmod xfs.ko and enabled PVR on service/hotel menu, will PVR work?
with xfs formated USB disk?

p.s.
I read forum and know about HW limitation, I have another PVR device, but...

Re: LE40C550 pvr ??

Posted: Mon Apr 02, 2012 2:33 pm
by juusso
None has tried this way. Do it and tell us about the result :-)

Re: LE40C550 pvr ??

Posted: Tue Apr 03, 2012 12:13 pm
by dan67
Ok, insmode xfs.ko make nothing,
REC button on remote control make nothing.

LExxC5xx is without PVR REC.

[solved]