我在我的 nexus 7 上使用 ubuntu touch。我昨天(2013 年 10 月 18 日)安装了稳定版本,使用以下命令:
sudo phablet-flash ubuntu-system --no-backup
这已成功在我的 nexus 7 上安装了最新版本。
现在,当我在终端中输入以下代码时:
sudo apt-get dist-upgrade
我收到以下错误:
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
为什么会这样?我可以使用系统设置->更新进行更新。这有什么问题吗?
答案1
你可以试试:
adb shell touch /userdata/.writable_image
adb 重启
我在这个页面上看到:
http://bazaar.launchpad.net/~popey/+junk/phablet-flash-wrapper/view/head:/post-flash.sh