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

Use Samsung Galaxy Tab S Fingerprint Scanner to Login to app

Can I use the built in finger print scanner on my Galaxy Tab S to login to one of my apps? The user currently has to enter a username and password. Is there a way to link a finger print to this username/password? I don't want the user to login just…
bfraz123
  • 113
  • 8
0
votes
1 answer

could not find a registered machine named "2014_smart_tv_Emulator_5_1"

I am new in Samsung sdk. Download sdk for the Samsung SDK. install virtual box and also add vbox for the emulator. Emulator is running fine but its not connected run project.
0
votes
1 answer

Spen touch listener not working after update to Lollipop

I am using SPenEventLibrary to recognise if touch is done by finger or Spen. It was working all the time until I updated to Android L. Device: Galaxy Note 3. Spen lib is up to date: libspen23.jar, pen-v3.1.8.jar Android version: 5.0. Code is…
0
votes
2 answers

Include SPen SDK Library in Android app

When using an app that depends on the SPen SDK library, why must the user download the SPen SDK from the Google Play store first? Can't the SDK be included in the original app?
0
votes
2 answers

How to send Data from Android App to Samsung Gear (Tizen)

I am working on a Integrated Samsung Gear Application which needs to fetch data from Android app, which asks user's information such as Name, Age etc..and send this information to the wearable App. I tried with information on following link but it's…
0
votes
1 answer

Restore purchases on samsung store

I'm struggling to restore purchases on samsung store. The purchase flow works great. SamsungIapHelper iapHelper = SamsungIapHelper.getInstance( this, IAP_MODE ); iapHelper.startPayment(ITEM_GROUP_ID, type, …
Tazz
  • 781
  • 1
  • 8
  • 23
0
votes
1 answer

Samsung Pen text recognition returns errors for german language

I am working on an Android App, that uses the Samsung Pen sdk to recognizes handwritten words. I worked through the tutorials and got the recognition to work, but when I use the german language instead of korean (which is used in the example) I get…
user3471768
0
votes
1 answer

Android Samsung wifi issue

have strange issue when try to get available wifi access point programmatically, so that's my test code: List wifiList; wifiManager = (WifiManager) getSystemService(WIFI_SERVICE); if (!wifiManager.isWifiEnabled())…
once2go
  • 1,452
  • 1
  • 13
  • 21
0
votes
1 answer

Samsung Gear development: certificate error when "permit to install application"

I'm stuck with trying to run my app on my Gear watch. I created both the author and device-profile certificates, and registered them both to the IDE. However when I try to allow development in Connection manager, I get a "Certificate not registered"…
0
votes
1 answer

AdMob in Samsung MultiWindow mode resize issue

When I use Samsung MultiWindow feature with my app AdMob stops loading ad and log such error: Not enough space to show ad. Needs 961x49 dp, but only has 471x50 dp. AdMob has SmartBanner size. If I set fixed banner size than it partially solves…
Dmitry_L
  • 1,004
  • 7
  • 8
0
votes
0 answers

S-Pen Button Click

I am trying to create my first app which uses S-Pen. The problem is that at the online tutorial, Samsung has different classes and libraries than the libraries I have downloaded from their website. The only thing I want, at the moment, to do is to…
LiTTle
  • 1,811
  • 1
  • 20
  • 37
0
votes
0 answers

Is multiwindow feature supported in android except samsung

Is multiwindow feature is supported in android sdk without using samsung devices...? I believe it is only supported in samsung and not in native sdk. Please advice for this.
Pratik Patel
  • 551
  • 1
  • 4
  • 6
0
votes
2 answers

including spen-sdk into android studio

Can anyone tell me the correct step by step way to include Spen-SDK into Android studio? The way I am including it allows the Samsung classes to be accessed from within the app but is leading to some weird problems(I have mentioned the problems…
AvinashK
  • 3,309
  • 8
  • 43
  • 94
0
votes
0 answers

Basic sample program of Spen SDK throws Run time exception

I am writing a basic android app involving Spen SDK. My XML file is:-
AvinashK
  • 3,309
  • 8
  • 43
  • 94
0
votes
1 answer

Spen sample applicatoin crashes just after it launches(Runtime error)

I am making a sample Spen SDK app for my Samsung Note 3.0 and am using Android Studio. The relavant xml file is:-
AvinashK
  • 3,309
  • 8
  • 43
  • 94
1 2 3
8
9