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
0
votes
1 answer

Is there any way to detect Samsung theme being applied?

There's an issue with my app's icon when I apply different Samsung Themes from Themes market. I may solve the problem if I can detect a theme. Is there any way to do so programmatically?
Nick Pakhomov
  • 313
  • 4
  • 13
0
votes
1 answer

SecurityException thrown only in Samsung devices with Android version 6 and above

The following question is related to Android versions 6 and above. I have done some coding which is working on every device like motoG, Nexus, Pixel etc but the code throws SecurityException in Samsung devices. The Exception message is…
0
votes
2 answers

Bluetooth Low Energy signal processing prioritization in a crowded space

How do Androids prioritize incoming Bluetooth 4.0 messages when there are a lot of signals in a specific location? When there are a lot of beacon messages in an area (a crowd wearing Fitbit devices etc.), Android appears to process some incoming ble…
0
votes
1 answer

Samsung Companion App: Do we need Samsung Gear App on Phone?

I am new to Tizen development. I am developing companion apps for Samsung gear watch(provider) and Android phone(Consumer). I have few questions regarding it Does my app need Samsung gear app to be installed on phone? If yes, is there a way to find…
0
votes
1 answer

Keyboard doesn't show up when SAMSUNG Multi-Window Sdk is implemented on galaxy S3 running Android 4.2 and 4.3

When I add samsung multiwindow sdk, I realised that on galaxy phones running android 4.2 and 4.3 have a problem on showing soft-keyboard. If I don't use the samsung multiwindow sdk, soft-keyboard works fine. I'm using this searchbar library. Maybe…
Orcun Sevsay
  • 1,310
  • 1
  • 14
  • 44
0
votes
0 answers

Activate Screen Mirroring through android application

I am creating a react native application able to activate the screen mirroring of the devices when clicking on a button. The phone is connected to the same network than the TV, and we suppose that the TV is in the "Screen Mirroring" source. All the…
Basile Beldame
  • 410
  • 1
  • 4
  • 15
0
votes
2 answers

Android fingerprint API - migrating from Samsung Spass

Suppose I have an application which uses fingerprints to authenticate users. On Android 5 I used the Samsung Spass library only for Samsung devices. With Android M release I add support to many devices. First of all I check if I'm Android M, then if…
Evgeniy Mishustin
  • 3,343
  • 3
  • 42
  • 81
0
votes
0 answers

Android audio streaming is not working on samsung devices

I am working on online radio app, i am using media player for audio streaming. it's working fine with almost all the devices but it's streaming on Samsung s3/s4/s5/s6/s7 Devices. here is my code mediaPlayer = new MediaPlayer(); …
0
votes
1 answer

Intent for Samsung Galaxy TAb A software update(Android OTA)

What's the intent to check software update on Samsung galaxy tab A(Marshmallow)? I was using "android.settings.SYSTEM_UPDATE_SETTINGS" , but it returns only system update. On tablet settings,the path to software update is Settings->About…
0
votes
2 answers

Debug Tizen wereable web in device using IDE and Samsung accessory framework

i don't find any way for debug a wereable tizen web app that uses Samsung Accessory Framework for connect with Galaxy phones, i use the emulator way and it works but i need also debug in real devices but when a Gear S2 connects with a Galaxy phone…
0
votes
1 answer

Devices supporting allshare framework

Does anyone who has used Samsung's allshare sdk tell me what mobile devices support allshare framework? As I am not able to run any custom allshare apps developed using the allshare sdk. I keep getting run time errors - "All share Service is not…
user3339128
  • 139
  • 1
  • 11
0
votes
1 answer

how to draw erase strokes programmatically using Samsung Pen SDK

I am using the pen SDK 4.0.7 I want to erase strokes programatically, pretty much the same thing a user will do with his finger or pen when the eraser is enabled. I know that this code is used to draw pen strokes programatically: SpenObjectStroke…
kc ochibili
  • 3,103
  • 2
  • 25
  • 25
0
votes
0 answers

Samsung gear 2 heart rate

Can anyone please help me with getting heart rate data from gear 2 in an android app. Can I get this via android wear sensor manager like gear live or have to use accessory sdk of samsung.
0
votes
0 answers

Hidden Packages in Samsung Galaxy S5 (Android 5.0)

I'm using Samsung Galaxy S5 with Android 5.0. I'm trying to uninstall one of my apps via ADB (Android Debug Bridge). Unfortunately, although I see the application in the application manager, I can't find the package using the Device Storage. I was…
Daniel Dor
  • 29
  • 2
0
votes
1 answer

Samsung's MultiWindow drag and drop with latest SDK for Android

I was trying to implement Samsung's MultiWindow support in an Android app, and I haven't been able to find the drag and drop feature between MultiWindows that was available in Samsung's S Pen SDK 2.3. Latest SDK for Pen is 4.0.7 and for MultiWindow…
circulosmeos
  • 424
  • 1
  • 6
  • 19
1 2 3
8 9