I'm still unable to make additional applications to run on my Z.
I've tried to install opie-calculator and dosfstools. Since I'm on 3.5.2 I've downloaded
them from the feed folder in the 3.5.2 tree.
I've tried to setup opie-calculator with the package manager, and dosfstools with the
line command
ipkg -d sd install dosfstools_2.10-r0_arm.ipk
They've both installed without pain.
However, "ipkg-link add opie-calculator" (the same with dosfstools) keeps telling me
"Package "opie-calculator" not found. Nor I get better results if I reboot the Z or if I try
ipkg-link mount /mnt/card1
Actually, is "card1" instead of "card" because I've partitioned my SD (first part FAT16; second EXT2) following this howto:
https://www.oesf.org/index.php?title=Multip..._a_CF_/_SD_cardOf course I've altered my ipkg.conf file to reflect that: I've changed
dest cf /mnt/card to dest cf /mnt/card1
Applications create the right paths in the card. All dosfstools are under /mnt/card1/usr/sbin, and are linked in /mnt/card1/usr/lib/ipkg/info.
Similarly everything right about opie-calculator (everything is in /mnt/card1/opt/QtPalmtop/...).
If I use "ipkg -list" dosfstools shows up (butt not opie-calculator).
Still, it seems I'm unable to link installed software.
I'm missing something? I've done something wrong? Maybe all of this is because of my partitioning?