2012/7/26 Eddie <[email protected]> > Thanks Kostya, > > adb push foo.txt /mnt/extSdCard/foo.txt > > does not work on Galaxy S3. The mount point of the external sdcard has > changed and seems to be causing the problem. >
adb shell cd /mnt ls ... Profit ? -- K > Still need a solution for this. > > On Thursday, 26 July 2012 11:21:07 UTC+1, Kostya Vasilyev wrote: > >> Yeah, I noticed that too. You've got to specify the exact target >> filename, e.g. >> >> adb push foo.txt /mnt/sdcard/foo.txt >> >> Using a target directory name was allowed before, but doesn't work >> anymore. >> >> -- K >> >> 2012/7/26 Eddie <[email protected]**> >> >>> adb push foo.txt /mnt/extSdCard >>> >>> Does not work now on Galaxy S3 or Tab 2 (7.0) running ICS. >>> >>> I am using latest platform-tools r12. >>> >>> Is there a solution for this? >>> >>> -- >>> 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 <[email protected]> >>> To unsubscribe from this group, send email to >>> android-developers+**[email protected]<android-developers%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/**group/android-developers?hl=en<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 > -- 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

