Changes between Version 1 and Version 2 of android


Ignore:
Timestamp:
Jul 6, 2012, 7:33:21 PM (12 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • android

    v1 v2  
    11= Porting modRana to Android =
    22As there is currently no GTK port for Android and not even any project trying to do this, only the QML GUI is relevant for running modRana on Android.
     3
     4== Prerequisites ==
     5
     6=== Python ===
     7
     8=== Qt + QML ===
     9
     10=== !PySide ===
     11
     12=== !PySide Launcher ===
     13
     14=== Qt Components ===
     15
     16== Updated Prerequisites ==
     17
     18=== Python ===
     19As modRana and Mieru run just fine with Python 2.5, Python version is really not a limiting factor. Any Python version that compiles on Android and is compatible with other prerequisites will do.
     20
     21=== Qt + QML ===
     22The currently used Necessitas Qt version (0.2 -> Alpha 2) is outdated and causes quite a few issues - most being, that all text is rendered as rectangles, unless it is set to be '''itallic'''.
     23
     24As a result, it should be a priority to start using the Necessitas Alpha 3 (0.34+-) as soon as possible.
     25
     26To do this, the following is needed:
     27 * a Python distribution compiled for Android
     28 * compiling !PySide against this Python version & the Necessitas Qt
     29 * an updated !PySide Launcher that uses Ministro II (which provides the Alpha 3 libraries)
     30
     31=== !PySide ===
     32At least version 1.0.5 should be used, as this is the version that is running Fremantle CSSU, without any issues. Some older version on vanilla PR 1.3 Fremantle is known to cause issues, namely with multiple decorators for a single method.
     33
     34=== Qt Components ===