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

make multi language android application

I created multi language (English, Russian, Uzbek) app. I put 4 string resoureses in 4 folders (values, values-en, values-ru, values-uz) as docs. When I change app language updates resourses configuration in App Controller like below: …
Akbar
  • 430
  • 4
  • 18
5
votes
0 answers

How to tell whether Samsung Game Tuner is changing resolution ratio

As other posts have shown, Samsung's Game Tuner can silently change the resolution of your game, making drag and drop no longer function. I have changed my app to check if Game Tuner is installed, but I would like to detect if it has changed the…
Opus1217
  • 723
  • 4
  • 17
5
votes
5 answers

Samsung S7 Media Queries

I'm trying to use these media queries for S7 and it's not working any other recommendations? @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) { /* Style…
Liron Paryente
  • 169
  • 1
  • 1
  • 11
5
votes
2 answers

How to programmatically disable apps without root?

I've just found an app that allows to disable Samsung apps without root, and in the background: https://play.google.com/store/apps/details?id=com.hecorat.packagedisabler And also this free…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
5
votes
1 answer

Take picture fails on Samsung phones

I'm writing an app for Android using Xamarin which features a custom activity used to capture pictures using the Camera API. This activity works perfectly on all devices I've tested, however some users were reporting the app crashing entirely when…
Alfie Woodland
  • 834
  • 11
  • 30
5
votes
2 answers

DaoConfig init failure with greendao on Samsung Devices with Android 5.0

Crashlytics is reporting a lot of crashes in greendao: > Caused by de.greenrobot.dao.DaoException: Could not init DAOConfig > at de.greenrobot.dao.internal.DaoConfig.(DaoConfig.java:94) > at…
5
votes
2 answers

Android: Samsung “Smart Manager” app raising warnings

I have an Android application published on the Play store and I'm receiving reports from users saying that their Samsung device has an application called "Smart Manager" which is showing notifications about abnormal battery usage from my app.…
BarryBostwick
  • 919
  • 2
  • 12
  • 21
5
votes
1 answer

Can Three.js render accurately without certain WebGL Extensions?

In a recent build of Samsung's OS (I'm testing with a Galaxy S6) Chrome disables WebGL. The reason for this is documented here. I'm running Chrome without the blacklist using this flag: --ignore-gpu-blacklist These are the errors that Three.js…
jonobr1
  • 1,013
  • 2
  • 11
  • 22
5
votes
1 answer

Samsung Galaxy S5 speakerphone\microphone issue

I have a strange device specific issue with Galaxy S5. I'm using SIP (Linphone) to make call from Galaxy S5 to another device and when I enable speakerphone, the device starts to using its main microphone as noise reduction microphone and its…
Dimezis
  • 1,541
  • 11
  • 24
5
votes
1 answer

J2ME / MIDP - How to detect connection type (2G / 3G / 4G / Wi-Fi)?

I've seen this question asked many times all over the web but there does not appear to be a comprehensive answer anywhere. I have created a J2ME app which needs to detect the network connection type (so it can connect to a different resource if…
ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253
5
votes
0 answers

Samsung mobile default browser AngularJS $http POST request failing

I have a web app that has a simple form submission. The app is created using AngularJS and uses $http for all HTTP requests such as GET and POST. The app works fines for all browsers (Chrome/Firefox/Safari) on pc/laptop as well as iOS tablets and…
SamC
  • 71
  • 6
5
votes
2 answers

Camera orientation in samsung device issue

I am successfully clicking the image and saving it in the card. It is working perfectly in all the devices, but issue is that when I am testing it in Samsung device, then as I am clicking image in the portrait mode then it is saving image by default…
Sachin
  • 528
  • 5
  • 17
5
votes
3 answers

Proguard issue with SAAgent(Samsung Accessory) java.lang.NoSuchMethodException: []

I am trying to use proguard with my android app and am using the samsung accesory sdk which keeps giving be trouble. No matter what I try in the proguard configuration I can't seem to get past this runtime exception: 07-21 13:44:12.851:…
5
votes
0 answers

Android MediaPlayer Live Streaming Stops after about 1 minute on Samsung Galaxy S4 and S5

My Android app streams a live audio show using MediaPlayer within a Service. It worked fine until the KitKat 4.4.2 update to Samsung S4 and S5 phones. On these phones, the audio cuts out after about 1 minute. It will start playing again if I hit the…
5
votes
3 answers

Samsung Galaxy S5 media query

I've done a bit of searching and have tried a few different things, but for the life of me I cannot seem to specifically target the Samsung Galaxy S5. I'm just playing around with a few things while working on a site but nothing I try seems to…
lardlad
  • 51
  • 1
  • 1
  • 3