Re: [pymaemo] hildon-desktop: getting D-Bus?

2010-04-14 Thread Kimmo Hämäläinen
On Tue, 2010-04-13 at 23:19 +0200, ext Thomas Waelti wrote: (Crossposting to maemo-devel, hoping for a Hildon-Desktop or D-Bus expert to pick this up. Original thread is at https://garage.maemo.org/pipermail/pymaemo-developers/2010-April/001444.html ) Thanks for a very interesting input.

RE: PC Suite communication

2010-04-14 Thread Jarmo.Tikka
Hi, I do not know much about you actual question about obex etc. I just wondered why you don't just setup USB/BT networking between Maemo device and host with Maemo PC Connectivity. After that you can use standard TCP/IP between host PC and device.

Re: missing dependencies on autobuilder

2010-04-14 Thread ianaré sévi
Autobuilder isn't working right : it's building for Maemo PR 1.2, but our devices are on 1.1. We have no idea when PR 1.2 will be released. You can try explicitly specifying the dependencies in your control file, it might work or might not. I kinda sorta had it working but gave up and simply

Size mismatch on the extras-devel repository

2010-04-14 Thread Alberto Mardegan
It seems there is something wrong with the extras-devel repository (at least for the armel architecture): [sbox-FREMANTLE_ARMEL: ~/git/maemo-mapper/src] apt-get install libclutter-1.0-0 Reading package lists... Done Building dependency tree... Done The following extra packages will

Re: [pymaemo] hildon-desktop: getting D-Bus?

2010-04-14 Thread Thomas Wälti
Thanks to all of you! Based on your feedbacks, I was able to find a solution :-) So here is on how to get your hands on a dbus system object in a python-based hildon-home widget in a way that you can attach callbacks. from dbus.mainloop.glib import DBusGMainLoop

Squeeze devkit to be installed to autobuilder

2010-04-14 Thread Javier S. Pedro
Hello all, As part of the plan to fix the PR1.2 SDK dependency issues in the autobuilder [1], we plan to upgrade the Debian devkit in the Fremantle autobuilder to the Squeeze version [2] (from the current etch one), and start using improved shlibdeps [3] (a.k.a. .symbols files) to version

Re: Squeeze devkit to be installed to autobuilder

2010-04-14 Thread Niels Breet
Hello all, Hi, As part of the plan to fix the PR1.2 SDK dependency issues in the autobuilder [1], we plan to upgrade the Debian devkit in the Fremantle autobuilder to the Squeeze version [2] (from the current etch one), and start using improved shlibdeps [3] (a.k.a. .symbols files) to

Re: Squeeze devkit to be installed to autobuilder

2010-04-14 Thread ianaré sévi
First off, a big thanks for this effort. My package (soon to be two ;-) uses Qt, so I'm not sure how much this will help me personally, it is definitely an important step in the right direction. For those packages that are OK, importing them automatically is fine. However for those that do have

Re: j2me

2010-04-14 Thread Christopher Intemann
I was just trying to compile phoneME by myself. Since I'm using fedora on my desktop, I installed the maemo SDK virtual image (based on Ubuntu) from http://maemovmware.garage.maemo.org/2nd_edition/installation_vbox.html in VirtualBox. I subsequently updated the java sdk to version 1.6, as

Re: [pymaemo] hildon-desktop: getting D-Bus?

2010-04-14 Thread Thomas Waelti
As a final status update: a vastly improved version of Recaller has been built and uploaded - it will show up in extras-devel during the next hours :-) Thanks for all the inputs and have fun -Tom Thanks to all of you! Based on your feedbacks, I was able to find a solution :-) So here is on

Re: j2me

2010-04-14 Thread Demetris
Hey Chris, unfortunately I have been using the already compiled version that the links I sent you below were advertizing. I have not tried to compile newer versions of it so your best source would be the web. I will also dig around and let you know if I find anything that can help you out.