samsung-mobile Questions
3
This is the stacktrace we are seeing on Firebase:
Fatal Exception: java.lang.RuntimeException
Using WebView from more than one process at once with the same data directory is not supported. https:/...
Fiend asked 31/5, 2021 at 15:31
1
I'm seeing a lot of crash reports similar to the crash below, and I'm at a loss for how to diagnose the issue.
Crash heading in Google Developer Console:
Native crash at
/data/app/com.google.a...
Tafia asked 23/12, 2015 at 2:53
0
I have an Application which displays data sent from other applications. My Application can be launched from a Chooser (ShareSheet) if multiple Apps are installed on the phone that can view that fil...
Lornalorne asked 25/4, 2024 at 5:58
10
I have a web page with a textarea, and I need to capture the keys typed by the user (so that I can substitute different unicode characters for the keys typed). My current code is as follows:
$("#m...
Unifilar asked 9/6, 2015 at 21:52
1
I am working on a native android app & getting the following report in my Crashlytics but I am unable to figure the the exact reason for this.
I have two activities SplashActivity and MapActiv...
Grindelia asked 15/10, 2018 at 7:49
2
Solved
I am using library recyclerview-multiselect in my project to select multiple items on recyclerview
On samsung device:
When I longpress and select a item the multiselector starts but as soon as I de...
Anstice asked 18/6, 2015 at 5:1
23
Everyone!
I got so confused by android studio.
when I plug in my phone to debug apps, logcat can detect my phone, but I can not choose process. It said "no debuggable processes",not commo...
Cookshop asked 8/12, 2016 at 7:17
2
From few days Device File Explorer of Android Studio shows me this message:
Error executing shell command pm list packages
And can't see files and apps from data folder, for example gets databas...
Bilberry asked 28/11, 2022 at 7:52
2
Solved
Trying to build a previously working app on Samsung Note 8 phone , This is the error Permission Denial: broadcast from android asks to run as user -1 but is calling from user 0
Not working on Sams...
Courtyard asked 1/9, 2021 at 7:17
1
I've got a curious bug appearing in my app on Samsung phones running Android 13, and not appearing in my app on any other Android phones running my app.
I have a foreground service that is called t...
Rebozo asked 20/6, 2023 at 7:19
1
Dual Messenger is a feature on Samsung Android phones
[Screenshot from Samsung A70 (Android 9]
For example I can launch the first copy of WhatsApp using intent by calling package name "com.whatsa...
Announcer asked 12/4, 2020 at 18:39
1
Solved
E/IMGMapper(21086): set:488 set: Unset optional value from type SMPTE2086
E/IMGMapper(21086): set:488 set: Unset optional value from type CTA861_3
E/IMGMapper(21086): set:488 set: Unset optional va...
Caesarean asked 28/3, 2023 at 5:4
8
Whenever I open my android app it triggers the game mode/game launcher on samsung galaxy s8. But the app isn't a game. In a previous version the app used opengl and it seems like samsung treats an ...
Orsay asked 4/5, 2018 at 11:43
2
I set InputType.TYPE_NUMBER_FLAG_DECIMAL or InputType.TYPE_CLASS_NUMBER to my EditText and i want to use comma for decimal separator. So i set digits "0123456789.," to EditText.
editText....
Nadda asked 7/12, 2020 at 15:17
3
Here's what I want to do.
I have a Samsung galaxy phone whose message box is full. I want to download all the SMS messages from the mobile phone to my computer the Pythonic way. Before I decided t...
Heather asked 16/5, 2016 at 8:48
2
I am using WebView inside ScrollView, and it is giving IllegalStateException on Samsung SM-J610F. It is working fine on the rest of the devices that I have tested this code on.
When I take out Web...
Spalding asked 20/6, 2019 at 16:22
1
I'd like to use pure css to provide different behavior for devices that do not support hover. This is easily achievable on iOS and Google devices with:
@media (hover: none) {
}
However, Android ...
Grecoroman asked 4/3, 2020 at 16:52
2
As the title states, I’m trying to detect if my web page is being viewed as a web page in samsungs stock browser or if it is opened as a standalone web app saved on the homescreen. But the javascri...
Valaree asked 27/10, 2018 at 7:33
5
I updated my gear sport several days ago. After updating to 4.0.0.2, I cannot connect to my watch anymore. Here is my command:
./sdb connect [IP]
It aways said:
error: failed to connect to remote ...
Darondarooge asked 29/1, 2019 at 7:5
6
OK, so I've been looking for an adequate response to this issue for quite some time. I have a web application that uses navigator.geolocation.getCurrentPosition to get a user's position.
The nativ...
Fluorite asked 7/8, 2013 at 10:3
2
TTS initialization error was observed in the following scenarios, that too randomly.
TTS engine is installed, voice set is present and sample tts can be played from the Accessibility options.
The...
Monteverdi asked 25/7, 2016 at 5:3
2
Issue:
After setting MTU>23 on Samsung Device (S10e) running Android 10 and writing data to a characteristic the connection times-out and is closed.
Root cause:
The reason for the timeout is the ...
Mutt asked 8/4, 2020 at 10:38
1
I have a code which records or uploads the videos. The app is built using create-react-app and is a PWA.
I have used facingMode constraint but it still doesnt switch cameras on mobile phone (Samung...
Hobie asked 19/6, 2021 at 14:13
2
I am getting this crash for only Samsung devices running android 11. Apparently the application is calling startForegroundService(intent) and requiring me to post a notification for the user to kno...
Westleigh asked 2/3, 2021 at 8:27
2
Solved
I develop an app that uses AlarmManager to set a bunch alarms (usually around 50) that need to be fired at a certain time during the year.
This is the code I'm using since 4.4 kitkat changed the Al...
Chivalric asked 13/2, 2016 at 13:11
1 Next >
© 2022 - 2025 — McMap. All rights reserved.