设置Android Wear手表设备所有者

3
我们正在为安卓手表(我的是Sony 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

有没有人在Android Wear手表上创建过设备所有者应用程序的经验?


你找到解决方案了吗? - Taras
@Taras,没有,我没有。 - elpdspec
1个回答

0
我没有尝试过在可穿戴设备上操作,但是我在通过adb设置DeviceOwner时遇到错误的大多数情况都是由于设备上已经存在Google帐户,这意味着它已经被配置。设备所有者设置要求设备未完全配置。
更多信息:如何取消配置设备以设置设备所有者?

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接