问题描述
我有一个歌Nexus One(植根)和Xoom的(股票,而不是植根)。
我已经在我的Nexus相当长一段时间的发展,没有任何问题。我现在面临一个具有Xoom的,但是,因为它不扎根。
I have a Nexus One (rooted) and a Xoom (stock, not rooted).I have developed on my Nexus for quite some time, without any problems. I'm facing one with the Xoom, however, as it is not rooted.
事实上,我使用的SQLite数据库在我的应用程序,我想他们使用sqlite3的,因为我对我的Nexus做调试。
Indeed, I use sqlite databases in my apps, and I would like to debug them using sqlite3 as I do on my Nexus.
它不起作用!
$ pwd
/
$ id
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009(mount),1011(adb),1015(sdcard_rw),3001(net_b_admin),3002(net_bt),3003(inet)
$ sqlite3 /data/data/org.bicou.newsreader/databases/subscriptions.db
sqlite3: permission denied
我不能!怎么来的?我怎么发展?我敢肯定,我失去了一些东西,但我不知道是什么。
I can't! How come? How am I supposed to develop? I'm sure I'm missing something but I don't know what.
此外,亚行拉并不想拉,和猫/ CP / MV就不能工作。我不想写具体code在我的应用程序只是浏览DB ...
Also, adb pull doesn't want to pull, and cat / cp / mv don't work either. I don't want to write specific code in my app just to browse the DB...
推荐答案
我结束了生根的设备。
(answser输入仅供其标记为接受的)
(answser input only for marking it as accepted)
这篇关于如何访问sqlite的DB的Xoom的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!