[android-porting] How can I use the SD card to be the storage space

Hi all,
         I'm trying to broadcast the mp3. I have follow the guide from
porting android to BB, but I cannot mount the partition 1 from the
sdcard at partition 2 (I put the mp3 at first partition). How can I
solve that?

         Another question...How can I put the application of android
into BB?

Thanks.

Hi all,
I’m trying to broadcast the mp3. I have follow the guide from
porting android to BB, but I cannot mount the partition 1 from the
sdcard at partition 2 (I put the mp3 at first partition). How can I
solve that?

$mkdir /tmp
$cd /tmp
$mknod mmcblk0 b 179 0
$mknod mmcblk0p1 b 179 1
$mknod mmcblk0p2 b 179 2

Mount partition-2 on /sdcard using above created nodes.

Another question…How can I put the application of android
into BB?

Copy *.apk file in /system/app/ folder .

Regards,
Rupesh Gujare