Wednesday, August 21, 2013
Swap External Sdcard 2 Internal Sdcard
Just Sharing!!!
bagi yg merasa kurang dengan kapasitas internal sdcard yg hanya 16GB (total space 12GB), paling cuma bisa nampung lebih kurang 5(lima) data/obb game HD seukuran 2GB... mungkin bisa dicoba cara berikut...
1. Siapkan external sdcard (microsd), baiknya class10 keatas, ukuran sesuai kebutuhan bisa 32GB/64GB.
2. Divice sudah root, Install root explorer
(open system --> etc --> set r/w dipojok kiri atas --> open file "vold.fstab" with text editor).
3. Edit vold.fstab sbb :
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandj
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2 /devices/platform/sw-ohci.1 /devices/platform/sw-ohci.2
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount extsd /mnt/extsd auto /devices/virtual/block/nandj
dev_mount sdcard /mnt/sdcard auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2 /devices/platform/sw-ohci.1 /devices/platform/sw-ohci.2
** Ingat yang di edit hanya yg ditulis tebal. cuma 2 kata..
4. Exit dan simpan. Tenang file asli tidak akan ter-replace karena akan menjadi "vold.fstab.bak",
jd bisa dikembalikan lagi ke default, tinggal hapus file "vold.fstab" yang dibuat tadi, lalu rename file asli "vold.fstab.bak" jadi "vold.fstab"
5. Reboot... Have fun...
Ini gan penampakan ane swap external sdcard ke internal sdcard,.. sori klo pic dibawah internal sdcard jd kecil setelah di swap coz microsd yg ane praktekin cuma 8GB gan,.. hehe!! coba 32GB/64GB pasti manteb hasilnya...
bagi yg merasa kurang dengan kapasitas internal sdcard yg hanya 16GB (total space 12GB), paling cuma bisa nampung lebih kurang 5(lima) data/obb game HD seukuran 2GB... mungkin bisa dicoba cara berikut...
1. Siapkan external sdcard (microsd), baiknya class10 keatas, ukuran sesuai kebutuhan bisa 32GB/64GB.
2. Divice sudah root, Install root explorer
(open system --> etc --> set r/w dipojok kiri atas --> open file "vold.fstab" with text editor).
3. Edit vold.fstab sbb :
Spoiler sebelum diedit ::
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nandj
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2 /devices/platform/sw-ohci.1 /devices/platform/sw-ohci.2
Spoiler sesudah diedit ::
## Vold 2.0 fstab for HTC Passion
#
## - San Mehat (san@android.com)
##
#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
# Mounts the first usable partition of the specified device
#/devices/platform/awsmc.3/mmc_host for sdio
dev_mount extsd /mnt/extsd auto /devices/virtual/block/nandj
dev_mount sdcard /mnt/sdcard auto /devices/platform/sunxi-mmc.1/mmc_host /devices/platform/sunxi-mmc.0/mmc_host
dev_mount usbhost1 /mnt/usbhost1 auto /devices/platform/sw-ehci.1 /devices/platform/sw_hcd_host0 /devices/platform/sw-ehci.2 /devices/platform/sw-ohci.1 /devices/platform/sw-ohci.2
** Ingat yang di edit hanya yg ditulis tebal. cuma 2 kata..
4. Exit dan simpan. Tenang file asli tidak akan ter-replace karena akan menjadi "vold.fstab.bak",
jd bisa dikembalikan lagi ke default, tinggal hapus file "vold.fstab" yang dibuat tadi, lalu rename file asli "vold.fstab.bak" jadi "vold.fstab"
5. Reboot... Have fun...
Ini gan penampakan ane swap external sdcard ke internal sdcard,.. sori klo pic dibawah internal sdcard jd kecil setelah di swap coz microsd yg ane praktekin cuma 8GB gan,.. hehe!! coba 32GB/64GB pasti manteb hasilnya...
Spoiler sebelum ::
Spoiler sesudah ::
Diposting Oleh : Unknown ~ Android Galeri
Artikel Swap External Sdcard 2 Internal Sdcard ini diposting oleh Unknown pada hari ini Wednesday, August 21, 2013. Terimakasih atas kunjungan Anda serta kesediaan Anda membaca artikel ini. Kritik dan saran dapat anda sampaikan melalui kotak komentar.
ARTIKEL TERKAIT
Jika Anda menyukai Artikel di blog ini, Silahkan click disini, atau berlangganan gratis via Email, Terima kasih.
No comments:
Post a Comment