Hi Shaheen, ----- Original Message ----- > From: [email protected] > To: [email protected] > Sent: Monday, December 3, 2012 6:19:48 AM > Subject: [b2g] SD card doesn't get detected in galaxy-nexus, > > I flashed a latest build of b2g to galaxy-nexus. But SD card doesn't > get detected in galaxy-nexus,and hence camera app and media app > fail.Please help me to resolve this issue,
I did a little write up about USB Mass Storage over here: https://wiki.mozilla.org/B2G/USBMassStorage The problem is that the Galaxy Nexus doesn't support UMS due to the way the partitions are laid out, and so it doesn't advertise any volumes in the vold process. DeviceStorage currently uses the VolumeManager (which uses vold), so currently DeviceStorage will only work on phones which have UMS support. I believe that we are planning to support MTP, but not in the v1 timeframe. I can point you to the source files which need to be changed (all C++) if you want to hack around the problem in the meantime. Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
