Page 1 of 1

[App] Zoel PVR patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Sat Dec 27, 2014 11:02 pm
by sectroyer
Patch unlocks TV's built-in functionality to automatically add time before and after recording when scheduling from EPG.
ZoelPVR.jpg
  • Extract attached archives, FTP to TV and copy zoelpvrpatch file (not folder) to /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/bin
  • Telnet to TV and set file permissions

    Code: Select all

    chmod 775 /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/bin/zoelpvrpatch
  • Execute

    Code: Select all

    zoelpvrpatch -n exeDSP -d
    Command line accepts two more args to change default time to add before (-b) and after (-a) schedule. e.g.:

    Code: Select all

    zoelpvrpatch -n exeDSP -d -b 5 -a 10
    Accepted values for '-b' are 0 and 5 (TV default=5), the ones for '-a' are 0, 5, 10, 15, 20 (TV default=10)

    Patch can be injected repeatedly without rebooting the TV.
  • Autostart:
    • Copy 99_91_ZoelPVR.init from archive to /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d
      SpoilerShow
      You can edit prefered default values directly on top of script

      Code: Select all

      TimeBefore=5				# Default time before schedule: 0 or 5
      TimeAfter=10				# Default time after schedule: 0, 5, 10, 15 or 20
    • Set permissions

      Code: Select all

      chmod 775 /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d/99_91_ZoelPVR.init

Re: [App] Zoel PVR patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Wed Feb 11, 2015 8:36 am
by cmuc05
I get two (error) messages. Normal?
Unable to continue 'before' address location not found.
Unable to continue 'after' address location not found.

Code: Select all

./99_91_ZoelPVR.init start
checking /dtv/usb/sda1
checking /dtv/usb/sdn1
Applying Zoel PVR patch at: @0x0338b4dc with value: @0x24020008
Successfully patched Zoel PVR.
Unable to continue 'before' address location not found.
Unable to continue 'after' address location not found.


Re: [App] Zoel PVR patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Wed Feb 11, 2015 11:15 am
by sectroyer
cmuc05 wrote:I get two (error) messages. Normal?
Nope. It's NOT "normal"... Did the patch DO anything ? Please try running it manually with "-d" switch. Also could upload your exeDSP somewhere and PM me link?

Re: [App] Zoel PVR patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Wed Feb 11, 2015 4:38 pm
by cmuc05
He shows adding before time -5 and after +10, although I gave him 5 in TimeAfter
So he did something deafult

I will send you exeDSP in a PM

Re: [App] Zoel PVR patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Wed Feb 11, 2015 4:50 pm
by zoelechat
cmuc05 wrote:He shows adding before time -5 and after +10
So he did something default
That's TV defaults, this functionality is built-in, just not enabled :)

Re: [App] Zoel PVR patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Wed Feb 11, 2015 5:13 pm
by cmuc05
zoelpvrpatch -n exeDSP -b 5 -a 5 -d

Code: Select all

gp=2d24f120 ra=2d22bce4 sp=7fcbb758 fp=0
r0=200 r1=6b25001c
r2=200 r3=2aab3b20
SHM, created: 0
symbol: _ZN20CZiggoTimerRecording4ShowEP9TCChannelP9TCProgramb -> @0x0339bbd0
Applying Zoel PVR patch at: @0x0338b4dc with value: @0x24020008
Successfully patched Zoel PVR.
Unable to continue 'before' address location not found.
Unable to continue 'after' address location not found.
Patching completed!

Re: [App] Zoel PVR patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Wed Feb 11, 2015 7:51 pm
by sectroyer
New version. Bug fixed :)