Changes between Version 27 and Version 28 of BB10


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BB10

    v27 v28  
    44
    55
    6 == !BlackBerry 10 ==
     6= !BlackBerry 10 =
    77This document describes the porting progress of modRana & related applications (Mieru, !RePho, Panora) to the !BlackBerry 10 operating system.
    88
     
    7878Yeah, really - this means modifying you system installation of CMAKE - make sure to have a backup ! :)
    7979
    80 '''Creating a package'''
    81 If you are getting icon related errors during package installation, ad these argument to the packager:
    82 {{{
    83 -e icon.png icon.png
    84 }}}
    85 
    86 === Qt Components ===
    87 While the modRana QML GUI is largely independent on Qt Components, working set of Qt Components would simplify porting quite a lot. Also other applications, such as Mieru, currently depend on functioning Qt Components.
    88 
    89 ==== Symbian Qt Components ====
    90 https://qt.gitorious.org/~conny/qt-components/connys-qt-components/commits/bb10
    91 
    92 Should compile using these parameters:
    93 
    94 {{{./configure -symbian -no-mobility -nomake tests -nomake demos -nomake example}}}
    95 
    96 
    97 ==== !MeeGo/Harmattan Qt Components ====
    98 Looks like !MeeGo/Harmattan Qt Components should also work with some tweaks & would be the preferred choice, considering that is what modRana & co are currently using.
    99 
    100 Links:
    101 
    102 http://zwong.de/2012/06/using-meego-qt-components-on-blackberry-10-and-playbook/
    103 
    104 http://supportforums.blackberry.com/t5/Native-Development/qt-components-for-BB10/td-p/1798349
    105 
    106 http://supportforums.blackberry.com/t5/Native-Development/QML-symbian-qt-components-for-PlayBook/td-p/1574275i
    107 
    108 
    10980=== Packaging ===
    11081
     
    201172
    202173'''Shared log folder'''
     174
    203175If you don't want to fish for the log folder, you con redirect stdout to a log file in the ''data/Downloads'' folder, which should be accessible for all applications.
    204176
     177'''Creating a package'''
     178
     179If you are getting icon related errors during package installation, ad these argument to the packager:
     180{{{
     181-e icon.png icon.png
     182}}}
     183
    205184=== Helpful commands ===
    206185
     
    214193blackberry-deploy -installApp 192.168.1.8 -password super_secret_password -package HelloWorld.bar
    215194}}}
     195
     196
     197
     198=== Secondary dependencies ===
     199==== Qt Components ====
     200While the modRana QML GUI is largely independent on Qt Components, working set of Qt Components would simplify porting quite a lot. Also other applications, such as Mieru, currently depend on functioning Qt Components.
     201
     202===== Symbian Qt Components =====
     203https://qt.gitorious.org/~conny/qt-components/connys-qt-components/commits/bb10
     204
     205Should compile using these parameters:
     206
     207{{{./configure -symbian -no-mobility -nomake tests -nomake demos -nomake example}}}
     208
     209
     210===== !MeeGo/Harmattan Qt Components =====
     211Looks like !MeeGo/Harmattan Qt Components should also work with some tweaks & would be the preferred choice, considering that is what modRana & co are currently using.
     212
     213Links:
     214
     215http://zwong.de/2012/06/using-meego-qt-components-on-blackberry-10-and-playbook/
     216
     217http://supportforums.blackberry.com/t5/Native-Development/qt-components-for-BB10/td-p/1798349
     218
     219http://supportforums.blackberry.com/t5/Native-Development/QML-symbian-qt-components-for-PlayBook/td-p/1574275i
     220
     221===== BBX Qt Components =====
     222A port of MeeGo Qt Components for BBX devices:[[BR]]
     223http://qt.gitorious.org/~pasnox/qt-components/bbx-qt-components[[BR]]
     224Seems to be in early stages and no code has been comited yet.