$ pwd pwd / $ adb pull /system/app/YouTube.apk YouTube.apk adb pull /system/app/YouTube.apk YouTube.apk adb: permission denied $ ls -l /system/app/YouTube.apk ls -l /system/app/YouTube.apk -rw-r--r-- root root 622732 2010-05-10 08:30 YouTube.apk
Same error. It is present. Does the phone have to be rooted? On Aug 29, 2:58 pm, Dianne Hackborn <[email protected]> wrote: > "adb pull /system/app/YouTube.apk YouTube.apk" will work, I guarantee you. > (As long as YouTube.apk actually exists at all.) > > There is something causing problems that is not in what you are posting. > > > > On Sun, Aug 29, 2010 at 10:53 AM, Anil <[email protected]> wrote: > > $ adb remount > > adb remount > > adb: permission denied > > > On Aug 29, 12:06 pm, lee dallas <[email protected]> wrote: > > > 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]> > > <android-developers%[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]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. -- 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

