Using QtMobility/Location, a Symbian Qt C++ application runs in emulator but not on device -


i have symbian qt c++ mobile application runs fine in emulator when application compiled sis file , installed on phone, installs not start , fails silently without message.

the application uses qtmobility 1.0.1 access location api.

found issue i'm facing related following bug: https://bugreports.qt.io/browse/qtmobility-360

which caused using qt mobility 1.0.1 apis, linked against library (lbt) not available on symbian 5th edition devices (but available on symbian^3)

when reverted using qt mobility 1.0.0 apis on device, application started successfully.

the bug report states has been fixed in version 1.0.2 of qt mobility apis, hasn't been released yet.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -