Showing results 1 to 25 of 53 @ 0.01 seconds. Search: Posts Made By: lizardo
Forum: MeeGo / Harmattan 2012-04-09, 11:49
Replies: 10
Views: 3,913
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 2012-03-29, 15:13
Replies: 16
Views: 5,560
Posted By lizardo
Re: Can Nokia store free apps become paid?

I guess they check by the phone IMEI. So they always know which applications you had installed through Ovi (either paid and free). So as long as you keep using the same Nokia account and same phone,...
Forum: MeeGo / Harmattan 2011-08-12, 14:02
Replies: 71
Views: 58,171
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,171
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,725
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,125
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, 14:22
Replies: 10
Views: 4,554
Posted By lizardo
Re: libabook Contact from number

I updated the wiki pages based on your example code. Thanks!
Forum: Development 2010-04-12, 11:07
Replies: 10
Views: 4,554
Posted By lizardo
Re: libabook Contact from number

While I know it is not the recommended way, the example is still useful for simple cases... you lack some additional information or even contacts, but for some use cases that's enough.

I'll see if...
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,478
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,130
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-02, 12:48
Replies: 5
Views: 2,804
Posted By lizardo
Re: Help with PickerButton for QT Python (QMaemo5ValueButton & QMaemo5ListPickSelector)

As discussed on IRC (#pyside @ freenode):

Replacing all "model" occurrences with "self.model" and all "pickselector" references with "self.pickselector" should avoid the segfault.

It happens...
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-25, 12:04
Replies: 28
Views: 7,452
Posted By lizardo
Re: No package 'hildon-1' found

I forgot: also make sure you have the the "nokia-binaries" repository configured on the target, the line you need to put on /etc/apt/sources.list can be obtained from...
Forum: Development 2010-02-25, 12:00
Replies: 28
Views: 7,452
Posted By lizardo
Re: No package 'hildon-1' found

If you happened reset your Scratchbox target or remove *-dev packages, you may need to redo the target setup steps manually, as described in:
...
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,743
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,568
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,568
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...
Showing results 1 to 25 of 53



 
Forum Jump

All times are GMT. The time now is 08:51.