Page 1 of 1

Re: Cannot record from satellite

Posted: Sat Jan 10, 2015 12:03 am
by ARSik
for ES-series need to patch an function CPVRAppDrm::ReturnCurrentState in exeDSP. it is work for me (model ES7207). now I search for function, which encrypt srf-files

Re: Cannot record from satellite

Posted: Sat Jan 10, 2015 12:14 am
by zoelechat
ARSik wrote:for ES-series need to patch an function CPVRAppDrm::ReturnCurrentState in exeDSP. it is work for me (model ES7207). now I search for function, which encrypt srf-files
Not that obvious for common users, feel free to share your patches if you have something in releasable state ;)

Re: Cannot record from satellite

Posted: Sat Jan 10, 2015 12:26 am
by ARSik
now i am testing it. I will share it, when it will be done. but there are no way to patch exeDSP, so I patch it in RAM

Re: Cannot record from satellite

Posted: Sat Jan 10, 2015 12:29 am
by ARSik
if anyone can help me with compilation for samsung tv, I will be grateful

Re: Cannot record from satellite

Posted: Sat Jan 10, 2015 12:54 am
by zoelechat
ARSik wrote:but there are no way to patch exeDSP, so I patch it in RAM
Of course that's how it goes. You might check E/F Software sections, almost all existing patches have source included.
ARSik wrote:if anyone can help me with compilation for samsung tv, I will be grateful
Well I'm not developer but I succeed easily in compiling though. Just get any armv7 toolchain (check wiki for a well-tried one), set CC/CROSS_COMPILE to its prefix, make and... done. Then, more accurate details would need somebody who knows what he's talking about. :)