dpm set-device-owner com.xxxxx.yyyyy.MyDeviceAdminReceiver 以下のエラーが発生する場合はすべてのアカウント (Gmail、Facebookな ど)を削除 java.lang.IllegalStateException: Not allowed to set the device owner because there are already some accounts on the device 6. ビルドもしくは、DeployGateからアプリEをインストール 7. 起動中の画面で止まってしまった場合 ・パーミッションが付与されていない可能性がある ・端末設定アプリから「電話」のパーミッションを付与する
settings put system screen_off_timeout 0 # ディスプレイ回転無効 adb shell settings put system accelerometer_rotation 0 # 提供元不明のアプリを許可 adb shell settings put secure install_non_market_apps 1 18 setup.sh
settings put secure install_non_market_apps 0 # ディスプレイ回転有効 adb shell settings put system accelerometer_rotation 1 # ディスプレイスリープ1分 adb shell settings put system screen_off_timeout 60000 21 setup.sh