[App] libScreenShot E/F/H

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

User avatar
blackbox
SamyGO Project Donor
Posts: 144
Joined: Sun Mar 22, 2015 3:33 am
Location: Germany

Re: [App] libScreenShot E/F/H

Post by blackbox »

very fast :)

and it works perfect

Code: Select all

samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libScreenShot.so ALT
Injecting '/mnt/opt/privateer/usr/libso/libScreenShot.so' resident: '0'
mprotect: 0x4227c020
dlopen: 0x424a0d80
dlclose: 0x424a0e14
dlsymaddr: 0x424a0e78
pc=42324eec lr=42324ed0 sp=bdc5b150 fp=d1f1400
r0=d1f1404 r1=80
r2=1 r3=0
stack: 0xbdc3b000-0xbdc5c000 length = 135168
executing injection code at 0xbdc5b004
library injection completed!
Succeeded.
Thnx
You do not have the required permissions to view the files attached to this post.
UE48H6600 - T-GFSDEUC_1230.4 - SamyGO by mihd (stabel) and Oscam SVN r11399 Support.... :D
UE46ES6300 - T-MST10PDEUC_2007.0 SamyGO (stabel) and Oscam SVN r11399 Support.... :D
UE55J5550SU - T-HKMFDEUC_1480.4 - SamyGO and Oscam SVN r11399 Support....
!!!! Block OTN Update with Rooter !!!!
smart_lover
SamyGO Project Donor
Posts: 161
Joined: Sun May 03, 2015 6:11 am

Re: [App] libScreenShot E/F/H

Post by smart_lover »

Is there a way to take screenshot like below:

Code: Select all

samyGOso -A -l /mnt/opt/privateer/usr/libso/libScreenShot.so PATH:/dtv/usb/sda1/Screenshot/MyDesiredFileName.bmp
I want to save screenshot with my desired name instead of 'YYYYMMDDHHMMSS'.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libScreenShot E/F/H

Post by zoelechat »

Let me look at usage... No :)
But you can easily rename file through a bash script as soon as it's captured. Look for 20*.bmp, it will work until 31 dec 2099 ;)
Check log to know approximately how long to sleep before mv

Code: Select all

[ScreenShot] Capture process took: 1088ms
I do NOT receive any PM. Please use forum.
smart_lover
SamyGO Project Donor
Posts: 161
Joined: Sun May 03, 2015 6:11 am

Re: [App] libScreenShot E/F/H

Post by smart_lover »

zoelechat wrote:Let me look at usage... No :)
But you can easily rename file through a bash script as soon as it's captured. Look for 20*.bmp, it will work until 31 dec 2099 ;)
Check log to know approximately how long to sleep before mv

Code: Select all

[ScreenShot] Capture process took: 1088ms
Thanks for your suggestion. But, I have many screenshot on my USB screenshot folder and I have to reorder it, based on file name and get the last one as my most recent screenshot file!
Is there any better solution to get file name during command run? I think getting saved file name is more practical during libScreenShot running.
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libScreenShot E/F/H

Post by zoelechat »

Yeah, save filename is written in log, just parse it :)
I do NOT receive any PM. Please use forum.
smart_lover
SamyGO Project Donor
Posts: 161
Joined: Sun May 03, 2015 6:11 am

Re: [App] libScreenShot E/F/H

Post by smart_lover »

JPG - Save capture as JPEG. (Known to cause crash on some TVs, especially H).
Is there a way to Save in another format(Smaller and compressed one..like PNG)?! BMP files are huge in size.
I use JPG in E series without any problem. But in H series it will reboot TV!
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libScreenShot E/F/H

Post by zoelechat »

No. You might try ALT method to save as JPG, maybe it will work. Otherwise you still can compile some commandline tool for conversion. Here's even a ready binary :D :
bmp2png.zip
Every possibilities are always listed in first post, there are no "hidden" features (except sometimes to protect the innocent...)
(Known to cause crash on some TVs, especially H).
At least I don't lie :P (actually what you call "reboot" IS crash)
You do not have the required permissions to view the files attached to this post.
I do NOT receive any PM. Please use forum.
smart_lover
SamyGO Project Donor
Posts: 161
Joined: Sun May 03, 2015 6:11 am

Re: [App] libScreenShot E/F/H

Post by smart_lover »

zoelechat wrote:No. You might try ALT method to save as JPG, maybe it will work. Otherwise you still can compile some commandline tool for conversion. Here's even a ready binary :D :
bmp2png.zip
Every possibilities are always listed in first post, there are no "hidden" features (except sometimes to protect the innocent...)
(Known to cause crash on some TVs, especially H).
At least I don't lie :P (actually what you call "reboot" IS crash)
ALT method works well(Screenshot will be created), But after running it, Remote control will be disconnected from TV(TV will not recognize any button hit on remote control.I think it is some kind of TV crash!).

But bmp2png works well and it is actually my solution.Thanks
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libScreenShot E/F/H

Post by zoelechat »

smart_lover wrote:ALT method works well(Screenshot will be created), But after running it, Remote control will be disconnected from TV(TV will not recognize any button hit on remote control.I think it is some kind of TV crash!).
Are you using latest version from first post (v0.2.9)? I fixed some time ago some typo on mem freeing that caused such "final crash" using ALT method...

Right, "TV held" is also called crash ;)
I do NOT receive any PM. Please use forum.
smart_lover
SamyGO Project Donor
Posts: 161
Joined: Sun May 03, 2015 6:11 am

Re: [App] libScreenShot E/F/H

Post by smart_lover »

zoelechat wrote:
smart_lover wrote:ALT method works well(Screenshot will be created), But after running it, Remote control will be disconnected from TV(TV will not recognize any button hit on remote control.I think it is some kind of TV crash!).
Are you using latest version from first post (v0.2.9)? I fixed some time ago some typo on mem freeing that caused such "final crash" using ALT method...

Right, "TV held" is also called crash ;)
You were right, After using latest version(0.2.9) ALT method works without any TV crash for me.
Using ALT method is the best solution for me.Thanks

Post Reply

Return to “[F] Software”