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

Android Galaxy Young GT-S6312 is not displaying in Android Studio

I am trying to connect my mobile device for debugging in Android Studio but it shows "No device connected" even though my device is connected to the computer. I have tried to update drivers for "unknown device" and Samsung_Android in the Device…
0
votes
1 answer

Retrieve GPS data from Android Phone

To start this off, I do not have an android and have not in years. But, I have been asked by my SO's mother if there is a way to retrieve the location data (e.g. When the phone was at a specific location or locations) and export that into some sort…
0
votes
0 answers

Mediaplayer.OnCompleted() is called on a livestream- only in Samsung devices

I streaming a live radio. Radio works fine in all devices. But on Samusung device(Android OS- 4.2.2), radio stops after 20-25 minutes. On debugging, I found that call goes to Mediaplayer.OnCompleted() method. But In all other devices, radio works…
Sangeetha Pinto
  • 1,022
  • 3
  • 14
  • 32
0
votes
0 answers

Sliding Menu on Samsung phones are not showing app icon on action bar

I changed all my previous tabs-activities app for a sliding_menu-fragments. The code to implement the sliding menu is using ActionBarDrawer (v4 which is deprecated now) mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout, …
lm2a
  • 835
  • 1
  • 10
  • 19
0
votes
1 answer

Google Drive API only working on tablet, not smartphone

I have created an app that connects to Google Drive via this code: googleApiClient = new GoogleApiClient.Builder(this) .addApi(Drive.API).addScope(Drive.SCOPE_FILE) .addConnectionCallbacks(this) …
0
votes
1 answer

Accessory SAP communication Tizen and Android PeerAgent_No_Response

Currently i am creating a safety application for the samsung smartwatch. I want users to be able to register on their smartphone and send these data to the smartwatch app. I followed the samsung tutorial for Accessory SAP communication. Everything…
0
votes
0 answers

Android: Instrumentation tests running erratically on Samsung devices

My instrumentation tests run quite nicely on Nexus phones and tablets, passing consistently 100% of the time. Running the same tests on Samsung devices is completely flaky. The same test being run 3 times can pass on try #1, timeout on try #2, and…
popedotninja
  • 1,170
  • 1
  • 12
  • 23
0
votes
1 answer

Options menu not appearing in Sony Xperia Z

I have an Android application where an options menu is essential for setting up some preferences values. Here minimum SDK version is 8 and the xml for the menu is like below.
vidulaJ
  • 1,232
  • 1
  • 16
  • 31
0
votes
1 answer

Restore purchases on samsung store

I'm struggling to restore purchases on samsung store. The purchase flow works great. SamsungIapHelper iapHelper = SamsungIapHelper.getInstance( this, IAP_MODE ); iapHelper.startPayment(ITEM_GROUP_ID, type, …
Tazz
  • 781
  • 1
  • 8
  • 23
0
votes
3 answers

Screen orientation change on fragments

I need to detect screen orientation change on a fragment and to do so, I am currently using this method: public void onEvent(OrientationEvent event){...} which works absolutely fine on my Nexus 4. The problem I have is that on a Samsung Galaxy S3,…
thomaus
  • 6,170
  • 8
  • 45
  • 63
0
votes
0 answers

Android - getting resource drawables from other apps crashes in Samsung Galaxy S4

In Samsung Galaxy S4 I face a strange problem. I 've written this code to get all the resource drawables from other applications. It works fine in emulator and in two other devices I've tested it but in S4 it throws an out of memory error after…
Anonymous
  • 4,470
  • 3
  • 36
  • 67
0
votes
2 answers

How to set a running device with android studio?

I want to connect an android device to test my application directly from my environment android studio android studio - http://developer.android.com/sdk/index.html I have a samsung galaxy s5 device, I've connected it to usb, I've installed this…
Jnuker
  • 35
  • 1
  • 1
  • 4
0
votes
1 answer

How can improve application performance in S3

The app is ready to be published. At this time i found a critical performance issue in S3 device only. The app is all about pager, swiping through pager and listing Calendar events by selecting date from our custom calendar. All is going smooth in…
Suresh Sharma
  • 1,826
  • 22
  • 41
0
votes
1 answer

Youtube App - Safe Search API/lock down setting

Is there a way to lock the Safe Search setting in the YouTube App to always be on? We have elementary school students and want them to use the App but cannot allow it to be used if the student can turn Safe Search off in the App. We use Airwatch…
0
votes
1 answer

Android issue crop image on samsung s4

I'm trying to get crop image working on Samsung s4 but it's not showing the crop screen. This is the code that I'm using. private void openCamera() { Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); …
dogwasstar
  • 852
  • 3
  • 16
  • 31