PDA

View Full Version : [VU+ Duo2] Softcam-Manager shows empty entry



2stein
15-02-16, 19:25
why is there an empty softcam entry?

46816

judge
15-02-16, 20:37
Not sure why you're blanking things out there but doesn't help in explaining your issue? :confused:

2stein
15-02-16, 20:53
well, why would the name of softcams create empty entries?
but here they are: they are all "scam_xyz"

abu baniaz
15-02-16, 21:15
What cams are contained in /usr/softcams

2stein
15-02-16, 23:41
as i wrote in the previous post: 3 different versions of scam called scam_xyz.
but i'm wondering what that matters?
shouldn't the softcam manager just list, what's in /usr/softcams????
why would it create an empty entry?

2stein
16-02-16, 00:01
btw. i suspect that the empty entry is the link back to /usr.

2stein
16-02-16, 10:13
btw. i suspect that the empty entry is the link back to /usr.
no, that's wrong.
when /usr/softcams is empty there is no checkbox at all.

twol
16-02-16, 11:34
I recently had both CCcam and Oscam installed whilst I changed over to Oscam, and I only saw 2 entries.

2stein
16-02-16, 11:50
well, i also had more than one softcam in the past and didn't have an empty entry.
it just showed up recently... wonder what caused it...

twol
16-02-16, 12:11
well, i also had more than one softcam in the past and didn't have an empty entry.
it just showed up recently... wonder what caused it...
Yep, kind of strange, like a Ghost - does it allow you to tick it? or is it just a dummy entry?

2stein
16-02-16, 12:24
yes, i ticked it... and even started it... "non-standard softcam" message showed up. :eek:
they probably introduced the vix-spy-softcam and forgot to hide the checkbox :smash:

rossi2000
16-02-16, 12:32
yes, i ticked it... and even started it... "non-standard softcam" message showed up. :eek:
they probably introduced the vix-spy-softcam and forgot to hide the checkbox :smash:

oops! :thumbsup:

2stein
16-02-16, 12:45
had a look at the code and couldn't find anything suspicious, though :p
it does a simple:

def selectionChanged(self):
cams = listdir('/usr/softcams')

judge
16-02-16, 13:03
Take a screenshot of your softcams directory with hidden items included, no need to blank out any entries this time.

2stein
16-02-16, 13:09
"ls -la" good enough?

2stein
16-02-16, 13:19
there is another bug in softcammanager.py:
when i start scam_xyz no "non-standard softcam" message shows up.
when i restart scam_xyz the message shows up.
but this one can be easily fixed with a "elif" statement.

abu baniaz
16-02-16, 13:36
IIRC, the cam names had to be specific. if not, they could cause issues. Someone who was building his pwn oscam had some issue.

2stein
16-02-16, 13:50
yes, the code checks for the beginning of the softcam name and depending on the beginning of the filename (scam, oscam, cccam, etc.) it checks whether config files are available. (what's a bit strange is that the checks are a bit different between start and restart... shouldn't in imho)
but other than that nothing else is checked.
scam..... goes thru without any other requirement.

2stein
16-02-16, 19:02
i only checked the empty box for autostart... this is what is stored in settings:

config.softcammanager.softcams_autostart=['/usr/softcams/\x18']
your turn! :D

2stein
16-02-16, 19:23
when i do a ls -la i don't see anything else than the softcams, but when i use the windows explorer i see a file.

_2X68P~J
deleted it and the empty entry ist gone :-)

twol
16-02-16, 19:46
As mentioned obviously the OpenVIX GCHQ special addition:)

abu baniaz
16-02-16, 19:54
Why don't you jsut upload the cams and maybe someone can have a look at it if they can be bother after such absurd accusations.

2stein
16-02-16, 20:02
why would the cams have anything to do with that problem... i have seen such files with strange filenames in other directories as well... /home/root for example.
when i checked them with vi they looked like they contained epg garbage.

abu baniaz
16-02-16, 20:29
You conceal the names of what you are installing. You do not want to upload either. Maybe the forum is not the right place for your discussion.

I have found the thread where someone else had an issue with self compiled cams. You can search for yourself.

2stein
16-02-16, 21:58
will do. thanks for your help.

zzz1412
20-02-17, 10:49
"ls -la" good enough?