Re: [maemo-developers] Java jamvm

2005-12-27 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clemens Eisserer wrote:
 Hi again,
 
 
xfwm suffers from this bug as well, so I'm inclined to lart the gtk
people, but they are probably too busy breaking ABI/API right now :(
 
 
 So this is definitivly a bug in maemo's X server?

No, this is a bug in the assumptions GTK makes about bitdepths.


 
 Thanks a lot for replying, lg Clemens
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://maemo.org/mailman/listinfo/maemo-developers
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDsQ3KMkyGM64RGpERAtcXAJ0euSaadR1GWsUTlf7ZIe//C8E67QCdGUPg
NpJP20Ru9BSI8mB2rOGk/20=
=7qSC
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] btcond / d-bus problems

2005-12-27 Thread Andrew Ramsay
I've been trying to connect a Nokia LD-1W Bluetooth GPS unit to an N770 
programmatically. The manual method on the wiki (hcitool scan + rfcomm 
bind dev bda) works fine, but I haven't been able to get anywhere with 
the btcond D-BUS interface linked from the wiki page. I've got no real 
experience of using D-BUS, which may well be part of the problem, but I've 
tried lots of different things now and none of them are working.


I started off with the basic example program which just connects to the 
session bus, lists the services available, then exits. That works fine 
with both session and system buses. I then tried to modify it slightly to 
obtain a proxy for the com.nokia.btcond service, which didn't work until 
I discovered you had to connect to the system rather than the session bus. 
Once I'd got the proxy, I tried to call the rfcomm_bind method as 
suggested in the wiki. However, all I get back is an error saying that 
this method doesn't exist on the com.nokia.btcond.request interface. 
Calling any of the other methods results in the error 
com.nokia.btcond.invalid_dev, which is supposed to indicate an invalid 
BDA from what I can tell, although the address I'm using is definitely 
correct.


Can anyone help me out here? As I said, I have no previous experience with 
D-BUS programming, so I may well be doing something very wrong and just 
haven't noticed yet. I'm using the Glib bindings for D-BUS since that was 
what the example code used. If anyone has actually done this already I'd 
be very interested to hear how you did it.


Andrew
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Application access to connection manager

2005-12-27 Thread Nils Faerber
Hi!
I would like to have access from an (my) application to data from the
application manager - or even better control functions of the
applications to a certain extend.

For example I would like to query the connection manager for information
about the configured mobile phone.
In a second quite natural step I would like to connect to the phone and
use it for other purposes than just an internet connection. Basically
I would like to have an API that I can use to just toggle an RFCOMM
connection to the configured phone and get a file descriptor to it.

I do not want to incorparate that functionality in my application again,
i.e. scan for devices, pair with device, create RFCOMM connection etc.
This would be redundant because the mobile phone's Bluetooth address is
already stored and it is already paired.

Is something like this already possible?

I looked through the docs and APIs ut could not find anything about
connection management except from all APIs o do it completely on my own
;) (i.e. inquiry scan, open rfcomm, etc...)

Cheers
  nils faerber

-- 
kernel concepts  Tel: +49-271-771091-12
Dreisbachstr. 24 Fax: +49-271-771091-19
D-57250 Netphen  Mob: +49-176-21024535
--
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers