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
1
vote
1 answer

Is the "S Pen remote SDK" a replacement for the "S Pen SDK"?

In my KitKat-era Android app I used the S Pen SDK v. 2.3 by adding libspen23.jar to /libs/. Meanwhile (2013 -> 2020), Samsung seems to have adopted a new name. The Spen SDK is no longer offered. Samsung offers instead an S Pen Remote SDK,…
Calaf
  • 10,113
  • 15
  • 57
  • 120
1
vote
3 answers

Cannot create a work profile The security policy prevents the creation of a managed device because a custom os is or has been installed on this device

I have 5000 devices enrolled with EMM using android management API and recently I am getting issues with multiple devices out of nowhere and getting and error prompt after scanning the QR code on re-enrollment. All of my enrolled devices are Samsung…
1
vote
0 answers

Android Application only respond to Samsung SPen hover and touch events

I have an Android application that has a transparent overlay, which I want to only respond to SPen events and not regular touch input. It appears that the Pen SDK from Samsung is completely deprecated and breaks on Android 8.0 and up devices as it…
cjstittles
  • 61
  • 5
1
vote
0 answers

Failed to resolve: com.samsung.android:samsungpay:1.9.0

I am trying to enable Samsung Pay within My Braintree Sandbox Payment Gateway. I update my processing settings in my Braintree sandbox dashboard and As Per This Link update my module-level build.gradle file apply plugin:…
1
vote
0 answers

Memory leak in Android Spen library

This is quite specific topic related to S Pen Library. However any Android developer can help with this. I am working with S Pen library and trying to create PDF from .spd file. For that I am using SpenCapturePage spenCapturePage = new…
Pulah Nandha
  • 774
  • 4
  • 23
1
vote
2 answers

java.lang.SecurityException: [INSERT] User permission to WRITE is not acquired in Samsung Health

I am getting below error in Samsung Health: 04-23 11:42:08.700 15067-15067/com.demo.samsunghealthdemo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.demo.samsunghealthdemo, PID: 15067 java.lang.SecurityException: [INSERT] User permission to…
1
vote
1 answer

Can I - on a Samsung phone - opena new Activity or App in pop-up view?

I have tried it out and by using SMultiWindowActivity.makeMultiWindowIntent(intent, SMultiWindowActivity.ZONE_A); I can make an action intent appear on the top half of the screen. Is there a way to make the same intent appear as a pop-up window?
1
vote
1 answer

Samsung S-Pen SDK - Selecting All User Input Strokes Programmatically

Using the official sample app : http://developer.samsung.com/galaxy/pen and specifically in the demo example PenSample5_6_TextRecognition.. There are two tools; brush to draw strokes and selection tool. The example lets you draw strokes on…
Aproram
  • 348
  • 1
  • 3
  • 16
1
vote
1 answer

How to open Samsung Oculus / Gear VR app by an intent from my app?

I want to launch an activity in a Gear VR app Do I use intents with URI? for example if I want to open a map with lat long I would write something similar String uri = String.format(Locale.ENGLISH, "geo:%f,%f", latitude, longitude); Intent intent =…
Tlink
  • 875
  • 2
  • 14
  • 30
1
vote
2 answers

How to open both front and back camera at the same time on Samsung Galaxy Devices?

This is a question that is still left unanswered as i have gone through all the questions in SO. access both front and back camera simultaneously on samsung galaxy devices How to capture both front and back cameras in Galaxy S4…
areyouSEARious
  • 117
  • 1
  • 13
1
vote
0 answers

SPen - force commit action with commitHistory()

I am trying to draw a line between two points without releasing the pen from the screen and remove the rest of the line which is not between these two points. Problem is if I don’t make an action up with the stylus, the line is not committed then…
1
vote
1 answer

Is it possible to retrieve Samsung Gear S3 watch pedometer and heart rate logs without using the Samsung S Health app on the phone/tablet

Say for some reason, maybe some kind of security constraints, you can "not" run the Samsung "S Health" app which talks to Samsung cloud servers etc. But you do want to access the History/Logs off of the Samsung "Gear S3 watch", so is that possible…
1
vote
0 answers

Samsung KNOX Cloud SDK - fetch MDM profiles

I am trying to implement Samsung KNOX cloud SDK into our MDM solution. I have been following the Getting Started guide. To setup the stage for where i am at at the moment, i have gone through these steps by now: Got Acess to the KNOX Cloud…
Greenberg
  • 81
  • 7
1
vote
1 answer

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/samsung/android/sdk/look/SlookImpl;

I am trying to implement SLook feature of Samsung SDK. Device being used for Testing is Samsung Galaxy prime 4G. In spite of toast on error, log shows error line inside Try block, when app launch it get crashed. The JAR I am using is -:…
Akash kumar
  • 981
  • 3
  • 14
  • 27
1
vote
0 answers

did google play services update cause samsung permission issue?

I'm suddenly getting: Fatal Exception: java.lang.SecurityException [OBSERVE] User permission to READ is not acquired for Samsung Digital Health - Health Data…
1 2 3
8 9