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
0
votes
1 answer

How to Integrate Samsung Knox SDK with your Enterprise Android Application

I am not able to figure out how to integrate Samsung Knox SDK with the android application to take control of Android devices through it. Knox Documentation is being too complex for me unable to figure out how to do it, can anyone please guide me…
0
votes
0 answers

Loading kernel module on samsung s9 device

I trying to load simple kernel module like "hello world" program without success. The file helloworld.c looks like: #include /* Needed by all modules */ #include /* Needed for KERN_INFO */ int…
0
votes
0 answers

How to connect Samsung galaxy S9 plus to internet while phone is locked and notification bar is also locked and I have forgotten pattern lock

I have forgotten my phone's pattern lock now in order to unlock it there is one option I know is by using Samsung account I can unlock it but unfortunately my phone's notification bar is locked and phone's ADB debugging is also off, so how can I…
0
votes
1 answer

turning on off samsung secure folder programmatically android java api

enter image description here Is it possible to turn on off (hide) the samsung secure folder through code in android java? Is there any Api or other way to do this function from another app? I want to create an android app that connects to internet…
0
votes
0 answers

Unable to connect to the Wi-Fi when App is running under Work profile on Samsung device having Android 10

We have one internal Android application that we are deploying through intune on the Work Profile side. When the App is running on Samsung Device with Android 10 then in that case we are not able to connect to the intended Wi-Fi however when the…
Dishant
  • 1,545
  • 12
  • 29
0
votes
2 answers

How to disable Settings button of input fields in KIOSK mode

I want to how is possible to disable Settings button of input fields in KIOSK mode ? I have read the KNOX and KIOS official doc and searched on Stackoverflow, but was not able to find a working solution.
0
votes
1 answer

Samsung KNOX LICENSE_STATUS not broadcasted

I use the latest (3.4.1) version of the KNOX libraries, and trying to activate my license. My AndroidManifest entry:
artem
  • 16,382
  • 34
  • 113
  • 189
0
votes
1 answer

Question can I rest Samsung Galaxy s9+ knox Counter

I have Samsung Galaxy s9+ and I want to root it but I have problem that if I rooted my device the Knox counter If Root works for a device, the counter will recognize the process of modification. If this is detected, can I reset a Knox counter? And…
0
votes
1 answer

Implicit Broadcast Exceptions for Samsung Knox

Are the following broadcasts exempted from implicit broadcast restrictions for apps that target Android O ( API 26 ) ?
Nitin Sethi
  • 1,416
  • 1
  • 11
  • 19
0
votes
1 answer

How to add 200 tablets to Samsung Knox?

I want to purchase 200 tablets (Samsung Galaxy Tab A 2016 - SM-T580) and configure them using Knox Configure. The easiest way to register so many devices is to purchase the tablets directly from a certified Samsung dealer. My problem: I get the…
Ingmar
  • 1,525
  • 6
  • 34
  • 51
0
votes
1 answer

How to create a single purpose android app for samsung tabs

How can develop a single purpose android app for a Samsung tab which has android lollipop(5.0.2) running on it. Do I need to use any Samsung SDK or in the standard android framework itself provides some methods to achieve this? i.e., User cannot…
0
votes
0 answers

JobScheduler or AlarmManager not triggering on Samsung phones

I am looking for the following requirement. The job has to be triggered from background (even if the phone is locked) periodically every 1 min. I have ignored the battery optimisation by ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS. The job is…
Shuaib Akram
  • 9
  • 1
  • 1
0
votes
1 answer

How to determine a list of Android apps that are in the app drawer

I'm using the Package Manager class to get a list of all installed applications. I tried using the following flags to determine what was a "user app" vs a "system app": ApplicationInfo.FLAG_SYSTEM ApplicationInfo.FLAG_UPDATED_SYSTEM_APP This…
Wesley Bunton
  • 135
  • 1
  • 11
0
votes
1 answer

How to send Samsung knox message using API

How to send Samsung knox message using API? I think it must have some knox message open API, but I found nothing. Is there any knox message API and example? thx
Hailong Li
  • 1,129
  • 1
  • 12
  • 16
0
votes
1 answer

Android application with Samsung KNOX

Is there any other Samsung API available for mobile device management, other than KNOX? Also is it possible to integrate all the KNOX SDK (KNOX premium,KNOX VPN etc...) in to a single application? As there is 1100 API in KNOX standard SDK,how can I…
avim
  • 21
  • 3