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
  • Css && QCheckBox && embedded

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • V4LRadioControl problems

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • How to run two instances of Qt simulator in windows xp.

    2
    0 Votes
    2 Posts
    2k Views
    ?
    don't think its possible with one instance of sdk. i'm interested too, to know otherwise
  • WinCE 6.0 - What is rel_ops?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QGraphicsAnchorLayout

    2
    0 Votes
    2 Posts
    3k Views
    F
    Hi, Cannot you upload the image to imagebin or something like that? It should not look different if the screen resolution and text are the same in the simulator and device. The layout you set should make the buttons remain at the left of the screen with their preferred size. You could also try removing the linear layout and using only the anchor one to try and see if it behaves differently. I mean, by anchoring each of the buttons to the left of the layout. Then one on top of the other, and finally glueing their right side together. br, Eduardo
  • Use of Embedded Widgets

    6
    0 Votes
    6 Posts
    4k Views
    D
    AFAIK yes.
  • Problems in Implementing Save Feature in Javascript app using Qt

    10
    0 Votes
    10 Posts
    5k Views
    T
    Sorry, I do not understand your code at all. I am pretty sure you are not saving anything into the file. Check the generated file and make sure that the data you expect is there. QVariant::toString() is not meant to serialize data but to convert simple data into strings when possible. It will most likely fail with complex data found in a typical QVariantMap and return a empty string. What type is "contacts"? I guess a QVariantMap or something... You are generating a key "filename" there and put some data into that (not into any file). You do not read any data from the file in the open_button_clicked method. So even if you had managed to put data into a file you will not be able to restore it. No idea what you want to do with the iterator... There is no loop, so you are not iterating over the contacts data. You find the position of the element you care about, then move to the next element. If you are then at the end of the data structure you move to the first element... yeap, that works, but only if there is exactly one element in your structure. You use the data found in that structure to call into javascript. I would suggest doing the following: remove "contacts". I do not see why that is needed. Print in Javascript what the save function returns. Check that it is what you expect. Fix the Javascript till it does return what you want. Print content and data variables in save_button_clicked. Make sure it is what you expect. Fix the code till it does. Open a file, write a static string into it, close it again. Check that the file is really created and contains the string you wrote into it. Replace the static string with the data. Check that the file is still created and contains the expected data. Fix the code till it does. Only when all this works I would continue with the open_button_clicked method, using a similar approach. No, I will not provide code: Coming up with this code is your job, not mine:-) Best Regards, Tobias
  • Debugging on N97 Device

    8
    0 Votes
    8 Posts
    6k Views
    P
    Hi Tobias, Thanks for your reply. You are right. Sorry for the question but this environment is new for me. I clicked on connectivity button and appears the label "Connecting...". After while disappears and nothings is shown. I will try your solution. Thanks Pedro
  • Maemo application development with qt creator

    4
    0 Votes
    4 Posts
    3k Views
    T
    We are not in a feature freeze, so I can not say what will be in the next version of creator, even less so what will be documented;-). I just wanted to point out that we are improving the deployment area of functionality. A wiki page would be helpful for us for the following reasons: It documents where you run into trouble, providing valuable feedback on what to improve. It could get integrated with the offical documentation (if the authors are OK with it). Both would be good I think:-)
  • Qt Mobility version

    3
    0 Votes
    3 Posts
    3k Views
    J
    Hello Minjung, So close. Unfortunately, this would only tell you version your code was compiled against. I would like to know the runtime version. -jk
  • Developer for a messenger in Qt for meego mobile

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Qt mobility 1.1.0 examples compile error

    13
    0 Votes
    13 Posts
    7k Views
    B
    I have compiled QtMobility 1.1.0 and examples also. How can I put QtMobility1.1.0 libraries on N900? Or can any one suggest how can I package QtMobility 1.1.0 for N900?
  • Several libraries with maemo5

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Airplay and Qt

    5
    0 Votes
    5 Posts
    6k Views
    ?
    @tobias done :) and i do hope there is official support and do hope those guys will allow qt on their OS :)
  • 0 Votes
    5 Posts
    5k Views
    J
    Success! For anyone else who is similarly intellectually challenged: The Qt download is from http://qt.nokia.com/downloads. The required downloads are hidden behind the LGPL tab, so click on this tab or you won't find them (took me ages ;o( ) If you already have a Visual Studio installation then you can download "Qt libraries 4.6.3 for Windows (VS 2008, 194 MB)" Or if like me you don't, and also want a minimal implementation, download "Qt libraries 4.6.3 for Windows (minGW 4.4, 280 MB)" Other instructions as above
  • Photo Gallery

    10
    0 Votes
    10 Posts
    5k Views
    C
    THanks everybody I'll try my best to do it.
  • Use Qt mobility 1.1.0 with NokiaQtSDK

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

    3
    0 Votes
    3 Posts
    4k Views
    A
    QGalleryRemoveRequest affects the whole operating system. There's no way to reverse the operation from within the document gallery API. If the document is in the crawl path of the indexer it may get added back automatically (which admittedly isn't ideal) if the indexer doesn't blacklist removed files. Otherwise if a document was inserted by other means it could be restored by repeating that process.
  • Qt Mobility Multimedia -- DirectShow Camera service

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied