I got Qtopia running, but when I run it, it tells me that there was an error in the startup procedure and it has to run in safe mode. Here is my Qtopia.gpu file, followed by an error log.
Code:
#!/bin/sh
# setting QT/Qtopia env...
export LOGNAME=root
export HOME=/mnt/sd
export QPEDIR=/mnt/sd/Qtopia/qt
export QTDIR=$QPEDIR
export SHARE=/mnt/sd/Qtopia/share
export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH
export PATH=$QPEDIR/bin:$PATH
export QWS_MOUSE_PROTO="USB GP2X"
export QWS_KEYBOARD="TTY GP2X"
# mount Qtopia image
modprobe zlib_inflate.o
modprobe cramfs.o
mkdir -p $QPEDIR
mount -t cramfs -o loop qtopia.img $QPEDIR
mkdir -p $SHARE
mount -t cramfs -o loop share.img $SHARE
# prepare /tmp directory...
rm /tmp/qtembedded* -rf
chown root.root /tmp
# run...
cd $HOME
qpe-reorgfiles
qpe -qws
# umount
umount $QPEDIR
umount $SHARE
# terminated...
cd /usr/gp2x
exec ./gp2xmenu
Code:
Cannot open /dev/input/mice (No such file or directory)
Create pluginlibman in libqpe
Unable to open /usr/share/zoneinfo/zone.tab
Timezone data must be installed at /usr/share/zoneinfo/
Unable to open '/usr/share/zoneinfo/America/New_York'
TimeZone::data Can't create a valid data object for 'America/New_York'
TzCache::location unable to find America/New_York
initEnvironment() Invalid TimeZone America/New_York
Use QPEApplication's PluginLibraryManager
Setting up QCop to QPE/System
channel QPE/Card added
channel QPE/Server added
channel QPE/IME added
Create pluginlibman in libqpe
Use QPEApplication's PluginLibraryManager
QuickLauncher running
inserting Documents at -1
could not load IR plugin
inserting Applications at 0
inserting Games at 1
inserting Settings at 2
Doing slow search for image: justreader/justreader.png
Doing slow search for image: opera.png
addAppLnk: No view for type Application. Can't add app Shutdown!
Create pluginlibman in libqpe
Use QPEApplication's PluginLibraryManager
QuickLauncher running
Unable to open /usr/share/zoneinfo/zone.tab
Timezone data must be installed at /usr/share/zoneinfo/
Unable to open '/usr/share/zoneinfo/America/New_York'
TimeZone::data Can't create a valid data object for 'America/New_York'
TzCache::location unable to find America/New_York
Registered QPE/QuickLauncher-57
Any solutions?
EDIT: Ok now it starts normally, but my cursor doesn't work... I didn't change anything except for install a few things, which worked earlier. This is the most bizarre app I've ever used in my life. :blink: