Page 1 of 1

[APP] libSeekPatch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Mon Feb 23, 2015 10:53 am
by sectroyer
This patch allows to seek movies by custom amount of time in media player, using remote control directional keys.
If you're already using old seekpatch, please disable it before using this lib!!!
  • Get latest samyGOso from there and follow its installation procedure
  • Extract attached archives and copy libSeekPatch.so to /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso (create folder if needed)
  • Execute

    Code: Select all

    samyGOso -d -p `pidof exeDSP` -r -l /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libSeekPatch.so
    This sets default seek values to +/-30 seconds for right/left and +/-60 for up/down. To set custom values use this:

    Code: Select all

    samyGOso -d -p `pidof exeDSP` -r -l /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libSeekPatch.so LEFT:-20 RIGHT:20 UP:40 DOWN:-40
    Negative values are meant to rewind

    Logfile is written to /dtv/SeekPatch.log
  • Autostart:
    • Copy 99_96_SeekPatch.init 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

      #Seconds to seek, negative values to rewind
      LeftKey=-60
      RightKey=60
      DownKey=-300
      UpKey=300
    • Set permissions

      Code: Select all

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

Re: [APP] libSeekPatch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Wed Aug 12, 2015 6:12 pm
by teodorgly
Doesnt work on D5500

Re: [APP] libSeekPatch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Thu Aug 13, 2015 10:07 am
by sectroyer
teodorgly wrote:Doesnt work on D5500
What do you mean by "doesn't work" :) Please provide log :)

Re: [APP] libSeekPatch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Sun Apr 26, 2020 1:05 pm
by mollikooon
Hello,
it seems that the patch does not work (tested PVR timeshift and record playback) for me.
There is still the default (20) seek time and no reaction to the UP and DOWN keys.
Also the older "PVR Player Seek Patch" does not work.
I am using a Samsung UE37D5700 with the Firmware T-MST5DEUC_1027.0.
Start:
SpoilerShow

Code: Select all

samyGOso -d -p `pidof exeDSP` -r -l /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libSeekPatch.so LEFT:-10 RIGHT:10 UP:60 DOWN:-60
samyGOso v1.2.4 (c) bugficks 2013, sectroyer 2014
Injecting '/mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/usr/libso/libSeekPatch.so' resident: '1'
mprotect: 0x2cd9beac
dlopen: 0x2d280c10
dlclose: 0x2d280dcc
dlsymaddr: 0x2d280e30
pc=2d24f120 gp=2d24f120 ra=2d22bce4 sp=7ff4fb88 fp=0
status=1008c13 hi=1 lo=f24b7a00 badvaddr=48f114d0 cause=10800020 pc=2d22bd08
at=0 v0=200 v1=2aab3b20
a0=71d886c a1=80 a2=1 a3=1
stack: 0x7ff3c000-0x7ff51000 length = 0x15000
executing injection code at 0x7ff4f900
library injection completed!
Succeeded.
Log (/dtv/SeekPatch.log):
SpoilerShow

Code: Select all

[SeekPatch] SamyGO D (MIPS/MSTAR) libSeekPatch v0.3.2 - (c) sectroyer 2014
[SeekPatch] lib_init, Setting KEY_LEFT to: -10.000000!
[SeekPatch] lib_init, Setting KEY_RIGHT to: 10.000000!
[SeekPatch] lib_init, Setting KEY_UP to: 60.000000!
[SeekPatch] lib_init, Setting KEY_DOWN to: -60.000000!
[SeekPatch] _ZN17CAceMPVideoPlayer19ProcessDirectionKeyEPK7PTEvent [0x26f3984].
[SeekPatch] _ZN21CAceMPPlayControlBase4SkipEf [0x270f460].
[SeekPatch] init done...
What are ways to track down the error and how to fix this patch?

Re: [APP] libSeekPatch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Sun Apr 26, 2020 8:54 pm
by sectroyer
This lib is for changing seek values for movie player NOT PVR player. For that there is libPvrSeekPatch