Questions tagged [samsung-mobile]

This tag is for questions related to application development issues affecting just Samsung Mobile devices.

This tag is for questions related to application development issues affecting just Samsung Mobile devices.

1611 questions
16
votes
1 answer

MP3 streaming in C# .NET 4.5.1 MVC 5.2.2 on Samsung 6S

I have to use a TTS (Text to Speak) SaaS from ReadSpeaker in order to add audio to the application that I am developing. Now the basic SCAPI account that we are currently using has a basic setup were you simply set a URL and get a MP3 stream back…
Idra
  • 5,777
  • 4
  • 22
  • 33
16
votes
1 answer

AssetManager$AssetInputStream.finalize() timed out after 10 seconds

We see an stream of the following crashes, all on Android 4.3 Samsung Galaxy s3 java.util.concurrent.TimeoutException: android.content.res.AssetManager$AssetInputStream.finalize() timed out after 10 seconds at…
Guy
  • 12,250
  • 6
  • 53
  • 70
16
votes
4 answers

How can I create an Android AVD for a Samsung Galaxy Note 2?

I want to create an AVD to test apps on a Samsung Galaxy Note 2. I have checked similar questions, but they are intended for older AVD versions. Which device should I use? Should I set the target as "Android 2.3.3 - API Level 10"?
Dragon warrior
  • 1,644
  • 2
  • 24
  • 37
15
votes
2 answers

How to record video of particular width and height on samsung device android?

Hello I am making an android application in which I am using custom camera for recording camera.I am having problem on samsung device.I can not set the profile of Media recorder to CamcorderProfile.get(cameraid, CamcorderProfile.QUALITY_HIGH) also…
Nitin
  • 1,966
  • 4
  • 22
  • 53
15
votes
3 answers

Android browser / Samsung Galaxy SII scrolling bug on web forms. Select list hitboxes don't scroll

EDIT: I've uploaded a video to youtube demonstrating the bug here: http://www.youtube.com/watch?v=zkDYlgtX5Hk I've got a really weird bug that I found testing my new web application on a Samsung Galaxy S2 running Android 4.03 ICS. What happens is…
14
votes
2 answers

Images are being rotated by default upon upload

I am trying to take a photo and upload the same into my application using Samsung S7. But the image is being rotated upon upload. Even if I am selecting the image from gallery also, it is being rotated upon upload. Is there anything that we can fix…
Manideep Yechuri
  • 293
  • 1
  • 3
  • 14
14
votes
1 answer

Disabling Samsung "Auto Network Switch" for WiFi Connection

In our app, we handle initiating a WiFi connection to a device that broadcasts its own wireless access point (with no internet connection) for direct communication. It works very well on all of our test devices; however, we're receiving reports…
Kevin Coppock
  • 133,643
  • 45
  • 263
  • 274
13
votes
3 answers

AcousticEchoCanceler on Samsung devices not working

I have AcousticEchoCanceler working for VoIP calls for every other device type I've tried, but not on any Samsung device. The device reports AcousticEchoCanceler being available but it simply does nothing. What I've…
etan
  • 573
  • 5
  • 14
13
votes
3 answers

CSS style color uneffective on star character (★) on Samsung with Android 4.4 KitKat

On my dedicated mobile website, I use the html star character ★ ★ and I apply CSS on it, especially color. ★ ★ ★ ★ ★ .orange { color: orange: } .grey { …
Eldok
  • 211
  • 2
  • 9
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
4 answers

Creating Galaxy S4 emulator

I am trying to run my app specifically on Galaxy S4. But I do not have the real time device. So, I'm trying to create the emulator for Galaxy S4. I have a normal Core I3 system with 4GB RAM. It doesn't have any graphics card and all. I am finding…
tejas
  • 2,435
  • 10
  • 37
  • 54
12
votes
2 answers

Comma doesnt work on Samsung Android Keyboard

I set InputType.TYPE_NUMBER_FLAG_DECIMAL or InputType.TYPE_CLASS_NUMBER to my EditText and i want to use comma for decimal separator. So i set digits "0123456789.," to EditText. editText.keyListener = DigitsKeyListener.getInstance("0123456789.,") I…
Darkhmar
  • 137
  • 1
  • 7
12
votes
1 answer

When Samsung “Dual Messenger” is enabled, how to launch the second messenger programmatically?

Dual Messenger is a feature on Samsung Android phones [Screenshot from Samsung A70 (Android 9] For example I can launch the first copy of WhatsApp using intent by calling package name "com.whatsapp". Intent waIntent = new…
12
votes
1 answer

Why Alarm icon is not shown ONLY on Samsung Android 9 devices when set with AlarmManager.setAlarmClock()?

I use AlarmManager.setAlarmClock() to set an alarm. Alarm is fired on all devices, including Samsung, but the small alarm icon near the clock (top right corner of the screen) is missing on Samsung devices with Android 9. What am I missing here? I…
12
votes
0 answers

Samsung Devices OS 9.0 throw 'android.security.KeyStoreException: Key user not authenticated', when the "Preferred Biometric" is 'Face recognition'

We implemented new android.hardware.biometrics.BiometricPrompt replacing the existing android.hardware.fingerprint. The new Biometrics API works as expected until we have the 'Preferred Biometric' as 'Fingerprint'. When we set the 'Preferred…
Ganga
  • 121
  • 4