[Q] Mediacom 721m swap memory and Recovery - General Questions and Answers

Hello, I have 2 Mediacom tablet.
I groped a swap memory with external sd (32Gb) but I'm afraid to brik !
Idea is to modify the file vold.fstab
I created a original copy.
There is a recovery that allows you to copy this file directly by recovery mode ? This would help in case of wrong file change rehabilitating the original working copy.
Below I attach what is written in the original file.
Someone has already tried changing or know how to edit the file?
Thank you for all .
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
#yanqing add for otg 20120926======================================
# usb otg disk
#dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb/usb1
dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb/usb1
#yanqing end

Related

[Q] Modifying void.fstab for SWAPing internal mem and ext SD card [iberry CoreX2]

Hi guys and gals,
I have an iberry CoreX2 tablet and would like to swap the internal and external memories.
You can have a look at the specs if you want to
http://www.flipkart.com/iberry-auxus-corex2-3g-tablet/p/itmdj65pwyb93dsg
runs on rockchips RK3066
I would like to modify the void.fstab file but the original file in my tab is a little confusing
I would appreciate any help in confirming what strings to change in the file.
Thanks in advance!
here is the original untouched vold.fstab file
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount flash /mnt/sdcard auto /devices/virtual/mtd/mtd9/mtdblock9
dev_mount sdcard /mnt/external_sd auto /devices/platform/rk29_sdmmc.0/mmc_host/mmc0
dev_mount udisk /mnt/usb_storage auto /devices/platform/usb20_host/usb /devices/platform/usb20_otg/usb
## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1

[Q] Vold.fstab A1CS fusion5

Hi,
I've seem to have lost my internal sd card as well as my external sd card after messing with the vold.fstab file, then put all the lines in the file the way they were before but both SD's fail to mount (i assume that they fail to mount since the tablet recognizes i'm inserting the external sd)...
Any ideas??
Here the vold.fstab file:
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
#dev_mount sdcard /mnt/sdcard auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
dev_mount LOCAL /mnt/sdcard 6 /devices/platform/imap-mmc.1/mmc_host/mmc0
dev_mount SDCARD /mnt/sdcard/sdcard1 auto /devices/platform/imap-mmc.1/mmc_host/mmc0
dev_mount UDISK1 /mnt/sdcard/udisk1 auto /devices/platform/dwc_otg/usb3/3-1/3-1:1.0 /devices/platform/imap-ehci/usb1/1-3/1-3:1.0
dev_mount UDISK2 /mnt/sdcard/udisk2 auto /devices/platform/imap-ehci/usb1/1-1/1-1:1.0 /devices/platform/imap-ehci/usb1/1-2/1-2:1.0
#dev_mount UDISK2 /mnt/sdcard/udisk2 1 /devices/platform/imap-ehci/usb1/1-2/1-2:1.0
## Example of a dual card setup
# dev_mount left_sdcard /sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# dev_mount right_sdcard /sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/msm_sdcc.3/mmc_host/mmc1
## Example of specifying a specific partition for mounts
# dev_mount sdcard /sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
Thx, i really need help on this one!!!

[Q] Mediacom 721m need CWM Recovery for fstab

Hello guys,
has anyone tested a CWM for Mediacom 721m Tablet ?
Need this to change fstab (for swap memory), because if something goes wrong I can replace by Recovery original file via USb.
The original recovery not be able to navigate into memory.
Before making any changes I would like to be sure I can get into the device and replace edited file back to its original.
For completeness, this is the original file :
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
#yanqing add for otg 20120926======================================
# usb otg disk
#dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb/usb1
dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb/usb1
#yanqing end
Someone expert can show me how to make the change to swap internal memory to external Sd memory (in my case 32Gb) ?
Thank's for All !

I was tinkering in Vold.Ftab and gave me bad

Friends, I tried using a script to change my internal memory standard to the outside, it worked, but now recognize my memory card as internal memory and try to install on the outside, so that I can not install anything.
someone has vold.fstab file Experia c2304 you can pass me so I reset my phone?
*********************************************
I find on site this tutorial to install stock rom
http : // www . sonymobile . com / in/ tools / update-service /
when you follow the first steps he will say that you already have the latest version of the system, there is only continue it installs the stock rom
Here you go
Stock vold.fstab
https://mega.co.nz/#!Jd4FQJpT!fC5I-CSu3yvOxqm31MGmkmhc5R8RmkluXOUJmJYgqu0
Or
You can even copy-paste the below content to your existing vold.fstab file
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## Regular device mount
##
## Format: dev_mount
## label - Label for the volume
## mount_point - Where the volume will be mounted
## part - Partition # (1 based), or 'auto' for first usable partition.
## - List of sysfs paths to source devices
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# usb otg disk
dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb /devices/platform/musbfsh_hdrc
Click to expand...
Click to collapse

[Q] Xperia C Storage Issues!!

Hi guys, as all of you may already know, we Xperia C owners suffer from the problem of having limited storage, i don't even have many apps on my phone and i keep running out of storage. Is there any way to resolve this issue?
I've found a guide on changing the external sd to internal storage but the vold.fstab lines don't match. Can someone more experienced help me?
Here's the link: http://forum.xda-developers.com/showthread.php?t=2263436
swap memory
Here is the vold.fstab file of xperia c will u please guide me so that i can swap the internal memory & memory card
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# usb otg disk
dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb /devices/platform/musbfsh_hdrc
projectakshay said:
Here is the vold.fstab file of xperia c will u please guide me so that i can swap the internal memory & memory card
## Vold 2.0 Generic fstab
## - San Mehat ([email protected])
##
#######################
## 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
######################
## Example of a standard sdcard mount for the emulator / Dream
# Mounts the first usable partition of the specified device
dev_mount sdcard /storage/sdcard0 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-msdc.0/mmc_host
dev_mount sdcard2 /storage/sdcard1 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-msdc.1/mmc_host
## Example of a dual card setup
# dev_mount left_sdcard /mnt/sdcard1 auto /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host/mmc0
# dev_mount right_sdcard /mnt/sdcard2 auto /devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.2/mmc_host/mmc2
## Example of specifying a specific partition for mounts
# dev_mount sdcard /mnt/sdcard 2 /devices/platform/goldfish_mmc.0 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# usb otg disk
dev_mount usbotg /mnt/usbotg auto /devices/platform/mt_usb /devices/platform/musbfsh_hdrc
Click to expand...
Click to collapse
is this work ?
i mean, as we know xperia c use device memory and not internal memory to place the aplication installed

Categories

Resources