Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting Java Binding for Dbus to Run on Android

Tags:

java

android

dbus

Has anyone succeeded in running the Java bindings for dbus on Android? All indications point at dbus already running as a process within the Android OS, but there is no official access point for them through the Java interface. Thanks in advance!

like image 484
Moki Avatar asked Oct 19 '09 21:10

Moki


1 Answers

You shouldn't do this unless you're talking about your own bus talking to things you control. There's no guarantee that dbus will be available. According to the android mailing list, it's just an implementation detail that dbus is around at all, it's not guaranteed to be there, and might not be there in the future.

like image 199
James Moore Avatar answered Sep 20 '22 06:09

James Moore