Hi there..
following the tutorial and help from Erel - read here:
https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/
at step 2:
2. Connect the device to the PC in USB debug mode. Open command line and run the following command:
Replace your.package.name.here with the correct package name.
but getting the following message:
why ?
following the tutorial and help from Erel - read here:
https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/
at step 2:
2. Connect the device to the PC in USB debug mode. Open command line and run the following command:
Replace your.package.name.here with the correct package name.
mvt.client is the name of my package...adb shell dpm set-device-owner mvt.client/anywheresoftware.b4a.objects.AdminReceiver2
but getting the following message:
/system/bin/sh: dpm: not found
why ?