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
  • What about 4.7.0 on maemo

    4
    0 Votes
    4 Posts
    2k Views
    A
    Thanks! )
  • [Moved] DICOM Viewer

    2
    0 Votes
    2 Posts
    6k Views
    R
    Hi, Check out "qdcws":http://forum.dcmtk.org/viewtopic.php?p=6342&sid=6adafd1f4069c2078bfd458fcf24354a it provides qt + dcmtk dicom building blocks with which you can assemble a simple dicom viewer. The main challenge will probably be getting dcmtk to build for platforms other than windows/linux though. qdcws compiles for linux at the moment, Visual studio has also been done but not in archive.
  • Kinetic scrolling for Symbian

    4
    0 Votes
    4 Posts
    4k Views
    K
    [quote author="archerabi" date="1284862463"]I dont know when they'll fix this ,but i can make a suggestion, use ListView in QML. Outstandingly easy to use and very customizable.[/quote] Therefore we show users info dialog "Qt 4.7 is required." even they buy brand new Symbian^3 phones. I think that we make all widgets from scratch to make UI working successfully. Programming with QS60Style and basic widgets is so painful...
  • Which Symbian SDK is in the Nokia Qt SDK

    2
    0 Votes
    2 Posts
    2k Views
    J
    Should be 5th edition or over I think....
  • How to catch event when program is in background?

    3
    0 Votes
    3 Posts
    3k Views
    A
    Which events on which OS do you want to catch? From other programs or X events that are received from the X server or something else? maybe enough reimplement next functions: @bool QCoreApplication::winEventFilter ( MSG * msg, long * result ) [virtual] bool QApplication::x11EventFilter ( XEvent * event ) [virtual] bool QApplication::symbianEventFilter ( const QSymbianEvent * event ) [virtual] bool QApplication::macEventFilter ( EventHandlerCallRef caller, EventRef event ) [virtual]@
  • Maybe bug in QScrollArea::setWidgetResizable(true)

    3
    0 Votes
    3 Posts
    4k Views
    V
    Did you uncomment the 30th line? I tried to run this code on Simulator and observed the same result. I'm using 4.6.3 (the latest) version of Qt for Symbian. PS: just installed Nokia Qt SDK and on non touch devices I observed the same result - can't navigate between elements.
  • QMainWindow layout bug in landscape mode on Symbian S60v5 and Symbian^3

    3
    0 Votes
    3 Posts
    3k Views
    K
    Use setLayout() method after add widgets to layout. If not, window can't use layout as a layout manager.
  • How to use the Audio Devices ?

    3
    0 Votes
    3 Posts
    3k Views
    X
    [quote author="danilocesar" date="1284646272"]According to "this post":http://labs.qt.nokia.com/2010/05/10/low-level-audio-processing-with-qtmultimedia/ the list returned by "availableDevices":http://doc.trolltech.com/4.6/qaudiodeviceinfo.html#availableDevices() should contain the headset device. But I never tried it =)[/quote] thanks, danilocesar. I try it with an example Qt program 'audioDevice' , it uses the API 'availableDevices' to get all the devices avilable. When I run this program on real device , a N97-mini, it get only one device: default.
  • Unable to build project : No such file

    3
    0 Votes
    3 Posts
    4k Views
    K
    Hi anselmolsm Yes, I have also tried with INCLUDEPATH+=, with the same result. In both cases the location of the .h files (/home/kif/NokiaQtSDK/QtService/src) is part of the g++ line of the compiler output. Kim
  • [Solved] Setting the Symbian statuspane in Qt-application

    3
    0 Votes
    3 Posts
    3k Views
    R
    Oh yeah, that was the problem. I got it set when I moved it a bit further. Thx.
  • Improving Symbian as a Qt platform

    11
    0 Votes
    11 Posts
    8k Views
    A
    bq. If Qt libraries are installed to memory card, startup of Qt applications is very slow due to Symbian doing additional checking of libraries found from removable media. Therefore, Qt libraries can only be installed to the phone memory (C:).
  • Qt Mobility - Placing a Call

    2
    0 Votes
    2 Posts
    2k Views
    2
    yea. I'm also interested in this.
  • Qtmobility cann't install on SE vivaz

    6
    0 Votes
    6 Posts
    7k Views
    S
    [quote author="Tobias Hunger" date="1284566463"]I took the liberty to file "bug QTMOBILITY-510":http://bugreports.qt.nokia.com/browse/QTMOBILITY-510 about this issue.[/quote] Excellent! Thanks.
  • Trouble Compile to S60 Nokia 5800 XpressMusic

    8
    0 Votes
    8 Posts
    10k Views
    S
    [quote author="Mimik" date="1284463249"] i think need compile application with library, and program will have needed libs =) [/quote] Statically linked Qt for Symbian is really not supported. Try the Smart Installer before you go there :)
  • QtWebKit Security

    5
    0 Votes
    5 Posts
    3k Views
    S
    [quote author="frgo" date="1284427094"]Thanks for your answer, I´m looking for using QtWebKit over MeeGo...I believe it will behave like Maemo, right?[/quote] Yes :) At the moment Maemo has no real security model - and I really think us the developers should be happy for that and enjoy it while it lasts :) Did you guys know the N900 users count for a significant % of the overall downloads of apps by Nokia users - even though the percentage of N900 users is very small? There are several reasons for that, but this is one of them - developing, deploying and installing apps is a lot easier as there is no complicated signing method to stop it all.
  • Which Symbian phones work well with Qt ?

    4
    0 Votes
    4 Posts
    7k Views
    J
    Even the non nuron 5230 is perfect! Tested!
  • Considering Qt for WinCE

    6
    0 Votes
    6 Posts
    4k Views
    K
    You also need to be prepared that you will hit WinCE's resource limits very quickly if you are just using a stock Qt for Windows CE. You need to slim down Qt considerably by removing the parts you don't want/need in your application. Doing without QtWebkit goes a long way, for starters.
  • Out of memory allocating 65536 bytes

    9
    0 Votes
    9 Posts
    9k Views
    K
    [quote author="cheng" date="1284352976"]I couldn't find any solution in the Bug. Could you please tell me in detail? Thanks,[/quote] Seems the issue is certainly the same as chetan has pointed out. You can now try to either reduce your resources size or try on a machine with more than 4 MB RAM.
  • Which solution is best to resize QToolButton full-width?

    6
    0 Votes
    6 Posts
    14k Views
    F
    Yes, you are right. ToolBar uses layout to internally set the size of QAction derived buttons to "minimal".
  • Qt Mobility Tech Preview - Organizer API

    11
    0 Votes
    11 Posts
    7k Views
    C
    Hi kschultz, thanks for that feedback. You're right, solution (2) allows the specific manager to build the id manually. We have prototyped up a (mostly complete, but untested; prototype) version of this API, available at: http://qt.gitorious.org/qt-mobility/contacts/trees/multical-custom/src/organizer Especially, see the qorganizeritem.h/cpp, qorganizeritemenginelocalid.h/cpp, and for an example implementation, the engines/qorganizeritemmemorybackend.cpp/_p.h. Solution (4) with quint64 was investigated more thoroughly, and it doesn't seem to provide any advantages over the quint32 version if the nativeId could possibly be a string (that is, on those platforms, a full database read is required to build up the mapping on instantiation or on first read), so this solution is not optimal. Solution (5) is nice, but apart from the memory-usage, there is the added problem that whenever the engine receives on of these, it must parse the string to break out the bits that it needs, serially, for every id in the list (eg for a fetch request taking a list of ids). This cost seems prohibitive, since it affects (pretty much) every operation. So, we think you're right -- solution (2) seems the nicest. If you (or anyone else) do (does) get a chance to review the proposed API, that'd be greatly appreciated. Cheers, Chris. edit: there's currently one major missing piece of functionality from that branch: converting to/from a QVariant isn't implemented (needs to serialize/deserialize the private implementation in that conversion process). Just to be clear, it IS implementable (although may have to instantiate the engine factory and request the deserialization during the process..) but just not implemented yet.