Page 1 of 1

[APP] Seek Movie Player Patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Tue Apr 01, 2014 8:25 am
by sectroyer
This patch allows setting seek times for Movie Player (up/down/left/right).


For testing, not permanent!
After reboot TV starts in original state.
  1. Download patch file seekpatch_mst_mips.zip and extract from archive
  2. Via ftp transfer seekpatch file to /mtd_rwcommon/
  3. give proper permissions (telnet/netcat):

    Code: Select all

    chmod 775 /mtd_rwcommon/seekpatch
    if error, try
    SpoilerShow

    Code: Select all

    chmod +x /mtd_rwcommon/seekpatch
  4. Inject patch:

    Code: Select all

    cd /mtd_rwcommon
    ./seekpatch -n exeDSP -l -120 -r 120 -d
  5. Go to media player and check :)

Autostart Seekpatch as part of SamyGO Extensions
  1. Download "Seekpatch" patch and script.
  2. Copy "Seekpatch" patch over FTP to TV :

    Code: Select all

    /mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/bin
  3. Copy "Seekpatch" script over FTP to TV :

    Code: Select all

    /mtd_rwdata/widgets/user/SamyGO/SamyGO/etc/init.d

Re: [APP] Seek Movie Player Patch for D55xx/57xx/69xx MIPS/M

Posted: Wed Feb 11, 2015 8:34 am
by cmuc05
-u und -d options (up and down) are not implemented. Is there a chance to do?

Code: Select all

./01_03_seekpatch.init start
Looking for USB_STOP file on:
$/mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/bin
$/mtd_rwdata/widgets/user/SamyGO/SamyGO/opt/privateer/bin
seekpatch: invalid option -- 'u'
SeekPatch for D(MIPS) series v0.4.5 by sectroyer

error usage: seekpatch [-p PID | -n procname] -d (debug on)
        -p, --pid               pid of process to attach
        -n, --procname          name of process to attach
        -d, --debug             enable debug output

You can set left/right times using this switches:

        -l, --left              time in seconds for left key (def. -10)
        -r, --right             time in seconds for right key (def. 10)


Re: [APP] Seek Movie Player Patch for D55xx/57xx/69xx MIPS/M

Posted: Wed Feb 11, 2015 11:11 am
by sectroyer
cmuc05 wrote:-u und -d options (up and down) are not implemented. Is there a chance to do?
This one I don't know... Need to check ;)