Application data on a real device is secured from other applications by using Linux file and directory permissions. Adb runs neither as root, nor as your application's user id.
If you really need to look at your data files, create them on the memory card (maybe just for debugging). Memory cards use fat32, and so do not have permissions and can be accessed without limitations. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 24.09.2010 0:14 пользователь "John Gaby" <[email protected]> написал: I have just started testing my application on a real device. Why can't I see my application data on the device using DDMS like I can on the emulator? Thanks -- 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]<android-developers%[email protected]> For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- 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

