Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. External App Nokia Drive
Forum Updated to NodeBB v4.3 + New Features

External App Nokia Drive

Scheduled Pinned Locked Moved Mobile and Embedded
11 Posts 4 Posters 3.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vetryaspa
    wrote on last edited by
    #1

    Hi all,

    i'm develop an application that implement map and Points of interest. Now i whant call the external app "Nokia Drive" for drive the user on the specific point. I have search on forum but without result.

    Onyone know how i can do this?

    Regars

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Vetryaspa
      wrote on last edited by
      #2

      no one can help me?

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mlong
        wrote on last edited by
        #3

        Please be patient when waiting for a response. 4 hours is not nearly long enough to wait before bumping your post. We are all volunteers here and answer questions in our free time. If someone has any input, they will give it.

        Software Engineer
        My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          Vetryaspa
          wrote on last edited by
          #4

          Sorry but usually the ansuers come quickly ^^

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lgeyer
            wrote on last edited by
            #5

            Honestly, I'm not even quite sure about your question. Do you need help in creating such an application? Do you want to know if there is already such an application? Do you want to know if you are allowed to name your application "Nokia Drive" (which I doubt)?

            1 Reply Last reply
            0
            • V Offline
              V Offline
              Vetryaspa
              wrote on last edited by
              #6

              I whant know if is possible launch the application of nokia drive... the nokia application embedded on Smatphon for the Navigator.

              1 Reply Last reply
              0
              • M Offline
                M Offline
                miksuh
                wrote on last edited by
                #7

                EDIT: This unfortunately don't seem to currently work on Symbian, it might still work on Harmattan. Maybe someone with N9 can verify this?

                Here is how you can launch Nokia Maps from QML code:

                @Qt.openUrlExternally("geo:50.1354488,14.4332199")@

                And here is the same using C++

                @#include <QDesktopServices>
                #include <QUrl>

                ...

                QDesktopServices::openUrl(QUrl("geo:50.1354488,14.4332199"));@

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  Vetryaspa
                  wrote on last edited by
                  #8

                  [quote author="Mika Hanhijärvi" date="1333223518"]Here is how you can launch Nokia Maps from QML code:

                  @Qt.openUrlExternally("geo:50.1354488,14.4332199")@

                  And here is the same using C++

                  @#include <QDesktopServices>
                  #include <QUrl>

                  ...

                  QDesktopServices::openUrl(QUrl("geo:50.1354488,14.4332199"));@[/quote]

                  I'm programming in C++ and the method with QDesktopServices not run... have you found this on API? if yes where?

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    miksuh
                    wrote on last edited by
                    #9

                    Sorry, I should have checked this before posting.

                    My examples were based on these wiki articles:

                    For QML:
                    http://www.developer.nokia.com/Community/Wiki/How_to_use_Qt.openUrlExternally_in_QML

                    For C++:
                    http://www.developer.nokia.com/Community/Wiki/How_to_launch_other_applications_in_Qt

                    However it seems that on Symbian it currently is not possible to launch Nokia Maps neither from QML by using Qt.openUrlExternally(), nor from C++ by using QDesktopServices::openUrl(). It's probably because there has been big changes in Nokia Maps, it's actually Nokia Maps Suite now. Or maybe this is only workin on MeeGo Harmattan?

                    Eg. launching email client works just fine on Symbian, but it currently does not seem to be possible to launch Nokia Maps using those methods.

                    1 Reply Last reply
                    0
                    • V Offline
                      V Offline
                      Vetryaspa
                      wrote on last edited by
                      #10

                      I'm develop for Symbian. Tnx fro your reply. Same you i have try to launc call or e-Mail and this method run.

                      tnx for your availability.

                      1 Reply Last reply
                      0
                      • M Offline
                        M Offline
                        miksuh
                        wrote on last edited by
                        #11

                        There may be some other way to launch Nokia Maps. Maybe it is possible to use QProcess to launch Nokia Maps, but I have no idea of how to do that. Maybe someone else has some knowledge which would help you.

                        1 Reply Last reply
                        0

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved