Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.2k Topics 62.7k Posts
  • Is QAudioOutput (part of QT Mobility API) reentrant?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QWS_KEYBOARD: Could not initialize virtual console switching

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • QMediaplayer of Multimedia in Qt moblilty

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Developing for WeTab

    11
    0 Votes
    11 Posts
    6k Views
    M
    Small update: We put the patches online (same URL as the binaries). The manufacturer of the WeTab is also looking into it.
  • QDeclarative in Carbide

    4
    0 Votes
    4 Posts
    3k Views
    D
    No, you should explicitly download Qt 4.7.0 and install it.
  • Need help in Mobility API

    2
    0 Votes
    2 Posts
    3k Views
    K
    Have you debugged and checked if the map is being fetched
  • PostgreSQL and mobile app

    9
    0 Votes
    9 Posts
    6k Views
    G
    yes it did, but that was, when running the app through the simulator. I will test the availability of postgres driver from inside a mobile device..
  • Restart App

    3
    0 Votes
    3 Posts
    5k Views
    L
    [quote author="rohanpm" date="1288016351"] from within the app, use QProcess::startDetached to start another instance of the app, then exit (the parent) immediately[/quote] I would suggest an improvement for that: fork. in parent: terminate the app. in child: make a delay, so your app gets enough time to terminate and use QProcess as offered above.
  • Symbian^3, Qt 4.7.0 and UiTools

    3
    0 Votes
    3 Posts
    4k Views
    D
    checklib: error: library \Nokia\devices\Nokia_Symbian3_SDK_v0.9\epoc32\release\ARMV5\urel\QtUiTools.lib is incompatible with standard C++.
  • Indian Languages in Qt for WINCE

    2
    0 Votes
    2 Posts
    3k Views
    P
    I will be very happy if you add "Kannada":http://en.wikipedia.org/wiki/Kannada also to the supported list.
  • UI Extensions and symbian^4

    10
    0 Votes
    10 Posts
    5k Views
    A
    Oh yeah, after last week's announcement, things changed :-)
  • Nokia N8 showFullScreen() don't work

    32
    0 Votes
    32 Posts
    18k Views
    M
    i think, that the app gets to low storeage for use from the device. so it cant show all these icons at the same time, but thats just an assume.
  • Need help in getting data after pressing pushbutton

    3
    0 Votes
    3 Posts
    3k Views
    T
    This looks like a great place to use a "QSignalMapper":http://doc.trolltech.com/4.7/qsignalmapper.html.
  • How do we rearrange widgets added to a Grid Layout at runtime?

    11
    0 Votes
    11 Posts
    11k Views
    ?
    [quote author="QtK" date="1287741731"]Thank you, I was looking for something like QLayout::removeWidget()[/quote] you could alternatively use QLayout::removeItem(), and then add them back with QLayout::addItem().. you probably already also know this by now :)
  • QObject creating in one thread using in other

    13
    0 Votes
    13 Posts
    7k Views
    S
    well i have tried it, i have two objects which take about 2 sec for constructing each of them, i wanted improve on it, so that the objects gets constructed in parallel. -Sriky
  • Controlling Flash Light

    2
    0 Votes
    2 Posts
    2k Views
    D
    Maybe "camera API":http://doc.qt.nokia.com/qtmobility-1.1.0-beta2/qcameraexposure.html#FlashMode-enum could help you
  • Undefined symbol while using QDeclarativeView on Maemo

    4
    0 Votes
    4 Posts
    3k Views
    A
    [quote author="Aleksei Mikhailichenko" date="1287746081"]Did you tried setContextProperty? [/quote] Yes. Just tested again here, working nicely. This kind of error used to happen when the binary was created with a different version than the one installed on N900, due to internal changes in QtDeclarative during the development of Qt 4.7.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    5 Posts
    3k Views
    K
    So even in future releases its not expected.
  • QWidget and setVisible() problem

    3
    0 Votes
    3 Posts
    5k Views
    A
    Maybe it's bug, can you write test application?