[App] libDumpSPM for H

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

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

[App] libDumpSPM for H

Post by sectroyer »

App simply decrypts all files passed in command line for example:

Code: Select all

samyGOso -d -A -B -l /tmp/libDumpSPM.so LICENSE:/tmp/widget.license /tmp/test1.js.spm /tmp/test2.js.spm
If you want to decrypt more files better put them on usb and do like this:

Code: Select all

find /dtv/usb/sda1/SPMdecrypt/ | grep \\.spm  > spms.txt
after that simply run this bash line:

Code: Select all

for i in `seq 50`; do echo "SPM: $i"; samyGOso -d -A -B -l /tmp/libDumpSPM.so LICENSE:/tmp/widget.license `head ./spms.txt -n 10 | tr '\n' ' '`; cat ./spms.txt | tail -n +10 >out.txt; mv out.txt spms.txt ; sleep 5; cat /dtv/DumpSPM.log; done
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 !!!!
smart_lover
SamyGO Project Donor
Posts: 161
Joined: Sun May 03, 2015 6:11 am

Re: [App] libDumpSPM for H

Post by smart_lover »

Thanks a lot. It works like a charm!
mcbane
SamyGO Project Donor
Posts: 32
Joined: Tue Nov 26, 2013 9:42 am

Re: [App] libDumpSPM for H

Post by mcbane »

Thanks. Decrypting is working :-)
madymax
SamyGO Project Donor
Posts: 2
Joined: Sat Nov 21, 2015 11:31 am

Re: [App] libDumpSPM for H

Post by madymax »

Not working on F series.
Is there a way to decrypt F series widgets?
"
samyGOso -d -A -B -l ../libDumpSPM.so LICENSE:./widget.license ./config.xml.spm
samyGOso: invalid option -- 'A'
usage: samyGOso -p PID {-c CONFIG | -l LIBNAME [-r (=resident)]} [-d (=debug on)]

samyGOso -d -l ../libDumpSPM.so LICENSE:./widget.license ./config.xml.spm
usage: samyGOso -p PID {-c CONFIG | -l LIBNAME [-r (=resident)]} [-d (=debug on)]

"
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libDumpSPM for H

Post by zoelechat »

I do NOT receive any PM. Please use forum.
User avatar
prairie
SamyGO Project Donor
Posts: 303
Joined: Wed May 04, 2011 10:30 pm

Re: [App] libDumpSPM for H

Post by prairie »

The bugficks lib works fine on F
PN60F8500AFXZA
T-FXPAKUC 1206.3 + SamyGO

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

Re: [App] libDumpSPM for H

Post by sectroyer »

Good. I just used this one today. Works like a charm ;)
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 !!!!
madymax
SamyGO Project Donor
Posts: 2
Joined: Sat Nov 21, 2015 11:31 am

Re: [App] libDumpSPM for H

Post by madymax »

I was using the H series one by mistake, I did not found the E/F one.
I will try tomorrow
Thanks guys
newyankee
SamyGO Project Donor
Posts: 2
Joined: Wed Oct 21, 2015 2:27 pm

Re: [App] libDumpSPM for H

Post by newyankee »

UE55H6290 here. I am trying to decrypt a bunch of apps from another country setting to re-install them as user apps. I got this done on my F-series with SPMdecrypt from another thread. However, I am miserably failing at this. I have to concede that I am not exactly a linux wiz...
Could you provide some more info on where to put the apps (****_img), then where to put libdumpSPM, how to set permissions and such.
Help is highly appreciated.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] libDumpSPM for H

Post by sectroyer »

Nowhere, you need to unpack ****_img to use this lib :)
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 !!!!

Post Reply

Return to “[H] Software”