Showing results 1 to 25 of 31 @ 0.01 seconds. Search: Posts Made By: lizardo
Forum: MeeGo / Harmattan 2012-04-09, 11:49
Replies: 10
Views: 3,915
Posted By lizardo
Re: Strange browser crash that locked up my N9 solid.

Same problem here. Looks like QtWebProcess is leaking memory. I was not able to kill the process manually, even "ps ax" was hanging. Only solution was a reboot.
Forum: MeeGo / Harmattan 2011-08-12, 14:02
Replies: 71
Views: 58,200
Posted By lizardo
Re: [N950] Infodump Thread

I flashed using the flasher tool on Linux desktop, i.e. not on-device. I don't know how/if you can do that on-device easily.

Good luck!
Forum: MeeGo / Harmattan 2011-08-12, 12:48
Replies: 71
Views: 58,200
Posted By lizardo
Re: [N950] Infodump Thread

Hi,

I few ideas for people who want to build custom kernels for N950 in order to disable aegis:

* If you want to disable Aegis, just disabling it on "make menuconfig" will actually make the...
Forum: Applications 2011-04-29, 21:02
Replies: 67
Views: 27,744
Posted By lizardo
Re: [Announce] MIR Translator - Translate text captured by the Nokia N900 mobile camera

It is a really interesting approach to text recognition & translation. Specially as the client is open source, so people can learn from it :)

Do you have any paper describing how the recognition...
Forum: Maemo 5 / Fremantle 2011-01-29, 18:38
Replies: 5,430
Views: 1,619,929
Posted By lizardo
Re: The in-development Maemo 5 Community SSU

I did some improvements to the VTE change descriptions and mentioned the major change that Modest was also upgraded to the latest version.
Forum: Development 2010-08-26, 14:22
Replies: 2
Views: 4,155
Posted By lizardo
Re: Can I use QT Maemo Simulator to run Python apps?

Maybe a bit late, but this post might interest you: http://lizardo.wordpress.com/2010/08/26/running-pyside-applications-on-qt-simulator/
Forum: Development 2010-04-12, 00:11
Replies: 10
Views: 4,554
Posted By lizardo
Re: libabook Contact from number

I recently added this new wiki page:

http://wiki.maemo.org/PyMaemo/Accessing_APIs_without_Python_bindings/More_examples

It contains sample source code (using ctypes) to do what you want.
...
Forum: Development 2010-03-22, 18:02
Replies: 15
Views: 18,488
Posted By lizardo
Re: new python GPS wrapper (liblocation.py)

Have you tried playing with the python-location? See http://wiki.maemo.org/PyMaemo/Using_Location_API for an example .
Forum: Development 2010-03-17, 14:42
Replies: 3
Views: 5,625
Posted By lizardo
Re: ImportError: No module named mainloop.glib

Are you running it on Scratchbox or on the device ?

Which product are you using (fremantle or diablo) ?

If running on scratchbox, make sure you are running "python2.5" instead of just "python"...
Forum: Development 2010-03-15, 11:45
Replies: 1
Views: 2,131
Posted By lizardo
Re: python-location "fix attribute members"

Unfortunately the docs are a bit misleading on this case, and the "fix" attribute is actually a tuple. For now, only index based access is available for it.

I opened a bug report...
Forum: Development 2010-03-01, 18:18
Replies: 7
Views: 5,238
Posted By lizardo
Re: Status bar pyqt/pymaemo code example?

And to complete, for Python and Maemo related documentation/examples, your first stop should be the Maemo Wiki:

http://wiki.maemo.org/PyMaemo
http://wiki.maemo.org/Category:Python (all wiki...
Forum: Development 2010-03-01, 18:13
Replies: 7
Views: 5,238
Posted By lizardo
Re: Status bar pyqt/pymaemo code example?

The PyMaemo (Python for Maemo) wiki pages also have an example:

http://wiki.maemo.org/PyMaemo/HildonDesktop#Example_-_Status_menu_widgets_.28Fremantle_only.29
Forum: Development 2010-02-26, 17:38
Replies: 4
Views: 1,816
Posted By lizardo
Re: How can I use QMaemo5* classes in Python...?

QMaemo5* classes are found on the "QtMaemo5" module, which you can get in PySide by installing "pyside-qt4-maemo5". Run "apt-cache search pyside-qt4" (either on Scratchbox or on the device itself) to...
Forum: Development 2010-02-19, 17:56
Replies: 10
Views: 4,554
Posted By lizardo
Re: libabook Contact from number

I did not try, but take a look at these functions:

http://maemo.org/api_refs/5.0/5.0-final/libosso-abook/OssoABookAggregator.html#osso-abook-aggregator-find-contacts-for-phone-number
...
Forum: Development 2010-02-12, 14:04
Replies: 6
Views: 6,746
Posted By lizardo
Re: [ANN] PyMaemo (Python for Maemo) Quick Start Guide for N900

If you have code examples, I suggest splitting them into groups of related topic, and adding the links to:

http://wiki.maemo.org/PyMaemo#Examples

The Quick Start Guide is more focused on...
Forum: Development 2010-02-12, 03:02
Replies: 15
Views: 7,575
Posted By lizardo
Re: Python GTK/Hildon change button background (in fremantle)

You mean Maemo 5 (Fremantle) examples ? No :(

I suggest you take example code from existing projects on the diablo extras repository. Just find projects written in python (and which have...
Forum: Development 2010-02-12, 01:33
Replies: 12
Views: 3,579
Posted By lizardo
Re: Are we limited with the python modules listed on pymaemo.org?

Actually the PyMaemo team (which includes myself) is responsible for it :)

The mafw binding is currently in alpha state and a very few examples work :(. We have been busy with other tasks, and...
Forum: Development 2010-02-12, 01:23
Replies: 15
Views: 7,575
Posted By lizardo
Re: Python GTK/Hildon change button background (in fremantle)

If I understand correctly, you are trying to run this example on Diablo ? If I remember, "hildon.App" does not exist anymore there, and this example is terribly outdated :(
Forum: Development 2010-02-10, 18:25
Replies: 12
Views: 3,579
Posted By lizardo
Re: Are we limited with the python modules listed on pymaemo.org?

No, most of them also exist on Diablo, but usually with the "python2.5-<module>" name.

Try running "apt-get update && apt-cache search python" on a Scratchbox Diablo target and see for yourself...
Forum: Development 2010-02-09, 15:28
Replies: 3
Views: 4,273
Posted By lizardo
Re: gtk event and gobject.timeout_add related query

gobject.timeout_add_seconds is not available on Diablo, because the underlying glib version (2.12.12-1osso13 according to http://maemo.org/packages/view/libglib2.0-0) does not have this function....
Forum: Development 2010-02-02, 13:36
Replies: 0
Views: 2,971
Posted By lizardo
Python tutorial: Accessing APIs without Python bindings

Hi all,

The PyMaemo team has prepared this short tutorial with an actual example on how to access APIs for which there are no Python bindings yet:
...
Forum: Development 2010-02-01, 17:57
Replies: 6
Views: 7,066
Posted By lizardo
Re: Is there Python 3.0 for the N900 device?

Actually, this has been the reason to not choose 2.6 as the runtime at the time (3.0 was too "fresh" then :)). The bug has been "fixed" since then, but see below why a upgrade during Maemo 5 is not...
Forum: Development 2010-02-01, 17:35
Replies: 125
Views: 59,719
Posted By lizardo
Re: [ANNOUNCE] PyQt 4.7

I believe you are referring to users who might have a python2.5 version prior to the optification. These old versions existed only in extras-devel, so the user would only have it if he/she enabled...
Forum: Development 2010-02-01, 13:08
Replies: 125
Views: 59,719
Posted By lizardo
Re: [ANNOUNCE] PyQt 4.7

AFAIK, it is not standard to have the SDK repositories on the tablet. People usually add it to get some dependencies, but AFAIK the default images do not have it added.

BTW, you don't have to...
Forum: Development 2010-02-01, 12:56
Replies: 11
Views: 3,859
Posted By lizardo
Showing results 1 to 25 of 31



 
Forum Jump

All times are GMT. The time now is 23:09.