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
  • Combined Nokia SDK and Desktop SDK?

    2
    0 Votes
    2 Posts
    2k Views
    T
    Nokia is working to combine the two SDKs into just one. See the end of this "this blog post.":http://labs.qt.nokia.com/2010/11/09/qt-4-7-1-released/
  • QtMobility::QMessageService sending mms failed no error Symbian

    13
    0 Votes
    13 Posts
    7k Views
    K
    [quote author="Milot Shala" date="1290033219"]Still after adding the required capabilities, the sent function doesn't send the SMS message... is anything else we can try?[/quote] O so You are having a different issue than me. Send works for my I just need to keep track if the message was relay sent and not just put in the outbox.--
  • Pkg_prerules for smartinstaller wrapper package

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Problem with Qt 4.7, WebKit and Symbian^3

    13
    0 Votes
    13 Posts
    8k Views
    A
    it's good news:) We are waiting development package of Qt 4.7.x for Symbian^3 devices
  • Error during compilation on S60 platform

    5
    0 Votes
    5 Posts
    3k Views
    A
    updating the RVCT compiler fixed the problem. thank you
  • How to clear the items of comboBox

    3
    0 Votes
    3 Posts
    16k Views
    H
    Oh,t3chNo,you're right. I was confused at that time. Many thanks.
  • Qt confused

    3
    0 Votes
    3 Posts
    3k Views
    A
    I think I did not get the question. Check if "this page":http://doc.qt.nokia.com/4.7/requirements.html helps you :-) If the library binaries available in "this page":http://qt.nokia.com/downloads are not what you need, building from the sources is the way to go :-)
  • Compilation errors with example UI application on S60 platform

    7
    0 Votes
    7 Posts
    4k Views
    A
    Hi there, sorry about the late answer, I did not have the expected Internet access while traveling. Well, QtK pointed well, you need to access the content of the class generated based on you .ui file - often a ui pointer declared in the header file of the class you're implementing (QtCreator does it automatically for you, I don't know if it is your case)
  • Compiling qml with mobility

    4
    0 Votes
    4 Posts
    3k Views
    A
    Have you done all steps? : "http://wiki.forum.nokia.com/index.php/Setting_up_environment_for_Qt_Mobility_API":http://wiki.forum.nokia.com/index.php/Setting_up_environment_for_Qt_Mobility_API
  • Qtcpsocket connection Problem while connecting with j2me midlet.

    2
    0 Votes
    2 Posts
    3k Views
    D
    Maybe something wrong at j2me part? Have you tried to look for packets via sniffer (like wireshark)?
  • Qt Mobility Tech Preview - Telephony Events API

    6
    0 Votes
    6 Posts
    5k Views
    J
    Hello, bq. is it possible to trigger a call from a Qt application? Or Wake up and set focus to one’s Qt application on receiving a call? The telephony Events API has been removed from the current mobility offering. It should return when it offers more functionality. Symbian has extensive libraries for telephony. This "article":http://developer.symbian.org/wiki/Using_Qt_and_Symbian_C++_Together talks about how to combine Qt and native Symbian C++. -hth John
  • SQLIte database, How do I improve insert statement speed?

    9
    0 Votes
    9 Posts
    15k Views
    F
    can you descripe what you mean with "less time"? how long does your code take?
  • Does QT on Symbian^3 use OpenVG as rendering backend by default?

    2
    0 Votes
    2 Posts
    3k Views
    F
    Yes, unless you configure and compile Qt to use some other graphics system. Also, if you need to have application level exceptions, you can give a launch parameter '-graphicssystem <raster|openvg|...>' to force certain graphics system for that application.
  • GDB Debugging helper

    3
    0 Votes
    3 Posts
    4k Views
    D
    I bypassed it and am just using gdb command line with some hand setup for solib paths in the init. This gdb (6.6) is pre-python scripting I think, so it wouldn't be a plugin option... Now to debug the crashes in the basic examples on my arm system.
  • [Solved] Developing for E72

    8
    0 Votes
    8 Posts
    6k Views
    G
    Solved !! The "culprit" was Flipfont. After changing back to the default font everything is working fine. It was a hard time.
  • How to use GPRS or Edge on Qt

    2
    0 Votes
    2 Posts
    2k Views
    A
    of course Qt :)
  • [Solved] QTextEdit bug on Symbian S60v5?

    4
    0 Votes
    4 Posts
    3k Views
    H
    I had solved it yesterday. I think may the Runtime lib for my Phone Version's problem. So I installed the Qt_demo(it includes the runtime lib) on my phone(5230). And the problem was solved. Thanks all who had viewed this thread.
  • Dynamic translations from external source

    6
    0 Votes
    6 Posts
    5k Views
    G
    You only need the lrelease binary, and probably some libs it depends on (use ldd on a linux box or "otool -L" on a mac).
  • Develop for Symbian under Linux

    4
    0 Votes
    4 Posts
    4k Views
    M
    You can also try "Remote Compilation" which worked quite well for me. You have to have an account at forum nokia. First you code and try it in the Qt Simulator, then you switch to remote compilation target. The code is sent to nokia, compiles and you receive a .sis file as result, pretty neat! You should find some maintenance tool in the Nokia SDK to install the remote compilation thing, it's under Experimental
  • [Solved] Cancelable dowloading dialog?

    6
    0 Votes
    6 Posts
    4k Views
    Z
    got it working forgot to derive myClass from QObject thanks a lot for your help