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
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

Why my application doesn't start after the installation in samsung knox?

I installed my custom application within a knox workspace, through an MDM. The installation ends without errors, but when i try to open the application i get the error "Unfortunately, APP has stopped" Not even the splashscreen appears. What really…
1
vote
0 answers

KNOX RemoteControl APIs - JNIEXPORTs or example code?

I am working with the (Samsung) KNOX library, specifically the RemoteControl APIs, to get a screen capture (See APIs). The problem is, I cannot find any examples or references for calling the APIs from a standard Android Java application. I've…
RickBoyerDev
  • 2,081
  • 1
  • 18
  • 15
1
vote
0 answers

KNOX ODE vs protected data vs sensitive data

Does anyone have a clear idea of the differences among KNOX on device encryption (ODE), protected data(within container) and sensitive data(via SDP)? Thanks.
user1118764
  • 9,255
  • 18
  • 61
  • 113
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
1 answer

Google Cloud Messaging inside Knox. How to receive a message?

I have a big problem with receiving a message from GCM inside Knox by my app. The same app outside of the Knox receives messages without any problem. The same app registers to the GCM outside as well inside. Why the GCM doesn't work inside Knox?…
Arkadiusz Cieśliński
  • 5,307
  • 3
  • 23
  • 19
1
vote
1 answer

Programmatically accessing the KNOX counter

How can you access the KNOX counter programmatically from the android SDK? I would like my app to check the value to try and ascertain if it is running on a samsung phone that has been rooted.
bph
  • 10,728
  • 15
  • 60
  • 135
0
votes
0 answers

API Powershell Script to Search for IMEI number in Knox Admin Portal to see if it exists?

I am trying write an API PowerShell script that gets the number of total devices in my Knox KME portal. After that is done the script uses the searchstring method in Knox mobile enrollment API to search for a specific IMEI number to see if the imei…
Space Tech
  • 21
  • 5
0
votes
2 answers

Getting IMEI on a corporate managed device

So, I'm developing an app for enterprise-owned mobile phones, which are managed by Knox and Intune. How do I get the device's IMEI programmatically? I tried integrating the Intune and Graph SDKs but they are of no use, there's no explicit way to…
jcss
  • 1
  • 1
0
votes
0 answers

How to open programatically Samsung android device contain 'Knox Configure' option programatically in Xamarin Forms

My Xamarin Forms application is released to customers via Samsung Knox settings. My requirement like if any new app version is available and customer still using older version of app, When ever user open the app, programatically need to open 'Knox…
Deepakkumar
  • 86
  • 1
  • 10
0
votes
0 answers

Android 12 and Knox DomainFilterRule

Is there a known issue between Android 12 and DomainFilterRules within the Knox SDK? See https://docs.samsungknox.com/devref/knox-sdk/reference/com/samsung/android/knox/net/firewall/DomainFilterRule.html. In testing, I am seeing some Android 12…
0
votes
0 answers

Getting the serial number of an Android device with Knox SDK on Android 11+

I am developing an app with sdk license and I want to get the serial number of my android device. After reading the knox docs, I realized I can no longer get the serial number of the device through knox sdk on android version higher then 10. I…
0
votes
0 answers

Samsung Knox to 365 Integration

How would I migrate the Samsung Knox connector (that is currently on DC4) and move that integration to use SAML direct with my 365 tenants?
0
votes
0 answers

App crashes without any error or exceptions; reparenting and surface destroyed observed

I am getting a strange app crash without much information on logs. This error does not happens on short run instead happens occasionally when it runs for long 2-3 days in foreground. I have tried my best to find a solution and unfortunately nothing…
vinuraj_pg
  • 57
  • 1
  • 8
0
votes
1 answer

Samsung Knox library import intent package

I'm try to use knox to handle the X-Cover with ptt key I'm trying to implement a receiver like this: String intentAction = intent.getAction(); if ("com.samsung.android.knox.intent.action.HARD_KEY_REPORT".equals(intentAction)) { int keyCode =…