Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User Sachin Tikare's Avatar
    Join Date
    May 2008
    Posts
    28
    Hi,

    If I need to run the Symbian Music Player from my Qt Application.
    What should i do ?

    Please show me the right direction.


    Thanks in Advance,
    Sachin

  2. #2
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    AFAIK there is no API available to launch other application from Qt S60, not even in Mobile Extensions API. You could try it by using Symbian API(RApaLsSession), if you know Symbian C++.

  3. #3
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    Check if QProcess::start() will help you in anyway.

  4. #4
    Registered User antjan77's Avatar
    Join Date
    Mar 2003
    Posts
    31
    If you have file what you want to play/open, check also QDesktopServices API. QDesktopServices:penUrl launches native application associated to given file. The file name can be passed as URL as follows: QUrl("file:///c:/data/images/image.bmp"). Works also for audio files.

  5. #5
    Registered User osvillalon's Avatar
    Join Date
    Oct 2008
    Location
    Mexico
    Posts
    40
    Quote Originally Posted by savaj View Post
    Check if QProcess::start() will help you in anyway.
    hi Sachin Tikare,

    Yes, Savaj is right! The following code starts, for example, the Camera application for 5.0:

    QProcess* process;
    QString program = "CameraApp.exe";
    process->start(program);


    you can check out this example for more details:
    http://www.forum.nokia.com/info/sw.n...r_Example.html

    Cheers!

  6. #6
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    Ohh, i forgot to mention that i already created article for that.

    Anyway, for reference to others, check this article.
    http://wiki.forum.nokia.com/index.ph...alPlayer_in_Qt

Similar Threads

  1. how to Run Symbian App
    By diptendulkar in forum Mobile Java General
    Replies: 2
    Last Post: 2009-02-14, 07:46
  2. Try to ODD app, get Symbian err -10509
    By glindberg in forum Mobile Java Tools & SDKs
    Replies: 2
    Last Post: 2008-05-30, 05:58
  3. Replies: 0
    Last Post: 2007-05-11, 11:18
  4. Replies: 3
    Last Post: 2003-06-14, 02:10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved