View Single Post
Old 06-30-2011, 10:34 AM   #14
kennyminot
Groupie
kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.kennyminot composes epic poetry in binary.
 
kennyminot's Avatar
 
Posts: 183
Karma: 90022
Join Date: May 2011
Location: Louisville, KY
Device: HTC EVO View 4G, HTC Wildfire S, Asus T91MT
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.
kennyminot is offline   Reply With Quote