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

Is Samsung S Health an exclusive Samsung API or is it using Google Fit?

In the Samsung Galaxy S6 there is a S Health app that measures heart rate, SpO2, stress and other values. It looks like I can purchase additional apps for this. Is this S Health exclusive to Samsung? When I search online Google Fit API shows up. I'm…
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
4
votes
2 answers

What is the best strategy to recover from an error - neglecting the record where error occurs

I am getting a No implementation found for native Ldalvik/system/VMRuntime;.pauseGc Error, below is the logCat. 05-13 22:39:22.538: W/dalvikvm(8350): No implementation found for native Ldalvik/system/VMRuntime;.pauseGc:(Ljava/lang/String;)I 05-13…
Skynet
  • 7,820
  • 5
  • 44
  • 80
4
votes
5 answers

How to access Galaxy S5 heart rate sensor?

In the Samsung's programming guide (pages 77 - 81) there is a reference on how to set and get the heart rate information using the S Health Service SDK. However, I was looking to directly access the Galaxy S5's heart rate sensor, the same way you…
user3427013
  • 1,039
  • 1
  • 13
  • 28
3
votes
0 answers

Is it possible to connect a samsung watch with the PWA application by bluetooth?

Is it possible to connect a samsung watch with the PWA application by bluetooth? If it's possible: How can I get the data from my watch and use it in my PWA app?
3
votes
1 answer

Samsung Health SDK Partner Apps program registration

Currently we are implementing an Android App that uses the step counter from Samsung S Health, BUT Samsung is actually blocking the registration for partner Apps. (bellow screen shot) We are now about to release a beta version, so what is the best…
Hamza_Iash
  • 83
  • 5
3
votes
0 answers

MVVM architecture with 3rd party API with listener

I'm trying to implement MVVM with Data binding + Samsung Health SDK, I'm aware a little bit about the MVVM concept: View: this is the UI (activity, fragment, etc) View Model: this is the bridge between your view and your model Model: this could be…
AnD
  • 3,060
  • 8
  • 35
  • 63
3
votes
0 answers

Developing Android apps using Samsung SDK on standard emulator. Is it possible to run Samsung's framework at all?

Simple question: is it possible at all to develop Android apps with any Samsung SDK on the standard emulator? It lacks of Samsung components and framework; but, are they available somewhere for installation? Or do I need to use a real Samsung…
dentex
  • 3,223
  • 4
  • 28
  • 47
3
votes
1 answer

How to check if Samsung Gear 2 is paired with Android device programmatically?

I am using Tizen SDK for Wearable from samsung-gear site in order to communicate a provider android application with Samsung Gear 2 device. I am able to send notifications to gear and once I run the consumer application on gear 2, I am able to…
3
votes
1 answer

Is there any way to obtains CMOS Status?

I would like to know, 1) Is there any way to access status of CMOS Battery in android(specially in Sumsung)? Or 2) Is there any API or some classes/Methods which can access CMOS battery? I didn't find anything on this subject... Thank you guys !
3
votes
1 answer

Samsung Note 3 version 4.4.4 null pointer in ViewRootImpl.setMultiWindowScale

I have a report from a user with Samsung Note 3 and Android 4.4.4. It dumps here: SM-N900P 4.4.4 19 java.lang.NullPointerException at android.view.ViewRootImpl.setMultiWindowScale(ViewRootImpl.java:7992) at…
powder366
  • 4,351
  • 7
  • 47
  • 79
3
votes
2 answers

Can I use Samsung fingerprint to authenticate users in my app?

I was going through the Samsung SDK which supports "Pass" Fingerprint recognition as per the given link : http://developer.samsung.com/samsung-mobile#pass. Can I use this Fingerprint recognition for authentication of our application? Does any one…
Kasturiwale
  • 85
  • 2
  • 6
2
votes
0 answers

Fingerprint overlay in samsung interupt

for some reason if i want to listen to the Fingerprint sensor, the overlay of the Samsung fingerprint(in front fo the device) is display on the screen and prevent from me to reach the screen below the fingerprint , when i remove the listening of the…
2
votes
2 answers

AndroidX Jetifier Mockito java.lang.SecurityException: SHA-256 digest error for com/samsung/android/sdk/accessory/SAAgentV2.class

I am migrating my app to use AndroidX. I have enabled Jetifier in my gradle.properties file android.useAndroidX=true android.enableJetifier=true I use mockito in some tests. After migration a few tests fail where mockito is not able to mock…
Gaurav Vashisth
  • 7,547
  • 8
  • 35
  • 56
2
votes
0 answers

Focusing a button at a samsung activity

It is known from another discussions that the samsung battery monitor can be reached by starting the activity "com.samsung.android.sm.ui.battery.BatteryActivity". Is it possible (maybe using some extras) to focus on the "Unmonitored apps" button ?
Lucas Dias
  • 21
  • 1
  • 1
2
votes
0 answers

External jar dependency (migration to gradle 3.0)

I've got some problems with setting dependencies to Samsung SDK and Slook libraries (Edge) after migration to gradle 3.0 plugin (3.0.0-beta6). compileOnly fileTree(include: ['*.jar'], dir: 'libs') If I add dependency like above, it doesn't work…
R.Hag
  • 21
  • 3
1
2
3
8 9