Translations:Android/28/en

Материал из SmartPlayer
Версия от 14:03, 17 октября 2024; N.Bloshkin (обсуждение | вклад) (Новая страница: «After connecting, check the device with the command:<br/> $ adb devices <br/> The output should be similar to the following: <br/> File: AdbDevices.jpg <br/> Enable “Device Owner.”<br/> '''For production build:''' <br/> $ adb shell dpm set-device-owner org.smartplayer.android.client/co.displaysolutions.digitalsignage.SPAdminReceiver <br/> '''For development build:''' <br/> $ adb shell dpm set-device-owner org.smartplayer.client.develop/co.displaysolu...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

After connecting, check the device with the command:
$ adb devices
The output should be similar to the following:

Enable “Device Owner.”
For production build:
$ adb shell dpm set-device-owner org.smartplayer.android.client/co.displaysolutions.digitalsignage.SPAdminReceiver
For development build:
$ adb shell dpm set-device-owner org.smartplayer.client.develop/co.displaysolutions.digitalsignage.SPAdminReceiver