Hi there,

I am trying to debug some things on a real G1 device, but the shell
doesnt have the permissions to do what I'm trying.

http://code.google.com/android/reference/adb.html#sqlite documents how
to examine a database, however this is one of the things I cannot do
on a real device.

$ id
id
uid=2000(shell) gid=2000(shell)
groups=1003(graphics),1004(input),1007(log),1011(adb),3003(inet)

$ sqlite3 /data/data/..../application.db
sqlite3
sqlite3: permission denied

Is there something in particular that I need to do in order to get
system level privileges via the adb shell?

Many thanks in advance
--
Brad.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to