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

Call to Azure web api from android application just hangs forever while awaiting for response

I've published to Azure a very basic asp.net web api code, the one that comes with the template. When I try the default GET action I get JSON response ["value1","value2"] When I try to make the same call from my xamarin-android project, the…
Richard77
  • 20,343
  • 46
  • 150
  • 252
2
votes
1 answer

Disable truncate of select option text in samsung browser?

is there a way to tell the Samsung "Internet" browser (the default browser on Samsung Galaxy S5, e.g.) to not truncate the text of long option names in html-select fields? By default this text is truncated. The iOS optgroup-hack does not work here.
nekudo
  • 107
  • 4
2
votes
2 answers

Debug Samsung Android 4.4.2 native browser

I am trying to debug the native Samsung android 4.4.2 browser but it does not show in the Chrome inspect. I open chrome browser and shows with no problem. I tested with other devices with 4.4.2 and the native browser shows as a webview but Samsung…
2
votes
0 answers

GearVRf position in sphere

I'm developing ad app withthe GearVR framework in which I must show a sphere and a series of interactive points on this sphere around the camera (a 360 photo with some points on the border). I could create the sphere witha a 360 photo and put the…
e_ori
  • 845
  • 1
  • 11
  • 29
2
votes
0 answers

After macOS Sierra Update, Eject USB trigger hard-reset

I'm using Android Studio and Samsung Galaxy S4. After updated macOS Sierra devPreview version. When I eject phone USB connection, my Retina MacBook Pro MID2015 freeze and not response. (Two times I encountered with this) I need to enforce hard-reset…
iamburak
  • 3,508
  • 4
  • 34
  • 65
2
votes
0 answers

Android-ScalableVideoView is not repeating

I'm using Android-ScalableVideoView to show a 10s video in a RelativeLayout from a URL repeatedly:
2
votes
1 answer

Custom Infrared Code copy in android IR remote app

I have built a Infrared Receiver and transmitter using this sparkfun steps on Arduino like this steps on sparkfun I can now receive the IR codes as well as transmit the IR Codes. The received IR is printed on serial monitor. Serial Monitor…
ideeps
  • 379
  • 4
  • 15
2
votes
1 answer

How to change the switch button color in preferences screen?

I am using the "SettingsTheme" for a preferences screen in my app with its parent theme being "Theme.DeviceDefault.Settings". How can I change the color of the switch button and the checkbox in this theme on SAMSUNG devices? The configuration below…
Roland Szép
  • 879
  • 1
  • 8
  • 19
2
votes
1 answer

How to always launch app on Gear vr USB attachment

An Android application for Gear VR using Samsung S6 and S7. Following implementation is for auto launch on mobile insertion to VR. AndroidManifest.xml
Qamar
  • 4,959
  • 1
  • 30
  • 49
2
votes
1 answer

Samsung android 6.0 how to get dual sim call logs with sim slot id?

Samsung(dual sim) before offical android 6.0(not cm) device, I could get call logs with sim slot id, but Samsung(dual sim) android 6.0+ device I get an issue: String slotId =…
shuabing
  • 679
  • 11
  • 28
2
votes
0 answers

Logical operator short-circuit on Samsung

I am getting a NullPointerException reported in one of my apps. The stacktrace gets me to a point where I check some BLE related features. The code is the following : private static boolean areHardwareFeaturesSupported(BluetoothManager…
Simon Guerout
  • 652
  • 6
  • 17
2
votes
0 answers

Samsung Galaxy S4 BLE Bluetooth GATT close, disconnect improper behaviour

I'm working on BLE based android application. Where I'm testing it on Samsung S4. When I close application from recent app list, what app do is close Bluetooth GATT. Problem is if I unpair bluetooth device from the bluetooth setting. Then on…
2
votes
1 answer

How to get the device specific style resources?

I have a Samsung specific bug, which I would like to fix. My problem is that some views are wrongly tinted and the design looks broken. Now I want to see what Samsung messed up and I want to read the device specific styles. Which apk contains the…
rekire
  • 47,260
  • 30
  • 167
  • 264
2
votes
1 answer

Crash in Intent.putExtra() on some samsung devices

From my app, I'm opening the Documents with ACTION_GET_CONTENT to get a video. I'm getting a Uri in onActivityResult() and using that to create a new activity in my app. This works generally well except on some samsung devices, at least galaxy S5…
mbonnin
  • 6,893
  • 3
  • 39
  • 55
2
votes
0 answers

Samsung S6 and S6 Edge WebView Issue

I have an activity which handles any URL events within my application and it opens them within a web view. The issue which I currently have is that if i turn off the WiFi and turn it back on the URLs which were previously working before in the…
KXIII
  • 99
  • 7