Results 1 to 2 of 2

Thread: Capabilities problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2010
    Location
    Tampere, FINLAND
    Posts
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows Symbian S60

    Default Capabilities problem

    Hi,

    Im doing guitar tuner which im trying to run on my N8. The program works fine on simulator, but when running it on N8 through Qt Creator I get following Application Output:
    Qt Code:
    1. Installing application...
    2. Starting application...
    3. Application running with pid 25366.
    4. BRDBG:CapabilitiesCalledWhenNotInitialised
    To copy to clipboard, switch view to plain text mode 
    Application starts ok on my phone, but when I hit tune button, which starts reading microphone data, program will crash. After that Application Output looks following:
    Qt Code:
    1. Deploying application to 'Nokia N8-00 USB (COM10)'...
    2. Copying installation file...
    3. Installing application...
    4. Starting application...
    5. Application running with pid 25242.
    6. BRDBG:CapabilitiesCalledWhenNotInitialised
    7. BRDBG:CapabilitiesCalledWhenNotInitialised
    8. Process 25242, thread 25243 stopped at 0x27170: A code abort exception has occurred.
    9. Finished.
    To copy to clipboard, switch view to plain text mode 

    In pro. file I have added UserEnvironment capability, which should be enough as far as I know.

    Any ideas to fix this problem?

  2. #2
    Join Date
    Aug 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Capabilities problem

    check your .pro file and make some change
    -------------------------------------------------
    QT += core gui sql network multimedia # use multimedia here only once in your .pro file
    MOBILITY += sensors bearer systeminfo # if you use multimedia here please remove it
    TARGET.CAPABILITY += ReadDeviceData ReadUserData WriteDeviceData WriteUserData UserEnvironment NetworkServices
    ----------------------------------------------------
    try this may be it is helpful of you

Similar Threads

  1. Static build of Qt: do I loose debug capabilities
    By euthymos in forum Installation and Deployment
    Replies: 1
    Last Post: 1st April 2009, 11:59
  2. MP3 capabilities in QT
    By Havard in forum Qt Programming
    Replies: 2
    Last Post: 2nd September 2008, 10:55

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.