Thanks Kostya,
 
I can cd to /mnt.extSdCard
and ls and also read files there.
 
What is broken is:
 
adb push foo.txt /mnt/extSdCard/foo.txt
 
on the Galaxy S3 running ICS.
 
It appears to be a write permission problem which adb should not (and did 
not previously) have.

On Thursday, 26 July 2012 12:06:52 UTC+1, Kostya Vasilyev wrote:

>
> 2012/7/26 Eddie <edwardezerg...@googlemail.com>
>
>> 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 <edwardezerg...@googlemail.com**>
>>>
>>>> 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 <android-developers@googlegroups.com>
>>>> To unsubscribe from this group, send email to
>>>> android-developers+**unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
>>>> 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 android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to