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

TextView isn't wraping on small screen Samsung Devices

I have problem with text wrapping on small screen Samsung devices. On other phones like S4 everything is ok. Let's look on the screens: Correct one (HTC Desire Z): Incorrect (Samsung S4 Mini): My xml file:
0
votes
1 answer

Is it possible to set Air View functionalities?

Some of the Samsung devices have an option called Air View which let's you hold your hand or finger above the screen and you can do different things such as viewing an extra discription or other things. Here's a full discription about Air…
Arshia
  • 117
  • 9
0
votes
0 answers

Unfortunately,MyFirstApp has stopped on AVD emulator for samsung S3

I am newbie to android and have started with the beginner tutorials of building and running MYFirstApp on AVD emulator for samsung S3,I have went through posts related to the emulator configuration for samsung s3 and configured my emulator settings…
0
votes
1 answer

Could not lock surface Error

I am experiencing strange crash for Samsung Galaxy Core GT I8262. Any activity that i select as a launch activity gives this error after few secs. This results is phone get restarted again and again. When i uninstall my app, the restarting stops. I…
0
votes
1 answer

Spen touch listener not working after update to Lollipop

I am using SPenEventLibrary to recognise if touch is done by finger or Spen. It was working all the time until I updated to Android L. Device: Galaxy Note 3. Spen lib is up to date: libspen23.jar, pen-v3.1.8.jar Android version: 5.0. Code is…
0
votes
1 answer

Serial code 00000000000 on Samsung devices

I'm trying to get the serial number of Samsung tablets. If I go to Settings > About device > Status the serial number shown is 00000000000. If I do the same thing on another Samsung device a different (probably correct one) serial number is shown.…
dephinera
  • 3,703
  • 11
  • 41
  • 75
0
votes
1 answer

How to prototype a smart tv app

For simple presentation purposes, I am looking for a way to easily show how content on a television screen moves as I navigate on a paired in-synce mobile device. For example, as I perform some function on my mobile device, I would like to show a…
0
votes
2 answers

check spen hardware feature availability in android programmatically

I am developing an app which lists all hardware features like WiFi, Bluetooth,NFC etc... I am using PackageManager.hasSystemFeature() to check. Similarly Is there anyway to check whether a android device has a spen hardware support or not? I need…
RuntimeException
  • 1,201
  • 3
  • 14
  • 25
0
votes
1 answer

Genymotion: virtual device

I'm trying to run a Samsung S5 as virtual device in Genymotion. (For Hearthstone card back promotion) I've enabled Virtual Technology in the BIOS, but the program is still not able to run the device. I've made a video showing the problem here The…
Alex
  • 57
  • 5
0
votes
1 answer

Phonegap app performance on Nexsus vs Samsung

I'm developing a mobile game for kids in HTML5 using Construct 2 as game engine and Phonegap build to compile the game. I test my game on Nexus 4, 5, and 9 devices, on HTC and on Samsung Galaxy S4 and Samsung Note 3. On the Nexuses and on the HTC my…
0
votes
0 answers

Appium starts app but does nothing on Samsung Galaxy Trend 2 [JAVA]

I have an appium test program that works perfectly fine on a Samsung S3 with api 18. When I try to run this program on a Samsung Galaxy Trend 2 with api 19 the program starts running, the app gets installed and opens up fine but as soon as the first…
0
votes
1 answer

Developers Option in Pebble App Settings

I am following this manual and I don't have the Developers Option in my Pebble App Setting when I look at Application Manager. Any idea why is that and how I can find it? I have a Samsung Galaxy S6. Pebble app > Settings > Developer Options and…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
0
votes
1 answer

How can I say to my app scroll up or down without do the scroll with my finger?

I have created an application where I have a listview, so now I'm working to implement the sdk of samsung to manage the air gestures and its working ok, because the app recognize when I swipe without touch the screen, but what I would like do is…
gon250
  • 3,405
  • 6
  • 44
  • 75
0
votes
0 answers

How does make config command work

In an effort to understand the configuration tools of the make build environment, I like to ask given the following config parameters: make VARIANT_DEFCONFIG=msm8974_sec_hlte_spr_defconfig msm8974_sec_defconfig…
user3326293
  • 817
  • 1
  • 14
  • 37
0
votes
0 answers

How to turn off android overlays if I can't touch the screen?

My cell phone is a Samsung's SM-G110B/DS Kit Kat, and I found the developer options and "by mistake" I selected one of the overlays, the problem is that the overlay has a bigger resolution than what my screen supports, and it doesn't let me touch…