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

Creating directory on the external sdcard in a Samsung S4 Active phone

I am trying to create a directory on the external sdcard in my Samsung S4. Doing something like this, public void createTestFile(){ File appDir = new File(Environment.getExternalStorageDirectory() + "/external_sd",…
0
votes
1 answer

Android Recycler View on Samsung S4(GT -l9505) issue

I have a Recyclerview displaying a grid of pictures from the external storage. On all the devices that I have tested including a Xiami,Nexus7, Samsung S3, one +2, Moto G-2 etc, the recyclerview correctly displays the picture. I am using the Glide…
Rohan
  • 593
  • 7
  • 22
0
votes
0 answers

Google Maps slow in Samsung devices

I am working on an Android app that uses Google Maps. Relevant libraries are: compile 'com.google.android.gms:play-services-maps:8.1.0' compile 'com.google.android.gms:play-services-location:8.1.0' I cannot share the map activity code because it…
fullmeriffic
  • 236
  • 2
  • 14
0
votes
0 answers

Jquery Form not submitting on samsung devices

I'm having a very strange error with my nodejs webapp and I was hoping you could help. The app is for a game we are playing at our school. It requires the user to signup on the homepage by filling in a form. The form is submitted to the backend…
Murray484
  • 21
  • 1
  • 1
  • 4
0
votes
1 answer

In samsung S5, the maxlength attribute is not working

The html 5 maxlength is not working samsung devices. How can I restrict user to enter more than maximum characters in the text box using javascript.
0
votes
1 answer

bootstrap breakpoints are not correctly breaking on Samsung Galaxy S6

I have a responsive website using twitter bootstrap, that works pretty fine on every mobile device. Except Samsung Galaxy S6. For some reason, Only the Samsung Galaxy S6 will not use the breakpoints for col-xs (Set to <768px) but the ones for…
Ria Weyprecht
  • 1,275
  • 9
  • 19
0
votes
1 answer

Cannot connect to Parse Cloud

I am currently making an application using Parse in Android. I downloaded the default Test Object code and tried it out but the it doesn't work. I use a Samsung Note 4. The application works on other phones but not on this one. Any ideas would be…
0
votes
1 answer

Can't run android app on Samsung Galaxy S5 from mac os x

I'm totally new on android studio and now I try to run my app on samsung galaxy s5. I installed sdk, adb, etc. I enabled samsung device for developer options : http://www.androidcentral.com/how-enable-samsung-galaxy-s5-developer-options but when I…
Adela Toderici
  • 1,118
  • 13
  • 30
0
votes
0 answers

html5 maxlength not working in samsung s4

The below code is not working Samsung Galaxy S4. I am trying to restrict maxlength(50). Anyone know of a javascript/jquery fix for the Samsung S4?. enter code here if (navigator.userAgent.match(/SAMSUNG GALAXY S4/i))…
yoga
  • 1
0
votes
1 answer

Android TimePickerDialog set time issue (Lollipop 5.0.1 on Samsung Note4)

I'm having a weird behavior. I've created a custom TimePickerDialog to handle custom minute intervals (5, 10, 15) to display on the minute spinner. The problem is that now, on Note 4 with Lollipop 5.0.1 I'm facing a strange problem: If I try to set…
0
votes
1 answer

Android: adb does not recognize "Galaxy Note5"

I recently purchased Samsung Galaxy Note 5, and tried to keep developing my android project. My previous phone (S5) was working perfectly, but I guess I am not lucky with this phone. I am getting this error (which is common error) List of devices…
Adrian
  • 836
  • 7
  • 20
  • 44
0
votes
1 answer

Random flashing occurring only on Galaxy Note 4

For some reason I have found a glitch that makes no sense at all and only appears on the Galaxy Note 4, as I think now. The only test devices I have is a Nexus 7 (2012), blue stacks beta and the Note 4. This glitch only is appearing on the note 4.…
Ajay
  • 437
  • 7
  • 22
0
votes
1 answer

Wallpaper not properly fit on Samsung devices

I want to set wallpaper through app for all device but problem is that my following approach work for Moto, sony, micromax but not properly fit for any samsung device like samsung S3, samsung duos, Tab etc, in these devices wallpaper is much zoom…
Garg
  • 2,731
  • 2
  • 36
  • 47
0
votes
1 answer

getPackageManager().hasSystemFeature(NFC_SERVICE) Not Working in Samsung S5

For some reason getPackageManager().hasSystemFeature(NFC_SERVICE) is returning null in SamSung S5 even though I have NFC enabled as in the screen shot below. And here is the code that I am using to test if NFC Service is available and it is failing…
Val Okafor
  • 3,371
  • 13
  • 47
  • 72
0
votes
1 answer

Odd PreferenceActivity Theme on Samsung Devices

I'm seeing a very odd theme issue in my PreferenceActivity only on Samsung devices (as far as I'm aware). -----EDIT (Removed irrelevant code)----------- The following is an unthemed preference activity:
Anthony
  • 7,638
  • 3
  • 38
  • 71