[android-developers] Re: adb push wtf

2009-04-03 Thread Mark Murphy
yarik...@gmail.com wrote: > C:\android-sdk-windows-1.1_r1\tools>adb push C:\src\test \data > failed to copy 'C:\src\test' to '\data': Read-only file system > > wtf?? 1. Android runs Linux and therefore uses slashes (/) not backslashes (\) on paths. 2. You should not be attempting to put files i

[android-developers] Re: adb push wtf

2009-04-03 Thread yarik...@gmail.com
thanks a lot! --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email to android-

[android-developers] Re: adb push wtf

2009-04-04 Thread Bo
Hi Mark, Would you please give a little more detail about pushing files to that app-local file sotre? I still got the "permission denied" when I was trying to push a file there (My phone don't have that "files" subdirectory). Thanks a lot, and Best regards, Bo On Apr 3, 11:10 pm, Mark Murphy

[android-developers] Re: adb push wtf

2009-04-04 Thread Mark Murphy
Bo wrote: > Would you please give a little more detail about pushing files to that > app-local file sotre? I still got the "permission denied" when I was > trying to push a file there (My phone don't have that "files" > subdirectory). Then you can't push it there. Your application will need to do

[android-developers] Re: adb push wtf

2009-04-06 Thread Bo
On Apr 5, 8:33 am, Mark Murphy wrote: > Bowrote: > > Would you please give a little more detail about pushing files to that > > app-local file sotre? I still got the "permission denied" when I was > > trying to push a file there (My phone don't have that "files" > > subdirectory). > > Then you

[android-developers] Re: adb push wtf

2009-05-27 Thread Hamy
Hey all, in case anyone else has a similar problem - here is a bit of code that might help. All I do is write a dummy file to the location I want to put a file to, making it world writable (not sure if I have to sue this flag or not, but it does not matter really, as i will only use this script o