Archive for May 2009

Android sdcard permissions

Maybe this should have been obvious, but I just spent ten minutes trying to figure out why I couldn’t cd into my sdcard on my G1. I checked the permissions and the system process had taken over the directory, with no permissions set at all:
$ ls -l /

d——— system system 2009-05-09 11:30 sdcard

I couldn’t figure [...]