QtMobility.location 1.1 working in N950 when build from QtCreator with cable, but not when opened from the phone itself.
-
What could be the problem
QtMobility.location 1.1 working in N950 when build from QtCreator with cable, but not when opened from the phone itself.There is too things:
PositionSource & DocumentGalleryModelboth works nicely in my N950 when I run from QtCreator via cable, but if I use the phone itself to open the app, these doesn't work. It just doesn't open gps connection or show any photos.
Any ideas?
-
dunno if this is solved somewhere already but anyway...
Sounds like a problem with aegis manifest. The application is run as a different user when launched from creator (developer) than when executed from the device (user). So my first quess would be that the aegis manifest needs to be updated. Try deleting/moving the generated manifest to make sure it gets regenerated and rebuild/deploy. Can't remember the exact name of the file (it's '_aegis' or something like it inside your project directory).