opencripp / atrix-dev-team

Automatically exported from code.google.com/p/atrix-dev-team
0 stars 0 forks source link

Camera will not recognize EXT3 even though system does #304

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Phone (Int/AT&T/etc.): 
Radio:
CM Release (NO NIGHTLIES!): the latest non-nightly
Hacks/Mods used: none
Kernel:

What is the expected behavior?
Camera uses SDcard to store images

What is the actual behavior?
"please insert an SD card before using the camera"

What steps will reproduce the problem?
1. insert an EXT3 formatted sdcard
2. start the camera or video recorder
3.

Can you reproduce this problem after a complete wipe/factory reset? (do not
restore any apps or settings when testing)
Yes
Fix permissions made no difference

Possible workarounds:
none

Original issue reported on code.google.com by Mokb...@gmail.com on 13 Dec 2011 at 6:06

GoogleCodeExporter commented 9 years ago
SDCards for Mass Storage on android must be formatted using FAT32. The only use 
case for a EXT partition on your SDCard is for an "sd-ext" partition for 
apps2sd or webtop2sd or such.

Original comment by buhitoes...@gmail.com on 13 Dec 2011 at 6:11

GoogleCodeExporter commented 9 years ago
If I understand correctly, it is invalid because it should not work at all. 
However, it works fine as a normal storage device. File browsers can access it 
for read/write and I can access files on it fine. Or am I misunderstanding?

Original comment by Mokb...@gmail.com on 13 Dec 2011 at 9:23

GoogleCodeExporter commented 9 years ago
It most probably works fine because the system is picking it up as "sd-ext" 
partition and mounting it at /sd-ext right? That is an independent script that 
runs on boot, and the aim of such a script is to support eclair-style apps2sd 
and such things.

On the other hand, user storage is handled by vold and, for the case of an 
sdcard, is mounted on /mnt/sdcard/. This is the storage apps have access to.

See /etc/init.d/05mountsd on your phone for the sd-ext script.

Original comment by buhitoes...@gmail.com on 13 Dec 2011 at 9:30