![]() |
Chromium 5.0.369.2 N900
2 Attachment(s)
old release.
--Post deleted-- |
Re: I just found THIS!!!
using ssh X forwarding from desktop?
|
Re: I just found THIS!!!
Quote:
|
Re: Chromium 5.0.369.2 N900
You're aware that this version of chromium is outdated by few eons, right? BTW, much more recent version ( from squeeze) works on Maemo via Easy Debian.
Also, chromium is FOSS - why you shouldn't be able to publish debs?... /Estel |
Re: Chromium 5.0.369.2 N900
Thats too old :(
did you find any recent compiles ? |
Re: Chromium 5.0.369.2 N900
Quote:
By the way Estel do you have a link to your recent and up to date image for ED? With chromium already installed :rolleyes: :cool: ? Quote:
Quote:
|
Re: Chromium 5.0.369.2 N900
Quote:
Quote:
As for your "more recent" needs - try QML browser, it's faster, and uses latest webkit. /Estel |
Re: Chromium 5.0.369.2 N900
Hello please is there any easy steps to install this chromium on my nokia n900?
|
Re: Chromium 5.0.369.2 N900
fyi:
Raspbian (armhf) has Chromium 22 in their Repos: http://archive.raspbian.org/raspbian...omium-browser/ It may work in Easy Debian (Wheezy). But I have not tested it. In case you want to try, here are the Raspbian repos: http://www.raspbian.org/RaspbianRepository Edit: Don't bother, it won't work. 1st: You'd need to install those packages manually since Debian Wheezy contains a newer chromium version which is why apt will try to pull the *_all.deb packages from Debian. These of course are incompatible with the older Raspbian packages. But that's manageable. 2nd: If you successfully installed chromium it won't start due to this error message: Code:
libudev: udev_monitor_enable_receiving: bind failed: Operation not permitted @Nokia: Thanks again for all the blobs that leave us stuck with 2.6.28! 3rd: There's a workaround: Start chromium as root. Yes! Yuck! No! Don't! |
Re: Chromium 5.0.369.2 N900
okay i've downloaded files in the first link what next should i do?
|
Re: Chromium 5.0.369.2 N900
Quote:
This is NOT some kind of smart-***, sarcastic quib. It is a well meant advice. Things from random sources other than the standard repositories are only for those who know what they are doing. |
Re: Chromium 5.0.369.2 N900
I did some research in the Raspbian sources [1] and I believe the error message comes from here:
third_party/libjingle/source/talk/media/devices/linuxdevicemanager.cc Code:
bool LinuxDeviceWatcher::Start() { Code:
if (libudev_.udev_monitor_enable_receiving()(udev_monitor_) < 0) { Code:
if (!libudev_.Load()) { Another approach might be to disable this libjingle stuff (whatever it is). I couldn't find a way to do this via a command line switch [2], so I guess recompiling chromium with either patching libjingle out or disabling the libudev check is the only way. Any volunteers? I'm too lazy to do it atm. [1] http://archive.raspbian.org/raspbian...sg.orig.tar.xz (~50MB) [2] http://peter.sh/experiments/chromium...line-switches/ |
Re: Chromium 5.0.369.2 N900
is there no way to have the download link for chromium?
|
Re: Chromium 5.0.369.2 N900
Quote:
http://qole.org/repository/pool/fremantle/ |
Re: Chromium 5.0.369.2 N900
thank you so much i've downloaded it but it fails to install and i get this; BusyBox v1.23.0 (Debian 1.23.0power1+thumb0) built-in shell (ash)
Enter 'help' for a list of built-in commands. /home/user # dpkg -i /home/user/MyDocs/chromium_armel.deb (Reading database ... 38223 files and directories currently installed.) Unpacking chromium (from .../user/MyDocs/chromium_armel.deb) ... dpkg-deb (subprocess): short read in buffer_copy (failed to write to pipe in copy) dpkg-deb: subprocess paste returned error exit status 2 dpkg: error processing /home/user/MyDocs/chromium_armel.deb (--install): short read in buffer_copy (backend dpkg-deb during `./opt/chromium/chrome') Errors were encountered while processing: /home/user/MyDocs/chromium_armel.deb |
Re: Chromium 5.0.369.2 N900
Quote:
|
Re: Chromium 5.0.369.2 N900
Quote:
But the error, being a "short read", means your download is corrupt. |
Re: Chromium 5.0.369.2 N900
here is what i get /home/user # df -h
Filesystem Size Used Available Use% Mounted on rootfs 227.5M 154.6M 68.7M 69% / ubi0:rootfs 227.5M 154.6M 68.7M 69% / tmpfs 1.0M 88.0K 936.0K 9% /tmp tmpfs 256.0K 88.0K 168.0K 34% /var/run none 10.0M 68.0K 9.9M 1% /dev tmpfs 64.0M 4.0K 64.0M 0% /dev/shm /dev/mmcblk0p2 2.0G 743.4M 1.1G 39% /home /home/opt 2.0G 743.4M 1.1G 39% /opt /opt/pymaemo/usr/lib/python2.5 2.0G 743.4M 1.1G 39% /usr/lib/python2.5 /opt/pymaemo/usr/share/pyshared 2.0G 743.4M 1.1G 39% /usr/share/pyshared /opt/pymaemo/usr/lib/pyshared 2.0G 743.4M 1.1G 39% /usr/lib/pyshared /opt/pymaemo/usr/share/python-support 2.0G 743.4M 1.1G 39% /usr/share/python-support /opt/pymaemo/usr/lib/python-support 2.0G 743.4M 1.1G 39% /usr/lib/python-support /dev/mmcblk0p1 27.0G 12.9G 14.1G 48% /home/user/MyDocs /home/user # chromium that i downloaded from the above site is 3M |
Re: Chromium 5.0.369.2 N900
for reference:
Code:
$ wget http://qole.org/repository/pool/fremantle/chromium_5.0.369.2-maemo3_armel.deb |
Re: Chromium 5.0.369.2 N900
i get this:
~ $ wget http://qole.org/repository/pool/fremantle/chromium_5 .0.369.2-maemo3_armel.deb Connecting to qole.org (173.236.183.204:80) wget: can't open 'chromium_5.0.369.2-maemo3_armel.deb': File exists |
Re: Chromium 5.0.369.2 N900
Quote:
I confirm @sulu's MD5 sum above. |
Re: Chromium 5.0.369.2 N900
Quote:
|
Re: Chromium 5.0.369.2 N900
Quote:
Good luck. |
Re: Chromium 5.0.369.2 N900
1 Attachment(s)
Hi,
For those who are experiencing problems, try to install libxss-1.1.3 first. Download it from this post, and then download http://qole.org/repository/pool/frem...emo3_armel.deb. Copy them in the root of the phone (in this example, i sent them in the "chr" folder) then enter in the terminal: Code:
sudo gainroot Good luck. PS: rename the chromium_5.0.369.2-maemo3_armel file to chromium-5.0.369.2.deb or just enter: Code:
dpkg -i chromium_5.0.369.2-maemo3_armel.deb |
Re: Chromium 5.0.369.2 N900
i started the download, it was 17.9M but as it stopped at 67%, i'm try all my possible to make it up to that size but it comes only at the size of 2.42M. I'm frustrated.
|
Re: Chromium 5.0.369.2 N900
Quote:
Just in case, I just downloaded it and uploaded it to dropbox: https://www.dropbox.com/s/z6oloorwci...armel.deb?dl=0 See if it works better from there. |
Re: Chromium 5.0.369.2 N900
thanks i successfully downloaded it but here is what i get when trying to install;
BusyBox v1.23.0 (Debian 1.23.0power1+thumb0) built-in shell (ash) Enter 'help' for a list of built-in commands. /home/user # ls Documents chromium_5.0.369.2.deb libxss-1.1.3.deb Games client.crt q MyDocs client.key qld.log QtRapids.sqlite client.ovpn qtwallet.db.sqlite Xorg.0.log cuteTube server.crt ca.crt cuteTube-QML /home/user # dpkg -i libxss-1.1.3.deb (Reading database ... 35399 files and directories currently installed.) Unpacking libxss (from libxss-1.1.3.deb) ... dpkg: error processing libxss-1.1.3.deb (--install): trying to overwrite `/usr/lib/libXss.so.1', which is also in package libxss1 Errors were encountered while processing: libxss-1.1.3.deb /home/user # dpkg -i chromium_5.0.369.2.deb (Reading database ... 35399 files and directories currently installed.) Unpacking chromium (from chromium_5.0.369.2.deb) ... dpkg: error processing chromium_5.0.369.2.deb (--install): corrupted filesystem tarfile - corrupted package archive dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: chromium_5.0.369.2.deb /home/user # |
Re: Chromium 5.0.369.2 N900
Abdel_95 please do like you have been told, check that md5 to make sure you have a good download.
http://talk.maemo.org/showpost.php?p...4&postcount=19 |
Re: Chromium 5.0.369.2 N900
1 Attachment(s)
I am very proud of all of you who help noobs like me. i'm very grateful thanks a million times. it finally works
|
Re: Chromium 5.0.369.2 N900
Quote:
|
Re: Chromium 5.0.369.2 N900
Quote:
|
Re: Chromium 5.0.369.2 N900
its easy just dounload a image file from qoles repo to mydocs and install easydeb chroot from maemo repos and you are set
to begin with downlo estels image as it contains lots of preinstalled apps |
All times are GMT. The time now is 17:39. |
vBulletin® Version 3.8.8