I was browsing the Verizon forum and came across a thread about disabling KNOX and OTA. I can't leave the base here for a few hours, so i figured I'd make a friendly tutorial. I have edited the script with some extra packages for KNOX that was listed in the comment. I will also explain how to edit the script to disable packages that you want. I not a programmer or anything. Since everyone uses a different combination of apps I will just explain how to disable the ones you don't want. Of course you will ADB set up for your phone, and USB debugging enabled on your phone. Disabling the package will remove the icon from your phone. It is not uninstalled, just disabled.
How to disable KNOX and the OTA:
1. Simply Download This file
2. Run script as administrator
How to add your own packages to the script to be disabled
1. Go to your ADB (Your ADB maybe in a different location). Hold the CTRL button and right click anywhere in the folder. The submenu will appear, select Open command window here
2. Command Prompt window will appear. Type " adb shell pm list packages -f>> packages.txt. A txt file will be created in your adb folder with all the packages your phone has.
3. Right click on the script you downloaded earlier, on the submenu select edit, a notepad window will appear.
4. Under the list of packages to be disabled, start a new line, type adb shell "pm block. Then go into the packages.txt and select the package you want to disable. Copy and past that package after block and add a double quotation mark at the end of the line.
(NOTE: Before the package name is the apk that the package is for. For this example com.yellowpages.android.ypmobile is for YPMobile_ATT.apk). Repeat for all packages you wish to disable.
5. Save the Script
6. Run the new script as administrator, The package you put in the script will say "true", which means its disabled.
How to disable KNOX and the OTA:
1. Simply Download This file
2. Run script as administrator
Disabled Packages
com.sec.knox.bridge
com.sec.knox.seandroid
com.sec.enterprise.knox.attestation
com.sec.knox.knoxsetupwizardclient
com.samsung.klmsagent
com.samsung.sdm
com.logiagroup.logiadeck
com.policydm
com.sec.knox.app.container
com.sec.knox.containeragent
com.sec.knox.eventsmanager
com.sec.knox.store
com.sec.knox.knoxsetupwizardclient
com.sec.knox.setupwizardstub
com.samsung.knox.rcp.components
How to add your own packages to the script to be disabled
1. Go to your ADB (Your ADB maybe in a different location). Hold the CTRL button and right click anywhere in the folder. The submenu will appear, select Open command window here
2. Command Prompt window will appear. Type " adb shell pm list packages -f>> packages.txt. A txt file will be created in your adb folder with all the packages your phone has.
3. Right click on the script you downloaded earlier, on the submenu select edit, a notepad window will appear.
4. Under the list of packages to be disabled, start a new line, type adb shell "pm block. Then go into the packages.txt and select the package you want to disable. Copy and past that package after block and add a double quotation mark at the end of the line.
(NOTE: Before the package name is the apk that the package is for. For this example com.yellowpages.android.ypmobile is for YPMobile_ATT.apk). Repeat for all packages you wish to disable.
5. Save the Script
6. Run the new script as administrator, The package you put in the script will say "true", which means its disabled.