Discussion Board

Results 1 to 8 of 8
  1. #1
    Hello every body,
    I want to create myapp.sis, that when installing it, qt.sis automatically install into my phone if don't install.
    I know that for this, the .pkg file had to be changed. But I don't know how?

    Please show me a clear way.

  2. #2
    Registered User favoritas37's Avatar
    Join Date
    May 2009
    Location
    Greece
    Posts
    191
    Apparently you will get informed by others as well that this is not the best way since it will produce a very big installation file and you might miss some dependencies because there are other installation files as well that might be needed. Also that is why Smart Installer exists.

    In any case, to answer you question you need the following lines in your .pro file:
    Code:
    symbian:{
    customrules.pkg_prerules  = \
    	";Qt" \
            "@\"C:\QtSDK\Symbian\sis\Symbian^X\Qt\4.X.X\qt.sis",(0x00000000)"\
    	" "
    }
    But to make it work, you need to find a program to extract the UID out of the qt.sis and replace the "0x00000000" above. Or else it is not going to work.

  3. #3
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    Why do you want to do it manually if smartinstaller is already doing it?

  4. #4

  5. #5
    Registered User catharsis's Avatar
    Join Date
    Jul 2008
    Posts
    103
    i think a good reason of including qt.sis in app (and qt mobility) is that qt 4.7 is not supported oficially on s60 3rd edition, but it works if installed manually (also qt mobility 1.1.3). why force qt 4.7 on a device? because it supports qt mobility 1.1.x which supports qcamera, whilst qt 4.6 and qt mobility 1.0.x do not include qcamera, which means symbian c++ camera implementation is needed, extra headache etc.

  6. #6
    Thank you favoritas37,
    How do I detect UID out of the qt.sis?

  7. #7
    Registered User favoritas37's Avatar
    Join Date
    May 2009
    Location
    Greece
    Posts
    191
    I used a program called YAMGui Plus. Search the net, i am sure you will find it.

    In the main program page you will see in the toolbar the option "SIS Info/Extract", you select the .sis file of yours and what you are looking for is the UID3 field.

  8. #8
    Thanks for your attention.

Similar Threads

  1. Installation of MyApp.sis no supported
    By juannoguera in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 6
    Last Post: 2009-09-30, 19:56
  2. installing myapp.sis to phone
    By monxxx in forum PC Suite API and PC Connectivity SDK
    Replies: 1
    Last Post: 2008-10-28, 05:59
  3. Can not view MyApp.hlp on Phone
    By nanara in forum Symbian C++
    Replies: 1
    Last Post: 2007-03-10, 09:23
  4. MyApp.exe
    By Devang Shah in forum Symbian C++
    Replies: 1
    Last Post: 2005-04-18, 10:59
  5. MyApp 204 panic
    By siharkonnen in forum Symbian C++
    Replies: 0
    Last Post: 2003-06-05, 12:03

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