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 Samsung Camera SDK used to expand on the Camera2 API?

Should I use the Camera2 API to do the basic functions of a camera (take picture, video), and use the SCamera SDK to supplement those features (HDR, low light, etc.)? I'm developing for a Galaxy S6, and S5 only.
1
vote
1 answer

Can we use MST in our Java apps?

I'm planning to root my Samsung device (Galaxy S6 Duos) and it can and will trip KNOX which disables Samsung pay. What's unique with Samsung pay is that it can use Magnetic Secure Transmission (MST). It allows the phone to broadcast data by…
Aloha
  • 864
  • 18
  • 40
1
vote
2 answers

Here map. Android mobile SDK. Zoom controls

How do I enable Zoom controls on the map when using android mobile SDK? Thanks Eugene
Eugene
  • 17
  • 2
  • 6
1
vote
1 answer

Samsung Gear S: Continuous Heart Rate Monitoring

I'm trying to develop an app that reasons on heart rate data. I have a Samsung Gear S and I would like to get a continuous heart rate stream from the watch to my app on my phone. I did a lot of research about this but didn't find what I was looking…
Tim
  • 445
  • 5
  • 19
1
vote
0 answers

How to port android application to samsung sdk using adt eclipse?

i want to port my android application to samsung sdk using adt eclipse.How to do it? I refered below link http://developer.samsung.com/technical-doc/view.do?v=T000000182
Richie
  • 11
  • 2
1
vote
2 answers

Can Samsung Pass SDK be used with other manufactures for implement fingerprint scanner in App?

For implementing fingerprint scanner in S6, I am going to use Samsung PASS SDK. I want to know whether the SDK will work with other manufactures fingerprint scanner enabled android devices. Thanks…
Cin
  • 113
  • 1
  • 8
1
vote
0 answers

decimal input is missing with Cordova shell in Samsung 4.3

For my hybrid app using in both Samsung v4.3 above and HTC, keyboard is not showing the decimal point while input type=Number. But it is working fine in browser using the same samsung and htc phone. Kindly help me to get a solution for this issue.
Bob
  • 451
  • 1
  • 5
  • 16
1
vote
1 answer

Samsung Gear Fit Api Android

I have buyed a Samsung sm-r350 gear fit device. Now i want make an Android application that reads the heart rate parameters through and shows that parameter into my activity. I see the Health SDK of samsung but i must be a partener. Theres another…
Antonio
  • 1,181
  • 4
  • 15
  • 34
1
vote
0 answers

ErrnoException: statfs failed: EACCES (Permission denied) & Invalid path: /mnt/sdcard

My android app uses Samsung SPen SDK 2.2. I have > 50 users and > 3 months I did not get any crash reports, but today I got one in Google Play Developer Console. It came from Samsung Galaxy Note 3 (Android 4.3), but there are a lot of other users…
Zmiter
  • 298
  • 4
  • 15
1
vote
1 answer

Memory leak at SpenInView Native Stack

I have a screen that overlays the SpenSurfaceView with Android layout components. When the user switches the screen to load different components, the old components leak into this class: com.samsung.android.sdk.pen.engine.SpenInView from the native…
1
vote
1 answer

set SpenSurfaceView background to transparent

I am working with the SPen and the Note 3. I was able to set the SCanvasView to have a transparent background in the SPen SDK. But, now I am working with the Samsung Mobile SDK, which uses SpenSurfaceView. The goal is to overlay the surface view on…
jeremyvillalobos
  • 1,795
  • 2
  • 19
  • 39
1
vote
1 answer

Convert SpenObjectBase to String for EditText

I am working on Samsung Mobile SDK and using it's TextRecognition feature for recognition of text written on SpenSurfaceView. I have done this using example provided by Samsung. After conversion I receive data as object SpenObjectBase class. Now my…
1
vote
1 answer

Use Samsung smart-scroll feature in my own app

Newer Samsung phones are providing extra features like multi-window support and smart-scroll. I know that you can add multi-window support to an app by changing the manifest file. Is there a similar way to do this for the smart-scroll feature?
pickle_inspector
  • 990
  • 1
  • 11
  • 19
1
vote
0 answers

UnsatisfiedLinkError in Samsung Spen SDK with proguard

I am working on an app that just recently got big (65535 method count per dex reached). It reached the limit when I integrated the Samsung Spen SDK. I decided to make use of proguard, and it compiled successfully. However, when I opened the spen…
aysonje
  • 2,595
  • 1
  • 14
  • 16
1
vote
3 answers

Internet Connection over Samsung Galaxy Gear

I've built a simple hello world app for Samsung Galaxy Gear and run it on the watch successfully. But when I tried to make an internet connection on app (which is running on Galaxy Gear), a connection fault exception is thrown. I know Galaxy Gear…
Devrim
  • 15,345
  • 4
  • 66
  • 74
1 2 3
8 9