Questions tagged [samsung]

93 questions
1
vote
2 answers

gMail rejects eMails missing MessageID header coming from my Samsung phone

Problem: gMail rejects emails missing a "MessageID" header, and email originating from my Samsung phone does not include the MessageID header. What I see: Email originating from my phone's email app [Samsung email Version 6.1.72.1] does not include…
John
  • 207
  • 3
  • 12
1
vote
1 answer

Why does Samsung TV IR sensor ignore repeat codes?

Hey there trusty SO community, I'm working on a project for my new Samsung "The Frame" TV using a IR remote controller. I am trying to send a "repeating" command (when a button is held continuously). I have no problem sending single commands, I am…
zachleedogg
  • 89
  • 1
  • 1
  • 5
1
vote
0 answers

Where to add items on Samsung In app Purchase Iap

I have tried to use the SDK Iap since more than a week but I’m stuck in the first steps I have no idea how to move on. Im using the last version Iap6Helper. I have imported this module to android studio and added the dependencies, but what should I…
Raben
  • 11
  • 2
1
vote
0 answers

Android Samsung Firebase authentication UID is sometimes returning only numbers

Recently I'm noticing that some Android Samsung devices using Firebase authentication have changed their user UIDs from letters and numbers (for example: A123fASDFij123t9iasdflj112fd) to only numbers (for example: 149124123419287364123). This is…
mliu
  • 1,708
  • 15
  • 26
1
vote
0 answers

BuyItem method from Samsung Checkout SDK returns an error callback inside .NET application

I'm having a problem with Samsung Checkout integration in out existing .NET TizenFX (TV) application. I followed the instructions here:…
1
vote
0 answers

Alarm Manager not working when app is closed at Huawei and Samsung phone

I created a Kotlin app who should give an alarm when a defined number of thinks is reached. In the emulator it is working fine and also when the app is open. But when the app is closed, the alarm is not triggered on my Huawei and Samsung phone. I…
1
vote
0 answers

How to get correct Display Cutouts, when game is running under game launcher

In normal circumstances this is as easy as calling. mDecorView.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() { @Override public WindowInsets onApplyWindowInsets(View v, WindowInsets insets) { WindowInsets…
1
vote
0 answers

Samsung Music Controls Widget not working properly

I have a working app with notification media controls. I am properly using Notification.MediaStyle(). Everything works well on Google Pixel 4a. However Samsung devices are showing their own system/default controls on lock screen. Buttons are wrong,…
Matej Košút
  • 590
  • 2
  • 10
  • 27
1
vote
0 answers

Control Samsung TV (>2016) from php

Hello Everybody I'm trying to make a remote control for my Samsung TV which is a late model (after 2016) I found this page: https://gist.github.com/hkalina/b70dff4369ff2f0a2afe Unfortunately it does not work and I think that the reason is because it…
1
vote
0 answers

Samsung S20 launches apps with different screen densities

I test an application display problems on a Samsung S20 device. When I log the display metrics of the device, here is what it returns me, density of the screen is xxhdpi 480 (x3) : Now this is the weird part, I'm just changing the application id of…
jptsetung
  • 9,064
  • 3
  • 43
  • 55
1
vote
0 answers

Android Material Calendar Action Button Text not changing

I'm trying to use a MaterialDatePicker and customize the style of it. I'm able to to mostly everything but for some reason in Samsung devices the positive button text doesn't change to what I want. In strings.xml:
tiagocarvalho92
  • 375
  • 1
  • 7
  • 17
0
votes
0 answers

Set location Permission for custom app in MobiControl for an android classic device: Samsung A12

We have a custom in-house app. We use SOTI - Mobicontrol for deployment and enrolment. After a package is deployed to Android classic device, in our case it is Samsung A12, the device prompts for location permission. We are using MobiControl 15.2…
0
votes
0 answers

Samsung galaxy A13 airplane mode problem (still emits a few Wifi or BT burst while in sleep mode and pressing the side key from the sleep mode)

Checked using an external detector. I've checked almost everything in the configuration menus. I've also have others samsung phone including an S9 and none emits such RF when I do the similar action. Phone is up to date was rebooted. Please is there…
0
votes
0 answers

how to change Samsung keyboard size limit

The Samsung keyboard resize has a certain size limit, while I've a custom layout set by Keyscafe I need more row. I've root access. I tried to use the built in resize function it is limited to a certain height. I tried to change some values inside…
Name F
  • 1
  • 1
0
votes
1 answer

Handling Authentication Flow via Custom Tabs with Flutter: Non-Chrome Browser Support

I'm currently working on a Flutter app that requires third-party authentication, and the authentication flow needs to be completed in a browser. Previously, I used a WebView to achieve this, but the support for WebView has changed, and now only…