Thanks Thanks:  0
Likes Likes:  0
Page 3 of 7 FirstFirst 1234567 LastLast
Results 41 to 60 of 127

Thread: CVS Edits

  1. #41
    Member scruff1963's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    399
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Hidden Content Originally Posted by pt-1 Hidden Content
    Hidden Content
    is the post Scruff is talking about
    The Reason with the Pincode is that the tuxbox board developes neutrino not with the hindsight that some tosser comes around and starts charging people for something free ..
    I wasn't having a go at the tuxbox forum, I just feel that the pincode protection we have is enough.
    I read somewhere that the pincode is a requirement in Germany but it might be BS .
    I just wanted to remind people what happens if they tie an image up to much.
    To many traders out there, when I got into dboxes I found a local lowlife was charging ?10 to update channels, I printed up a howto and distributed with it so that cut his revenues down Hidden Content , he then started to pincode so they couldn't scan so I printed the info on how to get around it, he hasn't sussed out to remove tuxcom yet, If he does I will tell them how to telnet in, I don't think he has the savvy to disable that Hidden Content
    Thanks for the translation on that thread, do you think they will put the user levels in the cvs ?, it is an improvement on the dw idea and I would think a lot less coding Hidden Content .
    Have Fun.

  2. #42
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    No trouble mate ;-)

    The Issue with the Pin Code is a different one.

    Prem13re in Germany used the Betanova Software on the Dbox.
    Betanova was running on unix and with Java and was Dead Slow.

    They needed the Pin Code in Betanova to be able to get a license to broadcast Hardcore Porn.

    The Pin Feature in Neutrino can be turned off completely and they argue in court the this gives the Users/Seller an advantage and therefor sue everybody that sells a Dbox on Ebay advertising that fact.

    Cost around 600? if you accept the letter of the solocitor or they take you to court ....

    I am not aware if the Tuxbox Boys inlcude that code

  3. #43
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    Heres a couple of Virgin images for any budding image modders,

    they contain all the current UK Diffs

    Net-ID
    User level
    new zapit

    No Ucodes cams keys are in

    all the infomation needed to finish these images is available



    Hidden Content

  4. #44
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    here the diffs for the lcars image

    this mod just got it going for me, I'm sure someone can improve on it

    Code:
    diff -ur tuxbox-cvs/apps/tuxbox/lcars/src/scan.cpp tuxbox-cvs-mod/apps/tuxbox/lcars/src/scan.cpp
    --- tuxbox-cvs/apps/tuxbox/lcars/src/scan.cpp	2003-03-08 17:31:18.000000000 +0000
    +++ tuxbox-cvs-mod/apps/tuxbox/lcars/src/scan.cpp	2006-10-26 22:48:45.000000000 +0100
    @@ -145,14 +145,14 @@
     
     	if (tuner_obj->getType() == FE_QAM)
     	{
    -		start_symbol = 6900;
    +		start_symbol = 6887;
     		osd_obj->createPerspective();
     
     		if (type == NORMAL || type == FULL)
     		{
     			for (int i = 0; (i < 3) && (tmp_channels.numberTransponders() < 1); i++)
     			{
    -				start_frequency = 3460;
    +				start_frequency = 1950;
     				if (i == 1)
     				{
     					//std::cout << "Inversion off " << std::endl;
    @@ -227,18 +227,18 @@
     			for (int i = 500; i < 8900; i += 80)
     			{
     				char message[100];
    -				sprintf(message, "Checking %d - %d", i, 6900);
    +				sprintf(message, "Checking %d - %d", i, 6887);
     				osd_obj->setPerspectiveName(message);
     				osd_obj->addCommand("SHOW perspective");
     
    -				if (tuner_obj->tune(i, 6900))
    +				if (tuner_obj->tune(i, 6887))
     				{
     					if (pat_obj->readPAT())
     					{
     						channels tmp_channels2(setting, pat_obj, pmt_obj);
     						sdt_obj->getChannels(&tmp_channels2);
    -						tmp_channels.addTS(pat_obj->getTS(), sdt_obj->getONID(), i, 6900);
    -						std::cout << "Found TS: " << pat_obj->getTS() << " " << sdt_obj->getONID() << " " << i << " " << 6900 << std::endl;
    +						tmp_channels.addTS(pat_obj->getTS(), sdt_obj->getONID(), i, 6887);
    +						std::cout << "Found TS: " << pat_obj->getTS() << " " << sdt_obj->getONID() << " " << i << " " << 6887 << std::endl;
     						osd_obj->setScanTSNumber(tmp_channels.numberTransponders());
     					}
     				}

  5. #45
    Legend for now
    Join Date
    Jun 2006
    Location
    Leatherhead
    Posts
    697
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    As above but for 6952 (ex-c&w and some Telewest areas).
    Original thanks to renwich.

    Code:
    diff -ur tuxbox-cvs/apps/tuxbox/lcars/src/scan.cpp tuxbox-cvs-mod/apps/tuxbox/lcars/src/scan.cpp
    --- tuxbox-cvs/apps/tuxbox/lcars/src/scan.cpp	2003-03-08 17:31:18.000000000 +0000
    +++ tuxbox-cvs-mod/apps/tuxbox/lcars/src/scan.cpp	2006-10-26 22:48:45.000000000 +0100
    @@ -145,14 +145,14 @@
    if (tuner_obj->getType() == FE_QAM)
    {
    -		start_symbol = 6900;
    +		start_symbol = 6952;
    osd_obj->createPerspective();
    if (type == NORMAL || type == FULL)
    {
    for (int i = 0; (i < 3) && (tmp_channels.numberTransponders() < 1); i++)
    {
    -				start_frequency = 3460;
    +				start_frequency = 1950;
    if (i == 1)
    {
    //std::cout << "Inversion off " << std::endl;
    @@ -227,18 +227,18 @@
    for (int i = 500; i < 8900; i += 80)
    {
    char message[100];
    -				sprintf(message, "Checking %d - %d", i, 6900);
    +				sprintf(message, "Checking %d - %d", i, 6952);
    osd_obj->setPerspectiveName(message);
    osd_obj->addCommand("SHOW perspective");
    -				if (tuner_obj->tune(i, 6900))
    +				if (tuner_obj->tune(i, 6952))
    {
    if (pat_obj->readPAT())
    {
    channels tmp_channels2(setting, pat_obj, pmt_obj);
    sdt_obj->getChannels(&tmp_channels2);
    -						tmp_channels.addTS(pat_obj->getTS(), sdt_obj->getONID(), i, 6900);
    -						std::cout << "Found TS: " << pat_obj->getTS() << " " << sdt_obj->getONID() << " " << i << " " << 6900 << std::endl;
    +						tmp_channels.addTS(pat_obj->getTS(), sdt_obj->getONID(), i, 6952);
    +						std::cout << "Found TS: " << pat_obj->getTS() << " " << sdt_obj->getONID() << " " << i << " " << 6952 << std::endl;
    osd_obj->setScanTSNumber(tmp_channels.numberTransponders());
    }
    }

  6. #46
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    I hop eit is ok to post it over at the Tuxbox just for their Info ;-)

    For Cams you would need to look somewhere else

  7. #47
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    Everything here is for sharing m8 ;-)

    Besides which I've already posted it there Hidden Content

  8. #48
    Legend for now
    Join Date
    Jun 2006
    Location
    Leatherhead
    Posts
    697
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    I will start back up LCARS development if somebody would help me for both english and german users. But I am unable to help with the cam bit as this would make the image illegal and therefore not suitable for the tuxbox forum - FTA image only but a stable one with more advanced features etc. Any takers?

  9. #49
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    @Speedy

    Any more luck with your DBox Samba Support ?

    Hidden Content

    I would like this feature to quickly mount to my Buffalo as I have 2 now and do not want to install an alternative FW on it for NFS Support

  10. #50
    Member optimalkiller's Avatar
    Join Date
    Oct 2006
    Location
    in the UK
    Posts
    43
    Post Thanks
    Chats
    0
    Rep Power
    0

    Re: CVS Edits

    Hidden Content Originally Posted by renwich Hidden Content
    Heres a couple of Virgin images for any budding image modders,
    they contain all the current UK Diffs
    Net-ID
    User level
    new zapit
    No Ucodes cams keys are in
    all the infomation needed to finish these images is available
    Hidden Content

    any chance of re-uploading them I would love to have a go at trying to build my own image!!!!!

  11. #51
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    Hidden Content Originally Posted by optimalkiller Hidden Content
    any chance of re-uploading them I would love to have a go at trying to build my own image!!!!!
    Sorry m8 I thought I already had here you go

    Hidden Content

    Hidden Content

  12. #52
    Member optimalkiller's Avatar
    Join Date
    Oct 2006
    Location
    in the UK
    Posts
    43
    Post Thanks
    Chats
    0
    Rep Power
    0

    Re: CVS Edits

    Great thanks again!!! lets see if I can kill the DBOX Hidden Content

  13. #53
    Member scruff1963's Avatar
    Join Date
    May 2006
    Location
    here
    Posts
    399
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Hidden Content Originally Posted by optimalkiller Hidden Content
    Great thanks again!!! lets see if I can kill the DBOX Hidden Content
    Thats the spirit Hidden Content

    Keep killing it until it works Hidden Content

  14. #54
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    Hidden Content Originally Posted by optimalkiller Hidden Content
    Great thanks again!!! lets see if I can kill the DBOX Hidden Content
    oh fook that reminds me , lmao

  15. #55
    Legend for now
    Join Date
    Jun 2006
    Location
    Leatherhead
    Posts
    697
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Hidden Content Originally Posted by pt-1 Hidden Content
    @Speedy
    Any more luck with your DBox Samba Support ?
    Hidden Content
    I would like this feature to quickly mount to my Buffalo as I have 2 now and do not want to install an alternative FW on it for NFS Support
    I think you might be in luck! The latest samba package (samba-4.0.0.tp4-b1.tar.gz) has the required client-side support already coded without the need for porting!!! So its just a matter of using the cross-compiler and slipping it into an image.

    This latest package has made it alot easier for NAS support on DBOX2 Hidden Content I will get binaries and Neutrino diffs uploaded for dev's probably tomorrow when I can get into my linux, and diffs for Enigma at a later stage.

  16. #56
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Thanks speedy !

    I will try to fire up my PC later if possible and try to do this if no body beets me to it ;-)

    That was a hint !

  17. #57
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Struggeling on the first hurdle ...

    Mu Directory is 210906/ and then in there /CVS for the diff

    ubuntu@ubuntu:~/210806/CVS$ patch -p1 < samba.diff
    can't find file to patch at input line 4
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |diff -Naur /ubuntu/home/210906/apps/tuxbox/neutrino/src/gui/nfs.cpp.orig /ubuntu/home/210906/apps/tuxbox/neutrino/src/gui/nfs.cpp
    |--- /ubuntu/home/210906/apps/tuxbox/neutrino/src/gui/nfs.cpp.orig 2006-01-07 18:40:26.000000000 +0000
    |+++ /ubuntu/home/210906/apps/tuxbox/neutrino/src/gui/nfs.cpp 2006-10-30 16:33:19.000000000 +0000
    --------------------------
    File to patch:

  18. #58
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    patched fine for me m8 no errors

    patch -p1 < samba.diff

  19. #59
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    where did you install yours ..?

    I installed mine now in the Main Directory where alle the apps, CVS,CDK etc is

    new error:
    ubuntu@ubuntu:~/210806$ patch -p1 < samba.diff
    patching file apps/tuxbox/neutrino/src/gui/nfs.cpp
    patch: **** malformed patch at line 5: m_nfs_sup = CFSMounter::FS_UNPROBED;
    I am using newmake btw

  20. #60
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    I dropped the patch into tuxbox-cvs which is the top level dir

    Hidden Content

Page 3 of 7 FirstFirst 1234567 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •