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.

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

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 recommend

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 pr

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

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 depe

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 dbus.mainloop.glib.DBusGMainLoop(se

"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

AW: PC Suite communication

2010-04-14 Thread André Hänsel
Hi, for two reasons: a) It requires plugging in the cable and I like how it syncs automagically via Bluetooth when I enter the office b) I have even less experience with windows USB in general and USB composite devices, so making a driver for the g_nokia USB networking is quite a challenge (see al

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 poste

Re: PC Suite communication

2010-04-14 Thread Rémi Denis-Courmont
On Wednesday 14 April 2010 04:34:21 ext André Hänsel, you wrote: > As for the USB side I know even less. The data is probably transmitted > using one of the "Wireless Communication Devices" (Nokia N900 USB Generic, > Nokia N900 USB OBEX, Nokia N900 USB Phone Parent) and received by the > g_nokia mo

missing dependencies on autobuilder

2010-04-14 Thread Aapo Rantalainen
Hi, I'm maintainer of this package: http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/jammo/0.5.0/ There are "Warning: This package has missing dependencies!" And missing are: libgstreamer0.10-0 (>= 0.10.25) mp-fremantle-generic-pr (>= 3.2010.02-8) My application i

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. http://maemo.org/news/announcements/maemo_pc_

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 inpu