Changes between Version 29 and Version 30 of BB10


Ignore:
Timestamp:
Jan 9, 2013, 1:57:00 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BB10

    v29 v30  
    5858This tells bbpy too look for the Qt libraries on device.
    5959
    60 Then remove all 'libQt*.so' files from the ''blackberry-py/lib'' folder for you package as they are no longer needed. This should make your package much smaller. Unfortunately it still results in the same segfault as when bundling the libraries inside the package.
     60Then remove all 'libQt*.so' files from the ''blackberry-py/lib'' folder for you package as they are no longer needed.
     61
     62This should make your package much smaller. A python hello-world with included Qt libraries has about 16 MB, without the librairies it has 3.7 MB.
     63
     64Unfortunately even applications packaged using this (eq. using on-device Qt libraries) still result in the same segfault as packages with Qt libraries built-in.
     65
     66See this example package content (just package & deploy it):
     67
     68http://modrana.org/platforms/bb10/examples/using_on_device_qt.zip
     69
     70'''If it doesn't segfault for you & or if you find some workaround, please [wiki:WikiStart#Contactthedeveloper let me know] !
     71
    6172
    6273==== !PySide ====