Changes between Version 14 and Version 15 of BB10


Ignore:
Timestamp:
Jan 3, 2013, 4:51:54 PM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BB10

    v14 v15  
    11
    22== !BlackBerry 10 ==
     3This document describes the porting progress of modRana & related applications (Mieru, !RePho, Panora) to the !BlackBerry 10 operating system.
     4
     5The information also of course applies to porting any other Python based application to BB10. :)
     6
    37
    48=== Dependencies ===
     9What needs to be available for !modRana to run.
    510
    611==== Python ====
    712Python is available on-device in version 3.2.
     13
     14!ModRana has not yet been tested running on Python 3, but any changes that would be needed should be fairly minor.
    815
    916==== !PySide ====
     
    5865
    5966=== Notes ===
     67
     68'''Where are applications installed ?'''
    6069Applications are installed - in paths like this:
    6170{{{
    6271/accounts/1000/appdata/ca.microcode.bbpy.HelloWorld.testDev__HelloWorld7b0107f8/app/python/blackberry-py/
    6372}}}
     73
     74'''Running applications from the command line'''
     75
     76It looks like it is not possible to run applications directly from the command line. But it is possible to run an application right after its package is installed through the command-line installation tool.
    6477
    6578=== Debugging ===