我正在嘗試在我的 Nexus 7 上安裝 Ubuntu Touch這些說明。平板電腦重新啟動後,它卡在了 Google 螢幕上。文章說If the deploy fails (example: boots to black screen), try wiping the
/datapartition on your device and redeploy.
我使用ClockworkMod Recovery 來擦除/data。當我運行時,phablet-flash ubuntu-system --channel devel --no-backup
它說我沒有執行此操作的權限。我進入 cwm 並點擊“修復權限”,它做了同樣的事情。當我運行時adb devices
它返回:List of devices attached ???????????? no permissions
。
答案1
我透過使用命令殺死 adb 伺服器來修復我的權限
sudo adb kill-server
並重新啟動它
sudo adb start-server
然後我的平板電腦顯示為sudo adb devices
。
我發現這個https://stackoverflow.com/questions/14460656/android-debug-bridge-adb-device-no-permissions