attemptress:
You are probably missing the last step. Looking through your description, you seem to have doing everything correctly for the most part. Is Link2SD letting you move apps over the sdcard? If so, go through Root Explorer and look for the /data/sdext2 folder. Do you see a bunch of apps in there? If that's the case, the problem is that you need to manually mount the other partition of your sdcard in the boot script. To do that, you need to modify the "install-recovery.sh" file in the system/etc folder. Make sure it has the following two lines:
mount -t vfat -o rw /dev/block/vold/179:1 /sdcard
mount -t vfat -o rw /dev/block/mmcblk0p1 /sdcard
Alternatively, you can just copy/paste over the file. I attached a copy to an earlier message.
|