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
13
votes
2 answers

android: I get no stacktrace, phone just hangs

My phone crashes after i pause my camera app, then switching back and take a picture. This only happens on my Samsung Galaxy S, on my Huwai device it totally works. I have found the lines of code which lead to the error. Unfortunately those lines…
stoefln
  • 14,498
  • 18
  • 79
  • 138
13
votes
2 answers

Fatal Exception: java.lang.IllegalStateException - Unable to create layer for LinearLayout(Crashing in only Galaxy j4+, j6+)

Fatal Exception: java.lang.IllegalStateException Unable to create layer for LinearLayout, size 768x5440 max size 8192 color type 4 has context 1 android.os.MessageQueue.nativePollOnce (MessageQueue.java) android.os.Looper.loop + 181…
BEOM KI
  • 143
  • 1
  • 6
13
votes
2 answers

Navigation bar buttons color

I want to change color of navigation buttons in my application, I tried with window.setNavigationBarColor(@ColorInt int color) but this method changing only background of bar. Any ideas?
wownis
  • 437
  • 1
  • 5
  • 14
13
votes
1 answer

What browser does the Samsung Galaxy use?

Looking to check a site on a Samsung Galaxy, what browser does it use out the box and where can I emulate it - either online or on OSX? Reason I am asking is a few CSS properties do not work and need to find a fix.
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
13
votes
3 answers

Disable native logcat outputs in Android

I am using a Samsung Galaxy S3 device for development and my app is using the camera. In the logcat, there is an output made by the native system with the tag Camera-JNI that is written to logcat like 20 times per second, causing the logcat to…
Fernando Gallego
  • 4,064
  • 31
  • 50
12
votes
3 answers

android: camera onPause/onResume issue

I have some troubles with the onPause() onResume() camera live cycle: Camera with preview, and taking photos works totally fine. With one exceptions: I start the app, click the home button, switch back to the app and take another shot. Result:…
stoefln
  • 14,498
  • 18
  • 79
  • 138
12
votes
4 answers

USB Accessory API on Samsung Galaxy S2 Android

I am not able to launch my android application on to the Samsung Galaxy S2. I am trying to use the Google Add on Library for USB Accessory. When I launch the same application on Google Nexsus S it works fine. In the application manifest file I have…
arsi
  • 121
  • 1
  • 4
12
votes
3 answers

Null pointer exception in suggestions popup window on Samsung Galaxy Android 7

I'm seeing an unusual crash occur regularly in my app, but only on Samsung Galaxy devices running Android 7. Since my app's code doesn't feature in the stacktrace, I'm finding it very hard to track down short of going out and buying one of these…
Craig McMahon
  • 1,550
  • 1
  • 14
  • 36
12
votes
1 answer

Android Studio - Can't connect to device (Samsung Galaxy S7)

I've got an issue while trying to run an app on android studio. The list of connected device will always remain empty. Thus I can't deploy my app on the phone. The OS is Windows 10. I already take these steps: installed driver from Samsung. The…
Lynguistic
  • 141
  • 1
  • 2
  • 9
12
votes
4 answers

Samsung Galaxy/Holoeverywhere - Resource is not a ColorStateList (color or path)

I'm getting the following crash on the Samsung Galaxy Ace/Y/Pocket/Mini. It runs fine on all other devices. Crashes are only occurring on Android 2.3.5 or 2.3.6 There is no ref to my code in the stacktrace. It seem to come from the menu layout which…
William
  • 20,150
  • 8
  • 49
  • 91
11
votes
7 answers

My Galaxy S6 Edge cannot connect to Android Studio via USB Debugging

When I plug my Galaxy S6 Edge into my computer, Android Studio does not recognize it as an available USB device. I've tried to download a USB Driver update and I have USB Debugging checked on my phone, but nothing is working. What else do I need to…
Snow Patrick
  • 111
  • 1
  • 1
  • 3
11
votes
2 answers

How can I record 2 microphone in Android simultaneously?

I'm trying to record audio signals from 2 in-built microphone(bottom, top) at the same time. I can pick up bottom microphone signal using MediaRecorder.AudioSource.MIC and top microphone signal using MediaRecorder.AudioSource.CAMCORDER I can…
Youna Ji
  • 143
  • 1
  • 1
  • 6
11
votes
2 answers

Typeface.ITALIC not working on Galaxy Note 2

I'm making an app where sometimes I want to change the font of a textview to italics, depending on the data to show. On my Galaxy Nexus, it's simply a case of textView.setTypeface(font, iWantItalics ? Typeface.ITALIC : Typeface.NORMAL); and it…
Serandel
  • 417
  • 5
  • 20
10
votes
5 answers

How-to set Android device date/time programmatically

BACKGROUND I am working on a project using the Wi-fi only version of the Samsung Galaxy tab (7"). On some of the devices we are seeing the date/time on the device getting reset (don't know why) to some date in the past (like…
celoftis
  • 363
  • 3
  • 6
  • 18
9
votes
2 answers

Android - Testing app on Galaxy S8 or LG G6

I was reading the following article about updating an app to take full advantage of devices like the Galaxy S8 or LG G6 https://android-developers.googleblog.com/2017/03/update-your-app-to-take-advantage-of.html And what I want to do is to test the…
Ernestina Juan
  • 957
  • 1
  • 9
  • 24
1 2
3
51 52