-
Hello,
I want to make a patch for a small correction in WebInterface Plugin.
I copy folder
/home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs
to folder
/home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs-mod
Make the changew to the file i want to change into cvs-mod.
Run the command
diff -u --recursive --new-file /home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs/enigma2-plugins/enigma2-plugins/webinterface /home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs-mod/enigma2-plugins/enigma2-plugins/webinterface > /home/ganasta/dreambox/enigma2/images/terrabyter/patches/webinterface-filename.patch
Created Patch file data :
diff -u --recursive --new-file /home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs/enigma2-plugins/enigma2-plugins/webinterface/src/WebChilds/Screengrab.py /home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs-mod/enigma2-plugins/enigma2-plugins/webinterface/src/WebChilds/Screengrab.py
--- /home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs/enigma2-plugins/enigma2-plugins/webinterface/src/WebChilds/Screengrab.py 2009-11-01 19:31:37.000000000 +0200
+++ /home/ganasta/dreambox/enigma2/images/terrabyter/sources/cvs-mod/enigma2-plugins/enigma2-plugins/webinterface/src/WebChilds/Screengrab.py 2012-09-30 14:21:36.000000000 +0300
request.setHeader('Content-Disposition', 'inline; filename=screenshot.%s;' %imageformat)
request.setHeader('Content-Type','image/%s' %imageformat)
- filename = filename+imageformat
+ filename = filename + '.' + imageformat
cmd = [self.GRAB_BIN, self.GRAB_BIN] + args
Display More
I change the patch file to :
--- enigma2-plugins/enigma2-plugins/webinterface/src/WebChilds/Screengrab.py 2009-11-01 19:31:37.000000000 +0200
+++ enigma2-plugins/enigma2-plugins/webinterface/src/WebChilds/Screengrab.py 2012-09-30 14:21:36.000000000 +0300
request.setHeader('Content-Disposition', 'inline; filename=screenshot.%s;' %imageformat)
request.setHeader('Content-Type','image/%s' %imageformat)
- filename = filename+imageformat
+ filename = filename + '.' + imageformat
cmd = [self.GRAB_BIN, self.GRAB_BIN] + args
Now i want your help.
Where i have to copy the patch file (webinterface-filename.patch)?
Witch .bb file need to change to add the patch file?
-
Any Help Please !!!!!!!!!!
-
Quote
Originally posted by pcd
Please make the e1 images for 600pvr and 500plus - and test them with BA multiboot.
Have you installed BA yet ?
Not installed BA yet, i plan to do that tonight !!!, i have about 30gb empty space, but i can change hdd, and put a bigger, install linux from scratch and go on (that's no problem because with my scripts i make all the environment automatically).
-
Quote
Originally posted by pcd
Hi geobest,
If you have space in your computer - can you also make the 500plus and 600pvr e2 images ? Then - you can publish the new versions of the ppc e2 images with new look. I have some more ideas.
If you want to do that - please make the e1 images first. Then I will give you the e2 files for those boxes.
Regards, pcd.
Display More
Hi pcd,
YES why not !!!!!
I have to make some more changes and then when i finish with DM7020, i can copy all changes to DM500 Plus and DM600 PRV.
I have send pm to Seddi (the creator of aio-grab) to help me solve the problem but has to login about 2 months !!!!
I'm open to all ideas ;), Please inform me with your ideas to include them 
-
Here we are,
anyone want to have changed icons on extra menu like main menu can use the two files attached to replace original files.

-
after reading code on extra menu (DF2menu.py) i add
self["pixmap"].instance.setPixmapFromFile(self.pics[self.index])
after
if self.maxentry < self.index or self.index < 0:
ipos = self.pos[self.index]
self["frame"].moveTo( ipos[0], ipos[1], 1)
self["frame"].startMoving()
Display More
but not work
-
Hi pcd,
i ask you a favour, can u please help me to make the extra menu (DF2menu.py) display image for each option like main menu?
-
Hi again,
one question, when i have to install Barry Allen Plugin?
Before increase memory?
-
Thank you pcd 
-
Hello,
pcd can you please inform me where i can found :
enigma2-plugin-extensions-epgimport
enigma2-plugin-extensions-tuxtxt
to include on the image and rebuild?
-
Quote
Originally posted by Bruty
Hi....
I problem with AIO grab at E2 GEMINI4.2 for DM7020.
Video screenshot works ok,but VIDEO+OSD or only OSD I get yellow background....
I tested all version from 0.1 to 0.8.....
same problem.
anyone find solution for that
-
yes i allready found that 
also i found that thread AiO Screengrabber v0.8
-
Quote
Originally posted by pcd
Yes, Please look in the 7020 and 600 enigma2 images sections.
Screenshot works with command :-
/usr/bin/grab -j 100
Works for only tv picture for 7020 - but tv+osd for 600.
Display More
The command you write here are for telenet, write?
i want to try fix the osd screen shoot thou webinterface, any idea?
-
at the end of dreambox-df2.bb i add
cp -r ~/dreambox/enigma2/changes/terrabyter/resolv.conf ${D}/etc
cp -r ~/dreambox/enigma2/changes/terrabyter/hostname ${D}/etc
cp -r ~/dreambox/enigma2/changes/terrabyter/interfaces ${D}/etc/network
cp -r ~/dreambox/enigma2/changes/terrabyter/satellites.xml ${D}/etc/tuxbox
first two commands work perfect the other two does not work
any idea?
-
Work perfect !!!!
Question,
if i put it to flash and install Barry allen
can put also enigma 1 images or not ?
-
Quote
Originally posted by pcd
Perhaps you should only do the line for the .sh you want to be executable (not all .sh in /etc).
+ chmod 755 /etc/move2cf.sh
chmod: cannot access `/etc/move2cf.sh': No such file or directory
ERROR: function do_install failed
ERROR: see log in /home/ganasta/dreambox/enigma2/images/terrabyter/dm7020/build/tmp/work/dreambox-df2-cvs20091217-r0/temp/log.do_install.11712
NOTE: Task failed: /home/ganasta/dreambox/enigma2/images/terrabyter/dm7020/build/tmp/work/dreambox-df2-cvs20091217-r0/temp/log.do_install.11712
NOTE: package dreambox-df2-cvs20091217-r0: task do_install: failed
ERROR: TaskFailed event exception, aborting
NOTE: package dreambox-df2-cvs20091217: failed
ERROR: Build of 'dreambox-df2' failed
ganasta@ganasta-linux:~/dreambox/enigma2/images/terrabyter/dm7020/build$
Display More
aby idea?
-
Quote
Originally posted by pcd
I am surprised it is not executable already.
In dreambox-df2.bb you find :-
cp -r -p /home/pcd/tuxbox-600E2A/dm600pvr/build/tmp/work/A_importsE2/091115/etc/* ${D}/etc
You can add a line after it :-
chmod 755 /etc/*.sh
Display More
after that change i take error on command
. env.source && bitbake -Db ../openembedded/packages/dreambox/dreambox-df2.bb -c clean && bitbake -Db ../openembedded/packages/dreambox/dreambox-df2.bb
+ chmod 755 /etc/lsb-base-logging.sh
chmod: changing permissions of `/etc/lsb-base-logging.sh': Operation not permitted
ERROR: function do_install failed
ERROR: see log in /home/ganasta/dreambox/enigma2/images/terrabyter/dm7020/build/tmp/work/dreambox-df2-cvs20091217-r0/temp/log.do_install.23188
NOTE: Task failed: /home/ganasta/dreambox/enigma2/images/terrabyter/dm7020/build/tmp/work/dreambox-df2-cvs20091217-r0/temp/log.do_install.23188
NOTE: package dreambox-df2-cvs20091217-r0: task do_install: failed
ERROR: TaskFailed event exception, aborting
NOTE: package dreambox-df2-cvs20091217: failed
ERROR: Build of 'dreambox-df2' failed
ganasta@ganasta-linux:~/dreambox/enigma2/images/terrabyter/dm7020/build$
Display More
Attached full log file
-
-
Thanks,
line added, building again and then flashing again....
any idea about screenshot and OSD Shot?
-
open ftp and where to give 755 permisions?
can i do that from building?