393775602 wrote:
i want to write an android app with the Realtek DVB-T
Dongles ,
is there any librtlsdr API for android?
A dongle could be connected to an Android device with USB host
functionality but the Dalvik app must help open the device, libusb
is unable to do that on its own. The current version of libusb
doesn't have provisions for this, but a future version will. That
function would then have to be passed through by librtlsdr as well.
At the moment I think the answer is no.
//Peter