Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ironstorm

Pages: 1 ... 4 5 [6]
76
Quote
But once and for all... if you folks would spend just a fraction of the energy you spend into shaping up an outdated and unmaintained release without a future instead into helping us to get a current release out, then the world would be a better place.

I just can\'t understand that. Work on OZ 3.3.x is pretty much wasted and pointless and people who have experience enough to produce a derived work would be very valuable for the project\'s future.  


You know, I wonder why we bother too...  

Maybe it\'s because we operate in the dark (when\'s the last time you looked at the OZ homepage) or maybe it\'s because that\'s the last snapshot we have (and yes I know it\'s more then 6 months old) so we use it because we actually need to use PIM stuff or maybe it\'s because we don\'t want  to fuck around trying to set-up a toolchain to build something that might not even compile...

I can tell you that after my experince with OpieSDK ( http://www.zaurususergroup.com/index.php?n...c&p=23095#23095 ), which resulted in something unusable (change a widget in Qtdesigner and nothing compiles), I think the bar for entry is far too high...  

Maybe somewhere on the OE Wiki there is some page that says I can just do the following:  
Code: [Select]
apt-get install OE-toolchain OE-src-snapshot; cd /opt/OE/src; make clean; make initrd; make kernel
and get a working rom or a half-working rom, but how would I know?

Quote
But with wasting your time on old releases you weaken us as a community.


There is no OZ/OE community, we are but the left-overs...  

77
Quote
Will this work or be modified for the sl-5600?


I don\'t have a 5600, but here is the script I used to do the upgrade

Code: [Select]
#!/bin/sh



alias beep=\'echo -en "\007"\'



# ipkg remove qpf-bitstream-vera-light; ipkg install opie-common libopiedb2 sqlite



PKGLST="libqte2 libqpe1 libopie1 libopiedb2

opie-addressbook opie-advancedfm opie-appearance opie-aqpkg opie-backup opie-batteryapplet opie-button-settings

opie-calculator opie-cardmon opie-citytime opie-clipboardapplet opie-clock opie-clockapplet opie-common opie-datebook

opie-deco-flat opie-deco-liquid opie-deco-polished opie-doctab opie-drawpad opie-embeddedkonsole opie-i18n-en

opie-irdaapplet opie-keytabs opie-language opie-light-and-power opie-liquid opie-login opie-multikey opie-networksettings

opie-networksettingsplugin-kppp opie-networksettingsplugin-wlan

opie-osearch opie-pickboard opie-pics opie-qcop opie-quicklauncher opie-screenshotapplet opie-security

opie-sounds opie-style-flat opie-style-fresh opie-sysinfo opie-systemtime opie-taskbar opie-textedit opie-today

opie-today-addressbookplugin opie-today-datebookplugin opie-today-todolistplugin opie-todo opie-volumeapplet opie-wirelessapplet

libopieobex0"



# opie-launcher-settings

# opie-opiealarm



ipkg remove qpf-bitstream-vera-light



for PKG in $PKGLST; do

#  echo

  ipkg remove $PKG

done



sleep 10



for PKG in $PKGLST; do

# echo $PKG

  ipkg install $PKG

  sleep 2

done



## All Done.

beep; sleep 1;

beep; sleep 1;

beep; sleep 1;

beep; sleep 1;

ln -s /usr/lib/libsqlite.so /usr/lib/libsqlite.so.0


and then use OZone to back it up to a ROM.

78
Quote
The version of hotplug and pcmcia packages you are using are a bit broke in regards to the zaurus. (cf cards do not get recognized) I have noticed this eslewhere besides your rom image.


You\'d have noticed this if you\'d run OZ3.3.6pre1 before, as that is a problem common to all ROMs built off of it... (I didn\'t upgrade any non-opie packages, I didn\'t even do all of the opie ones - just enough to get the basics and pim stuff working)

I\'m not sure if the CF problems have to do with the kernel or compiling things against the new GCC, you\'d best ask Kergoth or Mickeyl  about that one....

Quote
I de-graded to an earlier version of both packages, and cf worked again.


Do tell... where did you get an earlier version compiled w/ GCC 3.3.2 that works or did you manage to install libcompat?  

If you describe the procedure and it proves more reliable that what\'s on the initrd now, I\'d be happy to implement it...  as even I have the occasional CF hick-up, which I work usually around by cartctl suspend, zaurus suspend, zaurus resume...

79
Accessories / Netgear MA701 problems
« on: May 21, 2004, 12:52:15 am »
I have an MA701 running on on my SL5500 / OZ 3.3.6pre1, the driver for the CF slot is a little flakey...

if when I insert the card:
- the card flashes a couple of times and then goes solid, I\'ve got an ip... good to go
- the card flashes continuously the driver and card are okay, but it hasn\'t found an AP or can\'t get an IP (like WEP turned on but no keys config\'ed)
- the light on the card stays solid (no blinking) then I have to run a cardctl suspend, suspend the Z and resume...  and it should reinit the CF and start going...

80
Quote
What\'s different in opie 1.1.4? I cant seem to find a release notes saying what has changed.


Well, I don\'t know if there are any release notes...

I can tell you what I\'ve noticed so far:

- konsole now has a full screen mode, which I like...  you tap a hotspot to get out of it

- apps seem a bit faster loading, and I can flip between calendar and address book without either of them locking up

- bug fix for calendar so appointments edit screen does not go off physical screen when appointment title is long.. (this has been an annoyance for me from opie 1.0 -] 1.03)

- mediaplayer fixed some bugs but has some new ones...  mime type problem is fixed, but it currently can\'t scan for available songs on my z.
it still plays music okay, but you have to use add file for each song and then flip to a different tab and then back to playlist before it will play.

81
get it while it\'s hot...

OZ3.3.6pre1 initrd.bin preloaded with opie 1.1.4 (May 16th)...

:arrow: http://dx.northern.ca/opie1.1.4/

82
General Discussion / Testers needed: Opie SDK installer script
« on: May 02, 2004, 04:44:47 am »
Here is the latest....    Need testers!

Code: [Select]
#!/bin/bash

##

## Note: base system is a hdd install of DamnSmallLinux 0.6.3

##  space needed: 125MB dsl base -> 811MB everything installed (~700MB)

##



# create working dir

mkdir ~/OPIE_SDK_install

cd ~/OPIE_SDK_install



# Install and Prep GCC 3.3.2 ARM cross-compiler be used by OPIESDK

## this is for OZ 3.3.6-pre1, for older versions of OZ you must use gcc 2.95.3

## and this next bit does not apply.  

wget http://www.openzaurus.org/official/toolchain/cross-3.3.2.tar.bz2

# wget http://192.168.0.101/cross-3.3.2.tar.bz2 # Local Mirror for testing

cd /

tar -jxvf ~/OPIE_SDK_install/cross-3.3.2.tar.bz2

cd ~/OPIE_SDK_install

mkdir -p /usr/local/arm/

ln -s /opt/cross /usr/local/arm/2.95.3



rm -f ~/OPIE_SDK_install/cross-3.3.2.tar.bz2



# install SDK

# wget ftp://ftp.handhelds.org/zecke/OpieSdk.tar.bz2 # OPIE SDK Main

wget http://lorien.handhelds.org/ftp.handhelds.org/zecke/OpieSdk.tar.bz2 # OPIE SDK Mirror

# wget http://192.168.0.101/OpieSdk.tar.bz2 # Local Mirror for testing



cd /

tar -jxvf ~/OPIE_SDK_install/OpieSdk.tar.bz2

cd ~/OPIE_SDK_install



rm -f ~/OPIE_SDK_install/OpieSdk.tar.bz2



apt-get install libpng3 make libdb3 kdelibs4 perl g++ qte-fonts qt3-dev-tools-embedded qt3-designer

## no kdelibs4 = kdevelop: error while loading shared libraries: libkhtml.so.4: cannot open shared object file: No such file or directory

ln -s /usr/lib/libpcreposix.so.3 /usr/lib/libpcreposix.so.0

ln -s /usr/lib/libpcre.so.3 /usr/lib/libpcre.so.0

ln -s /usr/lib/libdb3.so.3 /usr/lib/libdb-3.3.so

ln -s /usr/bin/make /usr/bin/gmake # no gmake = *** Exited with status: 127 ***

## no xlibmesa-gl-dbg | xlibmesa-gl | mesag3 | nvidia-glx | xlibmesa-gl | mesag3-glide2 | mesag3+ggi = kbuildsycoca/kdevelop: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory

## no perl = Can\'t locate File/Copy.pm in @INC ... BEGIN failed ... *** Exited with status: 2 ***

## no g++ = *** Exited with status: 127 ***

ln -s /usr/share/qte3 /usr/local/qt-embedded # no qte-fonts = Cannot find font definition file /usr/local/qt-embedded/lib/fonts/fontdir - is $QTDIR set correctly?

## no qt3-dev-tools-embedded = no qvfb (frame buffer for testing)

## qvfb: make sure you have glx loaded in your XF86Config | XF86Config-4 (whichever is used on your system)  

## Section "Module"

##         Load  "glx"

## EndSection

## no qt3-designer = no ability to edit application gui layout files (.ui)



## Start the final set-up

qvfb &

/opt/OpieSdk/start_kdevelop



## --== Building a project ==--

## Project -> New Project -> C++ -> Opie Application

## give it a name, next, next, next, finish

## Build -> Build Project

## Build -> Execute Main Program



## --== Package for OZ 3.3.6pre1 ==--

## in QMake Manager (right panel 2nd icon from the top), configuration (wrench):

## Dev/Test: QMake Subproject Configuration -> Make Spec -> Native G++

## Release: QMake Subproject Configuration -> Make Spec -> SL-55xx and SL-50xx

## Build -> Clean Project

## Build -> Build Project

## Build -> Build Package (check mark)

## deploy .ipk to Zaurus

##

## manually create symlink from /opt/Qtopia/bin/quicklauncher to /opt/Qtopia/bin/app, if neccessary

## manually create symlink from your app to /opt/Qtopia/apps/Applications/app.desktop, if neccessary

# i.e.

# lrwxrwxrwx    1 root     root           66 Mar 24 07:51 gt1.desktop -> /mnt/card/oz3.3.6-pre1/opt/QtPalmtop/apps/Applications/gt1.desktop



### ------------- below does not work (qt3-designer breaks compiling) ---------------

## click on file selector (left side panel, top icon)

## click on ?base.ui file

## \'Break layout\', add something, \'Layout grid\'

## Save .ui

## minimize qt3-designer

## Build -> Build Project

## Build -> Execute Main Program


Cheers,

-G

83
General Discussion / Testers needed: Opie SDK installer script
« on: May 02, 2004, 12:31:50 am »
using ldd -r /opt/OpieSdk/kde/lib/kde3/libkdevcppsupport.so

I found the problem to be libdb-3.3.so was not found
this fixes it:

Code: [Select]
ln -s /usr/lib/libdb3.so /usr/lib/libdb-3.3.so

84
General Discussion / Testers needed: Opie SDK installer script
« on: May 01, 2004, 07:32:58 pm »
:idea: See 3rd Message for latest script


Old stuff:

I promised Hugh that I\'d release this almost a month ago now...  I\'ve been trying to get rid of the last bug, but I can\'t hack it so time to open it up and see if others can help.

I have a working system able to run the SDK fully built on an old version of Morphix lite from July 2003.

On all other Debian/Knoppix-based systems, I am able to get the OpieSDK (kdevelop 3.0.0) running, but when creating or openning a project I get:
Quote
Could not create language plugin for C++

Here is the install script so far, OpieSDK needs about 550MB at its peak and will use about 460 after it is finished.  That doesn\'t include any packages you need to get for dependancies.

Code: [Select]
#!/bin/bash

### using Knoppix 3.4 c\'t as a base

# knoppix lang=us

## k->knoppix->root shell

# wget http://debian.tu-bs.de/knoppix/installer/knx-templates-0.39.tgz

# cp /usr/sbin/knoppix-installer .

# sudo ./knoppix-installer

## Make an install partition of 2.8GB / partition

## choose knoppix-type system install (not debian)



##



# create working dir

mkdir ~/OPIE_SDK_install

cd ~/OPIE_SDK_install



# Install and Prep GCC 3.3.2 ARM cross-compiler be used by OPIESDK

## this is for OZ 3.3.6-pre1, for older versions of OZ you must use gcc 2.95.3

## and this next bit does not apply.  

## ftp://ftp.handhelds.org/toolchain/ # Obsolete Compiler Tool Chain

wget http://www.openzaurus.org/official/toolchain/cross-3.3.2.tar.bz2

# wget http://192.168.0.101/cross-3.3.2.tar.bz2 # Local Mirror for testing

cd /

tar -jxvf ~/OPIE_SDK_install/cross-3.3.2.tar.bz2

cd ~/OPIE_SDK_install

mkdir -p /usr/local/arm/

ln -s /opt/cross /usr/local/arm/2.95.3



rm -f ~/OPIE_SDK_install/cross-3.3.2.tar.bz2





# install SDK

# wget ftp://ftp.handhelds.org/zecke/OpieSdk.tar.bz2 # OPIE SDK Main

# wget http://lorien.handhelds.org/ftp.handhelds.org/zecke/OpieSdk.tar.bz2 # OPIE SDK Mirror

wget http://lorien.handhelds.org/ftp.handhelds.org/zecke/OpieSdk.tar.bz2 # OPIE SDK Mirror

# wget http://192.168.0.101/OpieSdk.tar.bz2 # Local Mirror for testing



cd /

tar -jxvf ~/OPIE_SDK_install/OpieSdk.tar.bz2

cd ~/OPIE_SDK_install



rm -f ~/OPIE_SDK_install/OpieSdk.tar.bz2



df -h





ln -s /usr/lib/libpcreposix.so.3 /usr/lib/libpcreposix.so.0

ln -s /usr/lib/libpcre.so.3 /usr/lib/libpcre.so.0

apt-get install libpng3


To start it up use:
Quote
/opt/OpieSdk/start_kdevelop

-G

85
Sharp ROMs / Favorite ROM
« on: August 11, 2003, 11:48:39 pm »
no idea about 3.3.1...

but I use OZ 3.2 with upgraded Opie 1.01 stuff from this feed:
http://opie.net.wox.org/openzaurus/current/

86
Toronto / Union Station Encounter!
« on: August 10, 2003, 08:21:40 am »
Wasn\'t me... I have an MA701....

There is a wireless access point in Union Station right beside Harvey\'s (replaces one of the pay phones)...   I\'ve tried it out and it\'s very fast...

Pages: 1 ... 4 5 [6]