[App] SamyGO PVRAnyDev E/F Series

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.

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

Re: [App] SamyGO PVRAnyDev E/F Series

Post by zoelechat »

First shot... Already works, maybe will need optimization/debugging, thanks sectroyer for "inspiration" ;) :
<Attachment removed, new version below>

-Daemon implemented, now supports hotplug
-Any device containing CONTENTS folder will be considered as recording one
-When a device is plugged, popup always shows "normal" device, this can't be avoided (I suppose), go to AllShare/device list
-Still possible to not use daemon (as previous version) by setting a fixed device on top of script
-Need to be tested on F-series with RecordingFS="ext4" to see if the trick works as well
Last edited by zoelechat on Sat Mar 08, 2014 12:14 am, edited 3 times in total.
I do NOT receive any PM. Please use forum.
User avatar
fluffi444
SamyGO Project Donor
Posts: 568
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

Re: [App] SamyGO PVRAnyDev E/F Series

Post by fluffi444 »

Absolutly stunning! Works like a charm!

Re- and De-pluged devices several times... Works everytime, with the mentioned "limitations" of the recognition as an normal USB device. But this is ABSOLUTLY OK! :-)

And may be good also, because some other files of interest could be on the USB Dev.

Repluged it in AllSharePlay and saw that right after "New Devices Window" is gone it turns from normal device to a recording one...

This is an perfect solution! (in my opinion)

Many thanks for this nice work, Zoel !

EDIT
Tested also a "new" USB Stick (never recorded on it before) and made (emty) CONTENTS-Folder manually from PC - Works also! :-)
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] SamyGO PVRAnyDev E/F Series

Post by zoelechat »

Update:
-Added automatic detection of E/F series
-Some cleaning...

Autostart:
  • Extract libPVRAnyDev.so from first post archive to /mnt/opt/privateer/usr/libso (folder may not exist on E series, create it if needed)
  • Extract samyGOso from first post archive to /mnt/opt/privateer/usr/bin if not already present
  • Telnet to TV and set file permissions if it wasn't there:

    Code: Select all

    chmod 755 /mnt/opt/privateer/usr/bin/samyGOso
  • Extract 02_05_PVRtoAnyDev.init from this post archive to /mnt/etc/init.d
  • Set permissions:

    Code: Select all

    chmod 755 /mnt/etc/init.d/02_05_PVRtoAnyDev.init
  • Reboot TV
You do not have the required permissions to view the files attached to this post.
Last edited by zoelechat on Fri Jan 16, 2015 1:25 am, edited 4 times in total.
Reason: F: Changed exeTV to exeAPP in both first post and autostart script
I do NOT receive any PM. Please use forum.
sectroyer
Official SamyGO Developer
Posts: 6305
Joined: Wed May 04, 2011 5:10 pm

Re: [App] SamyGO PVRAnyDev E/F Series

Post by sectroyer »

Good to know it works. I was suprised it's so simple to manipulate devices list when playing around with exfat :)
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
bugficks
Official SamyGO Developer
Posts: 1062
Joined: Tue Jun 25, 2013 3:56 pm

Re: [App] SamyGO PVRAnyDev E/F Series

Post by bugficks »

guess lordbyte has to test. i cant, no pvr functionality here.
User avatar
fluffi444
SamyGO Project Donor
Posts: 568
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

Re: [App] SamyGO PVRAnyDev E/F Series

Post by fluffi444 »

zoelechat wrote:Update
No issues found - works as good as V01.
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by zoelechat »

<...discussion continued from other thread...>

Seeing output, PVRAnyDev script is well started (daemon is started), but libPVRAnyDev.so itself is not injected.
Did you check .so path in script? Is samyGOso in a folder included in $PATH, and chmodded to at least +x/755?
I do NOT receive any PM. Please use forum.
karo2204
SamyGO Project Donor
Posts: 137
Joined: Fri Feb 07, 2014 10:09 am
Location: M?nchen
Contact:

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by karo2204 »

When I start PVRAnyDev I can record to my HDD and decrypt at the same time.

I will have a look because of the rest. Should it normally startup automatically?
Samsung TV: UE46F6500
Website: http://www.karolin-bierbrauer.de
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by juusso »

Code: Select all

source /dtv/SGO.env
ls -la $LIBSO_DIR/*
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
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: PVR Decoder for Linux/Unix/Mac OS X (Console Script)

Post by zoelechat »

karo2204 wrote:When I start PVRAnyDev I can record to my HDD and decrypt at the same time.

I will have a look because of the rest. Should it normally startup automatically?
It is now absolutely sure that your scripts are well launched on startup, so you need to figure out why libs are not injected
I do NOT receive any PM. Please use forum.

Post Reply

Return to “[F] Software”