Author Topic: Installing Qpe-base  (Read 3168 times)

OpenCode

  • Newbie
  • *
  • Posts: 8
    • View Profile
Installing Qpe-base
« on: April 11, 2005, 07:20:49 pm »
Hello, i´m installing some apps (hancom sheetl, mooview, qtview)that depends of qpe-base and this depends of qt-embebed, qpe-cop, etc. When i install all libraries dont start opie, give me login in console. How can i resolve this problem? and install this apps?. Thanks





PD: Excuse for my english its worse!!!

Merardon

  • Full Member
  • ***
  • Posts: 141
    • View Profile
    • http://
Installing Qpe-base
« Reply #1 on: April 11, 2005, 07:51:48 pm »
Don't install qpe-base. Download and install oz-compat, and run that on the applications you want to run in Opie. It's because you're trying to use applications for Qtopia in Opie.
Zaurus SL-C3100 (Borzoi) - Cacko ROM 1.23 & OpenBSD 4.0 Beta
Zaurus SL-5500 (Collie) - OpenZaurus 3.5.4.2 RC1
[img]http://forum.zaurus.cn/data/chroot/zaurus/upcoming/c3100_126.gif\" border=\"0\" class=\"linked-sig-image\" /][img]http://forum.zaurus.cn/data/chroot/zaurus/upcoming/5500_134.gif\" border=\"0\" class=\"linked-sig-image\" /]
Miscellaneous random accessories

acpkendo

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • http://
Installing Qpe-base
« Reply #2 on: April 12, 2005, 09:09:25 am »
To install those apps, you'll need to use the "force-depends" option.  You'll probably want to install these from the command line, not the package-manager or aqpkg applications.  For qtview, you'll need to do the following:

1) as Merardon said, install oz-compat

Code: [Select]
ipkg install -d ram oz-compat
You should read up on ipkg and its options--the above will install oz-compat to /mnt/ram  (ramdisk memory).  You could omit the "-d ram", but that would install to flash memory, and you probably don't have 1.5MB of free space (and even if you do, you probably don't want to use it).

2) Next, if you to install anything other than root (flash memory), you need to link your app.

Code: [Select]
ipkg-link add oz-compat
3) Install qtview.  I use this as an example b/c you might as well forget about hancom sheet.  The way OZ is compiled now, it won't work properly.  Go to the directory that has the qtview package in it, and type the following:

Code: [Select]
ipkg install -d ram -force-depends ./qtview.ipk
This will complain about needing qpe-base, but you needn't worry about it.  It should install cleanly.

4) Next, link qtview.

Code: [Select]
ipkg-link add qtview
5) Last, you need to make qtview use the oz-compat libraries instead of the standard opie libraries.  Type the following:

Code: [Select]
makecompat /opt/QtPalmtop/bin/qtview
You can also do this through the "Libraries" app in the Settings tab.

OpenCode

  • Newbie
  • *
  • Posts: 8
    • View Profile
Installing Qpe-base
« Reply #3 on: April 12, 2005, 05:54:14 pm »
Thanks!!!!!! You are the bests....