Data2SD on Boston

How to use Data2SD on Boston
download for Data2SD 
password : androidtalk.info
- it is Valid for CyanogenMod without App2SD
- Use minimum requirment of sdcard of class 4
- Sdcard partition into 2, that is FAT32 (to /sdcard) and FAT32 (for data2sd), remember not FAT32 and Ext2/3/4
- Size of FAT32 to data2sd is better no more than 1GB
- Download data2sd.zip

Copy files data2sd.zip to /sdcard
Log into recovery mode
Install data2sd.zip of recovery
Before rebooting, run the following command:

# Mount /data
# Cd /
# Mkdir /sd-ext
# Mount /dev/block/mmcblk0p2 /sd-ext

# Df
Check whether as below:

Filesystem 1K-blocks Used Available Use% Mounted on
tmpfs 91 660 0 91 660 0% / dev
/Dev/block/mtdblock9 90 112 46 608 43 504 52% /cache
/Dev/block/mmcblk0p1 6706596 6302388 404 208 6% /sdcard
/Dev/block/mtdblock7 163 840 115 108 48 732 70% /system
/Dev/block/mtdblock10 175 616 2576 173 040 1% /data
/Dev/block/mmcblk0p2 998 032 4 998 028 0% /sd-ext

See the section / sd-ext Available size of its (998 028) depending on size of partition
Run the following command:
# Dd if = / dev / zero of = / sd-ext/ext2 bs = 998 028
will take about 5 minutes depending on size of partition


# / System / xbin / busybox mke2fs-m 0-F-L userdata / sd-ext/ext2
# Mkdir / sd
# / System / xbin / busybox mount-o loop / sd-ext/ext2 / sd
# Cd / data
# Cp-a * / sd
# Cd /
# Sync

# / System / xbin / busybox umount / sd


Reboot

FINISHED
CHECK:
Bookmark and Share

0 comments:

Post a Comment