![]() |
2011-06-02
, 18:04
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#32
|
On what licence do they publish generated content?
Can`t find on their page...
Client is open, yes. But what about server and database?
![]() |
2011-06-02
, 18:37
|
Banned |
Posts: 358 |
Thanked: 160 times |
Joined on Dec 2010
|
#33
|
I'll add libqtm-12 as a requirement - no biggy.
libqtm is QTMobility - it provides access to all of the the device stuff - both hardware and software, like GPS, sensors, leds, calendar, sms, etc...
It should show a blank screen only for something like 5-10 secs (no splash screen yet) until the map is loaded, but certainly not 5 min...
Are you connected to the network? it is needed to load the map
Then you should see something like this:
edit:
I strongly recommend Wifi as for those with 30MB 3G @ orange (like me) - well, I have not yet implemented the map caching...
If I already added one image, here is another one:
$ ./qwazer
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
file:///opt/usr/share/qwazer/qml/qwazer/qwazer.qml:1:1: module "QtQuick" is not installed
import QtQuick 1.0
^
![]() |
2011-06-02
, 19:29
|
Posts: 68 |
Thanked: 13 times |
Joined on Oct 2010
|
#35
|
![]() |
2011-06-02
, 19:39
|
|
Posts: 1,390 |
Thanked: 642 times |
Joined on Nov 2007
@ California USA
|
#36
|
![]() |
2011-06-03
, 01:59
|
Posts: 68 |
Thanked: 13 times |
Joined on Oct 2010
|
#37
|
![]() |
2011-06-03
, 10:41
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#38
|
I've still the same problem. When I'm trying to run qwazer from the terminal I get this error:
Which library is this?PHP Code:
$ ./qwazer
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
file:///opt/usr/share/qwazer/qml/qwazer/qwazer.qml:1:1: module "QtQuick" is not installed
import QtQuick 1.0
^
apt-get install qtquickcompat
![]() |
2011-06-03
, 11:00
|
Banned |
Posts: 358 |
Thanked: 160 times |
Joined on Dec 2010
|
#39
|
Excellent news, I think you hit the jackpot
Try:
Code:apt-get install qtquickcompat
![]() |
2011-06-03
, 14:48
|
Posts: 329 |
Thanked: 505 times |
Joined on Jul 2008
@ Israel
|
#40
|
Can`t find on their page...
Client is open, yes. But what about server and database?