Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.5k Posts
  • 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?
  • Newby needs help building QMediaPlayer Example

    5
    0 Votes
    5 Posts
    11k Views
    ?
    danilocesar says that you have to add these in your .pro file manually @ CONFIG += mobility MOBILITY = multimedia @ There is a media player mobility example, you can check for it in the Qt assistant
  • How do I assign a function to a key on phones key board?

    6
    0 Votes
    6 Posts
    3k Views
    ?
    [quote author="chriadam" date="1287643765"]Try "this":http://wiki.forum.nokia.com/index.php/CS001352_-_Listening_for_Symbian_key_events_in_Qt instead. [/quote] thanks chriadam
  • How to handle scalable UI in Qt for Symbian?

    2
    0 Votes
    2 Posts
    3k Views
    D
    Maybe qml or graphics framework with anchor layout?
  • QT Newbie ( how to open widget from mainwindow )

    2
    0 Votes
    2 Posts
    5k Views
    ?
    hi syed, there are a whole bunch of examples in the Qt installation folder with sources, try to run one of them and walk through the code, you will be able to solve this on your own :) Also can you markup your code by enclosing them within @ tags, easier to read
  • What benefit should I have using Qt under VS?

    8
    0 Votes
    8 Posts
    5k Views
    F
    The answer is that M$ does NOT permit it. Thanks. "http://developer.qt.nokia.com/forums/viewthread/1351/":http://developer.qt.nokia.com/forums/viewthread/1351/
  • Can I write code for windows mobile 6.5 without VS?

    7
    0 Votes
    7 Posts
    6k Views
    F
    I understand. MS = M$$$$ Thank you all.
  • QFtp strange behavior on ARM (angstrom)

    2
    0 Votes
    2 Posts
    3k Views
    W
    If I lookup the IP Address using an ACE_INET_addr and use the IP Address returned by this object, the connection is working. Regards Wolfgang Hauser
  • Can we draw a textured background using QObject?

    3
    0 Votes
    3 Posts
    3k Views
    W
    Can someone help me out on this issue?
  • Need help in making simple mobile app

    4
    0 Votes
    4 Posts
    4k Views
    D
    the path variable in env.txt is set to @ Path=C:\NokiaQtSDK2\Symbian\SDK\bin;C:\NokiaQtSDK2\Symbian\SDK\perl\bin;C:\NokiaQtSDK2\Symbian\SDK\epoc32\tools;C:\NokiaQtSDK2\Symbian\SDK\epoc32\gcc\bin;C:\NokiaQtSDK2\Symbian\gcce\arm-none-symbianelf\bin;C:\NokiaQtSDK2\Symbian\gcce\bin;C:\cygwin\bin;C:\Program Files (x86)\SSH Communications Security\SSH Secure Shell @ it this correct? or is there any problem with this
  • QStaticText support for QWidget and Creator integration request

    5
    0 Votes
    5 Posts
    4k Views
    B
    Yep, I also think you'd better look into this yourself and make a merge request. I don't think such a task will have a high priority since developers are moving away from QWidget and are working on QML. The problem of such a task is that it requires to modify the rendering of each widget to use QStaticText. In each case, some consideration have to be taken regarding memory consumption for the typical use of the widget. What you are asking, the ability to dynamically use QStaticText, is also of difficult because it doubles lots of path in rendering and model handling.
  • Porting iPhone app to symbian (multi view menu driven app)

    8
    0 Votes
    8 Posts
    7k Views
    M
    Thank you all for kind help.
  • Compiling QT 4.7.0 for Windows Mobile 6 Professional runs in linker error

    2
    0 Votes
    2 Posts
    4k Views
    F
    have you solved your problem? I want to code for windows mobile 65 and I don't know what to do. I own VS2005 but I don't want to use it I want to have a clean solution with Qt. I know that I need MSSDK and Qt, but I'm not sure if I need to have VS or not. Would you please be kind enough and tell me what to do?
  • WAP Apn not working

    5
    0 Votes
    5 Posts
    5k Views
    R
    [quote author="Tobias Hunger" date="1287394890"]Have you considered filing a "bugreport":http://bugreports.qt.nokia.com/?[/quote] Thanks, will do that. Update: Seems someone already posted about it. "http://bugreports.qt.nokia.com/browse/QTBUG-11016":http://bugreports.qt.nokia.com/browse/QTBUG-11016
  • Netlink

    3
    0 Votes
    3 Posts
    3k Views
    F
    My intention was to use it for reading an i-button via 1-wire Dallas. I had no time, however, to go deeply into this. I've finally used another method to read the i-button : there are a number of files that contain information about the i-button (present or not, the key-code,...). By reading these files, I could detect the presence of a key and read out its code. However, I feel like this is not the right method to handle this. I have to investigate this further into detail later on. Thanks for your reply !
  • Qt memory management. What's wrong?

    9
    0 Votes
    9 Posts
    8k Views
    S
    But isn't it annoying to run the memory leaks tool in a different environment than Symbian to find leaks. There could cases where there could be a mix of Symbian and Qt code. What happens in that case. For that matter it applies to the other platforms also. How will this issue be addressed?
  • Qt Service Framework - portable background service

    2
    0 Votes
    2 Posts
    4k Views
    S
    Hi Pawel, I have been playing around with ServiceFramework for a while now, if I have understood the services those are plugins. Meaning you can have a demon process which loads this service and runs your activity such as collecting information periodically at the startup and etc. Someone has to load the service who is your decision -Sriky