Page 1 of 1

[App] PVR Player Seek Patch for D55xx/57xx/69xx MIPS/MSTAR

Posted: Sun May 25, 2014 1:03 pm
by sectroyer
This patch allows setting seek times for PVR Movie Player (up/down/left/right).


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

    Code: Select all

    chmod 775 /mtd_rwcommon/pvrseekpatch
    if error, try
    SpoilerShow

    Code: Select all

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

    Code: Select all

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

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

    Code: Select all

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

    Code: Select all

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

Re: [App] PVR Player Seek Patch for D55xx/57xx/69xx MIPS/MST

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

Code: Select all

./01_03_PVRseekpatch.init start
Looking for USB_STOP file on:
pvrseekpatch: invalid option -- 'u'
PVR Seek Patch for D(MIPS) series v0.4.5 by sectroyer

error usage: pvrseekpatch [-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. -20)
        -r, --right             time in seconds for right key (def. 20)

Re: [App] PVR Player Seek Patch for D55xx/57xx/69xx MIPS/MST

Posted: Wed Feb 11, 2015 11:08 am
by sectroyer
cmuc05 wrote:-u und -d options (up and down) are not implemented. Is there a chance to do?
Yeah now we have "new technology" and I hope to write second version of patch that WILL support it :)