Discussion Board

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Registered User zehner0815's Avatar
    Join Date
    Apr 2011
    Posts
    13
    Hello
    Can anyone tell me wich files must i install on my N97 to make QT run on it?
    I have complet sdk 1.1 installed but there are just S60v1 and s60v3 files to install but there are no s60v5 files!
    Pleas tell me wich files must i install and wich version?
    Or must i download an other sdk?
    When yes please tell me were i can download the files!
    Im German so don't loock at my English!
    Best Regards zehner

  2. #2
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    The SIS files are grouped under Symbian^1 and Symbian^3 folders. Symbian^1 is the name of the first Symbian release contributed to the Symbian Foundation and it is in fact S60 5th Edition (aka S60 5.0). Therefore the sis files you need are the ones provided for Symbian^1. The same sis files would work on older S60 devices as well.

  3. #3
    Registered User zehner0815's Avatar
    Join Date
    Apr 2011
    Posts
    13
    O.K.
    I have installed the sis files but same Problem!
    When i download an app from ovi store (qt Store) with nokia smartinstaller 0.46 ore not at the and auf Installing Installation error!
    I'm not able to install any app all the same problem nothing of the qt apps run under my QT.
    I have installed: NokiaEnergyProfiler_1.23_MultiLang.sis; Notifications_Environment_Selector_S60_3rd_Ed_FP2_and_5th_Ed.sis; Notifications_Support_Package_S60_5th_Ed_v1.1.11106.sis; qmlviewer 4.7.3.sis; qt 4.7.3.sis; s60_5_0_app_trk_3_2_7.sisx !!!
    I can't install any app please help!
    Best Regards
    Zehner0815

  4. #4
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    How much space do you have left on C:\ drive? The Smart Installer generates logs which can help you find the source of the problem. See http://nokia.ly/SmartInstaller for info on how to enable and retrieve the logs.

  5. #5
    Registered User Abhishek Khetani's Avatar
    Join Date
    Apr 2011
    Location
    Ahmedabad, India
    Posts
    37
    Hello zehner0815,

    You must need to see this link : http://www.forum.nokia.com/Develop/Q...d/Step_3.xhtml
    This link will help you to install the application in your phone.

    You need this application :-
    1. qt.sis. (<QtSDK_install_path>\Symbian\sis\Symbian 1\Qt\<version>\qt.sis)
    2. TRK application (<QtSDK_install_path>\Symbian\sis\Symbian<version>\TRK) or (StartMenu > Qt SDK > Symbian 1 > Qt 4.7.2 > Install TRK (Debug Agent) on S60 5th Edition device)

    See any Qt example and install in your phone.
    - AbhisheKhetani

  6. #6
    Registered User zehner0815's Avatar
    Join Date
    Apr 2011
    Posts
    13
    On C: 58 mb free!!!
    The smart installer (0.46) does not work he install somthing and bevor it is ant the end it say that is not an own package to install!

  7. #7
    Registered User zehner0815's Avatar
    Join Date
    Apr 2011
    Posts
    13
    I don't understand!
    There are no package 4.7.2 The SDK 1.1 is 4.7.3 and nothing else!
    I have installed the 2 files but it was not shown in qt creator!!
    The apps don't run!
    Why can i download QT apps from ovi store without QT?
    Nokia must change this because the installer doesent work and in this case the phone crashes some times!!!!
    And an other question why can i download qt that i can't install??? This sucks!!!
    It is to high for me i will wait if nokia makes a update with QT it is very complicated to install this and there are more bugs than it is usefull !!!
    I decied that i will sell my Nokia N97 and buy an android handy there are thousends of apps and they were working fine without problems!!!
    Nokia must design an istaller that works on the devices without problems otherwiese they will lost more and more Users!
    Andoid and Windows Phone are open source and that woks fine with no bugs and no complicated installing!
    I will give up Installing QT!
    Since 2 weeks i will try it but nothing works!!!
    There are so many problems!!!
    Why they make an Installer when the installer does not work?
    Last edited by zehner0815; 2011-04-10 at 14:19. Reason: QT Sucks

  8. #8
    Registered User Abhishek Khetani's Avatar
    Join Date
    Apr 2011
    Location
    Ahmedabad, India
    Posts
    37
    Choose any example in Qt Creator from Welcome (Like : Qt C++, Qt Quick) . when example opened they time please check Symbian Device from Projects and set the setting are as following link :
    Last edited by Abhishek Khetani; 2011-04-10 at 14:22.
    - AbhisheKhetani

  9. #9
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Quote Originally Posted by zehner0815 View Post
    I don't understand!
    There are no package 4.7.2 The SDK 1.1 is 4.7.3 and nothing else!
    I have installed the 2 files but it was not shown in qt creator!!
    The apps don't run!
    Why can i download QT apps from ovi store without QT?
    Nokia must change this because the installer doesent work and in this case the phone crashes some times!!!!
    And an other question why can i download qt that i can't install??? This sucks!!!
    It is to high for me i will wait if nokia makes a update with QT it is very complicated to install this and there are more bugs than it is usefull !!!
    I decied that i will sell my Nokia N97 and buy an android handy there are thousends of apps and they were working fine without problems!!!
    Nokia must design an istaller that works on the devices without problems otherwiese they will lost more and more Users!
    Andoid and Windows Phone are open source and that woks fine with no bugs and no complicated installing!
    I will give up Installing QT!
    Since 2 weeks i will try it but nothing works!!!
    There are so many problems!!!
    Why they make an Installer when the installer does not work?
    I'm really having trouble following you.

    What's 4.7.2 got to do with anything? What's Ovi Store got to do with anything? What are you installing and, if indeed using the Smart Installer, what does the smart installer log say? If you are using other installer, what installer is that?

    BTW, QT sucks indeed, but here we're talking about Qt, and more importantly about developing applications with Qt. Are you a developer or are you simply interested in downloading and installing Qt applications from Ovi Store?

  10. #10
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Quote Originally Posted by zehner0815 View Post
    On C: 58 mb free!!!
    The smart installer (0.46) does not work he install somthing and bevor it is ant the end it say that is not an own package to install!
    That's plenty of space. But to me it sounds that you are installing the Smart Installer (and that's not something that you should do) instead of installing an application which has been packaged with the Smart Installer.

  11. #11
    Registered User zehner0815's Avatar
    Join Date
    Apr 2011
    Posts
    13
    In the creator i cant change anything in the fields!
    The examples work but the ovi files work not!!!!
    Why can i download qt apps from ovi store that does not work??
    Ovi sucks!!

  12. #12
    Registered User zehner0815's Avatar
    Join Date
    Apr 2011
    Posts
    13
    Quote Originally Posted by ltomuta View Post
    I'm really having trouble following you.

    What's 4.7.2 got to do with anything? What's Ovi Store got to do with anything? What are you installing and, if indeed using the Smart Installer, what does the smart installer log say? If you are using other installer, what installer is that?

    There is no log from smart installer!!!!
    The ovi store show me the files that are for my n97 and when i download it to my n97 and it doesent work the store sucks!!!

    BTW, QT sucks indeed, but here we're talking about Qt, and more importantly about developing applications with Qt. Are you a developer or are you simply interested in downloading and installing Qt applications from Ovi Store?
    Im interested to use the things that Nokia make fore the users i can not understan why nokia make it so hard to work!!!!
    I will install ovi qt apps and nothing works!!! Why???

    There is no log from smart installer!!!!
    The ovi store show me the files that are for my n97 and when i download it to my n97 and it doesent work the store sucks!!!

    I think i better use custom firmware with intregrated qt!!!!

  13. #13
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Quote Originally Posted by zehner0815 View Post
    Ovi sucks!!
    Excellent, use it as a vacuum cleaner.

    Since you are here, you are presumably a developer, able to analyse and debug issues related to programming or application deployment. I'll mention one more time that you can collect and analyse a log file ( as described at the end of http://nokia.ly/SmartInstaller ) and from it learned what goes wrong on your phone. If you are not willing to do that, there's nothing we can do to help.

  14. #14
    Registered User zehner0815's Avatar
    Join Date
    Apr 2011
    Posts
    13
    Quote Originally Posted by ltomuta View Post
    Excellent, use it as a vacuum cleaner.

    Since you are here, you are presumably a developer, able to analyse and debug issues related to programming or application deployment. I'll mention one more time that you can collect and analyse a log file ( as described at the end of http://nokia.ly/SmartInstaller ) and from it learned what goes wrong on your phone. If you are not willing to do that, there's nothing we can do to help.
    The smart installer makes no log at C:logs!!!!
    What can i do!!!

  15. #15
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Quote Originally Posted by zehner0815 View Post
    Im interested to use the things that Nokia make fore the users i can not understan why nokia make it so hard to work!!!!
    I will install ovi qt apps and nothing works!!! Why???
    You are on a forum discussing about such tools as the SDK, Qt Creator and Smart Installer. Those are not things that Nokia makes for users, they are things Nokia makes for developers. If you are qualified to use them, fine, use them. If not, you are on the wrong site. For example Qt 4.7.3 is not something end-users are expected to have now on their phones. If you have installed it, you must understand what the implications of that action are.

    Quote Originally Posted by zehner0815 View Post
    There is no log from smart installer!!!!
    The ovi store show me the files that are for my n97 and when i download it to my n97 and it doesent work the store sucks!!!
    Trust me, there is a log. As for the applications deployed by Ovi not working on your device, you have to consider that:
    a) there are many other users for which the solution works
    b) the applications are developed, tested and published by application developers, which also seem to believe that the entire solution works, otherwise they would not waste their time.
    Still, it is quite possible that for one reason or another the application does not work for you. Have you reported it to http://support.ovi.com ? Have you reported it to the application developer?

    Quote Originally Posted by zehner0815 View Post
    I think i better use custom firmware with intregrated qt!!!!
    No, that would be bad. But I'm sure you've done bad things before so why stop now

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 2011-01-05, 15:28
  2. Problem with setting wallpaper on Symbian on the new Qt Nokia SDK
    By mobile1IL in forum [Archived] Qt SDKs and Tools
    Replies: 5
    Last Post: 2010-12-20, 15:16
  3. Qt SDK/Version path problems with Nokia Qt SDK beta on Windows 7
    By Evolius in forum [Archived] Qt SDKs and Tools
    Replies: 3
    Last Post: 2010-05-10, 19:46
  4. Replies: 4
    Last Post: 2010-01-21, 18:00

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