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

Textarea cursor not set at end point

I am developing a phonegap application, there is a textarea on a page with some predefined value. When I tap on that textarea the pointer moves to the start point not at the end point. This issue i am facing is only in Samsung S3 device. I tested it…
0
votes
1 answer

Android Sensor.TYPE_LINEAR_ACCELERATION reporting wrong values on Galaxy S5

I am developing an app that needs to be able to recognize if the phone is lying somewhere (without moving). To do so, i used the Sensor.TYPE_LINEAR_ACCELERATION which reports the acceleration without the gravity component. On my test device (Nexus…
0
votes
1 answer

Android MediaPlayer playing sound ok on virtual device and on tablet, but intermittently on smartphone galaxy s iii mini

I'm using the following code in onCreate() mPlayer = MediaPlayer.create(this, R.raw.rain); mPlayer.start(); No problems in virtual emulator nor in tablet galaxy tab, but when I try on my Galaxy S 3 mini it plays the sound intermittently, my…
0
votes
2 answers

How can I see the error log when I run wearable wgt through gear manager?

I ran my android app(which includes a wearable wgt) on my Samsung S4. It also installed the wgt to my Samsung Gear 2 using Gear Manager. How can I check the error log of my wgt on my Samsung Gear 2?
0
votes
1 answer

HelloAccessory Samsung Sample App not connecting (Provider and Consumer)

How can I connect the provider app to the consumer app? I successfully connected it using Samsung S4 and Tizen emulator. But now Im using the S4 and the Gear 2 itself. I ran the app using eclipse and the wgt installed using the gear manager.…
Claudia
  • 11
  • 6
0
votes
4 answers

Samsung phone not getting detected by adt for a specific Android project

I have used my Samsung phone for running an android app(very basic app) once. I was trying to work on another app, but now, when I turn on the usb debugging in my phone and try running the new one, my phone doesn't show up in the CHOOSE A RUNNING…
anjali
  • 93
  • 1
  • 2
  • 11
0
votes
1 answer

Installing integrated type apps on android device and wearable device

I have a android app and a tizen wearable app. I have successfully tested them on my android device (Samsung S4) and the Tizen Emulator. Now, I want to try installing the wearable app on my Gear 2 device as well and connected it. I tried installing…
0
votes
0 answers

Gallery not showing images

I'm using an S Note 4 and my gallery isn't working. My gallery won't show anything, none of my images are showing up even though I had hundreds and now they have all suddenly vanished even though I can see them in the data folders, it happened to a…
0
votes
1 answer

Sending infrared pattern with KitKat API on Samsung Galaxy S4

KitKat IR sdk http://developer.android.com/reference/android/hardware/ConsumerIrManager.html LG IR…
0
votes
2 answers

onCreateMenuOptions differ on newer Apis?

In one class I inflate the action bar to find an item and then I return super.oncreatemenuoptions(menu) then in the other class I just use menu.finditem... In the onCreateMenuOptions method without inflating because when I inflated it again two of…
Taylor Courtney
  • 813
  • 1
  • 6
  • 23
0
votes
2 answers

Enable spell Checker in Samsung Devices - Android

In my application i have One EditText. I test my application in Google Nexus, Lenovo and Samsung Devices. Other than Samsung Device When i type wrong word it shows with an red underline. But in Samsung device it is not working. I didn't do anything…
Amsheer
  • 7,046
  • 8
  • 47
  • 81
0
votes
0 answers

App crashes when signing with Facebook while Facebook App installed on Android Device

I develop an App that allow user to sign in with their Facebook account. It works fine until last week. Now it crash when user try to sign in with their Facebook, when the Facebook App is installed on the device. And it works just fine when there's…
0
votes
2 answers

How to detect if device is a Samsung device

Is it possible to detect if device is a Samsung device? I would like to show for all other devices and for Samsung devices because of the missing decimal point on some Samsung devices.
Martin
  • 1,283
  • 2
  • 14
  • 28
0
votes
0 answers

Bluetooth GATT error while doing onServicesDiscovered()

This problem bothers me for a few days. The code for bluetooth connection work fine on the first kind of devices (heart rate detector) with other phones. For the second kind of devices (also heart rate detector) they work fine with mobile such as…
0
votes
1 answer

A very frustrated issue that occurs in Samsung Tablet devices

I am completely not aware that which part of my code makes this crash. I use photoview, picasso, google analytics, FAB appcompat, cardview, libraries in my app. A single clue that I have is it occurs only in below Samsung tablet kinda devices.…