Android普通用户chmod777,android – 即使在我的设备上使用chmod 777之后也无法adb拉数据库...
即使在更改权限后,我也无法从设备中提取数据库.我有根电话.它曾经工作过.我之前可以拉.由于某种未知的原因,我不能.我收到的错误是远程对象’/data/data/com.thuptencho.transitbus/databases/ttc.db’不存在有人知道为什么会这样吗?以下是我在命令窗口中所做的.C:\users\thupten>adb shellshell@android:/ $su
即使在更改权限后,我也无法从设备中提取数据库.我有根电话.
它曾经工作过.我之前可以拉.由于某种未知的原因,我不能.
我收到的错误是
远程对象’/data/data/com.thuptencho.transitbus/databases/ttc.db’不存在
有人知道为什么会这样吗?
以下是我在命令窗口中所做的.
C:\users\thupten>adb shell
shell@android:/ $su
su
root@android:/ # cd /data/data/com.thuptencho.transitbus/databases/
cd /data/data/com.thuptencho.transitbus/databases/
root@android:/data/data/com.thuptencho.transitbus/databases # ls
ls
ttc.db
ttc.db-journal
webview.db
webview.db-journal
webviewCookiesChromium.db
webviewCookiesChromiumPrivate.db
root@android:/data/data/com.thuptencho.transitbus/databases # chmod 755 ttc.db
5 ttc.db <
root@android:/data/data/com.thuptencho.transitbus/databases # chmod 777 ttc.db
7 ttc.db <
root@android:/data/data/com.thuptencho.transitbus/databases # exit
exit
shell@android:/ $exit
exit
C:\users\thupten>adb pull /data/data/com.thuptencho.transitbus/databases/ttc.db
remote object '/data/data/com.thuptencho.transitbus/databases/ttc.db' does not exist
更多推荐
所有评论(0)