1
Angstrom & OpenZaurus / Opera7.55 For Oz/opie 3.5.4-rc
« on: July 09, 2006, 12:36:34 am »
Ok i think a summary is in order here. I'm sure the original ipk could be modified easily to include the proper path changes. But, since I don't know how to repackage, here goes. To install opera follow the instructions under the proper heading. I'll repost Greg's instructions for ease of use here as well. Thanks to mr Squishy, Greg, and the others in this thread. I've tested this on a fresh install. You don't need to worry aout editing any ini files, or copying anything else over.
1) Install the sharp-compat-libs, opie-sh and the qte-font-helvetica-large ipk (or the helvetica size of your choice) from the opie feed.
2) Copy the attached ipk to your CF-card and open a terminal:
3) Go to the Settings tab, click "Reload Icons"
4) Go to the Settings tab, click on Libraries, List, Applications, Opera Browser and click okay.
If you have root on internal flash:
If you have root on SD:
If you have root on CF:
1) Install the sharp-compat-libs, opie-sh and the qte-font-helvetica-large ipk (or the helvetica size of your choice) from the opie feed.
2) Copy the attached ipk to your CF-card and open a terminal:
Code: [Select]
cd /media/cf
ipkg -d sd --force-depends install opera_7.55.OZ3.5.4_arm.ipk
cd
ipkg-link add opera
3) Go to the Settings tab, click "Reload Icons"
4) Go to the Settings tab, click on Libraries, List, Applications, Opera Browser and click okay.
If you have root on internal flash:
Code: [Select]
rm /usr/share/opera
ln -s /opt/QtPalmtop/opera /usr/share/opera
If you have root on SD:
Code: [Select]
rm /usr/share/opera
ln -s /media/card/opt/QtPalmtop/opera /usr/share/opera
If you have root on CF:
Code: [Select]
rm /usr/share/opera
ln -s /media/cf/opt/QtPalmtop/opera /usr/share/opera