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

How the signal thing works in Mobile

In mobile how can we say that I've got 2 signal or 3 signals ? On what basis this signal thing work in mobile? I don't know how it works!
iamjayp
  • 386
  • 4
  • 16
0
votes
1 answer

Can I upgrade galaxy s5 firmware of different region

Can I upgrade my galaxy s5 model SM-G900I to the firmware of another country/region but of same model no?
babu
  • 13
  • 2
0
votes
0 answers

App crashing on Samsung Tab 4

My application is working fine on all the devices except the one Samsung galaxy Tab 4 with android 4.4.2 version. It is keep on crashing for with in two minutes on any screen. While checking this my app taking around 200 Mb in cached background…
0
votes
1 answer

How can I access the heart rate sensor on my galaxy s5 using the standard apis?

Starting from How to access Galaxy S5 heart rate sensor? I tried to access the S5 heart rate monitor via android API (not Samsung health APIs) This other example, for samsung wear, https://gist.github.com/gabrielemariotti/d23bfe583e900a4f9276 does…
Mal
  • 3
  • 5
0
votes
2 answers

Simple image gallery with HorizontalScrollView

I'm writing an image gallery with horizontal scrolling. Images must be added programatically. I use a custom horizontal scroll view to process and add images as in the following code: public void setViewList(Integer linearLayoutId, Integer[]…
ilya8891
  • 127
  • 1
  • 1
  • 12
0
votes
1 answer

Eclipse Android SDK stopped seeing my Samsung Galaxy S4 device via a USB connection

A while back I started playing around with Android developing on my PC and used my Samsung Galaxy s4 as the test device and it worked fine. Once school started I mainly used my laptop and was also able to use my phone on it as well, and still am…
WeVie
  • 568
  • 2
  • 9
  • 25
0
votes
1 answer

dropdown menu on Chrome / Android (Samsung) fires event but does not refresh menu selection

My webapp works well on desktop browsers, and on Chrome on my Google Nexus 5, and also on the native browser for my Samsung, but when using the app with Chrome on the Samsung Galaxy (KitKat), the dropdown menu does not show the current selection. …
JasonBK
  • 539
  • 3
  • 12
  • 37
0
votes
1 answer

ADT in MAC OS X and Samsung Galaxy Note 3: logcat enabled. debug disabled

I did an app for Android and I tested it with a Samsung Galaxy Ace. Now I sent it to some friends and in case of Samsung Galaxy Note 3, it breaks. So I am trying to test it with that mobile. I develop with a iMAC 27" with Eclipse ADT (Juno with all…
mvelazquezm
  • 203
  • 1
  • 3
  • 13
0
votes
1 answer

Screen size issue with Galaxy s5 and Note 4 with getPicture API

I have a Worklight hybrid app that works fine with most all devices except for the newer Galaxy S5 and Note 4. The app displays fine in all devices, however it uses the Cordova camera plug-in to get an existing pictures. But, Samsung has a directory…
0
votes
1 answer

Run As Application on Android for Eclipse installs app but doesn't run it and it doesn't appear as an icon

I haven't dealt with Android recently so I've updated my SDK and ADT plugin (no more updates available). I'm running Eclipse Juno. I created a new project and when I Run As Android Application it installs on my phone but doesn't run or appear as an…
Dan
  • 2,304
  • 6
  • 42
  • 69
0
votes
2 answers

Android BLE Beacon scanning on different phone models

I am writing Android Application on finding and detecting IBeacons(These are BLE devices) and ranging them(depending on RSSI value) I use Sample code from https://developer.android.com/guide/topics/connectivity/bluetooth-le.html But this Code works…
0
votes
0 answers

What is the keycode for multitasking/appswitch for samsung galaxy s3?

Our app is crashing (it says "application has stopped) after we longpress the home button on samsung galaxy s3 (the longpress button is used to popup the multitasking screen/app switch dialog) we do not have this problem on our another testing…
0
votes
1 answer

Android UsbHost Problems with Samsung Galaxy Tab S 10.5 and Unity

When the application is already opened, and a USBDevice is attached, the application is sometimes able to communicate with the device, and sometimes it doesnt. The error's I receive differ every time. The constant is, it works as expected on a…
0
votes
2 answers

Unity3d project does not display images on samsung galaxy tablets

I have created a 2D game in Unity and have successfully created it PC build now I want to port it on Android devices. I have created the android build and It works on most of my android devices except on Samsung Galaxy tablets. On Samsung Galaxy…
Prachi Joshi
  • 355
  • 1
  • 7
  • 20
0
votes
2 answers

Android GLES20 works on bionic 4.1.2 but not on Samsung 4.4.2

I have an app that I'm working on that uses openGL ES 2.0 on an android device. The app contains some buttons that are displayed using programmatic layout controls. This button pad is superimposed on a OpenGl Surface View. When I run the app on the…
D Liebman
  • 337
  • 1
  • 8
  • 17