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
3
votes
1 answer

Samsung game launcher detects non-game apps as games

My application does not have any games inside but unfortunately samsung game launcher detects the app as game and hide the icon. the only way to open the app is through samsung game launcher. why and how does samsung game launcher detects app as…
3
votes
0 answers

SIGABRT crash in Samsung Devices

Android Application crashes as soon as it goes in background with this error. A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 31234 (RenderThread) Below is the stack trace on developer console, there is no detailed log in stack trace: *** *** ***…
Angad Singh
  • 1,032
  • 1
  • 17
  • 36
3
votes
0 answers

NFC goes to sleep mode on Samsung devices

I'm developping an app for Samsung devices with an activity that has to handle a NFC tag.. This activity is called when the app is launched and on resume. I noticed that, when the phone stays awake with the NFC tag connected to it, after a while the…
pocus
  • 51
  • 7
3
votes
2 answers

Detect if page is viewed in samsung stock browser or as a standalone web app

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 javascript-codes i’ve found for doing that only works for…
lormiz
  • 83
  • 6
3
votes
1 answer

Issue in SM-G950F(Samsung s8) for running OneoffTask

I am facing an issue, where my app users cannot get past a point. When the user tries to login, it gets logged in, but after that I hit an API with "OneoffTask" using this code : OneoffTask task = new OneoffTask.Builder() …
Parth Anjaria
  • 3,961
  • 3
  • 30
  • 62
3
votes
1 answer

There was problem parsing the package on Samsung s8 any solution for it?

I want to test my APK by installing from Google Drive, but when i downloads it, it gives me There was problem parsing the package error on Samsung S8 running Android 8.1.0(Oreo).However for my other Moto C Plus running Android 7.1.0 it installs the…
Yogesh Katkar
  • 369
  • 1
  • 4
  • 16
3
votes
0 answers

/system/bin/sh: sm: not found in Samsung Galaxy J1 Ace

I have a Samsung Galaxy J1 Ace and wanted to increase my storage for apps by configuring my SD card. I tried to follow the steps that this video indicates: Use your SD Card as Internal Storage Android Marshmallow (no Root) and I failed. When I write…
Aremazu
  • 47
  • 3
3
votes
2 answers

Sqlite database is not functioning properly in Samsung Android Oreo 8.0 device

I have create one application which performs some database read operations only, (fetching records from db and perform some formula's and show up results) The app is working fine in all devices tested on Lenovo (5.1.1), Moto (5.1, 6.0, 7.1.1),…
Jayesh
  • 3,661
  • 10
  • 46
  • 76
3
votes
2 answers

Logcat doesn't show errors only

Logcat specifically doesn't show errors for my real device Samsung S8, but it does work fine for all other devices, so for now whenever I have an error and I can't see it in the log, I need to switch to another device and reproduce it again. Did…
Mohammad Ersan
  • 12,304
  • 8
  • 54
  • 77
3
votes
1 answer

Samsung Oreo(8.0.0) - no such column for video query

I am repeatedly receiving exception with only on Samsung 8.0.0 devices while querying for videos only. This query is working fine with any other device and other Samsung OS version. android.database.sqlite.SQLiteException: no such column:…
ABS
  • 1,101
  • 10
  • 27
3
votes
0 answers

Status bar height on s8+ in full screen mode

I've previously used some of the solutions on this question to offset a PopUpWindow window directly underneath the status bar. This works fine on an S8+ (which reports a status bar height of 84 pixels) as long as the app has not been set as a "Full…
user1173706
  • 2,612
  • 3
  • 19
  • 29
3
votes
1 answer

Why My Application Badge Icon in home Screen Not showing?

I am developing an application. My problem is , in samsung s5 with marshmellow and samsung s7 with naugut , When I receive push notification from FCM, I can see it in Notification Panel, but in phone's home screen, on App icon - badge - i can not…
zephyr
  • 665
  • 6
  • 19
3
votes
1 answer

FileNotFoundException open failed: ENOENT (No such file or directory) while upload any type of file by Samsung devices

I want to Upload file to server by selecting the file from file manager So I have opened file manager by clicking on Button using this code, button_upload_attachment.setOnClickListener(new View.OnClickListener() { @Override public…
Brinda Rathod
  • 2,693
  • 1
  • 20
  • 32
3
votes
0 answers

mvvmcross xamarin android hangs while loading

I'm using MvvmCross 5.6.3, VS 2017, debugging on Samsung S4. The splash screen displays "Loading..." but the first ViewModel does not display. The debug output window shows: [0:] mvx:Diagnostic: 2.99 Setup: Secondary end 03-01 21:03:44.500 D/Mono …
3
votes
2 answers

Samsung Galaxy S8+ : Device Metrics Gives wrong device screen pixel density

This is how I am getting the screen density using Android Studios float density = getResources().getDisplayMetrics().density; According to device specification, S8+ has 4.0 Density value and falls under xxxhdpi category Refer this site…
GauRavK
  • 31
  • 1
  • 4