Questions tagged [samsung]
93 questions
4
votes
0 answers
Use smart things SDK for our own custom android app and provision Samsung smart devices, ex- fridge etc (not using Samsung smart things app)
I want to create a section in my existing Android app to make my end-users capable of connecting & discover their Samsung brand smart devices and appliances using Smart Things SDK
I have explored the API 3 documented on the Samsung website but did…

Puja
- 192
- 9
3
votes
2 answers
ERROR: Could not build wheels for coincurve, which is required to install pyproject.toml-based projects
Error while installing bit using Termux on a Samsung Galaxy s10 Android 12 which is not rooted
~ $ pip3 install bit Collecting bit
Using cached bit-0.8.0-py3-none-any.whl (68 kB)
Collecting requests …

FrontWy
- 31
- 1
- 1
- 2
2
votes
1 answer
Enormous ime padding in Jetpack Compose
I have a pinned bottom container with a textfield. And i use imePadding modifier. When keyboard appears seems like imePadding works twice. It happens only on some devices. Particular my is Samsung Galaxy A80 (Android 11)
Code example
…

Vadim Zhukov
- 95
- 6
2
votes
0 answers
Is there a way to programmatically launch samsung's device "unmonitored apps" from my app?
I know this method:
startActivity(new Intent(Intent.ACTION_VIEW).setPackage("com.samsung.android.lool."));
But with this method, I can only go to the device maintenance section. Where I want to go with one touch is the "unmonitored apps" section.
Do…

Ocn
- 21
- 2
2
votes
0 answers
Problems with BLE throughput Degradation on Android 12
I'm developing an Android app that receives approximately 117 kbps of ble data per second.
There was no problem with versions earlier than Android 12, but the update to version 12 caused an average of 85 kbps of data to be received.
How can I solve…

Alex
- 31
- 2
2
votes
2 answers
React Native Samsung Universal Link stopped to work after upgrading to Android 12
Using a Samsung S10e on Android 12, I was able in the past to open our React Native application (https://github.com/pass-culture/pass-culture-app-native) through Universal Links.
We removed first all apps, all other browsers than chrome (such as…

Dimitri Kopriwa
- 13,139
- 27
- 98
- 204
2
votes
0 answers
Wear OS, Android: disable or close Quick Panel
I'm trying to find a way to disable or to close the Quick Panel with my app to limit the ability to switch modes on devices. My device is Samsung Galaxy Watch 4 (SM-R860).
With next the command:
adb.exe shell "dumpsys activity broadcasts |grep -iE…

Denis Prilutsky
- 66
- 6
2
votes
0 answers
How to install ACL on Samsung tizen smart tv for running android apps?
Does anyone know how to install this [ https://androzentpkstore.blogspot.com/2019/01/original-acl-for-tizen.html ] (ACL for tizen) on Samsung Tizen smart tv ?
I tried uploading the tpk app on the tv by using these instructions […

kostas m
- 55
- 1
- 1
- 10
1
vote
0 answers
How to change a setting on Samsung Device programmatically?
I'm writing an android java app that tracked screen touches to count pushups.
I would like to ensure touch sensitivity is at highest level. I noticed that in Samsung devices, there is an option in 'Settings' called 'Touch sensitivity' which can be…

Ali Nato
- 61
- 3
1
vote
1 answer
Samsung IAP build.gradle in Android Studio Flamingo
I am building an application, that is going to use Samsung IAP. I started with empty activity in Java and as the first thing I wanted to integrate Samsung IAP. I follow the instructions from Samsung Developer's Page and I have failed actually on the…

basileus
- 295
- 3
- 9
1
vote
0 answers
Samsung Device issue on Container dynamic border are break at scrolling down and up Flutter App
I have issue on any Samsung Device in Product page in give a container border dynamic odd and even calculation base but scrolling up and down that time break border on samsung mobile.
container give static ( All side ) border working fine but that…

Alpesh Kukadiya
- 45
- 4
1
vote
1 answer
I have made an app in Tizen Studio its a hls stream player but keeps infinite loading
I have made an app in Tizen Studio its a hls stream player it uses hls.js to play a stream and has remote controls and a little more things when i test it in the tizen studio emulator everything works but after i package it and add it to samsung…

Sloobotv2
- 33
- 6
1
vote
0 answers
Using ftrace on Samsung smartphone
I'm trying to read saved_tgids using adb:
cat sys/kernel/debug/tracing/saved_tgids in samsung A5 with Android 8,but i get "permission denied". Instead if i try to execute the command using adb: cat sys/kernel/debug/tracing/saved_tgids in Pixel 3a XL…

Luca
- 19
- 4
1
vote
0 answers
Badge icon not updating in Samsung phone
The badge icon is not getting updated when receiving a notification on an Android Samsung S10+ phone.
It sets to 0 when an app gets installed and 16 when receiving a notification.
It's working fine on other Android devices and other Samsung devices…

AnkitRox
- 534
- 1
- 6
- 16
1
vote
0 answers
How can I disable Device Care on Android 13?
I've seen instructions to disable Device Care or limit its operation, but they don't work on Android 13. I don't want some faraway Samsung executive deciding which background applications I can run or which files I can keep. I'm perfectly happy to…

Richard Parkins
- 347
- 2
- 13