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
  • /dev/mem

    5
    0 Votes
    5 Posts
    7k Views
    F
    The second way of working, using mmap (see previous message), seems to work on my embedded device. Mmap is returning a valid address. So, it looks like it will work that way. Still have to test if I can really address the hardware on these addresses...
  • Qt 4.7 embedded, keep mouse responsive while application block

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Qt 4.7 && arm && window update problem

    6
    0 Votes
    6 Posts
    5k Views
    L
    Ok thanks, I think I'll wait the new release.
  • QT simulator symbian vs N900

    5
    0 Votes
    5 Posts
    4k Views
    G
    Sadly I don't have a Symbian device to test it on. Maybe I have to get one so I can make sure it works on a real device before I continue with this project.
  • Mobile TCP server problem

    4
    0 Votes
    4 Posts
    3k Views
    D
    You might need to use the Bearer Management API from Qt Mobility in order to get the access point selection going: "bearer-management.html":http://doc.qt.nokia.com/qtmobility-1.1-tp/bearer-management.html [edit: Marek up link, Tobias Hunger]
  • When Qt 4.7 available on smart installer?

    2
    0 Votes
    2 Posts
    3k Views
    A
    cheng, I guess, you cannot do this now. "http://developer.qt.nokia.com/forums/viewthread/969":http://developer.qt.nokia.com/forums/viewthread/969
  • Hide Windows Mobile 6.5 Taskbar at the bottom

    3
    0 Votes
    3 Posts
    7k Views
    H
    which only functions if you have your own QMenuBar in your Dialog (or MainWindow), otherwise the system task bar is visible
  • QT Mobiliy, version 1.01(0) or newer version required

    9
    0 Votes
    9 Posts
    6k Views
    ?
    [quote author="cheng" date="1285419878"]How to build a binary package or where can I find it?[/quote] I'd recommend that if you've not still tried, to first clean the previous installations on your device, get Nokia Qt Sdk 1.0.1, install mobility and other required pkgs from v1.0.1 to your mobile and give it a shot, if that fails then you can probably try mobility 1.1 .. For the mobility 1.1, binary will not be available (since this is an early preview), you'll have to build it from sources ... see "this link":http://doc.qt.nokia.com/qtmobility-1.1-tp/installation.html for instructions
  • How to set icon at different modes?

    4
    0 Votes
    4 Posts
    5k Views
    D
    cheng, border-image is not exactly what needed for author. It will fill borders, but not change icon.
  • Development for Android

    8
    0 Votes
    8 Posts
    12k Views
    A
    It is doubtful:(
  • Making Application Launcher Icon

    6
    0 Votes
    6 Posts
    5k Views
    S
    Setting the Application Icon on the Symbian platform In order to set the application icon for Symbian platform applications, you need an SVG-T icon. For information on how to create SVG-T compliant icons, please refer to "ref":http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/ Once the icon is available in the correct format and assuming you are using qmake to generate your makefiles, you only need to add a single line to your .pro project file. For example, if the name of your icon file is myapp.svg, and your project file is myapp.pro, add this line to myapp.pro: ICON = myapp.svg
  • 0 Votes
    5 Posts
    4k Views
    ?
    @biyu, pls convert the text to link, easier to click :)
  • Parse don't work in Qt Creator

    3
    0 Votes
    3 Posts
    3k Views
    T
    You might want to "report a bug":http://bugreports.qt.nokia.com/ against creator?
  • Qt Browser demo with MS Courier new TTF

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Developing WinCE/WM applications on Linux Desktop

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt Mobility Tech Preview - Contacts API

    5
    0 Votes
    5 Posts
    4k Views
    W
    Nice work! Chrs, Wenz
  • QRadioTuner on symbian

    10
    0 Votes
    10 Posts
    4k Views
    S
    [quote author="Alexander Kuchumov" date="1285151793"]I'll try it:) Does this class require symbian sign.[/quote] It doesn't say - I miss some good documentation on what parts in QtMobility needs which capabilites. For Qt itself the best docs for which capabilites are needed when is found "here":http://doc.trolltech.com/4.7/platform-notes-symbian.html#required-capabilities.
  • 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...