Re: [android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-29 Thread lee dallas
How about try adb remount first? 2010/8/28 Anil anil.r...@gmail.com 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,

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-29 Thread Anil
$ adb remount adb remount adb: permission denied On Aug 29, 12:06 pm, lee dallas mswplandr...@gmail.com wrote: How about try adb remount first? 2010/8/28 Anil anil.r...@gmail.com I had cd-ed to the directory. But anyway, I tried your suggestion and get 'permission denied'. $ adb pull

Re: [android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-29 Thread Dianne Hackborn
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 anil.r...@gmail.com wrote: $ adb remount adb remount adb:

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-29 Thread Anil
$ 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

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-29 Thread Maps.Huge.Info (Maps API Guru)
The device doesn't have to be rooted in order to get the apk's off the thing. I've done it with every device I have (Evo, Droid, N1, Magic) and none are rooted and have the standard os installed. As Dianne commented, you must have something else going on. I think I see it. You're running adb

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-29 Thread Anil
Yes! thanks! :) On Aug 29, 3:50 pm, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: I think I see it. You're running adb shell. Do the pull command from the PC's command line, not from shell in adb. -John Coryat -- You received this message because you are subscribed to the Google

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-28 Thread Anil
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) cor...@gmail.com wrote: You have to give it a path. The

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-28 Thread Maps.Huge.Info (Maps API Guru)
It worked on my Nexus One. What device are you using and are you sure that apk is actually on the device? -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 android-developers@googlegroups.com

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-28 Thread Anil
HTC MyTouch Slide. Yes, I can see the YouTube.apk from adb shell. On Aug 28, 9:40 am, Maps.Huge.Info (Maps API Guru) cor...@gmail.com wrote: It worked on my Nexus One. What device are you using and are you sure that apk is actually on the device? -John Coryat -- You received this message

[android-developers] Re: permission denied when trying to pull apk from phone to computer

2010-08-27 Thread Maps.Huge.Info (Maps API Guru)
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