Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't works on Android 13 emulator #37

Open
kslcsdalsadg opened this issue Sep 8, 2023 · 0 comments
Open

Don't works on Android 13 emulator #37

kslcsdalsadg opened this issue Sep 8, 2023 · 0 comments

Comments

@kslcsdalsadg
Copy link

kslcsdalsadg commented Sep 8, 2023

When I try to exec into A13 emulator the app doesn't work and a crash is displayed at the logcat.
Same error is displayed at Wasted app if I try to use it...

[CODE]

I DevicePolicyManager: wipeDataWithReason(Your work profile is no longer available on this device): admin=com.android.server.devicepolicy.ActiveAdmin@8bf87cc, user=0
I FactoryResetter: factoryReset(): reason=DevicePolicyManager.wipeDataWithReason() from me.lucky.duress/.admin.DeviceAdminReceiver, organization-owned? false, shutdown=false, force=true, wipeEuicc=false, wipeAdoptableStorage=false, wipeFRP=false
I RecoverySystem: Skip removing eUICC invisible profiles as it is not provisioned.
I init : starting service 'setup-bcb'...
I init : Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000
I init : Control message: Processed ctl.start for 'setup-bcb' from pid: 540 (system_server)
I uncrypt : received command: [--wipe_data
I uncrypt : --reason=DevicePolicyManager.wipeDataWithReason() from me.lucky.duress/.admin.DeviceAdminReceiver, organization-owned? false,2023-09-08T18:48:06Z
I uncrypt : --locale=en-US
I uncrypt : ] (173)
E uncrypt : failed to set bootloader message: failed to find /misc partition
E RecoverySystemService: uncrypt failed with status: -1
W DevicePolicyManager: Failed requesting data wipe
W DevicePolicyManager: java.io.IOException: Reboot failed (no permissions?)
W DevicePolicyManager: at android.os.RecoverySystem.bootCommand(RecoverySystem.java:1300)
W DevicePolicyManager: at android.os.RecoverySystem.rebootWipeUserData(RecoverySystem.java:998)
W DevicePolicyManager: at com.android.server.devicepolicy.FactoryResetter.factoryResetInternalUnchecked(FactoryResetter.java:141)
W DevicePolicyManager: at com.android.server.devicepolicy.FactoryResetter.factoryReset(FactoryResetter.java:64)
W DevicePolicyManager: at com.android.server.devicepolicy.DevicePolicyManagerService$Injector.recoverySystemRebootWipeUserData(DevicePolicyManagerService.java:1549)
W DevicePolicyManager: at com.android.server.devicepolicy.DevicePolicyManagerService.forceWipeDeviceNoLock(DevicePolicyManagerService.java:6747)
W DevicePolicyManager: at com.android.server.devicepolicy.DevicePolicyManagerService.lambda$wipeDataNoLock$47$DevicePolicyManagerService(DevicePolicyManagerService.java:6984)
W DevicePolicyManager: at com.android.server.devicepolicy.DevicePolicyManagerService$$ExternalSyntheticLambda12.runOrThrow(Unknown Source:12)
W DevicePolicyManager: at android.os.Binder.withCleanCallingIdentity(Binder.java:390)
W DevicePolicyManager: at com.android.server.devicepolicy.DevicePolicyManagerService$Injector.binderWithCleanCallingIdentity(DevicePolicyManagerService.java:1519)
W DevicePolicyManager: at com.android.server.devicepolicy.DevicePolicyManagerService.wipeDataNoLock(DevicePolicyManagerService.java:6968)
W DevicePolicyManager: at com.android.server.devicepolicy.DevicePolicyManagerService.wipeDataWithReason(DevicePolicyManagerService.java:6912)
W DevicePolicyManager: at android.app.admin.IDevicePolicyManager$Stub.onTransact(IDevicePolicyManager.java:3385)
W DevicePolicyManager: at android.os.Binder.execTransactInternal(Binder.java:1179)
W DevicePolicyManager: at android.os.Binder.execTransact(Binder.java:1143)
I uncrypt : received 0, exiting now

[/CODE]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant