I'm trying to device owner enrollment via QrCode with the example provided by google of Testdpc so I downloaded the APK from the link provided on his repository link and set it on my ISS windows machine then I'm trying to get the CHECKSUM to put it on my Qr-Code json
{
"android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME":"com.afwsamples.testdpc/com.afwsamples.testdpc.DeviceAdminReceiver",
"android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM":"MS4-Pz8gP0VDPy0-P2I-Pz4NClE-Pz80Pz8rPz9zfD8-DQo=",
"android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION":"http://192.168.1.224/TestDPC_8001.apk"
}
I tried the different solutions on the internet V2 V1 but it always returns a different ADMIN_SIGNATURE_CHECKSUM from the ones that are provided in google repository link
so any solution to extract the exact PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM? or extract PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM because it can replace PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM
Instructions:
Follow this instructions correctly and you will get the correct checksum of your apk file. You can try testing checksum for the TestDPC apk file.