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
  • [solved]Gsoap and real device

    8
    0 Votes
    8 Posts
    4k Views
    T
    The native APIs for Symbian can get installed via the SDK Maintanance tool of the Qt SDK 1.1. Those are listed as "Native APIs" under the Symbian version. Note that you need to have the "Qt SDK 1.1" installed. The "Nokia Qt SDK 1.0" does not have those and the "Nokia Qt SDK" does not update itself to the "Qt SDK". Sorry for any confusion that might have caused.
  • Interesting little board

    2
    0 Votes
    2 Posts
    2k Views
    L
    [quote author="ZapB" date="1304694804"]This little "board":http://www.raspberrypi.org/ looks nice. I'm very tempted to get one and see how Qt/QML works on it.[/quote] For just $25 it is a really ultra-low-cost computer. Please share you results with Qt if you decide buy one :) Btw I think that Nokia 5800 and some of the rest S^1 are with ARM11 based processors. Thanks, Leon
  • I have a problem with QT app on Symbian^3

    7
    0 Votes
    7 Posts
    4k Views
    H
    I'll try it! Thanks to all my friends!
  • Copying, removing dirs

    5
    0 Votes
    5 Posts
    3k Views
    F
    Yes thats simple. Anyway for cross-platform development we need use code right.
  • How to open /dev/rfcomm0

    5
    0 Votes
    5 Posts
    5k Views
    N
    That's great , i m actually working on meego using BT GPS device , i hope it will help me :)
  • Using BOA/CGI to pass parameter to Apps via QSetting?

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Phonon or QMediaplayer: Set access point to be used

    24
    0 Votes
    24 Posts
    18k Views
    M
    In QtMobility 1.2 there's this function: http://doc.qt.nokia.com/qtmobility-1.2/qmediaplayer.html#setNetworkConfigurations I think it's a Symbian feature to allow different network access points for different purposes.
  • Database size limit on S60 [renamed]

    3
    0 Votes
    3 Posts
    2k Views
    L
    What database are you planning to use? SQLite is fully compatible to symbian devices. You can see "the limitations of SQLite here at their official site":http://www.sqlite.org/limits.html Best regards, Leon
  • Restrict client access to VNC display driver

    7
    0 Votes
    7 Posts
    6k Views
    Z
    No problem. knockd is not a security solution on its own but since you are only looking to deter access on private network anyway it should be sufficient. Let us know how you get on with it.
  • Qsound in ubuntu

    6
    0 Votes
    6 Posts
    5k Views
    F
    Thanks Peppe.
  • Qt-embedded for imx27

    4
    0 Votes
    4 Posts
    3k Views
    Z
    I can't see anything obviously wrong there. I suggets you file a "bug report":http://bugreports.qt.nokia.com/. In the interim you could try disabling the webkit module from the build to at least allow you to get something up and running.
  • Manipulating some networking settings from within a Qt application

    8
    0 Votes
    8 Posts
    3k Views
    L
    [quote author="thomasvansundert" date="1301934804"]Hi all, I'm trying to figure out whether I can change some basic settings from within my application. My questions are: can I disable all roaming data use on the device Can I add new access points If so: what classes can I use? I can't seem to find anything in the documentation... thanks, Thomas[/quote] Hi Thomas, You might need to use Symbian C++ to "create new access point":http://wiki.forum.nokia.com/index.php/Create_new_internet_access_point There is also an example how to "set default access point using Qt Mobitily APIs here...":http://wiki.forum.nokia.com/index.php/How_to_set_default_access_point_using_Qt_Mobility_APIs Best regards, Leon
  • Why I can't install my sis package on phone?

    8
    0 Votes
    8 Posts
    6k Views
    AlicemirrorA
    Just a question, on what phone do you develop? Does the phone has Qt framework already installed onboard ?
  • Can backend of Phonon in Symbian support mp3 with an url?

    20
    0 Votes
    20 Posts
    10k Views
    D
    Hi, I am facing the same problem... When I am trying to play the music file over the network using http, no sound is played. I am able to play the files with rtsp url. While playing the mp3 file using Phonon, an error is displayed "Clip failed. Format not supported". The app does not give any error while using QMediaPlayer. But buffering is always 0% and no sound is played. I am using Qt 4.7.1 and mobility 1.1. Please let me know the comments.
  • Adding lib files and their paths in .pro file [Closed]

    Locked
    49
    0 Votes
    49 Posts
    29k Views
    A
    OK, that's it. Closing pending discussion among moderators on how to deal with this. Note that I'll do the same to any new threads you try to open on this or on related issues, so I recommend you don't do that. Edit: There is consensus among moderators (and admins) that this thread will stay closed.
  • Using Quazip

    4
    0 Votes
    4 Posts
    4k Views
    T
    Looks like you are trying to use a C compiler together with C++ options. Did you configure quazip correctly? Maybe the build system is buggy, too? I doubt there are many testers on symbian already... I suggest to contact the quazip developers, maybe they have an idea. At least they should be able to tell you whether there are known users of quazip on symbian (which would suggest you doing something wrong) or not (which makes it more likely that the build system might not be able to cope with symbian yet).
  • Mainwindow layout change

    5
    0 Votes
    5 Posts
    4k Views
    B
    thanks Zlatomir its working..by using setCentralWidget..... with regards Anshuman
  • Build issue in running the app

    2
    0 Votes
    2 Posts
    1k Views
    A
    try to find here: "http://developer.qt.nokia.com/forums/viewthread/2161":http://developer.qt.nokia.com/forums/viewthread/2161
  • How To Set BackgroundImage in Button By using codding

    12
    0 Votes
    12 Posts
    9k Views
    L
    [quote author="BorahAnshuman" date="1303797884"] now i am trying to update each button on changing of month…as per calender work..please help me to suggest that hw can i implement this to work it as calender…[/quote] Hi Anshuman, Just a hint - handle signals and use "setText ( const QString & text )":http://doc.qt.nokia.com/4.7/qabstractbutton.html#text-prop to update each button. But as Gerolf already said you should not expect anyone to write your application. Best regards, Leon
  • Return on virtual keyboard event

    5
    0 Votes
    5 Posts
    3k Views
    L
    Hi All, Have you tried to use the tips "at this article about VKB events in Symbian^3":http://wiki.forum.nokia.com/index.php/Detecting_virtual_keyboard_open_and_close_events_in_Symbian^3 ? Best regards, Leon