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

Unable to connect to the Samsung Health using Health Data Store

I am trying to connect my application with Samsung health, but i am unable to connect to the HealthDataStore. I have enabled sHealth in developer mode. I have added permission for the meta data. HealthDataStore mStore = new…
ridder22
  • 21
  • 4
2
votes
1 answer

ionic 4 android keyboard down left white space

In ionic when some stuff is outside ion-content and opens up keyboard then there is a white space shows where the keyboard appear, when keyboard close in the screen.
2
votes
0 answers

Fingerprint overlay in samsung interupt

for some reason if i want to listen to the Fingerprint sensor, the overlay of the Samsung fingerprint(in front fo the device) is display on the screen and prevent from me to reach the screen below the fingerprint , when i remove the listening of the…
2
votes
0 answers

Custom AlertDialog on Samsung One UI displays at bottom of screen

I have implemented a custom AlertDialog for my app which works as intended with all devices I've tested except in particular for Samsung Devices running on Android 9 using the Samsung One UI. For the said Samsung devices, when I create the Dialog,…
kobowo
  • 2,529
  • 2
  • 24
  • 37
2
votes
1 answer

Unity GoogleVR1.2 Cardboard displays upside down on Samsung

Currently, I am trying to make the Virtual Tour app to play with cardboard, then get the demo completed and it's working like a charm in Editor Play mode and on my Lenovo Phab 2 phone. Unfortunately, when I install it on Samsung Note 9, the app…
2
votes
1 answer

Samsung Galaxy Phones Constant for Do Not Disturb (Pie)

Does anyone know how to find the Samsung Galaxy phones equivalent constant to Settings.ACTION_ZEN_MODE_PRIORITY_SETTINGS? I have an app that crashes when Samsung users click on the button that is supposed to take them to Do Not Disturb System…
Code Poet
  • 6,222
  • 2
  • 29
  • 50
2
votes
0 answers

Firebase default notification color is not visible in Samsung

Firebase default notification color is not visible when the app is in the background state. Here is the manifest file configuration -
2
votes
1 answer

This application does not support pin Windows

Users are complaining that my application is not able to be pinned on their S7 Devices using Oreo. Neither Snapdragon nor Exynos. The error does apparently only happen since a certain point in time - but did not happen immediately after the Oreo…
Daiopent
  • 21
  • 3
2
votes
1 answer

Typeface not applied on Huawei EMUI

I'm applying a typeface like so: findViewById(R.id.text).apply { typeface = Typeface.createFromAsset(assets, "fonts/blackjack.otf") } It works in the emulator and on most Android devices, but it has no effect on Huawei devices with a…
2
votes
2 answers

Shared Element transition crash on Samsung device running Android 8.0

I've a weird crash, apparently unfixable happening on Samsung devices only running Android 8.0. I've a recyclerView populated in a Fragment that it's launching an Activity. Here is my ItemHolder layout
2
votes
1 answer

Background location app not work in Samsung Android 8.0 devices

I have a location application that runs in background. To manage all this, I use periodic alarms to activate the localization process. The problem is that since the last update of SAMSUNG has stopped working on these devices. When the device is…
2
votes
0 answers

PyUSB setconfiguration trouble

I want to make a Python script to change the dafault configuration of a Samsung smartphone. I'm using the PyUSB library to get the configuration. I can't switch to the second configuration. The code is the following # -*- coding:Utf-8 -*- import…
Foxrider83
  • 21
  • 6
2
votes
0 answers

Serial number or IMEI got changed in android

We are using the Serial number and IMEI in an application and we have observed that there are many Pixel, Samsung and Motorola devices where either the serial number or IMEI has been changed. What could be reason ? Due to OS update ? Access this…
Hardik Bambhania
  • 1,732
  • 15
  • 25
2
votes
1 answer

Samsung internet CORS only sends OPTIONS request

When using the "Samsung internet" browser on an Android device, it fails to do Ajax (some work) requests. After some debugging I saw that the browser only sends the options request (which succeeds) but does not send the corresponding post request…
Jan Jaap
  • 41
  • 1
  • 5
2
votes
0 answers

setExactAndAllowWhileIdle() shifted about 3 minutes on Samsung device

I've observed strange behaviour on some Samsung devices (Galaxy A5 maybe others) setExactAndAllowWhileIdle() for times bigger than 15 minutes is shifted approximately 3 minutes The alarm is set on lets say 10.20, I can do it in debug mode so I see…
wojciech_maciejewski
  • 1,277
  • 1
  • 12
  • 28