I am compiling android from source and wish to have the following
functionality in it.

1. The SD card inserted in the device will have two partitions. I
wish
that the android device be able to mount both these partitions
separately as SD card storage (for eg: /sdcard1 and /sdcard2).
Can someone please guide me on how I might be able to achieve that
( which files need to be modified or where to look)?

2. If this is achieved (the two partitions are mounted as /sdcard1
and /sdcard2), I want that when an application tries to write a file
on the SD card, the device decides whether to put it in /sdcard1 or /
sdcard2. Can someone tell me where the writing to the SD card is
implemented so that I can modify it to be able to achieve this?

Thanks for your time and patience
Akhilesh Gupta

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to