The built-in applications are located in /system/app. Since /system is mounted read-only you cannot uninstall them unless you mount this file system read-write and even then I'm not sure if they can be uninstalled with adb uninstall... Also, I don't think you can change to read-write on a real device since you don't have root access.
BR Lars Brange On Mar 5, 3:12 pm, shaddu <[email protected]> wrote: > Hello Android, > > We are plannig to write a new music application from scratch. > Also we want to uninstall the built-in music application to ensure > only our application resides on the phone. adb ls /data/app command > doesn't list built-in applications. So, I am unable to uninstall the > built in music application without knowing its name. So, I am getting > a feeling like built in applications uninstallation is handled in > different way. > > Please provide the full command to uninstall built-in music > application. > > Regards, > Shaddu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

