I would like to know if it is possible to use DBUS on Android using Java. From what I have been searching till now it appears like there is no DBUS programming support on Android. But then bluetooth on Android uses DBUS. I would like to confirm if it is actually the case. If so, is there a possibility that DBUS would be supported in the future.
Take the 2-minute tour
×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
As dbus is written in C, and Android supports (mostly) the Dalvik subset of Java its not surprising that dbus is not supported. You can write C code for Android but unless you are a phone company (i.e. able to install OS level updates) there is no practical way to distribute your software. |
|||
|