I'm assuming this is talking about UPnP/DLNA. If not sorry for placing this in the wrong place.
I'm trying to build a UPnP remote, something to control Rhythmbox, MythTV, Elisa, etc. There is already a Java based library for doing this that would be a GREAT jump to starting this but I'm having trouble importing it into my project (http://www.sbbi.net/site/toys/ download.html). I'm new to Java programming, I'm decent with Object Oriented PHP so its not too bad. But I began my project and imported the entire source for the library into my new Android Project (using eclipse), there is a lot of errors I have to fix to get it to compile, primarily they use org.apache.commons.logging.LogFactory, so I had to change all the instances of where it was logging to use the android built in Log. That was going fine and looked like it would work until then it needed to include jxpath, which is also not part of the Android toolkit. I imported that entire source into my project to find 100's of other errors. Basically I want to know if there is any easy way to import Java libraries, maybe the binary versions. the way I see the Android binary being included when I start a new project. On Dec 17 2008, 9:48 pm, Dave Sparks <[email protected]> wrote: > Google has no plans to provide a complete DNLA solution. Licensing > components from PV is an option, but not the only option. Another > possibility is that an OHA partner or some other contributor gets > involved. > > As for Bluetooth, we are adding support for AD2P and AVRCP in the next > release, which should be showing up on android.git.kernel.org very > soon. You'll find details on source.android.com shortly, including a > list of new features. > > On Dec 17, 10:48 am, Android Techies <[email protected]> > wrote: > > > Thanks David, > > So inorder to ship a DLNA capable android based phone, we would need > > to have licensed component from PV ? Do Android support PAN profile on > > BT if we want to discover and sync content over BT? > > > In general which is good place to dig information about what is > > supported on Android platform or not (like their Bluetooth support > > etc) > > > Regards > > -Vivek > > > On Dec 16, 6:26 pm, Dave Sparks <[email protected]> wrote: > > > > There is no support for DLNA in the base platform. I believe Packet > > > Video has additional OpenCore-compatible components for license that > > > could be used to produce a DLNA certified device. > > > > On Dec 16, 4:57 pm, Android Techies <[email protected]> wrote: > > > > > Hello, > > > > Does any one have know whether Android platform support DLNA ? What > > > > will it take to make a android based device to be DLNA certified ? > > > > > Regards > > > > -Vivek- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
