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
2 answers

Run project on physical device. Linux drivers for Samsung Galaxy

I have a Samsung Galaxy On8 (SM-J710FN) and I want test my applications created in Android Studio. I want to use my phone for this purpose. If I try to do it directly my phone is not shown. I am running Ubuntu 16.04 LTS 64 bit.
Paramjeet Singh
  • 2,930
  • 2
  • 9
  • 17
2
votes
0 answers

Getting delay in ble scanner callback at Samsung S8 with android nougat

I am working on an application that used ble scanner to scan ble device in background as well as in foreground. It's working fine and getting callbacks without any delay in foreground(Screen On) but in background or in case of screen off,…
Raja
  • 51
  • 3
2
votes
0 answers

How To fix E/Qmage: isQIO : stream is not a QIO file

I make application for android app. My application is running perfectly in another phone device, but in s*msung my app always Error : E/Qmage: isQIO : stream is not a QIO file How can I fix this? thanks in advance
Denny Kurniawan
  • 1,581
  • 2
  • 15
  • 28
2
votes
2 answers

React Native Development on Samsung Dex?

With the new Samsung Galaxy phones and the Samsung DeX feature which turns it into a desktop pc, is there any hope to develop React Native apps on Dex? So not for Dex, but writing code, running the commands, and more. First of all, I know it sounds…
Bram Vanbilsen
  • 5,763
  • 12
  • 51
  • 84
2
votes
0 answers

Native crash on Samsung

I'm having a really hard time trying to fix a native bug that popup on our App. The stacktrace looks like this: 03-21 11:39:08.861 22893-23067/com.siplay.android_siplay A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 23067 (RxIoScheduler-2) 03-21…
4gus71n
  • 3,717
  • 3
  • 39
  • 66
2
votes
0 answers

Detect zooming on the Samsung S7 (nougat)

I have a Google VR based application which had some very strange scaling issue on the Samsung S7. I don't have the device at hand (that would be too easy...) but, with the help of the affected user, we tracked down the issue to the scaling feature…
Rick77
  • 3,121
  • 25
  • 43
2
votes
1 answer

Deep Link is not working on Samsung mobiles(When i try to open it from Default messenger)

I have developed an android application on which i'm using deep-link to open the application and it is working perfectly on all the other device except in Samsung mobiles and that too when i try to open it via Samsung default Messenger, instead of…
2
votes
2 answers

Android camera preview of image taken not showing on specific devices

Normally the android camera api with a PreviewCallback freezes the camera after a picture is taken and this can be used as an approval screen for the image taken. My problem is this is not the behavior on phones like the samsung S6 and S6 edge.…
johntzan
  • 323
  • 2
  • 13
2
votes
1 answer

Android - Samsung: Creating Widget with configuration activity fails

I built an application with the possibility to add widgets to the home screen. The widget is working with my Nexus 6P and a Motorola Moto G3. With Samsung Phones (Tested with S3 mini (4.1.2), S5, S6 (6.0.1)) the widget is not added at all or…
Marcel Bochtler
  • 1,291
  • 1
  • 14
  • 23
2
votes
1 answer

Fingerprint authentication on Android / avoid Samsung overlay?

I am attempting to implement fingerprint authentication in my application in a fashion similar to the 1Password and Bank of America apps: I have been using the other questions on here as resources as well as this github project:…
arcade16
  • 1,535
  • 4
  • 23
  • 45
2
votes
0 answers

Intent chooser not showing all available options (samsung phones) - Share content

This is the code for the intent: Intent emailIntent = new Intent(); emailIntent.setAction(Intent.ACTION_SEND); emailIntent.putExtra(Intent.EXTRA_TEXT, text); emailIntent.putExtra(Intent.EXTRA_SUBJECT,…
2
votes
2 answers

Remote Debugging Chrome on Android issue Galaxy S5 Neo/New - No devices detected

I try to connect my Galaxy S5 New/Neo to my PC for remote debugging. Screenshot - remote debugging console Config : - Android 5.1 - Windows 7 - Chrome Version 53.0.2785.143 m + chromium + chrome canary - S5 Drivers up to date I follow the tips here…
79D
  • 23
  • 6
2
votes
0 answers

What is the "Galaxy Specials" category for?

I am trying to publish my apps on Samsung Seller Office. However, first I get an error that I left the Category field blank. The only category available is "Galaxy Specials". When I select it, I get another drop down box with a list of…
Code-Apprentice
  • 81,660
  • 23
  • 145
  • 268
2
votes
1 answer

At what level is the Android Camera2 API supported on the Samsung Galaxy S7

Phones have varying levels of support for the Android Camera2 API. The three levels of support are FULL, LIMITED and LEGACY. https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html What is the level of support for this API…
unshul
  • 269
  • 3
  • 16
2
votes
0 answers

android EditText password in Arabic locale issue (in samsung devices only)

I hava a password EditText in Arabic default locale. when I write special characters like that "!@#$%^&*()NA" in password EditText and send it to server ,it reach like that "!@#$%^&*)(NA" this is happed just in password EditText in Arabic Locale…