Michael Dorin wrote: > As far as you know, is there anything one can do in C/C++?
Sure! > (And still have a standard phone image?) Oh. In that case, I suspect not. The NDK (native development kit) was released yesterday, but I do not think the Bluetooth APIs are available for it, either. However, I am not certain of that, so you may wish to check out the NDK. Bluetooth APIs are definitely available for custom firmware, but that requires replacing the phone image. > but I do need someway to move a file received > by the android to an embedded device that has neither wifi nor eithernet. USB might be an option via the NDK. You probably cannot add another USB driver, but you might be able to tunnel your data through the protocol used by adb. Beyond that, I don't have any great options for you at this time. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

