Executes the following shell scripts:
- /system/bin/netcfg
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.ACCESS_CACHE_FILESYSTEM
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.ACCESS_COARSE_LOCATION
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.ACCESS_FINE_LOCATION
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.ACCESS_NETWORK_STATE
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.ACCESS_WIFI_STATE
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.BLUETOOTH
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.BLUETOOTH_ADMIN
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.BROADCAST_PACKAGE_REMOVED
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.BROADCAST_STICKY
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.CALL_PHONE
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.CAMERA
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.CHANGE_COMPONENT_ENABLED_STATE
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.CHANGE_NETWORK_STATE
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.CLEAR_APP_USER_DATA
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.DELETE_CACHE_FILES
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.DELETE_PACKAGES
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.DEVICE_POWER
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.FILTER_EVENTS
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.FORCE_STOP_PACKAGES
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.GET_ACCOUNTS
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.GET_TASKS
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.INJECT_EVENTS
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.INTERACT_ACROSS_USERS_FULL
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.INTERNET
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.KILL_BACKGROUND_PROCESSES
- app_process /system/bin com.android.commands.pm.Pm grant <Package> android.permission.MANAGE_DEVICE_ADMINS
- app_process /system/bin com.android.commands.pm.Pm grant com.nix android.permission.ACCESS_FINE_LOCATION
- app_process /system/bin com.android.commands.pm.Pm grant com.nix android.permission.CAMERA
- app_process /system/bin com.android.commands.pm.Pm grant com.nix android.permission.READ_CONTACTS
- app_process /system/bin com.android.commands.pm.Pm grant com.nix android.permission.READ_EXTERNAL_STORAGE
- app_process /system/bin com.android.commands.pm.Pm grant com.nix android.permission.READ_PHONE_STATE
- app_process /system/bin com.android.commands.pm.Pm grant com.nix android.permission.READ_SMS
- app_process /system/bin com.android.commands.pm.Pm install /storage/emulated/0/nixagent.apk
- app_process /system/bin com.android.commands.pm.Pm install /storage/emulated/0/surelock.apk
- exit
- pm grant <Package> android.permission.ACCESS_CACHE_FILESYSTEM
- pm grant com.nix android.permission.ACCESS_FINE_LOCATION
- pm install "/storage/emulated/0/nixagent.apk"
- pm install "/storage/emulated/0/surelock.apk"
- sh
Uses administrator priveleges.
Accesses the ITelephony private interface.
Gets information about network.
Gets information about phone status (number, IMEI, etc.).
Gets information about active device administrators.
Gets information about installed apps.
Displays its own windows over windows of other apps.
Parses information from SMS.
Requests the system alert window permission.