Jump to content


Photo

Webbrowser Aurora is missing

VU+ Ultimo

  • Please log in to reply
17 replies to this topic

#1 kaneguru

  • Senior Member
  • 198 posts

+1
Neutral

Posted 7 January 2012 - 17:32

hi. the original webbrowser is missing in PLI.
1. VU+ Ultimo VTi5.0 Samsung LCD
2. ET 9000 PLi3.0 Samsung LCD

Wavefrontier 0,8°-4,8°-9°-13°-19,2°-23°-28°

Re: Webbrowser Aurora is missing #2 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 7 January 2012 - 17:38

It's a 3td party plugin. Do you have the ipk file?
I think plugin is over 30MB which will cause maybe download problems?
XP1000, Clarketech CT9000 and a VU+ duo

Re: Webbrowser Aurora is missing #3 kaneguru

  • Senior Member
  • 198 posts

+1
Neutral

Posted 8 January 2012 - 11:14

thx. no, i didn´t have the ipk. where to find?
1. VU+ Ultimo VTi5.0 Samsung LCD
2. ET 9000 PLi3.0 Samsung LCD

Wavefrontier 0,8°-4,8°-9°-13°-19,2°-23°-28°

Re: Webbrowser Aurora is missing #4 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 8 January 2012 - 12:04

thx. no, i didn´t have the ipk. where to find?

There's no ready to go ipk (yet??), but if you carry out the following you'll be fine:

Download the install package from www.rbsoft.de/web.zip (thanks to Ralf)

Installation procedure of the VU+ WebBrowser:
1- FTP the folder VU_HD to usr/share/enigma2
2- Copy all the other files to /tmp
3- Login with Telnet, CD/TMP and execute in the following order
opkg install lib*.ipk
opkg install qt4*.ipk
opkg install vu*.ipk
opkg install enigma*.ipk

The order is important because lib* and qt4* are dependencies and must be installed first.
After a reboot the webbrowser is available.

Although the browser is supposed to be functional on the UNO & DUO as well, this is not the case using UBIFS (so not using an image with the 3.1.1 kernel).
I hope VU+ will be busy implementing HBTV: much more interesting!

Edited by SatKiekerd, 8 January 2012 - 12:05.


Re: Webbrowser Aurora is missing #5 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 8 January 2012 - 14:46


thx. no, i didn´t have the ipk. where to find?

There's no ready to go ipk (yet??), but if you carry out the following you'll be fine:

Download the install package from www.rbsoft.de/web.zip (thanks to Ralf)

Installation procedure of the VU+ WebBrowser:
1- FTP the folder VU_HD to usr/share/enigma2
2- Copy all the other files to /tmp
3- Login with Telnet, CD/TMP and execute in the following order
opkg install lib*.ipk
opkg install qt4*.ipk
opkg install vu*.ipk
opkg install enigma*.ipk

The order is important because lib* and qt4* are dependencies and must be installed first.
After a reboot the webbrowser is available.

Although the browser is supposed to be functional on the UNO & DUO as well, this is not the case using UBIFS (so not using an image with the 3.1.1 kernel).
I hope VU+ will be busy implementing HBTV: much more interesting!


Don't see why UBIFS is a problem. The ipk are made for kernel 2.6.18. Build for kernel 3.1.1 and it will work.
Arora development is stopped and therefor I think when they stick on arora that they don't plan to add HBBTV ever.
XP1000, Clarketech CT9000 and a VU+ duo

Re: Webbrowser Aurora is missing #6 kaneguru

  • Senior Member
  • 198 posts

+1
Neutral

Posted 8 January 2012 - 15:10

works perfect, also with kernel 3.1.1
1. VU+ Ultimo VTi5.0 Samsung LCD
2. ET 9000 PLi3.0 Samsung LCD

Wavefrontier 0,8°-4,8°-9°-13°-19,2°-23°-28°

Re: Webbrowser Aurora is missing #7 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 8 January 2012 - 15:41

Don't see why UBIFS is a problem.

Because UBIFS doesn't allocate enough memory: in spite of the UNO being a 512MB box, rootfs gets to 100% when installing this package.
As you can see rootfs has been allocated only 98MB and is already in use for 78% for a normal configured box. And the webbrowser is a huge package!

root@UNO:~#df -h
Filesystem				Size	  Used Available Use% Mounted on
ubi0:rootfs			  98.0M	 76.3M	 21.7M  78% /
tmpfs					64.0K	  4.0K	 60.0K   6% /dev
/dev/sda1				 3.2G	  1.2G	  2.0G  37% /media/hdd
/dev/sda2			   531.5M	 13.0K	504.0M   0% /media/usb
tmpfs				   134.4M	672.0K	133.7M   0% /var/volatile

works perfect, also with kernel 3.1.1

Yes, for the Ultimo it's just fine, as I promised......


I noticed that I've been punished with a minus-vote for helping you guys: thanks for that, very inviting indeed for a next time help!

Re: Webbrowser Aurora is missing #8 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 8 January 2012 - 18:15

Hi Carl,

Don't see why UBIFS is a problem. The ipk are made for kernel 2.6.18. Build for kernel 3.1.1 and it will work.
Arora development is stopped and therefor I think when they stick on arora that they don't plan to add HBBTV ever.

1. UBIFS uses larges pages/sectors so every little file uses more memory in flash then with old kernel 2.6. So if you have a lot of files more memory is wasted.
2. The ipks in web.zip are compiled on wednesday for a kernel 3.1.1 image and the libs used in that images. IPK has nothing to do with kernels only with the libs used.
3. arora is open source why not develop it further?
Ralf

Re: Webbrowser Aurora is missing #9 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 8 January 2012 - 18:52

Hi Carl,


Don't see why UBIFS is a problem. The ipk are made for kernel 2.6.18. Build for kernel 3.1.1 and it will work.
Arora development is stopped and therefor I think when they stick on arora that they don't plan to add HBBTV ever.

1. UBIFS uses larges pages/sectors so every little file uses more memory in flash then with old kernel 2.6. So if you have a lot of files more memory is wasted.
2. The ipks in web.zip are compiled on wednesday for a kernel 3.1.1 image and the libs used in that images. IPK has nothing to do with kernels only with the libs used.
3. arora is open source why not develop it further?
Ralf


1. Yes I know that but that's no reason that it won't work on the VU+ Duo because of UBIFS.
2. Nice good that someone update it.
3. https://github.com/Arora/arora http://arorabrowser.blogspot.com/ check it out. Stopped was a wrong word but it seems it's stopped in development.

Edited by Carl, 8 January 2012 - 18:55.

XP1000, Clarketech CT9000 and a VU+ duo

Re: Webbrowser Aurora is missing #10 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 8 January 2012 - 19:03

Hi Carl,
nobody said that it is not working on the UNO/DUO. If you have the flash space to install it then it will work.

Ralf

Re: Webbrowser Aurora is missing #11 Carl

  • Senior Member
  • 367 posts

+8
Neutral

Posted 8 January 2012 - 19:28

Hi Carl,
nobody said that it is not working on the UNO/DUO. If you have the flash space to install it then it will work.

Ralf


Although the browser is supposed to be functional on the UNO & DUO as well, this is not the case using UBIFS (so not using an image with the 3.1.1 kernel).


XP1000, Clarketech CT9000 and a VU+ duo

Re: Webbrowser Aurora is missing #12 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 8 January 2012 - 19:51

Yes, and I showed you the reason why.
But if you succeed in running the image with enough free rootfs, it should work.

Re: Webbrowser Aurora is missing #13 Edgar

  • Senior Member
  • 292 posts

+7
Neutral

Posted 17 February 2012 - 15:17

At my VU+ DUO I got this errors when I install the webbrowser.
The first ipk's I could install without any problems. It's only about the last one.

root@vuduo:/var/volatile/tmp# opkg install enigma*.ipk
Unknown package 'enigma2-plugin-extensions-webbrowser'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for enigma2-plugin-extensions-webbrowser found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package enigma2-plugin-extensions-webbrowser.

Problem with space or kernel 3.1?

root@vuduo:/var/volatile/tmp# df -h
Filesystem Size Used Available Use% Mounted on
ubi0:rootfs 102.3M 98.2M 4.1M 96% /
tmpfs 64.0K 4.0K 60.0K 6% /dev
/dev/sda1 149.0G 138.6G 10.4G 93% /media/usb
tmpfs 67.5M 21.2M 46.3M 31% /var/volatile
//192.168.1.11/Harddisk
149.0G 138.6G 10.4G 93% /media/net/HarddiskVUDUO

Regards,

Edgar

VU+ Duo 4K DVB-S2X en DVB-C met Open PLi 7.0


Re: Webbrowser Aurora is missing #14 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 17 February 2012 - 18:32

Hi,
if you used "enigma2-plugin-extensions-webbrowser_experimental-git20110922-r8_vuultimo" out of my package then you could install it manually. With Linux the archive manager can expand it and with Windows 7Zip might be able to do so.

Ralf

Re: Webbrowser Aurora is missing #15 Edgar

  • Senior Member
  • 292 posts

+7
Neutral

Posted 18 February 2012 - 00:49

Thanks Ralf, I have indeed the package you have said. To copy the WebBrowser folder to the right place did the thing. 7Zip is perfect to unpack.

It's more the fun to have a webbrowser on the tv. Not very pleasant to work with. maybe something like what is made for ET9x00 could be nice. Future, I know.

VU+ Duo 4K DVB-S2X en DVB-C met Open PLi 7.0


Re: Webbrowser Aurora is missing #16 mirecek1965

  • Member
  • 8 posts

0
Neutral

Posted 8 May 2012 - 20:21

root@vuuno:/tmp# opkg install lib*.ipk
Installing libjpeg62 (6b-r8) to root...
Installing libpng12-0 (1.2.42-r2.0) to root...
Installing libqtcoree4 (4.7.4-r35.1-vuplus) to root...
Installing libqtguie4 (4.7.4-r35.1-vuplus) to root...
Installing libqtnetworke4 (4.7.4-r35.1-vuplus) to root...
Installing libqtscripte4 (4.7.4-r35.1-vuplus) to root...
Installing libqtsvge4 (4.7.4-r35.1-vuplus) to root...
Installing libqtwebkite4 (2.2-r1.0) to root...
Installing libqtxmle4 (4.7.4-r35.1-vuplus) to root...
Collected errors:
* Package libjpeg62 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libjpeg62.
* Package libpng12-0 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libpng12-0.
* Package libqtcoree4 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libqtcoree4.
* Package libqtguie4 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libqtguie4.
* Package libqtnetworke4 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libqtnetworke4.
* Package libqtscripte4 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libqtscripte4.
* Package libqtsvge4 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libqtsvge4.
* Package libqtwebkite4 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libqtwebkite4.
* Package libqtxmle4 md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package libqtxmle4.
root@vuuno:/tmp# opkg install qt4*.ipk
Installing qt4-embedded-fonts-pfa (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-fonts-pfb (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-fonts-qpf (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-fonts-ttf-dejavu (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-fonts-ttf-vera (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-fonts (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-iconengine-svgicon (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-gif-dbg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-gif (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-ico-dbg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-ico (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-jpeg-dbg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-jpeg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-mng-dbg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-mng (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-svg-dbg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-svg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-tiff-dbg (4.7.4-r35.1-vuplus) to root...
Installing qt4-embedded-plugin-imageformat-tiff (4.7.4-r35.1-vuplus) to root...
Collected errors:
* Package qt4-embedded-fonts-pfa md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-fonts-pfa.
* Package qt4-embedded-fonts-pfb md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-fonts-pfb.
* Package qt4-embedded-fonts-qpf md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-fonts-qpf.
* Package qt4-embedded-fonts-ttf-dejavu md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-fonts-ttf-dejavu.
* Package qt4-embedded-fonts-ttf-vera md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-fonts-ttf-vera.
* Package qt4-embedded-fonts md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-fonts.
* Package qt4-embedded-plugin-iconengine-svgicon md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-plugin-iconengine-svgicon.
* Package qt4-embedded-plugin-imageformat-gif-dbg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'
.
* Cannot find package qt4-embedded-plugin-imageformat-gif-dbg.
* Package qt4-embedded-plugin-imageformat-gif md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-plugin-imageformat-gif.
* Package qt4-embedded-plugin-imageformat-ico-dbg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'
.
* Cannot find package qt4-embedded-plugin-imageformat-ico-dbg.
* Package qt4-embedded-plugin-imageformat-ico md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-plugin-imageformat-ico.
* Package qt4-embedded-plugin-imageformat-jpeg-dbg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update
'.
* Cannot find package qt4-embedded-plugin-imageformat-jpeg-dbg.
* Package qt4-embedded-plugin-imageformat-jpeg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-plugin-imageformat-jpeg.
* Package qt4-embedded-plugin-imageformat-mng-dbg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'
.
* Cannot find package qt4-embedded-plugin-imageformat-mng-dbg.
* Package qt4-embedded-plugin-imageformat-mng md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-plugin-imageformat-mng.
* Package qt4-embedded-plugin-imageformat-svg-dbg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'
.
* Cannot find package qt4-embedded-plugin-imageformat-svg-dbg.
* Package qt4-embedded-plugin-imageformat-svg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-plugin-imageformat-svg.
* Package qt4-embedded-plugin-imageformat-tiff-dbg md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update
'.
* Cannot find package qt4-embedded-plugin-imageformat-tiff-dbg.
* Package qt4-embedded-plugin-imageformat-tiff md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package qt4-embedded-plugin-imageformat-tiff.
root@vuuno:/tmp# opkg install vu*.ipk
Installing vuplus-webbrowser-utils (0.10.1-r5) to root...
Collected errors:
* Package vuplus-webbrowser-utils md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* Cannot find package vuplus-webbrowser-utils.
root@vuuno:/tmp#

Always get this when trying install. Image BH 1.7.4.

X-trend ET 4000, OpenPLI 4.0, often updated :-D


Re: Webbrowser Aurora is missing #17 Roodkapke

  • Senior Member
  • 5,782 posts

+29
Good

Posted 10 May 2012 - 16:00

Image is Black Hole, so why post it on the Open PLi forum ?

Re: Webbrowser Aurora is missing #18 mirecek1965

  • Member
  • 8 posts

0
Neutral

Posted 13 May 2012 - 07:32

Sorry, next i will be more carefull.

X-trend ET 4000, OpenPLI 4.0, often updated :-D




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users