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

for D series MIPS models (firmware T-MST5...)
Post Reply

sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post 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
You do not have the required permissions to view the files attached to this post.
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
teodorgly
Posts: 6
Joined: Tue Aug 11, 2015 6:24 pm

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

Post by teodorgly »

Doesnt work on D5500
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post by sectroyer »

teodorgly wrote:Doesnt work on D5500
What do you mean by "doesn't work" :) Please provide log :)
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
mollikooon
Posts: 5
Joined: Sat Feb 23, 2019 11:42 pm

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

Post 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?
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

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

Post by sectroyer »

This lib is for changing seek values for movie player NOT PVR player. For that there is libPvrSeekPatch
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":)
If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!
If you want root DISABLE internet access to your device!!!!
DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!

Post Reply

Return to “MIPS”