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

Performance in the background with Foreground Service and wake lock is significantly slower on Samsungs

We’ve noticed that our app in the background behaves differently on different vendors’ devices. Basically, while the app is in the foreground state everything works very well, our processing takes around 15-50ms per frame so the system is very…
2
votes
1 answer

The com.wangsun.upi library reports: "No UPI app found, please install one to continue"

With: implementation 'com.wangsun.upi.payment:upi-payment:0.0.5' This library only gives me an error: "No UPI app found, please install one to continue" in Samsung mobiles. PaymentDetail payment = new PaymentDetail(payeeVpa,payeeName, …
Isha Sahu
  • 31
  • 1
2
votes
0 answers

How to ignore/remove video assistant in samsung native browser

I need to somehow prevent my video from going full screen through samsung video assistant. Has anyone managed to do this with javascript? video assistant
2
votes
1 answer

WearOS - Is there a way to collect raw data from ECG sensor?

I was hoping WearOS HealthServices provide a way to fetch raw ECG samples, but ECG isn't among MeasureClient's supported DataTypes. Is there another way to obtain these readings? GalaxyWatch4 contains "BioActive" sensor set that has electrodes for…
2
votes
0 answers

AndroidDeadException - Knox, Samsung mostly Android 12

We released an update of our app and got a near immediate set of AndroidDeadException crashes reported which continue to the present. These type of exceptions are not producing a lot of info, though we have tried to instrument the code to do…
Joel Butler
  • 240
  • 3
  • 15
2
votes
0 answers

Fatal Exception: java.lang.AbstractMethodError on android.view.WindowInsetsAnimation$Callback.onProgress only on Samsung devices

I'm receiving the following runtime crash only on Samsung devices running Android 11 API 30 Fatal Exception: java.lang.AbstractMethodError: abstract method "android.view.WindowInsets…
Gil Goldzweig
  • 1,809
  • 1
  • 13
  • 26
2
votes
0 answers

Installing Charles proxy certificate on Samsung

I have a problem with Charles proxy certificate on Samsung phone. On Xiaomi everything works fine. But when I try to decrypt traffic on my Samsung device I can't do it - SSL handshake with client failed. I downloaded it from chls.pro/ssl and added…
Kosh
  • 960
  • 2
  • 13
  • 28
2
votes
1 answer

TransactionTooLargeException from Samsung's SmartClip service crashing my app - can it be intercepted?

Android Samsung phones have a SmartClip service that is invoked when a screenshot is taken. It launches an interface to immediately allow the screenshot to be edited. My app will often crash when this action is performed, specifically when a large…
Nick Bauer
  • 1,027
  • 8
  • 13
2
votes
0 answers

Samsung not persisting foreground services

A couple of years ago I gave up developing Android apps because Samsung stopped persisting foreground services. This move by the leading Android platform killed all of my apps. I'm familiar with dontkillmyapp.com but using all of those suggested…
Dean Blakely
  • 3,535
  • 11
  • 51
  • 83
2
votes
0 answers

system error! on binary upload on Samung Seller Portal

I am trying to upload an APK file on Samsung Seller Portal as an update to already existing app. I built the app using "Generate Signed Bundle/APK" option on Android Studio. I am getting "system error" after the apk file is uploaded, what are the…
Shubham
  • 3,071
  • 3
  • 29
  • 46
2
votes
1 answer

No Activity found to handle intent OPEN_DOCUMENT_TREE on some Samsung Android devices

My android application opens the "document tree" selector to prompt read permission on an external storage full directory (as per android 10+ scoped storage rules). Relative Code Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE); …
Elio Khattar
  • 320
  • 1
  • 3
  • 16
2
votes
0 answers

Camera crash in android native code(libc.so) ONLY on Samsung Snapdragon Android 11 devices

This is new bug that happens only on Samsung Qualcomm Snapdragon Android 11 devices. (Samsung Galaxy S21 Ultra 5G, Samsung Galaxy Note20 Ultra 5G,Samsung Galaxy S10+..) I have no idea how to even start debugging it - any clue will be helpful I have…
kfir
  • 635
  • 8
  • 27
2
votes
3 answers

DownloadManager throw android.os.NetworkOnMainThreadException

DownloadManager throw android.os.NetworkOnMainThreadException only on Samsung devices(Android 10). val request = DownloadManager.Request(Uri.parse(url)) val fileName = parseFileName(url) …
2
votes
0 answers

After Android 11 Update an error: .apk raised exception class Segmentation fault (11)

I've made a simple application for testing, one Form with one Button. (Samsung Note 10) Until 17.01.2021 have worked properly. There were a Software Update at this time, and I Noticed, that this applocation is not working. I tried to reinstall from…
2
votes
2 answers

WorkManager throws SecurityException on some Samsung devices

Description The WorkManager lib schedules and alarm to track if it was force stopped. This happens in the ForceStopRunnable class (see also:…
Luciano
  • 2,691
  • 4
  • 38
  • 64