The Following 13 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-01-18
, 20:57
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#2
|
The Following 5 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-01-21
, 10:34
|
Posts: 103 |
Thanked: 211 times |
Joined on Sep 2011
|
#3
|
|
2013-01-21
, 11:25
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#5
|
It would be fantastic if you could cook a distutils based hello world that covers dependency resolution and deployment to BB10 device.
The Following 3 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-01-22
, 15:21
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#6
|
The Following 2 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-01-28
, 19:04
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#7
|
Mieru BB10 example ================== This is an example of a fully functional BB10 application (Mieru), that uses PySide Qt Components. Just add your own debug token, build a package & deploy. :) Contents ======== * Mieru, the flexible manga and comic book reader * working PySide Qt4 bindings * modified bbpy files * working MeeGo QtComponents * cut-down QtComponents theme * a working bar-descriptor.xml * a splashscreen & icon * cross compiled libmagic & unrar * package building script & QtC plugin strip script
The Following 3 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-02-16
, 23:48
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#8
|
PySide enables to use the power of the whole Qt library from applications written completely in Python without any need for compiling anything. It also looks like Python applications should be easily publishable to the Blackberry AppWorld application repository so long as all dependencies are included in the package.
My progress so far is recorded on this wiki page:
http://modrana.org/trac/wiki/BB10
What's working:
What isn't:
More info about the segfault
After the application package is installed on the device & the icon is
clicked a black window briefly shows up and vanishes.
The log in /accounts/1000/appdata/<appname>/logs/log has a this single line:
Process 30396593 (python3.2) terminated SIGSEGV code=1 fltno=11
ip=783abf7c(/base/lib/libcpp.so.4 at _ZNKSt6locale9_GetfacetEj+0x27)
mapaddr=0002bf7c. ref=00000010
The error is still the same, regardless if the Qt libs are custom
compiled & bundled or on-device Qt libs are used.
Even more info about the issue on a corresponding Blackberry-Py mailing list post.
Any help with resolving this issue will be much appreciated !
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)