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
12
votes
0 answers

MediaRecorder Corrupt Video Recording Samsung

I am trying to run Google sample to record 10 second video using MeadiaRecorder inside my application. But when playing back recorder video it is getting corrupt. Firstly it plays full audio; Then plays the first first frame of video; Video freezes…
12
votes
0 answers

Android SpeechRecognizer detects its own beep as speech and exits

I'm trying to use the Android SpeechRecognizer class for "hands-free" continuous speech, but it does not seem to work at all. When the speech recognizer starts it does beep, but for some reason, it detects its own beep as speech, and then ends the…
James
  • 17,965
  • 11
  • 91
  • 146
12
votes
0 answers

Spurious files in my application's data directory

I recently added a Samsung Galaxy Note 4 to my device collection. I have an app that stores data files in its "home" directory, and I notice that this particular device keeps creating extraneous files in that directory. I've been running on other…
12
votes
3 answers

How android app can detect what store installed it?

I have app in Google Play, Amazon, Samsung Apps and I plan to upload to other stores. I do not wish to compile separate build for every store. Is there way to detect what store installed app if same app submitted to different stores?
Max
  • 6,286
  • 5
  • 44
  • 86
11
votes
2 answers

Samsung Android 10 BLE MTU>23 issue

Issue: After setting MTU>23 on Samsung Device (S10e) running Android 10 and writing data to a characteristic the connection times-out and is closed. Root cause: The reason for the timeout is the phone hardware is not actually sending anything...so…
tyler
  • 1,273
  • 2
  • 16
  • 40
11
votes
4 answers

When I select next from my android device, while filling a form, it skips any drop down

I have a web form consisting of input text boxes, drop downs and submit button. When I use my website on android phone - chrome browser(or any browser on my android device, I am using next on my phone keyboard to navigate to the next field. the…
nisha kanani
  • 273
  • 1
  • 4
  • 16
11
votes
1 answer

How to keep playback active after the screen is turned off

I have an app with audio playback, but on some devices (mainly Huawei, Samsung, Sony) playback is stopped when the screen goes off. Note: playback does not stop for some other apps like Spotify, Play Music I found this answer (for Huawei devices)…
11
votes
0 answers

Any way to programmatically add an app to Samsung Unmonitored apps list?

Samsung Android 7.0 has the warning notifications for putting my App to sleep. This will even kill the sticky service. Is there any way to add my app to the "Unmonitored Apps". Or use intent to bring the user to this setting page at least.
Ziwei Zeng
  • 691
  • 5
  • 21
11
votes
2 answers

textView.getSelectionEnd() returning start index value on Samsung Marshmallow 6.0 devices

This issue is observed on Samsung devices with Android 6.0 only. It is working fine on all other devices, including non - Samsung devices with android 6.0 and Samsung devices with Android 5.1 and below. Currently we don`t have any Samsung device…
binaryKarmic
  • 978
  • 7
  • 22
11
votes
2 answers

Native crashes received in Samsung devices only with Lollipop 5.0 & 5.1 versions

Since past 2 months, we have started receiving native crashes in our developer console only for some Samsung devices. Here is the crash trace *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint:…
user669231
  • 1,371
  • 3
  • 18
  • 27
11
votes
3 answers

Logcat is being "spammed", resulting in "Too much output to process"

Whenever I connect my Samsung Galaxy S5 (running Android 4.4.2) to my computer, the Logcat in Android Studio starts being "spammed" by the same message multiple times ~1600 times per second, resulting in the message "Too much output to process"…
Magnus
  • 17,157
  • 19
  • 104
  • 189
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
11
votes
2 answers

Emulator for galaxy s3

Has Samsumg provided emulator support for galaxy s3. I want to test my app on S3 Emulator as I'm reading the comments on google play that the app is crashing on Samsung Galaxy S3. Can someone help me with this. Thanks in advance.
Rookie
  • 8,660
  • 17
  • 58
  • 91
11
votes
2 answers

Every WebKit-based browser crashes sites using Omniture. Why?

Actually, a more accurate statement is: Every WebKit-based browser crashes on http://m.allrecipes.com/ but only in a Samsung Continuum SCH-i400 phone. I am trying to implement a WebView-based browser, mainly for learning purposes (there are way…
scatmoi
  • 1,958
  • 4
  • 18
  • 32
10
votes
2 answers

Context.startForegroundService() did not then call Service.startForeground() only on Android 11 Samsung devices

I am getting this crash for only Samsung devices running android 11. Apparently the application is calling startForegroundService(intent) and requiring me to post a notification for the user to know that I am running a foreground service, but this…
oziomajnr
  • 1,671
  • 1
  • 15
  • 39