Thanks Mark and brs for your answers. Uninstall works. I wonder why I never thought of that :) sd
On Sat, Nov 1, 2008 at 5:06 AM, brs <[EMAIL PROTECTED]> wrote: > > > > On Nov 1, 1:05 am, sd <[EMAIL PROTECTED]> wrote: > > I am able to delete my app on the emulator either using adb or the > > file explorer on ddms. However, I have been having trouble deleting > > my app on G1. I get 'permission denied' when I use adb to browse the > > data directory. I cannot expand the 'data' folder on the file explorer > > either. > > > > You can always delete any installed app from the phone itself using > "Application settings -> Manage applications -> <app name>" from the > settings menu and click Uninstall on the Application Info page. > > Reading the data folder on the device requires a level of permission, > which neither adb nor any installed application has - which prevents > applications from maliciously or accidentally corrupting each other or > the system or accessing sensitive data. > > However you should be able to uninstall an application using "adb > <package-name>". > > Bernhard > > > Any ideas what I am missing? > > > > Thanks in advance for your help! > > sd > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

