Questions tagged [samsung-galaxy]

This tag refers to the Samsung Galaxy range of phones. Several models have fingerprint readers for example. Here is an abbreviated hardware spec for the Samsung Galaxy S5 - GPS, Glonass, Beidou, Gesture Sensor, Fingerprint Sensor, HR Sensor, Hall Sensor, Accelerometer, Geomagnetic Sensor, Gyro Sensor, Light Sensor, Barometer, Proximity Sensor, Samsung Gear Manager, Samsung Voice. The phone runs android but posts should refer to a hardware feature.

350 questions
0
votes
1 answer

Is it possible to update app in Samsung Galaxy App Store to consolidate multiple build flavors?

I currently build two flavors of my app: AppAndroid.apk --> Available on Google Play store AppSamsung.apk --> Available on the Samsung Galaxy store I am looking to consolidate the two apks into just one and have a few questions: What happens if I…
0
votes
1 answer

Checkbox for outdoor brightness in Samsung Galaxy S7 running Android 7

I had a Samsung Galaxy J7. It was great when I walk outdoor because the brightness can be adjusted marking a checkbox in the notifications bar Recently I switched for a Galaxy S7, unfortunately, this phone doesn't have this checkbox. There is a way…
Daniel Valencia C.
  • 2,159
  • 2
  • 19
  • 38
0
votes
0 answers

Integrating I2C-to-GPIO expander driver into kernel but cannot see GPIOs

I am building LineageOS 14.1 from source and I am integrating a PCF857x GPIO-expander driver into my Linux kernel (Version ~3.2 Linux). The driver itself (pcf857x.c, pcf857x.h) is already included in the kernel. So I just need to set it up to…
0
votes
1 answer

Transparent App Background on S8 After Android 8.0 Update

We have an app that has an optional transparent background that can be toggled on and off by the user. We're getting reports from customers, and confirmed ourselves, that the latest Samsung S8 update that included Android 8.0 broke this feature. …
jstock
  • 116
  • 1
  • 8
0
votes
1 answer

CSS display: none not working on Samsung S5 mini

My HTML (without actual filenames and link locations): …
Toni Latenz
  • 186
  • 2
  • 4
  • 19
0
votes
1 answer

Eclipse won't detect my phone anymore (Win 10)

Please bear with me, I know there are a lot of threads about the same problem but I've tried everything suggested in them to fix it and nothing has worked so far. I used to use an S7 (Android 7) on my private Win 7 PC and set up a Win 10 workstation…
Neph
  • 1,823
  • 2
  • 31
  • 69
0
votes
1 answer

android app using picasso works on samsung galaxy s4 but not on galaxy s8

On my firestore db app, I am fetching google photos by URL address and using picasso to display the image view. It works efficiently on my Samsung Galaxy S4 but does not work at all on my Samsung S8. The relevant…
rosey
  • 141
  • 1
  • 3
  • 9
0
votes
1 answer

Samsung CameraCaptureSession in WAITING_LOCK - Need a workaround

UPDATED: Please mark this as duplicated of Front Camera in Camera2 not capturing image Samsung S7 front camera does not support autofocus and lockfocus() will not return anything back. It works on other devices with API24 , not in GalaxyS7. private…
czane
  • 392
  • 1
  • 6
  • 18
0
votes
1 answer

App is not working after a Oreo(8.0) Update in Samsung galaxy S8

Im getting this error when i start my app "All apps associated with this action have been turned off blocked or are not installed".Anyone can help me to resolve this error Note:I have not installed package disable pro app
0
votes
0 answers

Play store says Samsung Note 8 is not compatible with an app i developed

Play store says Samsung Note 8 is not compatible with an app i developed for phones only by using the screen size and density, how can i add on the note 8 specs for play store to detect, i have tried searching on google but the note 8 seems to new…
0
votes
0 answers

Google Apps Script crashes when clicking on a link with stylus in Android 7.0.0

Demo Google Apps Script web application Environment Samsung Galaxy Tab A Google Apps Script web application Chrome 60.0.3112.116 Android 7.0.0 Device SM-P585Y Build/NRD90M Steps To Reproduce Click on the "Pen" menu icon with your stylus on the…
user1063287
  • 10,265
  • 25
  • 122
  • 218
0
votes
2 answers

What can be the reason a video can not be played on certain devices?

I'm working on an Xamarin app that allows the user to create messages with 4 different content types [text, images, sounds, videos]. Everything worked fine before adding videos to the mix. Files are being sent and stored in a blob database. And it…
0
votes
1 answer

How to check the visibility of the Soft Key Bar on Galaxy S8?

Galaxy S8 and Note 8 devices have the new Soft Key Bar which can be both hidden and visible state chosen by the user. The problem is that I need to modify the Ui based on the size of the Key Bar. I am able to calculate the size of the bar based on…
X-HuMan
  • 1,488
  • 1
  • 17
  • 37
0
votes
1 answer

Get good performance for drawBitmap() on different Android devices

In my game I download a image from server and create a puzzle using it. This means I have to use alpha channel. Then I draw this puzzle pieces on screen using following code. The clusters array has close to 300 items to draw, they are initialized at…
pats
  • 1,273
  • 2
  • 20
  • 43
0
votes
1 answer

Check if Samsung S8 is in full screen mode

Is there a way to check if the device is in full screen mode in the new Samsung S8? I tried solutions added to this post but everything returns true. Detect soft navigation bar availability in android device progmatically? I can get the correct…
XurajB
  • 820
  • 1
  • 14
  • 29