אפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8)
-
אם מישהו יכול לעזור לי למצוא מה הבעיה
אני עשיתי לפי ההוראות למעלה ולא מצליח לתת הרשאה לאפליקציה עם adb אני לא יודע להעלות לכאן צילום מסך -
מכשיר חדש עבר הרגע עידכון לאנדרואיד 16.
זה השגיאה שהוא מראה:
Microsoft Windows [Version 10.0.26100.7171]
(c) Microsoft Corporation. All rights reserved.C:\Users\lama baiti\Desktop\adb>adb shell
a53x:/ $ exitC:\Users\lama baiti\Desktop\adb>adb install "C:\Users\lama baiti\Downloads\app-release.apk"
SuccessC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm list
Unknown command: list
Usage:
help
Prints this help text.is-operation-safe <OPERATION_ID>
Checks if the give operation is safeis-operation-safe-by-reason <REASON_ID>
Checks if the operations are safe for the given reasonset-operation-safe <OPERATION_ID> <REASON_ID>
Emulates the result of the next call to check if the given operation is safelist-owners
Lists the device / profile owners per userlist-policy-exempt-apps
Lists the apps that are exempt from policiesset-active-admin [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin for an existing user.set-device-owner [ --user <USER_ID> | current EXPERIMENTAL ] [ --device-owner-only ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin, and its package as device owner.set-profile-owner [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin and profile owner for an existing user.remove-active-admin [ --user <USER_ID> | current ] <COMPONENT>
Disables an active admin, the admin must have declared android:testOnly in the application in its manifest. This will also remove device and profile owners.clear-freeze-period-record
Clears framework-maintained record of past freeze periods that the device went through. For use during feature development to prevent triggering restriction on setting freeze periods.force-network-logs
Makes all network logs available to the DPC and triggers DeviceAdminReceiver.onNetworkLogsAvailable() if needed.force-security-logs
Makes all security logs available to the DPC and triggers DeviceAdminReceiver.onSecurityLogsAvailable() if needed.mark-profile-owner-on-organization-owned-device [ --user <USER_ID> | current ] <COMPONENT>
Marks the profile owner of the given user as managing an organization-owneddevice. That will give it access to device identifiers (such as serial number, IMEI and MEID), as well as other privileges.C:\Users\lama baiti\Desktop\adb>adb shell dpm list-owners
no ownersC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>
-
מכשיר חדש עבר הרגע עידכון לאנדרואיד 16.
זה השגיאה שהוא מראה:
Microsoft Windows [Version 10.0.26100.7171]
(c) Microsoft Corporation. All rights reserved.C:\Users\lama baiti\Desktop\adb>adb shell
a53x:/ $ exitC:\Users\lama baiti\Desktop\adb>adb install "C:\Users\lama baiti\Downloads\app-release.apk"
SuccessC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm list
Unknown command: list
Usage:
help
Prints this help text.is-operation-safe <OPERATION_ID>
Checks if the give operation is safeis-operation-safe-by-reason <REASON_ID>
Checks if the operations are safe for the given reasonset-operation-safe <OPERATION_ID> <REASON_ID>
Emulates the result of the next call to check if the given operation is safelist-owners
Lists the device / profile owners per userlist-policy-exempt-apps
Lists the apps that are exempt from policiesset-active-admin [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin for an existing user.set-device-owner [ --user <USER_ID> | current EXPERIMENTAL ] [ --device-owner-only ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin, and its package as device owner.set-profile-owner [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin and profile owner for an existing user.remove-active-admin [ --user <USER_ID> | current ] <COMPONENT>
Disables an active admin, the admin must have declared android:testOnly in the application in its manifest. This will also remove device and profile owners.clear-freeze-period-record
Clears framework-maintained record of past freeze periods that the device went through. For use during feature development to prevent triggering restriction on setting freeze periods.force-network-logs
Makes all network logs available to the DPC and triggers DeviceAdminReceiver.onNetworkLogsAvailable() if needed.force-security-logs
Makes all security logs available to the DPC and triggers DeviceAdminReceiver.onSecurityLogsAvailable() if needed.mark-profile-owner-on-organization-owned-device [ --user <USER_ID> | current ] <COMPONENT>
Marks the profile owner of the given user as managing an organization-owneddevice. That will give it access to device identifiers (such as serial number, IMEI and MEID), as well as other privileges.C:\Users\lama baiti\Desktop\adb>adb shell dpm list-owners
no ownersC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>
@למה-באתי כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8):
מכשיר חדש עבר הרגע עידכון לאנדרואיד 16.
זה השגיאה שהוא מראה:
Microsoft Windows [Version 10.0.26100.7171]
(c) Microsoft Corporation. All rights reserved.C:\Users\lama baiti\Desktop\adb>adb shell
a53x:/ $ exitC:\Users\lama baiti\Desktop\adb>adb install "C:\Users\lama baiti\Downloads\app-release.apk"
SuccessC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm list
Unknown command: list
Usage:
help
Prints this help text.is-operation-safe <OPERATION_ID>
Checks if the give operation is safeis-operation-safe-by-reason <REASON_ID>
Checks if the operations are safe for the given reasonset-operation-safe <OPERATION_ID> <REASON_ID>
Emulates the result of the next call to check if the given operation is safelist-owners
Lists the device / profile owners per userlist-policy-exempt-apps
Lists the apps that are exempt from policiesset-active-admin [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin for an existing user.set-device-owner [ --user <USER_ID> | current EXPERIMENTAL ] [ --device-owner-only ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin, and its package as device owner.set-profile-owner [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin and profile owner for an existing user.remove-active-admin [ --user <USER_ID> | current ] <COMPONENT>
Disables an active admin, the admin must have declared android:testOnly in the application in its manifest. This will also remove device and profile owners.clear-freeze-period-record
Clears framework-maintained record of past freeze periods that the device went through. For use during feature development to prevent triggering restriction on setting freeze periods.force-network-logs
Makes all network logs available to the DPC and triggers DeviceAdminReceiver.onNetworkLogsAvailable() if needed.force-security-logs
Makes all security logs available to the DPC and triggers DeviceAdminReceiver.onSecurityLogsAvailable() if needed.mark-profile-owner-on-organization-owned-device [ --user <USER_ID> | current ] <COMPONENT>
Marks the profile owner of the given user as managing an organization-owneddevice. That will give it access to device identifiers (such as serial number, IMEI and MEID), as well as other privileges.C:\Users\lama baiti\Desktop\adb>adb shell dpm list-owners
no ownersC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>
[11:48:22] המכשיר מחובר ומוכן
[11:48:26] התקנת TripleU MDM... (0%)
[11:48:26] מוריד את TripleU MDM...
[11:48:30] מבצע פקודות לאחר התקנה עבור TripleU MDM...
[11:48:30] ממתין לרישום רכיבי האפליקציה...
[11:48:32] זוהתה פקודת ניהול המכשיר - ממתין לרישום רכיב...
[11:48:35] רץ: dpm set-device-owner "com.tripleu.mdm/.a"
אירעה חריגה בעת ביצוע 'set-device-owner':
java.lang.RuntimeException: לא ניתן להגדיר את החבילה ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} כבעלים של המכשיר.
ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
ב-com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
ב-com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
ב- android.os.ShellCommand.exec (ShellCommand.java:38)
ב-com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
בכתובת android.os.Binder.shellCommand(Binder.java:1187)
ב- android.os.Binder.onTransact (Binder.java:979)
ב- android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
ב- android.os.Binder.execTransactInternal(Binder.java:1462)
ב- android.os.Binder.execTransact(Binder.java:1401)
[11:48:36] הפקודה נכשלה: dpm set-device-owner "com.tripleu.mdm/.a" - אירעה חריגה בעת ביצוע 'set-device-owner': java.lang.RuntimeException: לא ניתן להגדיר את החבילה ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} כבעלים של ההתקן. ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118) ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360) ב- com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97) ב- android.os.ShellCommand.exec(ShellCommand.java:38) ב- com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13) ב- android.os.Binder.shellCommand(Binder.java:1187) ב- android.os.Binder.onTransact(Binder.java:979) ב- android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010) ב- android.os.Binder.execTransactInternal(Binder.java:1462) ב- android.os.Binder.execTransact(Binder.java:1401)
[11:48:36] רץ: pm grant com.tripleu.mdm android.permission.WRITE_SECURE_SETTINGS
[11:48:37] הגדרת TripleU MDM לאחר ההתקנה הושלמה
[11:48:37] ההתקנה הושלמה (100%)
[11:48:37] התקנת TripleU MDM בהצלחה
[11:48:37] TripleU MDM הותקן בהצלחה -
@למה-באתי כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8):
מכשיר חדש עבר הרגע עידכון לאנדרואיד 16.
זה השגיאה שהוא מראה:
Microsoft Windows [Version 10.0.26100.7171]
(c) Microsoft Corporation. All rights reserved.C:\Users\lama baiti\Desktop\adb>adb shell
a53x:/ $ exitC:\Users\lama baiti\Desktop\adb>adb install "C:\Users\lama baiti\Downloads\app-release.apk"
SuccessC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm list
Unknown command: list
Usage:
help
Prints this help text.is-operation-safe <OPERATION_ID>
Checks if the give operation is safeis-operation-safe-by-reason <REASON_ID>
Checks if the operations are safe for the given reasonset-operation-safe <OPERATION_ID> <REASON_ID>
Emulates the result of the next call to check if the given operation is safelist-owners
Lists the device / profile owners per userlist-policy-exempt-apps
Lists the apps that are exempt from policiesset-active-admin [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin for an existing user.set-device-owner [ --user <USER_ID> | current EXPERIMENTAL ] [ --device-owner-only ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin, and its package as device owner.set-profile-owner [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin and profile owner for an existing user.remove-active-admin [ --user <USER_ID> | current ] <COMPONENT>
Disables an active admin, the admin must have declared android:testOnly in the application in its manifest. This will also remove device and profile owners.clear-freeze-period-record
Clears framework-maintained record of past freeze periods that the device went through. For use during feature development to prevent triggering restriction on setting freeze periods.force-network-logs
Makes all network logs available to the DPC and triggers DeviceAdminReceiver.onNetworkLogsAvailable() if needed.force-security-logs
Makes all security logs available to the DPC and triggers DeviceAdminReceiver.onSecurityLogsAvailable() if needed.mark-profile-owner-on-organization-owned-device [ --user <USER_ID> | current ] <COMPONENT>
Marks the profile owner of the given user as managing an organization-owneddevice. That will give it access to device identifiers (such as serial number, IMEI and MEID), as well as other privileges.C:\Users\lama baiti\Desktop\adb>adb shell dpm list-owners
no ownersC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>
[11:48:22] המכשיר מחובר ומוכן
[11:48:26] התקנת TripleU MDM... (0%)
[11:48:26] מוריד את TripleU MDM...
[11:48:30] מבצע פקודות לאחר התקנה עבור TripleU MDM...
[11:48:30] ממתין לרישום רכיבי האפליקציה...
[11:48:32] זוהתה פקודת ניהול המכשיר - ממתין לרישום רכיב...
[11:48:35] רץ: dpm set-device-owner "com.tripleu.mdm/.a"
אירעה חריגה בעת ביצוע 'set-device-owner':
java.lang.RuntimeException: לא ניתן להגדיר את החבילה ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} כבעלים של המכשיר.
ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
ב-com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
ב-com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
ב- android.os.ShellCommand.exec (ShellCommand.java:38)
ב-com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
בכתובת android.os.Binder.shellCommand(Binder.java:1187)
ב- android.os.Binder.onTransact (Binder.java:979)
ב- android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
ב- android.os.Binder.execTransactInternal(Binder.java:1462)
ב- android.os.Binder.execTransact(Binder.java:1401)
[11:48:36] הפקודה נכשלה: dpm set-device-owner "com.tripleu.mdm/.a" - אירעה חריגה בעת ביצוע 'set-device-owner': java.lang.RuntimeException: לא ניתן להגדיר את החבילה ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} כבעלים של ההתקן. ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118) ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360) ב- com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97) ב- android.os.ShellCommand.exec(ShellCommand.java:38) ב- com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13) ב- android.os.Binder.shellCommand(Binder.java:1187) ב- android.os.Binder.onTransact(Binder.java:979) ב- android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010) ב- android.os.Binder.execTransactInternal(Binder.java:1462) ב- android.os.Binder.execTransact(Binder.java:1401)
[11:48:36] רץ: pm grant com.tripleu.mdm android.permission.WRITE_SECURE_SETTINGS
[11:48:37] הגדרת TripleU MDM לאחר ההתקנה הושלמה
[11:48:37] ההתקנה הושלמה (100%)
[11:48:37] התקנת TripleU MDM בהצלחה
[11:48:37] TripleU MDM הותקן בהצלחה -
@למה-באתי כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8):
מכשיר חדש עבר הרגע עידכון לאנדרואיד 16.
זה השגיאה שהוא מראה:
Microsoft Windows [Version 10.0.26100.7171]
(c) Microsoft Corporation. All rights reserved.C:\Users\lama baiti\Desktop\adb>adb shell
a53x:/ $ exitC:\Users\lama baiti\Desktop\adb>adb install "C:\Users\lama baiti\Downloads\app-release.apk"
SuccessC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm list
Unknown command: list
Usage:
help
Prints this help text.is-operation-safe <OPERATION_ID>
Checks if the give operation is safeis-operation-safe-by-reason <REASON_ID>
Checks if the operations are safe for the given reasonset-operation-safe <OPERATION_ID> <REASON_ID>
Emulates the result of the next call to check if the given operation is safelist-owners
Lists the device / profile owners per userlist-policy-exempt-apps
Lists the apps that are exempt from policiesset-active-admin [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin for an existing user.set-device-owner [ --user <USER_ID> | current EXPERIMENTAL ] [ --device-owner-only ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin, and its package as device owner.set-profile-owner [ --user <USER_ID> | current ] [ --provisioning-context <PROVISIONING_CONTEXT>] <COMPONENT>
Sets the given component as active admin and profile owner for an existing user.remove-active-admin [ --user <USER_ID> | current ] <COMPONENT>
Disables an active admin, the admin must have declared android:testOnly in the application in its manifest. This will also remove device and profile owners.clear-freeze-period-record
Clears framework-maintained record of past freeze periods that the device went through. For use during feature development to prevent triggering restriction on setting freeze periods.force-network-logs
Makes all network logs available to the DPC and triggers DeviceAdminReceiver.onNetworkLogsAvailable() if needed.force-security-logs
Makes all security logs available to the DPC and triggers DeviceAdminReceiver.onSecurityLogsAvailable() if needed.mark-profile-owner-on-organization-owned-device [ --user <USER_ID> | current ] <COMPONENT>
Marks the profile owner of the given user as managing an organization-owneddevice. That will give it access to device identifiers (such as serial number, IMEI and MEID), as well as other privileges.C:\Users\lama baiti\Desktop\adb>adb shell dpm list-owners
no ownersC:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner com.tripleu.mdm/.a
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>adb shell dpm set-device-owner "com.tripleu.mdm/.a"
Exception occurred while executing 'set-device-owner':
java.lang.RuntimeException: Can't set package ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} as device owner.
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
at com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
at com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
at android.os.ShellCommand.exec(ShellCommand.java:38)
at com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
at android.os.Binder.shellCommand(Binder.java:1187)
at android.os.Binder.onTransact(Binder.java:979)
at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
at android.os.Binder.execTransactInternal(Binder.java:1462)
at android.os.Binder.execTransact(Binder.java:1401)C:\Users\lama baiti\Desktop\adb>
[11:48:22] המכשיר מחובר ומוכן
[11:48:26] התקנת TripleU MDM... (0%)
[11:48:26] מוריד את TripleU MDM...
[11:48:30] מבצע פקודות לאחר התקנה עבור TripleU MDM...
[11:48:30] ממתין לרישום רכיבי האפליקציה...
[11:48:32] זוהתה פקודת ניהול המכשיר - ממתין לרישום רכיב...
[11:48:35] רץ: dpm set-device-owner "com.tripleu.mdm/.a"
אירעה חריגה בעת ביצוע 'set-device-owner':
java.lang.RuntimeException: לא ניתן להגדיר את החבילה ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} כבעלים של המכשיר.
ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118)
ב-com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360)
ב-com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97)
ב- android.os.ShellCommand.exec (ShellCommand.java:38)
ב-com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13)
בכתובת android.os.Binder.shellCommand(Binder.java:1187)
ב- android.os.Binder.onTransact (Binder.java:979)
ב- android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010)
ב- android.os.Binder.execTransactInternal(Binder.java:1462)
ב- android.os.Binder.execTransact(Binder.java:1401)
[11:48:36] הפקודה נכשלה: dpm set-device-owner "com.tripleu.mdm/.a" - אירעה חריגה בעת ביצוע 'set-device-owner': java.lang.RuntimeException: לא ניתן להגדיר את החבילה ComponentInfo{com.tripleu.mdm/com.tripleu.mdm.a} כבעלים של ההתקן. ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.runSetDeviceOwner(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:118) ב- com.android.server.devicepolicy.DevicePolicyManagerServiceShellCommand.onCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:360) ב- com.android.modules.utils.BasicShellCommandHandler.exec(BasicShellCommandHandler.java:97) ב- android.os.ShellCommand.exec(ShellCommand.java:38) ב- com.android.server.devicepolicy.DevicePolicyManagerService.onShellCommand(qb/102470703 e7817bac76d93f4df35e165dbeb2a38716b2b26541c80ff062f0e320d71eb56e:13) ב- android.os.Binder.shellCommand(Binder.java:1187) ב- android.os.Binder.onTransact(Binder.java:979) ב- android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:7010) ב- android.os.Binder.execTransactInternal(Binder.java:1462) ב- android.os.Binder.execTransact(Binder.java:1401)
[11:48:36] רץ: pm grant com.tripleu.mdm android.permission.WRITE_SECURE_SETTINGS
[11:48:37] הגדרת TripleU MDM לאחר ההתקנה הושלמה
[11:48:37] ההתקנה הושלמה (100%)
[11:48:37] התקנת TripleU MDM בהצלחה
[11:48:37] TripleU MDM הותקן בהצלחה -
@eladi כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8):
ולא מצליח
מה אתה לא מצליח?
איפה נתקעת?@הסקרן כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8):
@eladi כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8):
ולא מצליח
מה אתה לא מצליח?
איפה נתקעת?
נתתי במכשיר ניפוי באגים
חיברתי למחשב פתחתי adb כמנהל ואת הפקודות ב shell
נראה שזה עובד אבל במכשיר הוא עדיין כותב שהוא צריך הרשאה של בעל המכשיר.. -
@pinir כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.7):
אני יודע שהם מתקינים את החסימה שלהם בלי להסיר את החשבונות מהמכשיר
לא לא לא. האמת היא שאתה לא צריך להוריד חשבונות מהמכשיר. נגיד שיש לך חשבונות גוגל - אתה משבית בהגדרות את שירותי Google Play או מריץ בשורת הפקודה:
adb shell pm disable-user --user 0 com.google.android.gms
אז אתה מריץ את הפקודה dpm set device owner ואז אתה מפעיל מחדש את האפליקציה שמחזיקה את החשבון. כשמתקינים את MBSmart, יש להם קובץ batch שמשתמש ב-adb כדי להריץ את הפקודות באופן אוטומטי. האתר אמור גם לעשות את זה אבל בעדכון האחרון משהו התקלקל. בתקווה שכשיהיה לי זמן אתקן את זה. אני מאוד עסוק לאחרונה כי קיבלתי כמה עבודות (אולי בגלל שהם ראו מה עשיתי עם הפרויקטים החינמיים שלי...)בכל מקרה, אז כן, חשבון וואטסאפ? תעשה pm disable whatsapp - או בהגדרות>אפליקציות>WhatsApp->השבת WhatsApp - הרץ פקודה וכו'.
@לא-מתייאש אתה יכול לעדכן את KDroid Installer שיעשה בדיוק את הפריצה הזו גם כן...
תהנו חבר'ה ולי לילה טוב...
@TripleU כתב באפליקציית ניהול וחסימה לאנדרואיד: TripleU MDM (גרסה v3.8):
האתר אמור גם לעשות את זה אבל בעדכון האחרון משהו התקלקל.
סידרת את זה?
הרצתי את הסקריפט באתר אבל האפליקציה לא קיבלה הרשאות מנהל מכשיר ובעל מכשיר. -
ע עומר התייחס לנושא זה
-
@למה-באתי אבל למה להעתיק טקסט כזה ארוך ולא לשים בספוילר???
לגוף השאלה, תנסה לבצע הפעלה מחדש ואז שוב פעם@שניאור-שמח גם אני נתקל בשגיאה הזו.
הפעלתי מחדש ולא עזר, זה מה שאני מקבל
(התקנתי את זה על 3 טאבלטים והכל עבד מעולה, עכשיו אני רוצה לעשות את זה על רדמי נוט 11 שפירמטתי אותו אישרתי ניפוי באגים והוא לא נותן)

-
@שניאור-שמח גם אני נתקל בשגיאה הזו.
הפעלתי מחדש ולא עזר, זה מה שאני מקבל
(התקנתי את זה על 3 טאבלטים והכל עבד מעולה, עכשיו אני רוצה לעשות את זה על רדמי נוט 11 שפירמטתי אותו אישרתי ניפוי באגים והוא לא נותן)

-
טאונשיפ mod מישהו יכול להוריד לי ?