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
5
votes
0 answers

Attempt to invoke virtual method 'void android.widget.Editor$InsertionPointCursorController.hide()'

This error seems to be happening only on Samsung phones. I looked on the Internet and I didn't find a practical solution Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void…
5
votes
1 answer

Android Accessibility Voice assistant issue in Recyclerview

I have turned on my voice assistant in on in my Note 5 and trying to move forward (up to down) but it is going out of Recyclerview when it reaches to end of the screen. As there are many more items in the list so it should auto-scroll up. I have…
5
votes
1 answer

com.samsung.android.content.clipboard.SemClipboardManager.registerClipboardEventListener + 708 (SemClipboardManager.java:708)

After Android Pie update I am facing a samsung specific issue only in J7, J7 Neo and J7 Pro models related to semclipboard samsung code and I am not able to reproduce it. This issue was not happening before only after the Android update and here is…
5
votes
2 answers

Self-managed connection service callbacks aren't invoked on Samsung devices

I develop a VoIP app using this guide. I faced the problem with a self-manged connection service on Samsung devices. I'm placing a call using TelecomManager. I expect that ConnectionService::onCreateOutgoingConnection or…
tcxdev
  • 61
  • 5
5
votes
2 answers

Emulate Samsung Galaxy devices on Chrome

Somebody knows how to emulate Samsung Galaxy Sx devices on Chrome? S6 and S10. Is there somekind of calculation to find these settings: width, height, DPR? There is only information to emulate in Android Studio and this one:…
georgeos
  • 2,351
  • 2
  • 24
  • 28
5
votes
5 answers

Error: Failed to connect to remote target after update to 4.0.0.2

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 target [IP] How can I solve this issue?
5
votes
1 answer

Bluetooth (BLE) bluetoothLeAdvertiser.startAdvertising throws error code 2 (ADVERTISE_FAILED_TOO_MANY_ADVERTISERS)

I have a Samsung SM-G950F which supports BLE advertising but after a few advertisements, it starts throwing error code 2 (ADVERTISE_FAILED_TOO_MANY_ADVERTISERS) in which the android documentation says "Failed to start advertising because no…
5
votes
1 answer

Can Samsung Remote Test Lab (RTL) work with Android Studio

I can load a device and run tests (load an app with the client) with Samsung Remote Test Lab, but I cannot get the Remote Debug Bridge to work with Android Studio. adb connect localhost:xxxx says connected, but the device does not appear in Android…
Gabeloooooo
  • 595
  • 5
  • 16
5
votes
1 answer

Android app crash NoClassDefFoundError on Samsung Lollipop devices

We recently bumped the minSdkVersion of our app from 16 (Jellybean) to 21 (Lollipop). Although we did extensive testing with our app predominantly using debug builds, we are now facing a slew of production crashes at app startup, predominantly on…
Michael Scott
  • 349
  • 1
  • 3
  • 11
5
votes
0 answers

Samsung device allocates memory on back navigation

I have got a strange memory leak on samsung devices. If I do a lot of navigations then it produces an OutOfMemoryException with this StackTrace: Exception: Failed to allocate a 276060 byte allocation with 184864 free bytes and 180KB until…
Daniel Z.
  • 324
  • 1
  • 11
5
votes
0 answers

** Don't have a product spec for: 'lineage_klte'

It's been a while since i've done any android source builds (about 3 years) and this is what i'm running into no matter what device I try to build for. I've already extracted the proprietary blobs and downloaded all the proper repos such as devices,…
Darkstar
  • 51
  • 1
  • 4
5
votes
2 answers

Auto Focus Modes Not Working In Samsung S8

Update 2: Any focus modes apparently don't work Update 1: Problem seems to be isolated to my Samsung S8 device. It's working on Nexus 5X and Xiaomi phones I've been trying to make FOCUS_MODE_CONTINUOUS_PICTURE work but to no avail. I've confirmed my…
Karl Jamoralin
  • 1,240
  • 1
  • 14
  • 27
5
votes
1 answer

Bluetooth Low Energy scan result delivery is reduced when the screen is OFF

I am developing an android application that uses Bluetooth Low Energy to receive data from a peripheral device. The device itself sends the data as part of it's advertising message and it could send the message at any time. So the applications works…
5
votes
0 answers

Security of Samsung Remote Test Lab

I am developing an Android application and I am testing it with Samsung's "REMOTE TEST LAB" service. The tool is nice to test the application on different Samsung devices. My application is not released yet and I am worried whether it will be safe…
Naresh
  • 433
  • 5
  • 14
5
votes
1 answer

Firebase Messaging - "too many alarms" on Samsung's Android devices

We are using Firebase Messaging in Android app and since last week we reported many crashes from Samsung devices. The problem is not related with any of our classes. We are not using AlarmManager etc. Here are the stacktraces: 1) Parcel.java Fatal…