[App] Seek PVR Player patch

Here are software that related with Samsung C series TVs, applications, programs that will run in your TV or computer...:!:This forum is NOT FOR USER QUESTIONS or Problems.
Post Reply

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

[App] Seek PVR Player patch

Post by sectroyer »

Hello.
This is working (at least for me ;)) patch for C series that changes the seek time for KEY_UP, KEY_DOWN, KEY_LEFT and KEY_RIGHT. You have to always specify a value for KEY_UP and KEY_DOWN. For KEY_LEFT or KEY_RIGHT you can set a different value for any playback rate from 0x to 4x.

The patch takes few seconds (1 - 3) to complete. That's completely normal and is caused by very limited number of function symbols in my exeDSP (not sure if that's true for all models/firmware versions). Nevertheless it's pretty stable and even allows multiple changes (doesn't require setting any additional options) without the need to restart the TV. Hope you will enjoy it :)

Please post your TV model and firmware version.

New version please test :)
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 !!!!
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [App] Seek PVR Player patch

Post by juusso »

For D series it won`t find function

Code: Select all

./pvrseekpatch -p `pidof exeDSP` -u 20 -o 20 -0 30 -1 60 -2 120 -3 180 -4 240 -d
pc=41cdb670 lr=41cdb65c sp=befce088 fp=5b0e13c
r0=fffffe00 r1=80
r2=1 r3=0
symbol: _XmlParser_handleCharacterData -> @0x00000000
Unable to patch KEY_UP/KEY_DWON value. Address not found.
Patching completed!
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Seek PVR Player patch

Post by sectroyer »

Yeah D series differ to much. Bot nothing to worry I've already started reading the assembly for this device :)
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 !!!!
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [App] Seek PVR Player patch

Post by greenhorn »

All is fine here:
SpoilerShow

Code: Select all

# ./pvrseekpatch -p `pidof exeDSP` -u 20 -o 20 -0 30 -1 60 -2 120 -3 180 -4 240 -d
pc=42a64158 lr=42a67928 sp=be9408e0 fp=be940934
r0=fffffe00 r1=0
r2=1 r3=0
symbol: _XmlParser_handleCharacterData -> @0x012f7384
Found table for KEY_LEFT/KEY_RIGHT values at @0x0137d080
Found second place for KEY_UP/KEY_DOWN patch at @0x0137ceb0
Found first place for KEY_UP/KEY_DOWN patch at @0x0137cc3c
Finished scanning for addresses
Original value 0x for KEY_LEFT: -20.000000
Original value 0x for KEY_RIGHT: 20.000000
Original value 1x for KEY_LEFT: -30.000000
Original value 1x for KEY_RIGHT: 30.000000
Original value 2x for KEY_LEFT: -40.000000
Original value 2x for KEY_RIGHT: 40.000000
Original value 3x for KEY_LEFT: -70.000000
Original value 3x for KEY_RIGHT: 70.000000
Original value 4x for KEY_LEFT: -120.000000
Original value 4x for KEY_RIGHT: 120.000000
Patching KEY_LEFT 0x value at address: @0x0137d085 with value: -30
Patching KEY_LEFT 1x value at address: @0x0137d086 with value: -60
Patching KEY_LEFT 2x value at address: @0x0137d08a with value: -120
Patching KEY_LEFT 3x value at address: @0x0137d08f with value: -180
Patching KEY_LEFT 4x value at address: @0x0137d082 with value: -240
Current value 0x for KEY_LEFT: -30.000000
Current value 0x for KEY_RIGHT: 20.000000
Current value 1x for KEY_LEFT: -60.000000
Current value 1x for KEY_RIGHT: 30.000000
Current value 2x for KEY_LEFT: -120.000000
Current value 2x for KEY_RIGHT: 40.000000
Current value 3x for KEY_LEFT: -180.000000
Current value 3x for KEY_RIGHT: 70.000000
Current value 4x for KEY_LEFT: -240.000000
Current value 4x for KEY_RIGHT: 120.000000
Patching KEY_UP/KEY_DOWN first branch at address: @0x0137cc3c with value: 0xaa000093
Patching KEY_UP/KEY_DOWN second branch at address: @0x0137ceb8 with value: 0xe320f000
Patching KEY_UP/KEY_DOWN values at address: @0x0137ce94 with values: 20 and 20
Patching KEY_UP/KEY_DOWN str instruction: @0x0137ceb4 with value: 0xe5883000
Patching completed!
#
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Seek PVR Player patch

Post by sectroyer »

App updated. Link in the first post points to newer version. You should notice significant speed improvement :) Please test and report if this version works for everyone?
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 !!!!
User avatar
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [App] Seek PVR Player patch

Post by greenhorn »

Works OK the latest update.
TV: UE40F7000 - T-FXPDEUC-1115.0 - SamyGO Extensions on F series
TV: UE55ES7000S - T-ECPDEUC-2003.4 - SamyGO tool Right from USB - no develop account is needed
TV: UE40C6710 - T-VALDEUC 3011 - Hacking TV over Hotel mode (C650 T-VALDEUC-3009.2)
BD-Player: BD-E6100 - B-FIRBPEWWC 1063.3 - rooted, no more Cin@vi@
NAS: CIFS: MAG250 NFS: Playon!HD
tempinbox
Posts: 317
Joined: Wed May 11, 2011 7:00 pm

Re: [App] Seek PVR Player patch

Post by tempinbox »

tried on 3008.3 3011 3018.1 and it works!

Post Reply

Return to “[C] Software”