![]() |
2015-08-08
, 16:34
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#12
|
![]() |
2015-08-08
, 16:54
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#13
|
![]() |
2015-08-08
, 17:05
|
Posts: 18 |
Thanked: 5 times |
Joined on Nov 2012
@ Germany
|
#14
|
![]() |
2015-08-08
, 18:00
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#15
|
you need to add an aegis manifest with specific dbus permissions.
also, source code?
class MyClass : public QObject
{
Q_OBJECT
public:
MyClass(QObject *parent = 0)
: QObject(parent)
{
QGeoPositionInfoSource *source = QGeoPositionInfoSource::createDefaultSource(this);
if (source) {
connect(source, SIGNAL(positionUpdated(QGeoPositionInfo)),
this, SLOT(positionUpdated(QGeoPositionInfo)));
source->startUpdates();
}
}
private slots:
void positionUpdated(const QGeoPositionInfo &info)
{
qDebug() << "Position updated:" << info;
}
};
The Following User Says Thank You to Halftux For This Useful Post: | ||
![]() |
2015-11-15
, 14:49
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#16
|
The Following 2 Users Say Thank You to Halftux For This Useful Post: | ||
![]() |
2015-11-15
, 15:02
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#17
|
And I also compiled it for SFOS.
Has somebody the time and the willingness to try it out?
I don't own a SF device.
![]() |
2015-11-15
, 17:22
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#18
|
The Following User Says Thank You to Halftux For This Useful Post: | ||
![]() |
2015-11-18
, 15:08
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#19
|
![]() |
2015-11-18
, 23:38
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#20
|
Do you have source code in some repository? I'd like to try your application.
(\_/) =(^.^)= (")_(")
The Following 3 Users Say Thank You to Halftux For This Useful Post: | ||
I can give out lastknown position (gps only) to stdout.
This should be possible, I will start writing this evening now I try to fix my speedometer from my car.
I am wondering why I get an access error with this app on a openmode kernel PR1.3 N950.
N900: gpxsee, fahrplan, gpscon, genwall, qrcode, hextool, libjansson4, libevent-2.0-5, cnee, psi-plus, mihphoto, shc
Maemo flasher/rescue live image.
Fremantle Harmattan SDK VM