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
29
votes
3 answers

Eclipse Android SDK cannot see new Samsung Galaxy S4 device via a USB connection

Using Eclipse (Juno SR2) with all the latest updates for Android (ADT plugin v21.1.0) cannot see the new Galaxy S4 as an available device via the USB connection. Per the Samsung website the correct driver software is…
BonanzaDriver
  • 6,411
  • 5
  • 32
  • 35
27
votes
4 answers

Android: AVD-Settings for Galaxy S3-Like AVD

I need help with the AVD-Settings for my new Virtual Device. I need the settings for an AVD that has the same size like the new Samsung Galaxy S3.
h00ligan
  • 414
  • 1
  • 5
  • 12
26
votes
4 answers

Adding Samsung multi-window support to Android application

I went and tried to add Samsung's multi-window support for my app following this link. My app did appear in Samsung's multi-window applications tab, and I was able to drag and drop it into the screen, however my app did not behave as multi-window…
Rohit Malish
  • 3,209
  • 12
  • 49
  • 67
25
votes
1 answer

Samsung system image for Android emulator?

Is there any way to get the Android emulator to run a system image other than vanilla Android? I'm developing an app that works fine on the emulator, a physical Huawei device and a physical Motorola device, but experiences some weird issues on a…
Magnus
  • 17,157
  • 19
  • 104
  • 189
25
votes
3 answers

DatePicker crash in samsung with android 5.0

I am having trouble with creating a datepicker in samsung note 2 device with lollipop 5.0. The exception is: java.util.IllegalFormatConversionException: %d can not format java.lang.String arguments at…
25
votes
4 answers

Enable real fixed positioning on Samsung Android browsers

The Android browser, since 2.2, supports fixed positioning, at least under certain circumstances such as when scaling is turned off. I have a simple HTML file with no JS, but the fixed positioning on three Samsung phones I've tried is simply wrong.…
Mr. Shiny and New 安宇
  • 13,822
  • 6
  • 44
  • 64
24
votes
3 answers

How do I make my android app appear in Ultra Power Saving Mode

Some samsung devices have an Ultra Power Saving Mode which turns off wifi, turns the screen grayscale and limits usage to a few basic apps. It however does allow you to add some apps which can then be used. These apps include Facebook and WhatsApp. …
abel
  • 2,377
  • 9
  • 39
  • 62
24
votes
2 answers

In galaxy tab , onCompletionListener of videoView is not getting called

For video view in Android, I have added some media player listener such as onPreparedListener, onCompletionListener etc. But when video get completed then onCompletionListener is not getting called. Also we observe that something…
22
votes
1 answer

Connection stuck while using Samsung Remote Test Lab

I want to track down a bug on Samsung Devices using Samsung RTL. Sadly i cant get that client to work on my System (macOS 10.13.1): It just says Connecting... Nothing happens from here. Steps i did to come here: Downloaded and installed newest…
Julime
  • 3,050
  • 2
  • 11
  • 21
22
votes
1 answer

Android native crash initiating from /system/framework/arm/boot.oat

After recent update of my application in Google Play, I started receiving lot of crash reports, all of them are from Samsung devices with Android 5. Lower android versions work fine and devices of other manufacturers with Android 5 work fine too. I…
21
votes
9 answers

Keyboard hiding EditTexts in Fragments

edit: I need to use the keyboard, but it hides my EditText, I need it to scroll so the keyboard is not hiding it. I am using a Samsung tablet. My style: parent="android:Theme.Holo.NoActionBar.Fullscreen" The EditText fields are in a scrollable…
20
votes
5 answers

Getting an error on Android 8 on a Samsung device using SCameraCaptureSession

I'm trying to capture a video using SCameraCaptureSession class. While using a function of this class - setRepeatingRequest (which described here), I'm getting the following error: java.lang.IllegalArgumentException: CaptureRequest contains…
lior_13
  • 577
  • 7
  • 18
20
votes
3 answers

Camera : setDisplayOrientation function is not working for Samsung Galaxy ACE with Android 2.3.6

I was trying to create a simple camera application for research. I Read Android Camera Official Document and then started coding. so I did some steps to get it work 1.Added required permissions for Camera feature in app. 2.locked my activity to…
swiftBoy
  • 35,607
  • 26
  • 136
  • 135
19
votes
1 answer

Can't call void android.view.View.setTranslationZ(float) on null object

I am using library recyclerview-multiselect in my project to select multiple items on recyclerview On samsung device: When I longpress and select a item the multiselector starts but as soon as I deselect the last selected item I get following…
chin87
  • 498
  • 4
  • 18
19
votes
4 answers

MediaPlayer error (1, -1004) aka MEDIA_ERROR_IO trying to stream music on Samsung S3

NOTE: I'm not working at the company where I worked when I posted this question, therefore, even though some great answers might come in, I won't actually be testing them since I don't have a reason to (other than promoting the community; which…
marienke
  • 2,465
  • 4
  • 34
  • 66