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
2
votes
1 answer

IndexOutOfBoundsException Editor.java line 2182 only on Samsung Android 10

I am having a crash which only appears on Samsung device with Android 10. Editor.java line 2182 android.widget.Editor.drawHardwareAcceleratedInne Fatal Exception: java.lang.IndexOutOfBoundsException: charAt: 10 >= length 4 at…
Allen
  • 2,979
  • 1
  • 29
  • 34
2
votes
2 answers

Android Webview Rendering Issue

Since yesterday, there have been a lot of users experiencing issues like the screenshot. The page is a full page web view, and the displayed content is web content. The common thing among users who have experienced this problem is that they are…
2
votes
1 answer

Trouble Scanning QR Code Samsung S10 that uses Google Firebase Dynamic URL

Google Firebase Dynamic URLs are complex and the one I am using pass through a lot of information such as link to app in appstore plus link to googleplay plus URL etc. If the link is put in a button it works perfectly and I had an idea to use the…
2
votes
0 answers

GeofenceClient add geofences successfully, but on Samsung Galaxy S10e geofence on enter geofence broadcast receiver not triggered

On Samsung Galaxy s10e (Android 9 and Android 10), the BroadcastReceiver never receives data, that the user has crossed the geofence, although everything works on other devices (tested on Samsung a50, Samsung s8, Samsung s9, etc.). Tried turning off…
2
votes
1 answer

How to implement app to work with Samsung Pass?

I am trying to write simple app which uses Samsung Pass and/or Google Auth, but both of them doesn't work despite of proper settings on my device. Popup for saving password and username doesn't show. Other apps works good on my device with Samsung…
Jastine
  • 135
  • 2
  • 13
2
votes
1 answer

Migrating Samsung Health data without Samsung Cloud account

I am currently migrating to a new phone and would like to sync the Samsung Health data. I don't have a Samsung Cloud account and don't want to sync my stuffs anywhere except my new phone. There was a solution for this I used it a few years ago (when…
Gábor Héja
  • 458
  • 7
  • 17
2
votes
0 answers

How can I emulate fingerprint on real device for tests?

I can emulate finger print in Android emulator with this command: adb -e emu finger touch 1 But how can I emulte it when I wanna add fingerprint on real device fo qa automation?
Vadim
  • 37
  • 4
2
votes
1 answer

How can I detect Samsung One UI?

Background I need to work around a bug that only affects devices running Samsung's One UI. Question How can I programmatically detect if a device is running One UI? What I've tried I've already tried the following: Inspecting android.os.Build, but…
Sam
  • 40,644
  • 36
  • 176
  • 219
2
votes
0 answers

Place Call Using Self-Managed ConnectionService Not Working on Samsung

We are currently building a VOIP calling application with the intention of it primarily being used on Samsung tablets. However, we are having issues with one. In total we have 4 Samsung tablets; SM-T395, SM-T390, SM-T590, and the SM-T290. Of these,…
simoco
  • 21
  • 1
2
votes
1 answer

Finish() not working for Activity in Some Devices

Here is my code private fun startMainActivity() { startActivity(Intent(this, MainActivityTab::class.java)) finish() } Working fine in all devices but my Samsung device. When I press the back button in the MainActivityTab activity, it takes…
johnrao07
  • 6,690
  • 4
  • 32
  • 55
2
votes
1 answer

Frequently crashed message on Samsung devices caused by my app's background notifications

In my Xamarin app, I have implemented code to receive silent background notifications which is sent every 30 minutes. Everything works fine except on new Samsung devices (Galaxy S7, S10 etc.) the application receives the first notification and…
DA_VDCT
  • 19
  • 6
2
votes
2 answers

EditText inputType problems with Samsung A50

This works in a vast phone model list except for the Samsung A50: This is the "hotfix" work around:
GuilhE
  • 11,591
  • 16
  • 75
  • 116
2
votes
0 answers

Multiple invalid GET requests from Samsung phones

while debugging my website, I regularly come across multiple invalid GET requests, it's always Samsung mobile devices. I haven't got a clue how to track down this problem ... See the logs below with the comments. It seems the device gets stuck in…
Bob
  • 311
  • 2
  • 12
2
votes
3 answers

TWA Fullscreen PWA for Chrome and Samsung Internet

I'm trying to turn my PWA (Progressive web Application) into an TWA (Trusted Web Acitivity) App for Android. In the beginning everything was working fine, until a user reported a problem to me. He was unable to open the App at all, so we checked to…