[android-developers] Re: Samsung Galaxy S III and NFC

2012-09-17 Thread Thomas Skjølberg
NFC works great in Galaxy SIII - at least for the members of the workshop I attended last week. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from th

[android-developers] Re: Samsung Galaxy S

2011-05-17 Thread Nicholas Johnson
On Tuesday, May 17, 2011 1:48:41 PM UTC-4, bob wrote: > > I was just wondering if anyone has gotten a 60 frames per second frame > rate on a Samsung Galaxy S from AT&T. > Yes > Also, is there any way to measure the frame rate of games you didn't > make? For instance, if I wanted to downl

[android-developers] Re: Samsung Galaxy S calendar app on Sprint allows starting "Google Maps" or "Sprint Navigation" only to "Complete action using" when clicking on Location.

2011-04-25 Thread mike
No luck... :( On Apr 24, 7:05 pm, Michael Franz wrote: > Hi all, > > Samsung Galaxy S calendar app on Sprint allows starting "Google Maps" or > "Sprint Navigation" only to "Complete action using" when clicking on > Location. This is a pretty serious limitation, which does not > allow implementing

[android-developers] Re: Samsung Galaxy S and Bluetooth Issues

2010-09-21 Thread Kristof Taveirne
Hi Dan, I have the exact same problem as snedex. I don't know exactly what you mean by build fingerprint, but here's the info I can find on my Galaxy S device. Modelnumber: GT-I9000 Firmwareversion: 2.1-update1 Baseband-version: I9000XXJF3 Kernel-version: 2.6.29 umts_...@s1-build05 #2 Buildnumbe

[android-developers] Re: Samsung Galaxy S and Bluetooth Issues

2010-09-21 Thread Kristof Taveirne
Hi, I'm trying to figure out what exactly goes wrong. Am I correct when I say that the device class 0x00 is skipped because it isn't one of the possible value in the constants list in http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.html Under BluetoothClass.Device

[android-developers] Re: Samsung Galaxy S front facing camera.

2010-09-14 Thread Itamar
Found this posted in Samsung Java ME forum.. Yes the front face camera is accessible in the following way: Camera camera = Camera.open(); Camera.Parameters parameters = camera.getParameters(); parameters.set("camera-id", 2); camera.setParameters(parameters); This is the normal way a camera is ac

[android-developers] Re: Samsung Galaxy S front facing camera.

2010-09-14 Thread Itamar
I would like to join in on this question. On Aug 5, 3:25 pm, HP wrote: > I would like to know if the APIs for accessing the front facing camera > of this phone are available. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to th

Re: [android-developers] Re: Samsung Galaxy S and Bluetooth Issues

2010-09-12 Thread dan raaka
let me know the build fingerprint of your device -Dan On Fri, Sep 10, 2010 at 4:21 AM, snedex wrote: > Hi Don, > > Thanks for responding, Sorry about the slow response. > OK at least that gives me more information on trying to circumvent > this issue, still having no joy with it. > Have you ha

[android-developers] Re: Samsung Galaxy S and Bluetooth Issues

2010-09-10 Thread snedex
Hi Don, Thanks for responding, Sorry about the slow response. OK at least that gives me more information on trying to circumvent this issue, still having no joy with it. Have you had any luck at all? Thanks! On Aug 12, 7:47 pm, DonFrench wrote: > I also have aBluetoothapp that I developed usin

[android-developers] Re: Samsung Galaxy S and Bluetooth Issues

2010-08-12 Thread DonFrench
I also have a Bluetooth app that I developed using a Nexus One and I am finding that some carriers have disabled Bluetooth serial in their phones, presumably to prevent tethering. I don't know if this is the case with the phone you tested with or not but this might be the way they are preventing t