Page 1 of 1

Android ICS sdcard image help

Posted: Tue Oct 02, 2012 4:50 pm
by buges
Hi

I've just put Mijuu’s android (ICS_Joggler_4.0.4_Alpha3) on the internal flash with a smaller data.img so i could have a sdcard.img

I modified the grub.cfg part for the sdcard from "SDCARD=/dev/block/sda" (which is the usb port) to "SDCARD=sdcard.img" which is my img file thats in the android folder.

The problem is when launching open manager and going to "sdcard" to just shows empty, So it looks like sdcard.img never got mounted.

The sdcard.img was made using "dd if=/dev/zero of=sdcard.img bs=240000 count=1024" and "mkfs.vfat sdcard.img"

Any help would be great.

Thanks

Re: Android ICS sdcard image help

Posted: Thu Aug 01, 2013 8:11 am
by deeinlondon
hi,

Did you ever fix the problem?