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
1
vote
2 answers

How to disallow copy text from android app to keep corporate data as secured

We are working on a secure app in which we share secure data with corporate users. Since the data needs to be secured and the user shouldn't be able to copy the data. The issue is, using Samsung Knox, we can disable copy-paste for all apps and also…
Sng
  • 11
  • 2
1
vote
0 answers

Samsung and dispatchGesture funcrion

As always, Samsung seems to like doing stuff their way. I am building an accessibility service which has to dispatch a gesture every so often, and as far as I've gotten it gets the job done on the pixel emulators. But every time I try it on the…
1
vote
1 answer

Android Studio does not find debuggable processes on Samsung phones

I am having an issue with some new testing devices I have started using: Samsung Galaxy S7 (OS 7.0) and S9 (OS 10.0). While I can build and deploy debug apks to the devices over USB (using "Run" button), and see the devices listed in the devices…
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
1 answer

Samsung Galaxy Watch: mdm_set_automatic_time() returned status -13 and not set the time

I have: Device: Samsung Galaxy Watch Active (SM-R500); Tizen version (API): 4.0; Knox Tizen SDK for Wearables version: 2.4; On the Knox Partner portal I have found active KPE Standart key and then implemented it into my code. I get the privilege to…
1
vote
0 answers

Samsung Knox Scrollview

We have an Android Application that is distributed through a Samsung Knox profile. In the application there is a change password fragment that has a ScrollView nested within a RelativeLayout and containing a single RelativeLayout.
James Jordan Taylor
  • 1,560
  • 3
  • 24
  • 38
1
vote
1 answer

How to disable system notifications using KNOX SDK or Airwatch?

I'm working on an application that uses Airwatch to enter the device into a single purpose device when only one app is opened for a user (not by Knox sealed mode) and also uses Knox SDK to manage device settings, etc. I'd like to block system…
kami4ka
  • 187
  • 1
  • 12
1
vote
0 answers

How to grant "su" rights using knox?

Is it possible at all to grant "su" rights using Knox permissions? I thought if I activate knox licence key and provide com.samsung.android.knox.permission.KNOX_ENTERPRISE_DEVICE_ADMIN permission that will give me "su" rights? Anyone had any…
joe
  • 1,341
  • 4
  • 21
  • 32
1
vote
0 answers

how to enable Samsung Pass support on login screen

I have a login screen (with username and password) in my app. I want that after logging in, Samsung Pass asks to store the credentials and fills the login credentials in the future. It works on the twitter app, but not in my app? My current login…
stamanuel
  • 3,731
  • 1
  • 30
  • 45
1
vote
1 answer

Suppressing Device Firmware upate using Knox EnterpriseDeviceManager

I have an application which runs on an Android phone. The idea is the phone really just acts as a screen from a user's point of view then the app does all the work in the background and controls a 3rd party Bluetooth device which enables or disables…
TResponse
  • 3,940
  • 7
  • 43
  • 63
1
vote
0 answers

How to start Samsung IAM & EMM app to show the app that user should install

Following code start samsung IAM & EMM app that is installed on the device Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.samsung.knoxemm.mdm"); startActivity(LaunchIntent); The problem is that I want to show an app…
Metin Ilhan
  • 231
  • 7
  • 16
1
vote
1 answer

Xamarin.forms Enable Status Bar after activiating Kiosk Mode in knox standard sdk 5.7

forms Android app which uses the Knox Standard SDK v.5.7. When entering into Kiosk mode, the status bar gets hidden, however I need to keep the status bar visible. I have seen similar questions but none with a concrete answer that work. The problem…
TResponse
  • 3,940
  • 7
  • 43
  • 63
1
vote
0 answers

Samsung SDS IAM & EMM device enrollment through Google Auth

When trying to enroll new devices in my Samsung SDS IAM & EMM I get an error when using a google account where my request is denied because it's trying to get an OAuth token through a web-view which google no longer allows. Is there any workaround…
1
vote
0 answers

Remove other device admins using Samsung Knox

I want to prevent factory reset in the Samsung tablet. I tried with Knox APIs (Standard SDK) they help (in settings, and through h/w l\keys) but they don't help a lot like factory reset by Android Device Manager. Is there any way to prevent…
Ashwin Mothilal
  • 2,462
  • 1
  • 16
  • 21
1
vote
1 answer

Android Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code

i use samsung knox sdk and updating knox version(2.7.1).this error showed up when trying to compile my app. Error detail: Error:Error converting bytecode to dex: Cause: Dex cannot parse version 52 byte code. This is caused by library dependencies…