[android-developers] Re: ADB PUSH ERROR - failed to copy 'D:\xxx\Android.jpg' to '/Download': Read-only file system

2013-10-11 Thread Sreedhar Reddy V
Notes i found: By seeing the error i thought that the device is Not at all detected by pc. But the device is mounted and shown clearly in my computer. I also thought that my computer USB ports are disabled by my company,for security reasonsing order to avoid copying file to

Re: [android-developers] Re: ADB PUSH ERROR - failed to copy 'D:\xxx\Android.jpg' to '/Download': Read-only file system

2013-10-11 Thread Baodong Chen
try adb push D:\\Android.jpg /sdcard/Download On Fri, Oct 11, 2013 at 3:32 PM, Sreedhar Reddy V srib4uf...@gmail.comwrote: Notes i found: By seeing the error i thought that the device is Not at all detected by pc. But the device is mounted and shown clearly in my

[android-developers] Re: adb push error

2011-08-18 Thread Chris Stratton
On Thursday, August 18, 2011 5:28:31 AM UTC-4, androx wrote: I am trying to put .so file in the /system/lib folder of device by using adb push, $adb push /home/sudhir/Development/newdroid/filename.so /system/lib As far as this forum (which is about developing 3rd party applications) is

[android-developers] Re: adb push error

2011-08-18 Thread Chris Stratton
On Thursday, August 18, 2011 5:28:31 AM UTC-4, androx wrote: I am trying to put .so file in the /system/lib folder of device by using adb push, $adb push /home/sudhir/Development/newdroid/filename.so /system/lib As far as this forum (which is about developing SDK applications) is

[android-developers] Re: adb push error- failed to copy : OUT OF MEMORY

2011-08-18 Thread James
If it's nothing to do with file size, please change the file name: 1, ASCII characters only; 2, No space; Hope this helps! On Aug 18, 2:11 pm, yrehani yatreh...@gmail.com wrote: Hi all, I want to push a file using adb push at path /system/usr/keychars on the android emulator but I get an error