I'm using Coldfusion Alpha 3 and I was fighting for two whole days to get A2SD working. Link2SD wasn't satissfiy me. Here's my receipe:
Create file 05sdcard with content:
#!/system/bin/sh /system/bin/mount -o remount,rw / /system/bin/mkdir /sd-ext /system/bin/mount -o remount,ro / if [ -e /dev/block/mmcblk0p2 ]; then /system/bin/mount -t ext4 /dev/block/mmcblk0p2 /sd-ext fi;then
adb remount
adb push 05sdcard /etc/init.d/
adb shell chmod 0755 /etc/init.d/05sdcard
Then download
ICS_simple2ext.zip 178.24K
1199 downloads, unzip it to /sdcard with preserving directory structure (META-INF in .zip is /sdcard/META-INF etc)Next:
adb shell
And copy-paste into adb shell window:
mount -o remount,rw /system rm /system/etc/init.d/10apps2sd cp /sdcard/system/app/s2e.apk /system/app/ cp /sdcard/system/etc/init.d/20userinit /system/etc/init.d/ chmod 0644 /system/app/s2e.apk chmod 0755 /system/etc/init.d/20userinit mount -o remount,ro /system
reboot, setup s2e according to Your preferences, reboot (watch adb logcat, this boot should take longer)
If everything works go to fridge and open Cold Beer of Winner
Credits: uosiu (myself → this how-to), (tlexul → inspiration from THIS POST/XDA-Developers) and OlegKrikun/XDA-Developers for S2E application.
Edited by uosiek, 20 March 2012 - 12:36 PM.







Sign In
Create Account

Back to top









