【问题标题】:setting android wear watch device owner设置 android wear watch 设备所有者
【发布时间】:2016-04-03 00:56:53
【问题描述】:

我们正在为需要 kiosk 模式的 android 手表(在我的例子中是索尼 3)创建一个应用程序。

使用

adb shell 
dpm set-device-owner com.example/.MyDeviveAdminReceiver

我明白了

Can't set package com.example as device owner.

使用

db shell pm list features

我明白了

feature:reqGlEsVersion=0x20000
feature:android.hardware.bluetooth
feature:android.hardware.bluetooth_le
feature:android.hardware.faketouch
feature:android.hardware.location
feature:android.hardware.location.gps
feature:android.hardware.microphone
feature:android.hardware.screen.portrait
feature:android.hardware.sensor.accelerometer
feature:android.hardware.sensor.compass
feature:android.hardware.sensor.gyroscope
feature:android.hardware.sensor.light
feature:android.hardware.sensor.stepcounter
feature:android.hardware.sensor.stepdetector
feature:android.hardware.touchscreen
feature:android.hardware.touchscreen.multitouch
feature:android.hardware.type.watch
feature:android.hardware.usb.accessory
feature:android.hardware.wifi
feature:android.software.home_screen
feature:android.software.live_wallpaper
feature:android.software.voice_recognizers
feature:com.sonymobile.watch

有没有人有为安卓手表创建设备所有者应用程序的经验?

【问题讨论】:

  • 你找到解决办法了吗?
  • @Taras,不,我没有。

标签: android wear-os kiosk-mode device-owner


【解决方案1】:

没有在可穿戴设备上尝试过这个,但大多数时候我通过adb 设置 DeviceOwner 时出错是由于设备上现有的 google 帐户,这意味着它已经被配置。设备所有者设置要求设备未完全配置。

更多信息:How do you un-provision a device in order to set the Device Owner?

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2021-11-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-04-16
    • 2019-07-17
    • 1970-01-01
    • 2015-07-27
    相关资源
    最近更新 更多