Я использую этот цикл, чтобы попытаться включить его, когда я находится в ботине
Код: Выделить всё
while true; do adb shell pm enable com.android.storagemanager; adb shell pm unhide com.android.storagemanager; sleep 1; done
< /code>
И он показывает эту ошибку < /p>
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
Подробнее здесь: https://stackoverflow.com/questions/797 ... roid-stora
Мобильная версия