Hi,
I tried to enroll Samsung devices by using afw#mobicontrol but it seems like this enrollment method is disabling most of Android & samsung apps like maps, calendar, gallery...
I sent the adb command pm list packages to get all packages from the devices and I tried to add a script like:
enable_system_app com.google.android.youtube
enable_system_app com.sec.android.gallery3d
etc.
But unfortunately, this script (which get more than 100 lines) is not executed on preinstall or postintall application.
Could someone tell me why?
If I try to send this script by using "send script" command it's working.
Thanks for your help.