How about try "adb remount" first? 2010/8/28 Anil <[email protected]>
> I had cd-ed to the directory. But anyway, I tried your suggestion and > get 'permission denied'. > > $ adb pull /system/app/Youtube.apk > adb pull /system/app/Youtube.apk > adb: permission denied > > > > On Aug 27, 6:01 pm, "Maps.Huge.Info (Maps API Guru)" > <[email protected]> wrote: > > You have to give it a path. The pull command doesn't know where > > YouTube.apk is located. Try: > > > > adb pull /system/app/YouTube.apk > > > > instead. > > > > -John Coryat > > -- > 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

