Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-25 Thread Justin Anderson
> > Hi all , > For me one doubt . I have created 4 buttons lik record, save, > stop and play in ANDROID. So do i wanna create method for all these buttons > ? onClick method ? Can anyone tell dis ? > STOP SPAMMING THIS FORUM Thanks, Justin Anderson MagouyaWare Developer http://sites.

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-25 Thread Meena Rengarajan
Hi all , For me one doubt . I have created 4 buttons lik record, save, stop and play in ANDROID. So do i wanna create method for all these buttons ? onClick method ? Can anyone tell dis ? Public void onClick(View v){ // } On Wed, Jul 25, 2012 at 11:09 AM, bharadwaj wrote: > > > On Tue,

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-25 Thread Eddie
On Tuesday, 24 July 2012 12:26:12 UTC+1, baturanija1 wrote: > > add permission on user ,and it will workPermission on Write External > Storage...Post error if it continue > Where do you post errors to baturanija1? -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-24 Thread bharadwaj
On Tue, Jul 24, 2012 at 6:58 PM, Eddie wrote: > > On Tuesday, 24 July 2012 12:14:04 UTC+1, Bharath Smitha wrote: > >> have u added permissions in your manifest file...check it once... >> >> Hi Bharath. I am not aware that adb requires any permissions in a >> manifest file. Manifest permissi

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-24 Thread Eddie
On Tuesday, 24 July 2012 12:14:04 UTC+1, Bharath Smitha wrote: > > have u added permissions in your manifest file...check it once... > > Hi Bharath. I am not aware that adb requires any permissions in a > manifest file. Manifest permissions are for applications only aren't they? > -- Y

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-24 Thread Eddie
On Tuesday, 24 July 2012 12:26:12 UTC+1, baturanija1 wrote: > > add permission on user ,and it will workPermission on Write External > Storage...Post error if it continue > Thanks for reply Baturanija. Permissions on /mnt/extSdCard are drwxrwxr-x so owner and group ok. Have tried (via a

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-24 Thread Jadranko Bodiroga
add permission on user ,and it will workPermission on Write External Storage...Post error if it continue -- 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 unsubsc

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-24 Thread bharadwaj
have u added permissions in your manifest file...check it once... -- 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 an

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-24 Thread Anirudh Loya
Same Problem with Nexus 7 On Tue, Jul 24, 2012 at 4:00 PM, Eddie wrote: > > On Friday, 20 July 2012 14:23:09 UTC+1, Eddie wrote: >> >> I am attempting to write to the external Sdcard on a Galaxy S3: >> >> adb push foo.txt /mnt/extSdCard/foo.txt >> >> But this fails with a write permission err

[android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-24 Thread Eddie
On Friday, 20 July 2012 14:23:09 UTC+1, Eddie wrote: > > I am attempting to write to the external Sdcard on a Galaxy S3: > > adb push foo.txt /mnt/extSdCard/foo.txt > > But this fails with a write permission error. > > I can cd to /mnt/extSdCard with no problems and ls the contents. >