Active Topics

 


Reply
Thread Tools
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#41
Disregard what shlibs say, that's just for package dependencies, and as said, known to be broken. What does "ldd /opt/mapsdemo/bin/mapsdemo" on the device say ?

PS Routing is a 1.1 feature (but obviously should be present in 1.2, too)
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
Posts: 1,463 | Thanked: 1,916 times | Joined on Feb 2008 @ Edmonton, AB
#42
Code:
	libQtLocation.so.1 => /usr/lib/libQtLocation.so.1 (0x40031000)
	libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x40067000)
	libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x40b85000)
	libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x40ce2000)
	libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x40d85000)
	libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x40ddd000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x410cb000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x410eb000)
	libm.so.6 => /lib/libm.so.6 (0x411cc000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x41242000)
	libc.so.6 => /lib/libc.so.6 (0x41254000)
	liblocation.so.0 => /usr/lib/liblocation.so.0 (0x41379000)
	libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0x41389000)
	libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x413ad000)
	libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x413d0000)
	libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x4140d000)
	libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x4144e000)
	libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x4152a000)
	librt.so.1 => /lib/librt.so.1 (0x41536000)
	libpng12.so.0 => /usr/lib/libpng12.so.0 (0x41545000)
	libz.so.1 => /usr/lib/libz.so.1 (0x4156d000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x41750000)
	libEGL.so => /usr/lib/libEGL.so (0x41585000)
	libSM.so.6 => /usr/lib/libSM.so.6 (0x44e68000)
	libICE.so.6 => /usr/lib/libICE.so.6 (0x44d28000)
	libXrender.so.1 => /usr/lib/libXrender.so.1 (0x41988000)
	libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x417c8000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x41968000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x4158f000)
	libdl.so.2 => /lib/libdl.so.2 (0x4167e000)
	/lib/ld-linux.so.3 (0x40000000)
	libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x41689000)
	libIMGegl.so => /usr/lib/libIMGegl.so (0x41694000)
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0x416a8000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x416ce000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x416d8000)
	libsrv_um.so => /usr/lib/libsrv_um.so (0x416e4000)
 

The Following User Says Thank You to Creamy Goodness For This Useful Post:
Posts: 28 | Thanked: 13 times | Joined on Nov 2010 @ Tampere, Finland
#43
It would be nice to get an update that would make it possible to make Qt Creator to deploy a program using the libraries (the dependency issue). After all, what's the point of it all without that?

Also, at least the camera-relateed libraries have many things missing from what is supposed to be included in 1.2. For example QCameraImageCapture is not able to capture into a buffer, only into a file. There should probably not be a technical reason for that. A "creative" camera might not be as fast it can be if it need to save and load a JPEG file before any processing, and then making a second save.
 
Posts: 1,463 | Thanked: 1,916 times | Joined on Feb 2008 @ Edmonton, AB
#44
Originally Posted by mvuori View Post
It would be nice to get an update that would make it possible to make Qt Creator to deploy a program using the libraries (the dependency issue). After all, what's the point of it all without that?

Also, at least the camera-relateed libraries have many things missing from what is supposed to be included in 1.2. For example QCameraImageCapture is not able to capture into a buffer, only into a file. There should probably not be a technical reason for that. A "creative" camera might not be as fast it can be if it need to save and load a JPEG file before any processing, and then making a second save.
You are having similar errors to mine, or something else?
 
Posts: 328 | Thanked: 72 times | Joined on Oct 2010 @ Venezuela
#45
Hi guys, is qt mobility 1.2 finally ready to be installed?
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#46
.zip contaning the (correct) goodies coming up shortly. Trying to get it into the SDK so you wouldn't have to update manually...
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
Posts: 328 | Thanked: 72 times | Joined on Oct 2010 @ Venezuela
#47
can someone explain to me, how qtm 1.2 would be beneficial to me, and if i install now would it affect the functionality of my installed apps please?
 
Posts: 1,463 | Thanked: 1,916 times | Joined on Feb 2008 @ Edmonton, AB
#48
if you're not trying to develop an application using the qt mobility libraries, installing it shouldn't do anything you will notice, so don't worry about it.
 

The Following User Says Thank You to Creamy Goodness For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#49
Originally Posted by carlon View Post
can someone explain to me, how qtm 1.2 would be beneficial to me, and if i install now would it affect the functionality of my installed apps please?
1.2 has extra functionality and a number of bugs fixed compared to the version that ships as part of the firmware. That said, which version is going to be used is up to the developer, and if the dev decides to use 1.2, it will get installed in parallel, i.e. it won't affect any non 1.2-using app.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 112 | Thanked: 122 times | Joined on Dec 2009 @ London, United Kingdom
#50
Hey there,

Having a bit of a problem to use qtm-12-connectivity (Bluetooth). Build will find the CamelCase headers (e.g. QBluetoothUuid ) but not the actual headers pointed by those (qbluetoothuuid.h).

I'm using QtSdk, so I installed qtm-12-* using
Code:
Maemo/4.6.2/bin/mad-admin xdpkg -i <<all pkgs>>
Code:
#:~/QtSDK/Maemo/4.6.2/bin$ ./mad-admin xdpkg -l
 libqtm-12-bearer 
 libqtm-12-connectivity 
 libqtm-12-contacts 
 libqtm-12-declarative 
 libqtm-12-dev 
 libqtm-12-feedback 
 libqtm-12-gallery 
 libqtm-12-location 
 libqtm-12-messaging 
 libqtm-12-multimedia 
 libqtm-12-organizer 
 libqtm-12-publishsubscribe 
 libqtm-12-sensors 
 libqtm-12-serviceframework 
 libqtm-12-systeminfo 
 libqtm-12-versit
And added CONFIG += mobilit12 and MOBILITY += connectivity to the .pro file.

I'm suspecting that somehow my installation misses those headers.
Code:
#:~/QtSDK/Maemo/4.6.2/sysroots/fremantle-arm-sysroot-20.2010.36-2-slim/opt/qtm12/include/QtConnectivity$ ls
Alternative
QBluetoothTransferReply
QNdefNfcUriRecord
QBluetoothAddress
QBluetoothTransferRequest  
QNdefRecord
QBluetoothDeviceDiscoveryAgent   
QBluetoothUuid             
QNearFieldManager
QBluetoothDeviceInfo             
...
On all the other qtm-12 modules, you'd have both the CamelCase and the actual headers in those directories, except for QtConnectivity. Is that it? Any hints on what I'm doing wrong?
Just putting the headers there (from the source) didn't work as a charm and looks bad.

Any help appreciated! (And thanks for qtm-12!)
__________________
Happy n900 owner!
Check my apps: n900fly, accdisplay and the "desktop command execution" widget!

Last edited by cpscotti; 2011-06-29 at 01:02. Reason: missed some words in there.. (and I even used preview)..
 

The Following User Says Thank You to cpscotti For This Useful Post:
Reply

Tags
bluetooth, nfc-api, qtmobility


 
Forum Jump


All times are GMT. The time now is 21:46.