Questions tagged [galaxy]

Line of mobile devices by Samsung running on Google's Android platform

Galaxy refers to a line of devices manufactured by Samsung beginning with the i7500 in 2009. The current lineup is the Galaxy S including the Vibrant, Fascinate, and Captivate. Samsung plans to introduce their successors soon under the name Galaxy S II.

771 questions
8
votes
6 answers

Samsung Galaxy Devices can't use geolocation.getCurrentPosition

OK, so I've been looking for an adequate response to this issue for quite some time. I have a web application that uses navigator.geolocation.getCurrentPosition to get a user's position. The native browser on the Samsung Galaxy devices nearly always…
Brandon
  • 2,163
  • 6
  • 40
  • 64
8
votes
1 answer

options menu locks up on galaxy s4

My app uses the old-style options menu. Currently we target API 9. On the Galaxy S4 I notice the following behavior: User taps on the menu button. Menu is displayed as expected. User taps on "more" to access the overflow section. Overflow…
jph
  • 2,181
  • 3
  • 30
  • 55
8
votes
1 answer

Turning on developer options on Galaxy S4

How do you turn on developer options (debug, adb, etc) for the Samsung Galaxy S4?
BlackHatSamurai
  • 23,275
  • 22
  • 95
  • 156
8
votes
1 answer

Camera Force Closing issue in Samsung Galaxy S3 version 4.1.1

I want to capture image and save it in Image view in one of My Application. I already have an idea how to implement it and also Works fine in all device Except Samsung Galaxy S3. What I Want: Avoid the Force Closing Issue Coming in Samsung Galaxy…
Bhavesh Patadiya
  • 25,740
  • 15
  • 81
  • 107
8
votes
2 answers

Toast is not shown on Samsung Galaxy S3 (latest update 4.1.2)

I have a toast that is displayed in the following way: Toast.makeText(context, "The message", Toast.LENGTH_LONG).show(); I am absolutely certain I am displaying the toast from the UI thread, and I can add that it worked fine for many devices…
Tobias Lindberg
  • 152
  • 1
  • 11
8
votes
3 answers

Devices with Android 4.2 (Jelly Bean) supported Bluetooth low energy (BLE)

Which Android (with Jelly Bean, 4.2) devices support Bluetooth low energy (BLE)? Does Samsung Galaxy S III support it? (This question came up after reading the blog post Bluetooth 4.0 on Galaxy S3.)
gran33
  • 12,421
  • 9
  • 48
  • 76
8
votes
3 answers

Web Sockets on Samsung Galaxy S3 Android Browser?

So, apparently the webapp we did, that uses websockets, does not work on the Samsung Galaxy S3 stock Android browser. The thing is, Android Browser is not supposed to have web sockets support, but it looks like this one has, although the websockets…
Benjamin Michel
  • 131
  • 1
  • 6
8
votes
1 answer

Can anyone confirm this issue (limited number of file descriptors on some Android devices)?

I'm currently working on a cool Android game which was about to be released real soon. Some of our beta testers started complaining that the game crashes with the “too many open files” error message. I've tried simulating this problem on the AVD…
user1804847
  • 81
  • 1
  • 2
8
votes
1 answer

Where/How can I get the Android SDK OEM USB Drivers for a Samsung Galaxy Player (YP-G1)

I've been doing some Android development but the virtual testing environment is too slow for me and oftentimes doesn't work at all. I have a Samsung Galaxy Player (Model YP-G1) and I've searched Google as well as Samsung's driver website for my…
Dot145
  • 81
  • 1
  • 1
  • 2
8
votes
4 answers

"take a picture and present it" in portrait mode on Samsung Galaxy S

I am trying to simply take a picture and present it in an ImageView with my samsung galaxy s. it's working fine when I do it on landscape but not on portrait. I am not getting any error or exception - just not getting anything... There is a lot of…
yehudahs
  • 2,488
  • 8
  • 34
  • 54
7
votes
3 answers

android - show menu button on galaxy nexus

i need to have the menu button shown for some activities on galaxy nexus . i can't find how to do that, since it hides it by default . i don't wish to create an action bar since it takes more space that i want to use to other things . when setting…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
7
votes
1 answer

How to detect HDMI usage on Samsung Galaxy S II

Is it possible to detect (either Java or native code) if the HDMI output is used on Samsung Galaxy S II? I was looking at system properties and also sysfs but couldn't find any info related to HDMI output.
Sasha Nikolic
  • 760
  • 1
  • 8
  • 22
7
votes
4 answers

DDMS (Android debug monitor) doesn't list processes on Galaxy S II

I'm developing on a Samsung Galaxy S II using eclipse and the eclipse android plugin. This is not the first time I'm using DDMS on this computer or phone and everything used to work just fine. Now, when I connect the device, DDMS shows it on the…
Zoltán
  • 21,321
  • 14
  • 93
  • 134
7
votes
2 answers

ACTION_IMAGE_CAPTURE orientation problem on Nexus S and Samsung Galaxy S I9000

I'm trying to shoot picture and store it into internal storage by using the following code: Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE); takenPhoto = new File(uploadsFolder,…
7
votes
3 answers

User not authorized to perform iam:GetRole error while creating Genomics Virtual Lab (GVL) for AWS using CloudMan

I'm getting following error while trying to create a new appliance in AWS. FAILURE Create appliance task failed: An error occurred (AccessDenied) when calling the GetRole operation: User: arn:aws:iam::account-id:user/ is not authorized to…
Liton
  • 1,398
  • 2
  • 14
  • 27