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
92
votes
6 answers

sendUserActionEvent() is null

I've got a real doozy here. When I click on spinners, open menu items, or open context menus on long-clicks I get the same Logcat message: 08-02 21:20:57.264: E/ViewRootImpl(31835): sendUserActionEvent() mView == null The tag is ViewRootImpl, and…
crocboy
  • 2,887
  • 2
  • 22
  • 25
86
votes
10 answers

Chrome's remote debugging (USB debugging) not working for Samsung Galaxy S3 running android 4.3

Ever since I upgraded my Samsung Galaxy S3 to android 4.3 (from 4.1.2) I am unable to use Chrome's remote debugging for android (more details here). I have the developer options and USB debugging enabled on my phone, and this worked perfectly fine…
82
votes
23 answers

No debuggable processes in logcat when phone detected by Android studio

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 common "no debuggable applications". My phone is samsung s5…
kimichang
  • 923
  • 1
  • 6
  • 6
79
votes
9 answers

appcompat-v7 v21.0.0 causing crash on Samsung devices with Android v4.2.2

We just changed our application to use the appcompat-v7 support library in order to take advantage of the support actionbar and support Material themes. Using v21.0.0 of appcompat-v7 (andv21.0.0 of support-v4), we are now seeing crashes in Google…
46
votes
8 answers

Capture keys typed on android virtual keyboard using javascript

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: $("#myTextArea").bind('keypress', function(event) { …
agentwarn
  • 755
  • 2
  • 7
  • 14
42
votes
2 answers

Samsung Galaxy s3 emulator settings

Can anyone with galaxy s3 access confirm the below emulator settings for Galaxy s3? Target: Google APIs - API Level 15 Skin: Built-in WXGA720 Hardware Back/Home: yes Abstracted LCD density: 320 Keyboard lid support: no Max VM application heap…
Netverse
  • 1,189
  • 1
  • 8
  • 18
41
votes
16 answers

Why can't OSX detect android Galaxy S for USB debugging?

I searched for similar questions on this issue but found none related to Mac OSX. Situation: Trying to test android apps on a Galaxy S (Details below) but Mac is not detecting the device. Tried all the things below and have wondered whether this…
eric
  • 4,863
  • 11
  • 41
  • 55
40
votes
0 answers

WebView native crash: libwebviewchromium.so "Operation not permitted" - ILL_ILLOPC

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.android.webview-1/lib/arm/libwebviewchromium.so in …
Mark McClelland
  • 4,980
  • 4
  • 35
  • 48
40
votes
1 answer

Android Usage Access for Android 5 Samsung devices

As you might know, since Android 5 was launched, accessing the recent tasks (usage stats) of your device requires the user to enable this feature manually (Settings->Security->Usage Access). My app checks if the device uses Android 5, and if so,…
34
votes
0 answers

Getting DeadSystemException on Samsung SMG950U (Android 8.0.0) and SM 955 (Android 8.0.0)

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 MapActivity in my app. There are lot of things going on in the…
Xc0d3r
  • 541
  • 4
  • 9
33
votes
2 answers

INSTALL_FAILED_DUPLICATE_PERMISSION with Samsung Galaxy S8

I am attempting to install my app on my new Samsung Galaxy S8 for the first time from Android Studio. When I do so, I get the following error message: Installation failed with message Failed to finalize session :…
Code-Apprentice
  • 81,660
  • 23
  • 145
  • 268
32
votes
8 answers

Prevent Samsung predictive text in HTML form

I have an HTML form with a text input field. As the user types, we do AJAX requests to get predictive text suggestions, based on a list of values in our database. We display that list and the user can select one of them; then we show them the rest…
duncan
  • 31,401
  • 13
  • 78
  • 99
31
votes
2 answers

RuntimeException with Dagger 2 on Android 7.0 and Samsung devices

On my Google Play console I see quite a lot crash reports since I started to use Dagger 2, but only on Android 7.0 and mainly on Samsung devices, some Huawai and Motorola devices and some rare Xperia devices: java.lang.RuntimeException: at…
Denis Knauer
  • 1,020
  • 9
  • 18
30
votes
3 answers

Samsung hovering API with finger

Samsung has done something great with the hovering API, and I'm interested in including it in my app. The problem is that the hovering API included in the SPen SDK only work with the SPen and not with the finger detection like the latest apps do on…
Stephane Mathis
  • 6,542
  • 6
  • 43
  • 69
29
votes
4 answers

Samsung Galaxy Phone is not recognized on Android Studio

My Samsung phone was not recognized by Android Studio on windows 7. I repaired it by installing the Samung Driver here: http://developer.samsung.com/technical-doc/view.do?v=T000000117 I tested with my Galaxy S2 and the Samsung S7560 and it works…
jony
  • 277
  • 1
  • 3
  • 7
1
2 3
99 100