[android-developers] Re: Change sdcard permission

2009-06-13 Thread Delta Foxtrot
2009/6/13 N V nithi...@gmail.com Can any help me that, How can i change the file permission that is present in the SDCARD... Normally when i insert a file to SDCARD, file has read and write permission, I want to change the permission that is read write and execute.. Is it

[android-developers] Re: Change sdcard permission

2009-06-13 Thread Nithin Varamballi
Hi.. Thanks for reply... Ya i agree with your point that sdcards are formatted to be fat32 and fat32 doesn't support linux permission system, Suppose if i give in my application like this /bin/sh /sdcard/myapplication, what will i get,weather i can change the permission of my application or

[android-developers] Re: Change sdcard permission

2009-06-13 Thread Delta Foxtrot
2009/6/13 Nithin Varamballi nithi...@gmail.com Ya i agree with your point that sdcards are formatted to be fat32 and fat32 doesn't support linux permission system, Suppose if i give in my application like this /bin/sh /sdcard/myapplication, what will i get,weather i can change the permission