Questions tagged [samsung-knox]

Samsung KNOX Workspace provides robust, hardware and software integrated security for Samsung mobile devices. KNOX Workspace offers multiple-layered protection from the device down to the kernel with two-factor bio-metric authentication for authorized device access.

Samsung KNOX Workspace provides robust, hardware and software integrated security for Samsung mobile devices. KNOX Work-space offers multiple-layered protection from the device down to the kernel with two-factor bio-metric authentication for authorized device access.

Samsung KNOX Workspace provides key enhancements for reinforced hardware and software security with a multi-layered strategy.

  • Trusted Boot - ensures a safe startup process through security-critical decisions based on recorded measurements
  • SE for Android - enhances protection by isolating applications and data
  • Enhancements for TIMA - ensures that security mechanisms cannot be pre-empted or disabled by malicious software
  • Kernel Protection - monitors the kernel in real-time
  • Keystore - protects encryption keys in the TrustZone®
  • Certificate Manager - secures and manages client certificates in the TrustZone®.
82 questions
15
votes
5 answers

java.lang.SecurityException: BLUETOOTH permission crash. (Samsung devices only)

I'm getting the following crash, but this only occurs on some Samsung devices (not all, we develop/test on Samsung devices) Crash log: java.lang.SecurityException: Need BLUETOOTH permission: Neither user 10025 nor current process has…
eric
  • 215
  • 2
  • 12
9
votes
1 answer

NFC Device Owner Provisioning and Knox

Firstly, apologies if this is an inappropriate place for this question as it is not strictly a code question but I am struggling to find any relevant resources anywhere else. We have a solution based around using a Samsung devices, currently S7s, as…
AndyGates
  • 171
  • 7
5
votes
2 answers

Get Samsung KNOX api version on old devices like Jelly Bean

I have a Samsung Galaxy Camera 2 with Android 4.3 Jelly Bean (it's about the same age as the Samsung Galaxy S3). Their docs tells me, on Jelly Bean I can find KNOX Api level 5 - 10. So, how do I find out which KNOX Api level I actually have? I…
OneWorld
  • 17,512
  • 21
  • 86
  • 136
5
votes
1 answer

Android app crash on switching between personal and work modus on Samsung Knox

My app gets killed everytime switching from Samsung Knox work modus to private modus. ADB log: 04-25 16:25:41.868 2945-3700/? I/ActivityManager: Killing 24549:com.myapp.name/u100a171 (adj 10): cached #2 04-25 16:25:41.988 2945-3118/?…
kerosene
  • 930
  • 14
  • 31
4
votes
2 answers

Permission Denial: runUninstall from pm command asks to run as user -1 but is calling from user 0;

I'm just upgrade my Android device (Samsung J7Pro) to 9.0 (Pie) and when I want to run any application from Android Studio I face to this problem that says: Permission Denial: runUninstall from pm command asks to run as user -1 but is calling…
Antares
  • 43
  • 7
4
votes
5 answers

Setting device owner rights to the app on Samsung phone

I am trying to set my app as device owner via adb with this command: dpm set-device-owner pl.my.packet/pl.my.packet.receivers.AdminReceiver and then I see that error: java.lang.SecurityException: Neither user 2000 nor current process has…
YMY
  • 678
  • 9
  • 17
4
votes
0 answers

"Client not ready yet.. "occured when I installed and opened the sample app on Samsung Knox "hardware-access"

lately, I am learning developing on Samsung Knox based on its SDK on Android Studio. "hardware-access" is the sample app I downloaded on its official website.But when I trying to install on my Samsung Phone Galaxy S5, the phone cannot open the app…
Maggie
  • 51
  • 2
4
votes
1 answer

Samsung disable packages

I'm trying to create a kiosk mode application for my company and I need to disable some default packages to avoid the users to reach it. I've using Samsung Knox which looks to be working well when this code is not executed. The list is huge: //…
3
votes
0 answers

Android application is being blocked from restarting by MARsPolicyManager

An Android function (APP A in the log) sent alerts to another application (APP B in the log). We are facing one issue. APP B application is being blocked from restarting by MARsPolicyManager because of an autorun policy. In Samsung S8, Smart Manager…
3
votes
1 answer

How to kill another app if your app has Device Admin/ Device Owner permission ( not rooted )

How can I kill ( or prevent the launch ) another app from my application if mine has Device Admin/ Device Owner permission ( not rooted ) ?
3
votes
0 answers

Admin does not have com.sec.enterprise.knox.permission.KNOX_CCM OR com.samsung.android.knox.permission.KNOX_CCM_KEYSTORE

I am trying to access the TIMAKeystore CCM I am running against the samsung knox SDK Doing the following: startAdminIfNeeded(activity) //assumes admin is already on activateKPELicense(activity) //assumes license has been activated …
Lena Bru
  • 13,521
  • 11
  • 61
  • 126
3
votes
1 answer

Request Samsung to whitelist my app from battery optimization 'Put app to sleep'

We have a podcast player app, which works great on most phones, but some Samsung users are reporting that the stream stops playing when the screen turns off. We are using foreground services and notifications for playback with ExoPlayer. After some…
Daniel Zolnai
  • 16,487
  • 7
  • 59
  • 71
3
votes
2 answers

Device Owner on rooted Galaxy S8

I have been trying to elevate an internal Demo App to Device Owner on my rooted S8 and keep having problems. Ways I have tried: 1) NFC provisioning (as explained here ) When using NFC with Android Bean to set the Device Owner the S8 shows a "Cannot…
user3840288
  • 151
  • 2
  • 8
3
votes
2 answers

Mobile Device Managed Single App Devices

I like to have single android app in our managed devices, we want only that app to be used on the device with necessary restriction, such that, Single use - Device will have only one app, user can't use other apps, like browsing, youtube or…
Vikas Pandey
  • 1,115
  • 1
  • 15
  • 25
3
votes
1 answer

How to create Tizen wearable native App with Kiosk Mode

I'm trying to build Tizen wearable native app with Kiosk mode. Like getting admin access. So far i found this KNOX SDK for Tizen native app. But i can't found any documentation related to importing that library and can't find any samples. Is there…
uday
  • 1,348
  • 12
  • 27
1
2 3 4 5 6