You shouldn't use adb push at all, you should use adb install to install applications.
Okay, technically you -can- push to /data/app, but this is not the normal way things are installed and doing this can cause inconsistent behavior. And /data/app-private is not anything you should be touching at all. On Sep 9, 10:38 pm, "Max Stirling" <[EMAIL PROTECTED]> wrote: > I was under an impression that we need to push .apk packges to /system/app > > Thnxs for the info. > > /data/app-private is the location for pushing private apps. > > On 9/9/08, Romain Guy <[EMAIL PROTECTED]> wrote: > > > > > Where are you pushing the files? They should be pushed in /data, not > > /system. > > > On Tue, Sep 9, 2008 at 12:29 PM, vic <[EMAIL PROTECTED]> wrote: > > >> i have a few apk packages that I want to push on the emulator. > > >> the push fails saying that the filesystem is a read only file system. > > >> Some background, I built the helloworld and started the emulator. Once > >> the emulator is up I did a adb push which failed since the file system > >> is read only. > > >> Any way of making that filesystem as read write? Or is there a > >> different read write location on the emulator that would be used > >> pushing third party apps? > > > -- > > Romain Guy > >www.curious-creature.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

