JHandal wrote: > Hi > I got denied permission to open data directory(running Droid 2.01) > Microsoft Windows [Version 6.0.6000] > Copyright (c) 2006 Microsoft Corporation. All rights reserved. > > C:\Users\Juan>adb shell > C:\Users\Juan\Desktop\Android 1.5\android-sdk_r3-windows1\android-sdk- > windows\to > ols>adb devices > * daemon not running. starting it now * > * daemon started successfully * > List of devices attached > 0403683B0C01801F device > > > > > C:\Users\Juan\Desktop\Android 1.5\android-sdk_r3-windows1\android-sdk- > windows\to > ols>adb -s 0403683B0C01801F > Android Debug Bridge version 1.0.25 > > C:\Users\Juan\Desktop\Android 1.5\android-sdk_r3-windows1\android-sdk- > windows\to > ols>adb -s 0403683B0C01801F shell > $ ls -l > ls -l > drwxrwxrwt root root 2010-04-26 10:18 > sqlite_stmt_journals > drw-rw-rw- root root 1969-12-31 19:06 config > drwxrwx--- system cache 2010-04-25 21:37 cache > d---rwxr-x system sdcard_rw 2010-04-26 10:08 sdcard > lrwxrwxrwx root root 2010-04-26 10:07 d -> /sys/ > kernel/debug > lrwxrwxrwx root root 2010-04-26 10:07 etc -> /system/ > etc > drwxr-xr-x root root 2010-04-04 16:35 system > drwxr-xr-x root root 1969-12-31 19:00 sys > drwxr-x--- root root 1969-12-31 19:00 sbin > dr-xr-xr-x root root 1969-12-31 19:00 proc > -rwxr-x--- root root 6226 1969-12-31 19:00 init.sholes.rc > -rwxr-x--- root root 12215 1969-12-31 19:00 init.rc > -rwxr-x--- root root 1677 1969-12-31 19:00 > init.goldfish.rc > -rwxr-x--- root root 103100 1969-12-31 19:00 init > -rw-r--r-- root root 118 1969-12-31 19:00 default.prop > drwxrwx--x system system 2009-11-12 11:29 data > drwx------ root root 2010-03-22 19:20 root > drwxr-xr-x root root 2010-04-26 10:07 dev > $ sqlite .databases > sqlite .databases > sqlite: permission denied > $ cd data > cd data > $ ls-l > ls-l > ls-l: permission denied > $ >
You cannot use adb shell to examine much on an actual device, due to security restrictions -- it is more for use with the emulator. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting: http://commonsware.com/consulting -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

