cosu icon indicating copy to clipboard operation
cosu copied to clipboard

Build Applications for Single-Use Devices

Results 14 cosu issues
Sort by recently updated
recently updated
newest added

I followed step 3 in the tutorial and things worked fine so far. When I rebooted the device from the locked activity, it also correctly boots again into the locked...

I am getting **Unexpected @ProvisioningPreCondition** error on some devices (API 28) when set ` adb shell dpm set-device-owner` . Does any guys meet this issue? Any help would be greatly...

essue: this app has not been whitelisted to start lock task mode

Everything work well when I follow the guide.However when I try to build my own COSU application, CMD give me this exception after I write adb command: ``` adb shell...

I'm running it on android 8 and 6 emulator and on both of them the START LOCK TASK MODE button is disabled

# Issue `cosu_codelab_complete` does not launch on device restart, even after pinning the app. I've found a 2 step solution. I'm fairly confident about the first step, but the second...

After installing the cosu comple app, once i run the command adb shell dpm set-device-owner com.google.codelabs.cosu/.DeviceAdminReceiver I get the following error Trying to set device owner but device is already...

When i run the complete version, the home and back buttons take the app out of lock task mode. The only version that works for me is when TestDPC is...

The guide says > Start by adding two new member variables to our MainActivity under "private DevicePolicyManager mDevicePolicyManager;" as follows: In reality this should be `public DevicePolicyManager mDevicePolicyManager;`

as we run the application, we set it as device owner from command line, how do i get this done for production, after we complete the app and want my...