/data/sdcard/Download wrong permissions

asked 2014-03-16 12:14:33 +0300

muchasuerte gravatar image

I perform some download using firefox browser, when I try reach the downloaded files I discover that /data/sdcard/Download has wrong permissions

total 4 drwxrwsr-x 1 root sdcard_rw 202 Mar 10 10:42 .
drwxrwx--x 1 system system 468 Mar 16 09:42 ..
drwxrwsr-x 1 10008 sdcard_rw 8 Dec 27 19:20 Android
drwxrwsr-x 1 10021 sdcard_rw 50 Feb 7 14:24 DCIM
drwx--S--- 1 10010 sdcard_rw 152 Mar 16 09:42 Download

I was able to fix using:
devel-su chmod g+wrx Download
devel-su chmod o+rx Download

OT: would be useful include that folder into the list of dir scanned from jolla documents app

edit retag flag offensive close delete

Comments

Thanks! Apparently the default configuration blocks downloading stuff using Android apps. I've seen it using Firefox, and using APK Downloader. After this fix, APK Downloader actually works!

Fuzzillogic ( 2014-03-24 20:00:28 +0300 )edit