[Diffs] UK MODS

renwich

Inactive User
Joined
Oct 3, 2005
Messages
740
Reaction score
61
Heres the latest Diffs for UK Developers

These Include

Userlevel Menus
Extra's Menus
UK Zapit for fast scanning
Infobar POPUP on Program change
UK Profile
UK Netid scan menu
Change "Neu sender" to "new channels" and "alle kanal" to "Unsorted"
scan.conf defaults to "CableUK Sym6887" not "Kabel Deutschland"
 
Sorry for being a bit thick but please can you tell me what you do with the file

cheers m8
 
no probs at all mate I hadnt clue a while back

rename the file to something sensible, ukcvs.diff for example, then copy the file into a convient place on your linux

My folder structure is

/home/ukcvs/tuxbox/tuxbox-cvs for my cvs source

and

/home/ukcvs/tuxbox/dbox2 for the cdkflash and other folders

so I copy the diff to /home/tuxbox

then after I've done a new cvs checkout

i run cd /home/ukcvs/tuxbox/tuxbox-cvs

then

patch -p1 < /home/ukcvs/tuxbox/ukcvs.diff

you should see the patch apply succesfully
 
Sorry for this question buy how do you do a "new cvs checkout"

thanks
 
I've compiled my image and tried to apply the patch, I said it did it, but when I flashed the image to the box none of the extras were in the image. is there anything i need to enable t get them working?
 
I've compiled my image and tried to apply the patch, I said it did it, but when I flashed the image to the box none of the extras were in the image. is there anything i need to enable t get them working?

Hi m8 you need to apply the diffs before you compile the image

cheers
 
Sorry to be a pain, I can compile a working image ok but when i try to do the patch and compile it stops on an error and only makes the 2 jffs2.flfs files.
Is there any chance somebody cud give me an idiots guide on what to type in the terminal to patch then compile the image??

Thanks.
 
Sorry to be a pain, I can compile a working image ok but when i try to do the patch and compile it stops on an error and only makes the 2 jffs2.flfs files.
Is there any chance somebody cud give me an idiots guide on what to type in the terminal to patch then compile the image??

Thanks.

Where did you get the diffs from m8 ? This happened to me after the diffs were edited but when I used the original it works ok unless renwich has updated the download in this thread ?
 
I just used the ones renwich posted. I renamed them to ukcvs.diff thats all. I wondered if I typed the wrong command in or somethin as my file structures are the same as when i downloaded ubuntu from ellie but different to renwich's. The patch seemed to work ok.
 
Last edited:
Thanx mate.

I'll have a go 2moro morning before work. I'll let you know how i get on.
 
Just compiled a working image, but when i flashed it the extras from the patch weren't there. Do they need enabling??

Heres the commands i typed. Am i doing it right?

(Copy ukcvs.diff to home/ubuntu/tuxbox-cvs)

mkdir tuxbox-cvs

cd tuxbox-cvs

cvs -d [email protected]:/cvs/tuxbox -z3 co -f -r newmake -P .

patch -p1 < /home/ubuntu/tuxbox-cvs/ukcvs.diff

cd cdk

./autogen.sh

./configure --prefix=/home/ubuntu/tuxbox-cvs --with-cvsdir=/home/ubuntu/tuxbox-cvs --with-customizationsdir=/home/ubuntu/tuxbox-cvs/customization --enable-maintainer-mode --with-ucodesdir=/home/ubuntu/ucodes --enable-cdkVcInfo --enable-ide --with-checkImage=warn --with-defaultlocale=english --enable-samba

make clean flash-neutrino-jffs2-all

Thanks in advance for any help. I'm determined to get there.
 
That worked for me

the extras menu should be halfway down the main menu

when you press the dbox key
 
I'm starting to think i should give up. When i try to use the patch and compile i get this message and it stops with only the 2 jffs.flfs files.

HTML:
You don't have permission to view the code content. Log in or register now.

Cheers
 
I thought you could still make image files but looks like you cant

when I got this I deleted everything in my tuxbox-cvs folder then

cd /home/name/tuxbox-cvs

cvs -d [email protected]:/cvs/tuxbox -z3 co -f -r newmake -P .

cd cdk

./autogen.sh

apply the good diff

configure & make
 
I'm starting to think i should give up. When i try to use the patch and compile i get this message and it stops with only the 2 jffs.flfs files.

HTML:
You don't have permission to view the code content. Log in or register now.

Cheers


dont give up m8.
your doing really well .
i know when the damb thing wont compile it gets disheartning but if you keep at it you will get there.
this is an error with some the edits in neutrino.cpp somthing is hitting the build
out.
have you made any changes to the neutrino file apart from using the diff ?
if so try just patching.
if you havent edited and just patched then maybe the cvs has changed and the patch no longer works.
 
Back
Top