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

Tcp Client connection issue with T-mobile and s9

I have an app that has been working fine for a couple of years now. Last week I found an issue that ONLY happen (so far) in T Mobile with an S9 phone. The call the TcpClient.Connect is stuck and timeout. Again this just happen in an S9 from T Mobile…
Naura
  • 21
  • 2
2
votes
0 answers

Android app crashes on Long click on the Edit text

I am checking a very strange bug reported on Crashlytics. Basically the logs shows that whenever the user clicks on one of the edit text in the app, it crashes. Crashed: main at android.widget.Editor.performLongClick(Editor.java:1142) at…
jiahao
  • 3,373
  • 2
  • 35
  • 36
2
votes
1 answer

Didn't find class "LinearLayout" on path: DexPathList for Samsung devices only. (App store build)

We have had an app on the play store for a short amount of time, but none of our developers use Samsung devices, so we haven't been able to test on them. We shared with some Samsung users today, and when they install the app, it crashes immediately…
Noah Allen
  • 699
  • 5
  • 14
2
votes
0 answers

How to access clipboard's 'image content'

In Android samsung s5 device, when I long click on edittext, 'Clipboard' option is available to paste content(image+text) from clipboard. I want that my user can paste image from clipboard.But when I click on clipboard, all clipboard's images are…
2
votes
0 answers

Photos taken on Samsung Android phones appear rotated

We're developing an app which allows the user to take a photo or pick one from the gallery. We're using the Android Crop library for this. When testing on Android devices which aren't from Samsung the photo appears okay. However, all photos taken on…
Felipe Ferri
  • 3,488
  • 2
  • 33
  • 48
2
votes
0 answers

Samsung devices, no internet connection after some time in background

In my application, I need to send some data to the server couple of times a day, when a specific event occurred (e.g. Battery drops below 10%) It works well in the foreground, but in the background, the problems arise, especially on Samsung…
dor506
  • 5,246
  • 9
  • 44
  • 79
2
votes
0 answers

Focusing a button at a samsung activity

It is known from another discussions that the samsung battery monitor can be reached by starting the activity "com.samsung.android.sm.ui.battery.BatteryActivity". Is it possible (maybe using some extras) to focus on the "Unmonitored apps" button ?
Lucas Dias
  • 21
  • 1
  • 1
2
votes
2 answers

React Native app is recognized as a game on Samsung Note8

I wrote react native application. The application is simple, more informational, it is used by Redux, Saga, several linked npm packages. The app runs in normal mode, not full-screen. The structure of the application was built on the basis of…
Vadeam
  • 21
  • 3
2
votes
1 answer

samsung internet browser stream upload with html5 - camera freez

I have part of my system that uploads stream from mobile webapp in html5, it works for chrome browser on Android, in samsung internet browser the picture constantly freez sometimes from the beginning of record and sometimes suddenly during while…
2
votes
0 answers

Deeplink in Samsung devices

I'm having problem with deeplink on some Samsung devices. This is my manifest:
2
votes
1 answer

Android app crashing, but only on Samsung Galaxy

Several of my users are experiencing crashes, all with the same error (shown below). Strangely, they are all using variants of the Samsung Galaxy. I read that it may be related to an Out-Of-Memory situation, but moved images to drawable-nodpi and…
2
votes
1 answer

Android java.lang.OutOfMemoryError only on Samsung devices

I have an app on Google Play that updated yesterday and I have started getting numerous reports from Crashlytics where my app crashes only on Samsung devices with Android 4.x (4.1.2 - 4.4.4). The trace of the exception is as follows: Fatal…
Jorge Alvarado
  • 57
  • 1
  • 1
  • 8
2
votes
0 answers

Android - bottom bar covering webpage

I am working on a webpage that will be accessed by both Desktop browsers and mobile browsers. On most mobile browsers the layout is already correctly positioned at the bottom of the screen, but on some devices (mostly Motorola ones) the toolbar at…
Caio Tsubake
  • 101
  • 3
  • 14
2
votes
2 answers

GearVR application heating issue

I am building my first VR application for the Gear VR. It's a media based application which i am building to view 360-degree videos. I am using Unity 3D for building a application and i have achieved all features of my app but stuck with one major…
Gaurav
  • 8,227
  • 4
  • 34
  • 55
2
votes
2 answers

Sensor StepCounter sometime not work well on SamSung device

I am create a demo from receive step from reboot like this. public class MainActivity extends AppCompatActivity implements SensorEventListener { private SensorManager sensorManager; @Override public void onCreate(Bundle…
Linh
  • 57,942
  • 23
  • 262
  • 279