Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt on BlackBerry and QNX
  4. BB Dev Alpha B and QtCreator problem
Forum Updated to NodeBB v4.3 + New Features

BB Dev Alpha B and QtCreator problem

Scheduled Pinned Locked Moved Qt on BlackBerry and QNX
12 Posts 3 Posters 5.6k 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.
  • A Offline
    A Offline
    AlterX
    wrote on 29 Dec 2012, 09:55 last edited by
    #3

    The first time I have tried it gave me error in output pane.
    Today it seems get started, but a dialog has been shown:
    @
    Connection refused: Invalid contents after ssh key. Unable to send ssh key to target
    @

    Qt Ambassador
    Real-time cooperative teams: http://www.softairrealfight.net
    Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

    https://codereview.qt-project.org/...

    1 Reply Last reply
    0
    • D Offline
      D Offline
      daliusd
      wrote on 2 Jan 2013, 11:19 last edited by
      #4

      Are you on Windows or on Linux?

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlterX
        wrote on 2 Jan 2013, 11:47 last edited by
        #5

        Currently I'm using windows because I think is better supported right now

        Qt Ambassador
        Real-time cooperative teams: http://www.softairrealfight.net
        Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

        https://codereview.qt-project.org/...

        1 Reply Last reply
        0
        • D Offline
          D Offline
          daliusd
          wrote on 2 Jan 2013, 11:50 last edited by
          #6

          So I guess you are using putty tools to generate SSH key? Right? Putty itself uses different format than SSH. Puttygen allows to get SSH key in proper format. Sorry for vague description but maybe that will help if that's your problem.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            AlterX
            wrote on 2 Jan 2013, 13:47 last edited by
            #7

            [quote author="daliusd" date="1357127407"]So I guess you are using putty tools to generate SSH key? Right? Putty itself uses different format than SSH. Puttygen allows to get SSH key in proper format. Sorry for vague description but maybe that will help if that's your problem.[/quote]

            Yes I have. But it works...when I launch the app thru qtcreator, it compiles, installs and then it prompts to me a dialog to choose a valid executable to use (it writes executable not found!) but it successfully transfers and installs the new exec!

            Qt Ambassador
            Real-time cooperative teams: http://www.softairrealfight.net
            Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

            https://codereview.qt-project.org/...

            1 Reply Last reply
            0
            • D Offline
              D Offline
              daliusd
              wrote on 2 Jan 2013, 14:18 last edited by
              #8

              Very interesting. I will try to run my app later tonight from QtCreator (there was no need to run from QtCreator yet) on BB10 alpha device and we could procede from there. I run with QtCreator successfully (don't remember if PlayBook or Simulator however) but I'm using Linux (not Windows).

              Now (if you are impatient) I can only recommend googling for exact error string. If it will be part of some open source project (e.g. QtCreator) you will get something.

              1 Reply Last reply
              0
              • A Offline
                A Offline
                AlterX
                wrote on 2 Jan 2013, 14:22 last edited by
                #9

                [quote author="daliusd" date="1357136326"]Very interesting. I will try to run my app later tonight from QtCreator (there was no need to run from QtCreator yet) on BB10 alpha device and we could procede from there. I run with QtCreator successfully (don't remember if PlayBook or Simulator however) but I'm using Linux (not Windows).
                [/quote]

                I just need to give a try using linux at this point...Using the same code instead of port that in cascades could be a very beautiful thing!

                Qt Ambassador
                Real-time cooperative teams: http://www.softairrealfight.net
                Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

                https://codereview.qt-project.org/...

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  daliusd
                  wrote on 2 Jan 2013, 14:25 last edited by
                  #10

                  [quote author="AlterX" date="1357136520"]
                  I just need to give a try using linux at this point...Using the same code instead of port that in cascades could be a very beautiful thing!
                  [/quote]

                  Using the same code is really possible. In my case I'm not using components (just plain QML) so preparing app for PlayBook and BB10 was very easy. There were some specific cases (e.g. PlayBook does not have IMEI) but they were basically resolved with #ifs and a little bit of extra code.

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    AlterX
                    wrote on 2 Jan 2013, 15:03 last edited by
                    #11

                    [quote author="daliusd"
                    Using the same code is really possible. In my case I'm not using components (just plain QML) so preparing app for PlayBook and BB10 was very easy. There were some specific cases (e.g. PlayBook does not have IMEI) but they were basically resolved with #ifs and a little bit of extra code.[/quote]

                    I need to do the same...my app is the same, plain qmls...I've already spent a lot of time to convert part of that to cascades and I don't want it...

                    Qt Ambassador
                    Real-time cooperative teams: http://www.softairrealfight.net
                    Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

                    https://codereview.qt-project.org/...

                    1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      daliusd
                      wrote on 2 Jan 2013, 18:52 last edited by
                      #12

                      OK. I have successfully launched app from QtCreator. Previously I had used QtCreator with simulator and that ended with following error:

                      Info: Sending request: Launch
                      Info: Action: Launch
                      Info: Launching lt.sandbox.todoteriaplus.testDev_doteriaplus50989c0_...
                      Error: Failed to create application process: Exec format error
                      Launching application failed

                      This error indicated that I must change sysroot to armle-v7 and remove Qt mkspec I have used in this dialog (screenshot shamelessly taken from http://qt-project.org/wiki/Qt-Creator-with-BlackBerry-10 ):

                      !https://raw.github.com/blackberry/Qt/codedrop_20120109/screenshots/BB10KitConfiguration.png!

                      After that everything just went through.

                      My advice for you would be to run sample app http://qt-project.org/wiki/Qt-Creator-with-BlackBerry-10#9502a243840645c318c087ca6b94d95d . It is quite simple and should you give basic idea how to run simple Qml app.

                      If you still have questions - ask. I will be happy to help.

                      1 Reply Last reply
                      0

                      12/12

                      2 Jan 2013, 18:52

                      • Login

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