[App] PVR+ 3.x

Here are software that related with Samsung B series TVs. Like hex editors, new version of BusyBox or internal software, app programs that will run in your TV hardware.:!:This forum is NOT FOR USER QUESTIONS or Problems.

nostromo1983
Posts: 72
Joined: Sat Nov 07, 2009 4:39 pm

Re: PVR+ 3.x

Post by nostromo1983 »

geo650 wrote:
nostromo1983 wrote:Hi geo650, so i've tried running your package with the pached .so files.
I copied the package into /mtd_contents/mods/PVRplus/
...
Seems like the module is not injected into exeDSP?
...
Oops, I was thinking there is only SDL problem. Those patched files were the ones statically linked with SDL library.
Well, please check /mtd_ram partition for any files and quote here. For example:

Code: Select all

ls -la /mtd_ram
cat /mtd_ram/PVRplus_debug.log       # if exist
P.S. Do it after calling PVR+.
I dont see any log file into /mtd_ram or in any other place.
Actually i dont know how to be certain that injectso has injected the lib into the process, because i dont see the module listed into /proc/45/maps nor i see any readable result into injectso output except:

Code: Select all

# nice -n 19 ./injectso $(pidof exeDSP) /mtd_contents/mods/PVRplus/loader.so Game_Main /mtd_contents/mods/PVRplus/

Module injector V1.2 for ARM based CPUs.
(copyleft) SmartSmurf 2010 (smartsmurf@shared-files.de)

Info: Import dlopen set at 0x004aa27c
Info: Import dlsym set at 0x004a9898
Info: Import dlclose set at 0x004a9370
Info: current register set:
R0 =0xFFFFFFFC R1 =0x00000000 R2 =0x00000001 R3 =0x00000000
R4 =0x00000001 R5 =0x02542DC0 R6 =0x01FF2E48 R7 =0x000000F0
R8 =0x00000000 R9 =0x00000000 R10=0xBED94A78 R11=0x00000000
R12=0x00000001 SP =0xBED94A68 LR =0x4005DA44 PC =0x4005B008
CPSR=0x80000010

Info: new SP for inject code 0xBED94668
Done.

# ls -la /mtd_ram/*
ls: /mtd_ram/*: No such file or directory

loader.so:  ELF 32-bit LSB shared object, ARM, version 1 (SYSV), stripped
osd_ttf.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), stripped
pvrplus.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), stripped
Is it normal i dont see statically linked for .so? Also the injectso command line is ok?
Samsung LE32B554 T-CH5DEUC 2006.0 with patched u-boot for usb boot with OpenEmbedded custom kernel with network supported and usb rootfs
geo650
Official SamyGO Developer
Posts: 303
Joined: Wed Oct 07, 2009 12:03 pm

Re: PVR+ 3.x

Post by geo650 »

nostromo1983 wrote:# ls -la /mtd_ram/*
ls: /mtd_ram/*: No such file or directory
Do it again. Please see the output on my TV:

Code: Select all

# ls -la /mtd_ram/*
ls: /mtd_ram/*: No such file or directory
# ls -la /mtd_ram
drwxrwxrwt    2 root     0              60 Jan  1  1970 .
drwxr-xr-x   22 root     0             396 Feb  4  2009 ..
-rw-r--r--    1 root     0               0 Jan  1  1970 .pvrplus
#
I have no answer for your other questions. Maybe someone else. I am not using injectso to load PVR+.
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: PVR+ 3.x

Post by juusso »

Request: is here any chance to use DLNA as source for source button?
Thanks!
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
geo650
Official SamyGO Developer
Posts: 303
Joined: Wed Oct 07, 2009 12:03 pm

Re: PVR+ 3.x

Post by geo650 »

juuso wrote:Request: is here any chance to use DLNA as source for source button?
Thanks!
Hmmmmm,... I don't know how.... There are no DLNA [virtual] button like HDMI1, HDMI2 etc. It might be difficult.

BTW, is there any person that uses DLNA on rooted device? :D
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: PVR+ 3.x

Post by juusso »

B series IPTV solution i will post...
Xupnpd for arm runs well on tv...
Thats why i asked.
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
nostromo1983
Posts: 72
Joined: Sat Nov 07, 2009 4:39 pm

Re: PVR+ 3.x

Post by nostromo1983 »

geo650 wrote:
nostromo1983 wrote:# ls -la /mtd_ram/*
ls: /mtd_ram/*: No such file or directory
Do it again. Please see the output on my TV:

Code: Select all

# ls -la /mtd_ram/*
ls: /mtd_ram/*: No such file or directory
# ls -la /mtd_ram
drwxrwxrwt    2 root     0              60 Jan  1  1970 .
drwxr-xr-x   22 root     0             396 Feb  4  2009 ..
-rw-r--r--    1 root     0               0 Jan  1  1970 .pvrplus
#
I have no answer for your other questions. Maybe someone else. I am not using injectso to load PVR+.
I've tried again, and i cant seem to inject the module into the process.

Code: Select all

# nice -n 19 ./injectso $(pidof exeDSP) /mtd_contents/mods/PVRplus/loader.so Game_Main /mtd_contents/mods/PVRplus/

Module injector V1.2 for ARM based CPUs.
(copyleft) SmartSmurf 2010 (smartsmurf@shared-files.de)

Info: Import dlopen set at 0x004aa27c
Info: Import dlsym set at 0x004a9898
Info: Import dlclose set at 0x004a9370
Info: current register set:
R0 =0xFFFFFFFC R1 =0x00000000 R2 =0x00000001 R3 =0x00000000
R4 =0x00000001 R5 =0x02515050 R6 =0x01FF2E48 R7 =0x000000F0
R8 =0x00000000 R9 =0x00000000 R10=0xBEC03A78 R11=0x00000000
R12=0x00000001 SP =0xBEC03A68 LR =0x4005DA44 PC =0x4005B008
CPSR=0x80000010

Info: new SP for inject code 0xBEC03668
# ls -la /mtd_ram
total 1
drwxrwxrwt    2 root     0               40 Jan  1 00:00 .
drwxr-xr-x   18 root     0              330 Apr  6  2009 ..
#
Is there anybody that has sucessfully used injectso to load this application into B series (B650?) I start to wonder if it can be done, and also i'm not sure about my injection command line (though i use the same for other module and that are working well (chaninfo/samygodca)).
Samsung LE32B554 T-CH5DEUC 2006.0 with patched u-boot for usb boot with OpenEmbedded custom kernel with network supported and usb rootfs
atulb
Posts: 7
Joined: Thu Nov 17, 2011 6:20 am

Re: PVR+ 3.x

Post by atulb »

Application could not be started. What am i doing wrong?
TV UN46B7000
Soft Ver. 1013.0
madkai93
Posts: 15
Joined: Mon Aug 15, 2011 9:21 pm
Location: Germany

Re: PVR+ 3.x

Post by madkai93 »

geo650 wrote:
madkai93 wrote:...I need to record to SamyGo Virtual USB/smb/IP/recording
Is there any way to set it like in SamyGoPVR?
Please create a script PVRplus/scripts/MOVIE001.sh which will mount your network share in /mtd_wiselink/MOVIE001 and select MOVIE001 target for recording.
Can someone tell me how to mount? I tried a few ,but PVR+ always says target not ready.
What?s wrong with this:

Code: Select all

mount -t ntfs /dtv/usb/sdb/smb/192.168.178.1/FRITZ.NAS/IC35L080-AVVA07-0-01 /mtd_wiselink/MOVIE001
LE32B650 CI
flashi
Posts: 1
Joined: Thu Dec 29, 2011 9:58 am

Re: PVR+ 3.x

Post by flashi »

Hi there,

first of all - i'm a newbie - i love this awesome project!!!
Thank you to all developers for spending their time to realize this project.
You did a really good job :P

Btw. i love the icons.

I tried the PVR+ APP, "dzi?kuj?" to the developer, it works wonderfull.
But there is one spot, when i play the recorded movie the ratio doesn't fit and i can't select another one.

What i'm doing wrong?
LE37B650 CI+ Firmware 2006.0 unpatched
cable TV , DVB-C, CI+ not used
german native speaker
samybill
Posts: 50
Joined: Mon Nov 07, 2011 10:07 am
Location: "s-Hertogenbosch, Netherlands

Re: PVR+ 3.x

Post by samybill »

geo650 wrote:
samybill wrote:CI+ seems to work like trojan horse...
Wow. I hate CI+ already, even I have no CI+ in my TV.
I think, this is a subject for a separate forum's thread.
Talking action with a new thread:
Record TV with PVR+ and a CI+ module inserted
http://forum.samygo.tv/viewtopic.php?f=5&t=3023
LE40B652 CI+ Firmware 2006.0 unpatched
cable TV , DVB-C over CI+

Post Reply

Return to “[B] Software”