[android-discuss] Re: Could the G1 be used as a monitor/wired remote control for a digital camera?

2008-12-29 Thread dar
Nick, you need the Android sdk to support USB host functions, which is what this enhancement calls for: http://code.google.com/p/android/issues/detail?id=738 Best you can do right now is star the enhancement above to give it weight on the roadmap. On Dec 27, 3:35 pm, Eric wrote: > Doesn't soun

[android-discuss] Re: Can G1 phone be connected to a USB flash drive and read it?

2009-04-07 Thread dar
You cannot currently do this because Android does not have USB host functionality. This is issue 738: http://code.google.com/p/android/issues/detail?id=738 On Apr 7, 1:52 pm, mb wrote: > Guys, is there a way to be able to connect a USB flash drive to G1 > phone and read it. > I had a female/fe

[android-discuss] Re: Preloading android application by device type

2009-06-26 Thread dar
I think you want to look at android.os.Build Model, device, etc to see if you can find what you are looking for. As lbcoder implied these won't necessarily have meaningful values on the emulator, but a build on a device there should be specific values. Though they can change from build to build,

[android-discuss] Re: How to send andio file to voice channel during call

2009-08-11 Thread dar
As far as I know this is not possible at this time. This has been discussed before: http://groups.google.com/group/android-developers/browse_thread/thread/d04c307973345fef/a628e578900b3dce?lnk=gst&q=dave+sparks+play+audio#a628e578900b3dce On Aug 10, 11:53 pm, ease wrote: > Hi, > > As you know

[android-discuss] Re: Using a USB IR Receiver with Android

2009-11-03 Thread dar
Android currently does not support USB host, so you won't be able to plug any usb client devices into the usb port and have them work. This ticket is for the usb host enhancement. http://code.google.com/p/android/issues/detail?id=738 You might do better with a bluetooth adapter if there are such