Page 1 of 1
ue55h6500 i need to hide age restricions
Posted: Wed Jan 27, 2016 6:07 am
by BigT187
Hi,
I'm using Ci module for watching satellite programs on tv. These modules has a parental control that i couldn't just turn off. And everytime i watching something +16 i must enter pin code again and again. So tell me is there any option to turn off or hide the age restrictions from CI module that are provided with every audition? I want to ONLY hide this thing (not the whole description of the programs). Please help

firmware 1108
Re: ue55h6500 i need to hide age restricions
Posted: Wed Jan 27, 2016 9:55 am
by zoelechat
Try
[App] libHideVarious B/C/D/E/F/H
- PARENTAL_LOCK - Completely disable parental lock (in case TV still asks pincode on -18, even disabled in menu).
Should probably work, except if pincode request is CI specific maybe (?)
Re: ue55h6500 i need to hide age restricions
Posted: Thu Jan 28, 2016 7:47 pm
by BigT187
Much thanks for your reply.
First i'll try this method on my rooted 32d6500, because i don't root my 55h6500 yet (i though to hide parental lock i need to only set something in service menu etc.). But i spent a long hours to figure it out how to do that (sorry, i'm a little dummie). In the internet i found program FileZilla 3.14.1 that allows me to add (by binary transfer) "samoGOso" and "libHideVarious.so" into tv files. Ok, but next i stuck in the point:
Code: Select all
Execute:
samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libHideVarious.so [arg1...argN]
I also download PuTTY and connect via telnet, port 21 (others didn't work) and it's look like connected -> "220 Operation successful". Next i write down:
Code: Select all
samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libHideVarious.so [PARENTAL_LOCK]
but it give me back text "500 Unknown comand".
How and where can i add this command to block parental lock (maybe PuTTY (or rather me) doesn't work correctly?) ?
Re: ue55h6500 i need to hide age restricions
Posted: Thu Jan 28, 2016 8:24 pm
by zoelechat
Port 21 is FTP, can't be Telnet

I think on D you have to connect to port 1023, or maybe to webshell, check
Wiki.
Btw:
zoelechat wrote:-[ ] around arguments mean as usual they're OPTIONAL, you must not copy/paste them in commandline
Re: ue55h6500 i need to hide age restricions
Posted: Sat Jan 30, 2016 4:33 pm
by BigT187
A'ight i found the permission settings in FileZilla. Now samyGOso, libHideVarious.so and 99_90_HideVarious.init has -rwxr-xr-x. Also I execute:
Code: Select all
samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libHideVarious.so PARENTAL_LOCK
in webshell:
Code: Select all
bla, bla, bla...
stack: 0xbe86a000-0xbe87f000 length = 86016
executing injection code at 0xbe87e1b4
library injection completed!
Succeeded.
and change in 99_90_HideVarious.init: OPTIONS="PARENTAL_LOCK"
Everything succeeded but i still have the age restrictions in channel info, and still asking for pin code. Am I done something wrong?
Please, help.
Re: ue55h6500 i need to hide age restricions
Posted: Sat Jan 30, 2016 4:44 pm
by zoelechat
I don't think you did anything wrong, parental control is probably handled by CI module itself and there unsupported by patch.
zoelechat wrote:Should probably work, except if pincode request is CI specific
Re: ue55h6500 i need to hide age restricions
Posted: Sat Jan 30, 2016 5:04 pm
by BigT187
No, I just turn on TV without CI module, watching non-satellite programs and it still show the age restriction in channel info. So it doesn't have connection with CI module. Maybe there's another way to hide it or I did something wrong?
Re: ue55h6500 i need to hide age restricions
Posted: Sat Jan 30, 2016 5:56 pm
by zoelechat
No idea

Re: ue55h6500 i need to hide age restricions
Posted: Sat Jan 30, 2016 9:14 pm
by BigT187
Ok but thanks anyway. Maybe in H series it will work
