Android Question KIOSK APP 2017 UNINSTALL

Dey

Active Member
Licensed User
Longtime User
Hello to all

I have done some tests and it works correctly
now I would like to uninstall application but it is not possible
how can I do?
is it possible to change package name or delete administrator?

adb shell dpm set-device-owneryour.package.name.here/anywheresoftware.b4a.objects.AdminReceiver2

or should I reset device?

Thanks for your help
 

Dey

Active Member
Licensed User
Longtime User
It might be possible somehow without a factory reset. I didn't find any information about that.

We hope that some users will be able to help me
I take this opportunity to thank you for the new version
always a great job
Thank you
 
Upvote 0

Dey

Active Member
Licensed User
Longtime User
reset device!
reset factory!
I can not remove administrator
this is the adb result
G: \ android-sdk \ platform-tools> adb shell dpm set-device-owner b4a.kiosk / anywheresoftware.b4a.objects.AdminReceiver2
java.lang.SecurityException: Neither user 2000 nor current process has com.sec.enterprise.permission.MDM_PROXY_ADMIN_INTERNAL.
at android.os.Parcel.readException (Parcel.java:1540)
at android.os.Parcel.readException (Parcel.java:1493)
at android.app.admin.IDevicePolicyManager $ Stub $ Proxy.setActiveAdmin (IDevicePolicyManager.java:4137)
at com.android.commands.dpm.Dpm.runSetDeviceOwner (Dpm.java:84)
at com.android.commands.dpm.Dpm.onRun (Dpm.java:72)
at com.android.internal.os.BaseCommand.run (BaseCommand.java:47)
at com.android.commands.dpm.Dpm.main (Dpm.java:38)
at com.android.internal.os.RuntimeInit.nativeFinishInit (Native Method)
at com.android.internal.os.RuntimeInit.main (RuntimeInit.java:255)
I do not understand how to change admin app
Thanks for an answer

is it possible to set up more than one app as an administrator?
 
Upvote 0
Top