[App] Seek Movie 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.

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

[App] Seek Movie 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 and KEY_LEFT/KEY_RIGHT. The last one has to be the same for both keys. TV uses positive value (10 seconds by default) for KEY_RIGHT and negative value (-10 seconds by default) for KEY_LEFT. It is possible to add different intervals for these two keys but requires putting additional code in exeDSP and current version is more then enough for me.

Update: Seek values removed (you just simply pass new values and patch will set them :D), changed patch to dynamic and added speed up improvements :)

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
greenhorn
SamyGO Project Donor
Posts: 701
Joined: Wed Feb 15, 2012 3:05 pm
Location: Eastern Europe

Re: [App] Seek Movie Player patch

Post by greenhorn »

Nice! Thank you!
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
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: [App] Seek Movie Player patch

Post by juusso »

Cool, don`t stop coding! :)
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
Mkò
Posts: 199
Joined: Fri Jul 29, 2011 2:34 pm

Re: [App] Seek Movie Player patch

Post by Mkò »

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

Re: [App] Seek Movie Player patch

Post by sectroyer »

Glad you like it. But If you would also post you TV model and firmware version it would be helpful. BTW you may check if this works on D series ;)
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
mmhorda
SamyGO Project Donor
Posts: 152
Joined: Tue Jan 25, 2011 11:23 am

Re: [App] Seek Movie Player patch

Post by mmhorda »

sectroyer wrote:Glad you like it. But If you would also post you TV model and firmware version it would be helpful. BTW you may check if this works on D series ;)
Hi.
Whiling to try but an instruction for the patch would be appreciated. :)
How do we change the values after patch is applied?
is it possible to revert everything back?

what is your TV and firmware version by the way?
Thank you in advance.
TV: LE40C750 - T-VALDEUC 3011.0
TV: UE40D6100 - T-GAS6DEUC 1026.0
TV: UE50ES6300 - T-MST10PDEUC 1042.0
NAS: MyBookLive 3Tb - Core F/W 02.43.03-022
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] Seek Movie Player patch

Post by sectroyer »

Simly running this:

Code: Select all

./seekpatch -n exeDSP --up 60 --down 60 --left-right 30 -d
Will change KEY_UP and KEY_DOWN times to 60s (originally it is plus "infinity" and minus "infinity") and 30 seconds for both left and right keys (-d will display useful debug information). After the reboot the patch will go away :)
I tried it on C650 FW 3008 :)
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 Movie Player patch

Post by greenhorn »

Great!

Code: Select all

# ./seekpatch -n exeDSP --up 60 --down 60 --left-right 30 -d
pc=42a64158 lr=42a67928 sp=be9408e0 fp=be940934
r0=fffffe00 r1=0
r2=1 r3=0
symbol: CRYPTHW_SetIV -> @0x016a2814
Found KEY_DOWN at @0x0162bfec
Found KEY_UP at @0x0162bfe8
Found KEY_LEFT/KEY_RIGHT at @0x0162a468
Finished scanning for addresses
Patching KEY_UP value at address: @0x0162bfe8 with value: 60
Patching KEY_DOWN value at address: @0x0162bfec with value: 60
Patching KEY_LEFT/KEY_RIGHT value at address: @0x0162a468 with value: 30
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 Movie 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 Movie Player patch

Post by greenhorn »

All is OK with 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

Post Reply

Return to “[C] Software”