Questions tagged [samsung-mobile-sdk]

Samsung Mobile SDK allows developers create applications for Samsung mobile devices.

Samsung GALAXY SDK consists of 17 SDKs (as of April 2015):

  • Accessory
  • Camera
  • Chord
  • Gesture
  • Image Filter
  • Look
  • Media Control
  • Motion
  • MultiWindow
  • My Theme
  • Pass
  • Pen
  • Professional Audio
  • Remote Sensor
  • Rich Notification
  • Sensor Extension
  • Visual View

Developers can develop application with one or more SDKs as application functionality. SDK contents including jar/so files, related documents, and sample applications enable to develop applications for Samsung mobile devices. The SDK provides an emulator to help developers test their application efficiently.

134 questions
2
votes
1 answer

Deep Link is not working on Samsung mobiles(When i try to open it from Default messenger)

I have developed an android application on which i'm using deep-link to open the application and it is working perfectly on all the other device except in Samsung mobiles and that too when i try to open it via Samsung default Messenger, instead of…
2
votes
0 answers

Samsung Group Play android library

Am developing an music player, currently seeking for any group play API.. looks like Samsung is providing Samsung Group play SDK i have some questions regarding library. Can i use this library in any device (non-Samsung devices) Can i use this…
2
votes
1 answer

Security Exception WRITE_USE_APP_FEATURE_SURVEY in Samsung phones

I am developing an app using the Motion Samsung library. one of the requirements is to require permissions as follows in the manifest:
FabioC
  • 462
  • 5
  • 14
2
votes
1 answer

Android permission not granted using Samsung SDK

I'm trying to run this sample project where Phone is Consumer. http://developer.samsung.com/sample-app/view.do?v=S000000069nCT030000 Application is working perfectly using my HTC Desire 820 (4.4.4). However when I run it on Samsung Galaxy S4 (5.0.1)…
2
votes
1 answer

How to correctly upgrade from Samsung Accessory SDK 2.2.2 to 2.3.0?

As part of adding support for Android 'Marshmallow' 6.0 to an Android app, we're updating various dependencies. One of these is a library in the form of Samsung's Accessory SDK. Current version of the library is 2.2.2, whereas the latest one is…
MH.
  • 45,303
  • 10
  • 103
  • 116
2
votes
1 answer

BLE Samsung : problems writing to characteristic

I have some simple code that runs fine on Android 4.3 (non samsung). When translating to Samsung's BLE SDK for < 4.3, I find that I can read and be notified but I can't write to my characteristic BluetoothGattCharacteristic characteristic =…
Thomas
  • 8,306
  • 8
  • 53
  • 92
2
votes
1 answer

Gear SDK SAFileTransfer FILE_IO error

I'm trying to send file from Android host to Samsung Gear device using Samsung Mobile SDK no matter how had I try, always get FILE_IO error. I was trying all available permissions (on both sides). Could anyone send me any hint? Android…
2
votes
0 answers

Is the Samsung BLE SDK supported on a Galaxy Gear?

I've created a simple application to scan for BLE devices using the Samsung BLE SDK http://developer.samsung.com/ble# following the hints guide: public void onCreate() { if (mBtAdapter == null) { mBtAdapter =…
2
votes
2 answers

Android: getX getY initial delay

When reading the getX() and getY() values for a series of onTouch events, I find that the ACTION_MOVE events will return the ACTION_DOWN coordinates until a certain distance threshold from these coordinates has been passed. From then onwards the…
Kev
  • 33
  • 6
2
votes
1 answer

Proguard error on SAAgent.class

I'm developping a Samsung Gear application with Samsung's accessory-v1.0.0.jar. When I try to create a signed apk (which preforms proguard steps) I get Unknown verification type [10] in stack map frame exception, because of Samsung's SAAgent class…
Devrim
  • 15,345
  • 4
  • 66
  • 74
2
votes
0 answers

Andengine with Samsung spen sdk

Im developping a game using andengine which draws on a opengl renderSurfaceView. I want to add SPen functions to the game.So my approach was to use mSPenEventLibrary and pass renderSurfaceView as a parameter to its…
Ajitha
  • 239
  • 3
  • 10
1
vote
0 answers

Why Samsung Adaptive brightness is using camera?

As I work on developing an Android application that involves camera functionality, I've encountered a perplexing issue on my Samsung test device. Specifically, when adaptive brightness is enabled, an ongoing influx of logs continues even after I've…
1
vote
0 answers

Where to add items on Samsung In app Purchase Iap

I have tried to use the SDK Iap since more than a week but I’m stuck in the first steps I have no idea how to move on. Im using the last version Iap6Helper. I have imported this module to android studio and added the dependencies, but what should I…
Raben
  • 11
  • 2
1
vote
1 answer

What's meen AVC block list?

I have Samsung Galaxy Tab S6 and in Developer options i have turn off AVC block list What's this option mean?
PBJoe
  • 11
  • 1
  • 1
  • 3
1
vote
1 answer

On browser, unable to access back camera using navigator.getusermedia js in latest Samsung s10 and s20 phones ( Note:3 back cameras in latest phones)

In latest Samsung s10 and s20 phones, I facing back-camera blocked issue on browser while accessing using navigator.mediaDevices.getUserMedia javascript. But able to access front-camera successfully. These s10 and s20 mobile have 3plus…
1 2
3
8 9