[Q] [HELP]vold.fstab for TAB 3 - Galaxy Tab 3 Q&A, Help & Troubleshooting

hi guys, i cant find the location of internal sdcard or the "sdcard0" for vold.fstab, is there any of you guys tried editing the vold.fstab of tab 3, i have successfuly edit my vold.fstab with my other devices, but this tab 3, failed me once >.<

jeypee37 said:
hi guys, i cant find the location of internal sdcard or the "sdcard0" for vold.fstab, is there any of you guys tried editing the vold.fstab of tab 3, i have successfuly edit my vold.fstab with my other devices, but this tab 3, failed me once >.<
Click to expand...
Click to collapse
the "internal sdcard" is just /data/media, on the data partition.

hotaru2k3 said:
the "internal sdcard" is just /data/media, on the data partition.
Click to expand...
Click to collapse
hi, tnx for your reply, how will i do it? i want to exchange the internal with the external sdcard.....
this is my vold.fstab lines....
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/sdhci-pxav3.0/mmc_host/mmc1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
Click to expand...
Click to collapse

jeypee37 said:
hi, tnx for your reply, how will i do it? i want to exchange the internal with the external sdcard.....
this is my vold.fstab lines....
Click to expand...
Click to collapse
having same problem hoping for some dev to help us here..:crying:

dyamon said:
having same problem hoping for some dev to help us here..:crying:
Click to expand...
Click to collapse
I love wait to vold.fstab for TAB 3 8". couse the internal sdcard from factory is not enough..

I am also having the same issue. Within the vold , it did not include sdcard mount ( internal )?
I also tried external 2 internal root, but I am not sure if it even works properly, because it does not show up in my settings ?
Dev please help

Related

GT-N7105 vold.fstab

Any kind soul can help me?
I have mess up my vold.fstab file on my GT-N7105 and thus the SD-Card is undetectable.
Can somebody send me the original vold.fstab.
Thank!
eugeneyan87 said:
Any kind soul can help me?
I have mess up my vold.fstab file on my GT-N7105 and thus the SD-Card is undetectable.
Can somebody send me the original vold.fstab.
Thank!
Click to expand...
Click to collapse
Or anybody know how to edit the vold.fstab to make my Micro SD detectable?
It keep on saying massage : SD card is safe to remove and when i press mount it is still the same.
## 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
## storage_struct - ex) series, "/mnt/sdcard/extStorages" / parallel
######################
# internal sdcard
{
ums_sys_path = /sys/class/android_usb/f_mass_storage/lun1/file
android_secure_containers = enable
}
dev_mount sdcard /storage/sdcard0 auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
# external sdcard
{
ums_sys_path = /sys/class/android_usb/f_mass_storage/lun0/file
discard = enable
}
dev_mount sdcard1 /storage/extSdCard 11 /devices/platform/dw_mmc/mmc_host/mmc0/mmc0 encryptable_nonremovable
#usb host device
{
media_type = usb
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/s3c_otghcd/usb
#usb host device
{
media_type = usb
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/s3c_otghcd/usb
#usb host device
{
media_type = usb
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/s3c_otghcd/usb
#usb host device
{
media_type = usb
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/s3c_otghcd/usb
#usb host device
{
media_type = usb
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/s3c_otghcd/usb
#usb host device
{
media_type = usb
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/s3c_otghcd/usb
#EOF

Modified vold.fstab for storage switch

Hello, does anyone here have the modified version of this vold.fstab so that I can switch the SD card storage location with the internal SD? This is the one that I have;
## 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
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1/
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/s5p-ehci
#EOF
Thanks.
Sent from my GT-N7100 using XDA Premium 4 mobile app

posible working mod for internal to external on 4.2.2

Since android 4.2.2 on samsung galaxy grand the vold.fstab has change so that the mount points cannot be swapped
it looks something like this.
Code:
## 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
######################
#storage_struct = series, "/mnt/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /mnt/extSdCard auto /devices/platform/msm_sdcc.1/mmc_host/mmc1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /mnt/UsbDriveA auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /mnt/UsbDriveB auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /mnt/UsbDriveC auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /mnt/UsbDriveD auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /mnt/UsbDriveE auto /devices/platform/msm_hsusb_host/usb
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /mnt/UsbDriveF auto /devices/platform/msm_hsusb_host/usb
#EOF
i coud not find any working app or mod for 422 and read that some devs faced this problems on s3 and s4 and found that mattiadj's mod is a workaround around this, can this work or can it be ported to our glaxy grand 4.2.2?
http://forum.xda-developers.com/showthread.php?t=1772234
http://forum.xda-developers.com/showthread.php?t=2468596
Thanks in advance for any testing, and i hope this is useful.

vold.fstab mod?

Hello, I knew that a change in the vold.fstab can allow the external sd card to be used as internal storage. However, the content of the file varies from device. I am using the Note 2 N7100 running android revolution version 18 and I would like to know what should I change in order to do the storage exchange.
And this is the content of the vold.fstab for my device:
## 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
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1/
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/s5p-ehci
#EOF
Sent from my GT-N7100 using XDA Premium 4 mobile app
Sent from my GT-N7100 using XDA Premium 4 mobile app

[Request] Upload Vold.fstab from Galaxy Tab 3 8.0

Hello,
can anyone upload the Vold.fstab from the Galaxy Tab 3 8.0. I want to compare this to the Tab 3 7.0 one.
You can find it in /system/etc.
Thank you in advance.
tempdroid said:
Hello,
can anyone upload the Vold.fstab from the Galaxy Tab 3 8.0. I want to compare this to the Tab 3 7.0 one.
You can find it in /system/etc.
Thank you in advance.
Click to expand...
Click to collapse
Can you send me the Tab 7.0 vold.fstab?? Please i messed up mine trying to put apps to the ext sd card
now it doesn't recognize the ext sd card
P.S: Sorry for don't having the Tab 8.0 Vold.fstab, hope someone else can send it to you
MechanicWB said:
Can you send me the Tab 7.0 vold.fstab?? Please i messed up mine trying to put apps to the ext sd card
now it doesn't recognize the ext sd card
P.S: Sorry for don't having the Tab 8.0 Vold.fstab, hope someone else can send it to you
Click to expand...
Click to collapse
No problem, mate, here it is (could not attach it)
Code:
# Copyright (c) 2011, Code Aurora Forum. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following
# disclaimer in the documentation and/or other materials provided
# with the distribution.
# * Neither the name of Code Aurora Forum, Inc. nor the names of its
# contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
## 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
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/sdhci-pxav3.0/mmc_host/mmc1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#EOF
If you manage to put apps on external sdcard, you can drop me a pm
Code:
## 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
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1/
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/s5p-ehci
#usb host device
{
media_type = usb
supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/s5p-ehci
#EOF
ketut.kumajaya said:
Code:
## Vold 2.0 Generic fstab
...
Click to expand...
Click to collapse
Thank you, Ketut. As far as I can see, they are identical, if I ignore the different devices.
Is moving apps to sd supported on your Tab? I heard, that Samsung put it in again on 4.2.2 devices...
tempdroid said:
Thank you, Ketut. As far as I can see, they are identical, if I ignore the different devices.
Is moving apps to sd supported on your Tab? I heard, that Samsung put it in again on 4.2.2 devices...
Click to expand...
Click to collapse
I have my own solution to swap internal - external storage using a modified sdcard binary. Internal storage mounted to /storage/.sdcard and then bind mount it to /storage/sdcard0 . When boot completed, after external storage mounted, my script will unmount both internal and external storage, and then bind mount internal storage to /storage/extSdCard and mount external storage to /storage/sdcard0 .
ketut.kumajaya said:
I have my own solution to swap internal - external storage using a modified sdcard binary. Internal storage mounted to /storage/.sdcard and then bind mount it to /storage/sdcard0 . When boot completed, after external storage mounted, my script will unmount both internal and external storage, and then bind mount internal storage to /storage/extSdCard and mount external storage to /storage/sdcard0 .
Click to expand...
Click to collapse
Could you send me your modified binary and script? I would try, if I can port this to the T210.
Thank you, mate.
Thank you so much tempdroid, you are a life save
I'll tell you if i find a way to put the apps on the ext sdcard, thanks you so much
Sent from my SM-T210 using XDA Premium 4 mobile app
---------- Post added at 01:10 PM ---------- Previous post was at 12:48 PM ----------
You sent me the one form /system/etc.
The one i need is from the origin source etc folder, where the system folder is too.
Can you send me that one please?
MechanicWB said:
Thank you so much tempdroid, you are a life save
I'll tell you if i find a way to put the apps on the ext sdcard, thanks you so much
Sent from my SM-T210 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If you manage you can try my ROM with extra game mod and enjoy GTA SA on your tab :thumbup:
Or try it anyway.
MechanicWB said:
You sent me the one form /system/etc.
The one i need is from the origin source etc folder, where the system folder is too.
Can you send me that one please?
Click to expand...
Click to collapse
What source do you mean by this?
tempdroid said:
What source do you mean by this?
Click to expand...
Click to collapse
In te same directory where the system folder is, there is one folder that is named etc.
(sorry for the bad english, i'm not english)
MechanicWB said:
In te same directory where the system folder is, there is one folder that is named etc.
(sorry for the bad english, i'm not english)
Click to expand...
Click to collapse
You mean fstab.pxa988?
Here are the contents of this:
Code:
## fstab has the following format:
##
## Any line starting with a # is a comment and ignored
##
## Any blank line is ignored
##
## All other lines must be in this format:
## <source> <mount_point> <fs_type> <mount_flags> <fs_options> <fs_mgr_options>
##
## <mount_flags> is a comma separated list of flags that can be passed to the
## mount command. The list includes noatime, nosuid, nodev, nodiratime,
## ro, rw, remount, defaults.
##
## <fs_options> is a comma separated list of options accepted by the filesystem being
## mounted. It is passed directly to mount without being parsed
##
## <fs_mgr_options> is a comma separated list of flags that control the operation of
## the fs_mgr program. The list includes "wait", which will wait till
## the <source> file exists, and "check", which requests that the fs_mgr
## run an fscheck program on the <source> before mounting the filesystem.
## If check is specifed on a read-only filesystem, it is ignored.
## Also, "encryptable" means that filesystem can be encrypted.
## The "encryptable" flag _MUST_ be followed by a : and a string which
## is the location of the encryption keys. I can either be a path
## to a file or partition which contains the keys, or the word "footer"
## which means the keys are in the last 16 Kbytes of the partition
## containing the filesystem.
##
## When the fs_mgr is requested to mount all filesystems, it will first mount all the
## filesystems that do _NOT_ specify check (including filesystems that are read-only and
## specify check, because check is ignored in that case) and then it will check and mount
## filesystem marked with check.
##
##
/dev/block/mmcblk0p14 /system ext4 ro,noatime wait
/dev/block/mmcblk0p6 /efs ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check
/dev/block/mmcblk0p15 /cache ext4 noatime,nosuid,nodev,journal_async_commit,errors=panic wait,check
# data partition must be located at the bottom for supporting device encryption
/dev/block/mmcblk0p17 /data ext4 noatime,nosuid,nodev,noauto_da_alloc,journal_async_commit,discard,errors=panic wait,check,encryptable=footer
tempdroid said:
Could you send me your modified binary and script? I would try, if I can port this to the T210.
Thank you, mate.
Click to expand...
Click to collapse
Both binary and script in my kernel for Tab 2 http://forum.xda-developers.com/showthread.php?t=2285366 . I will upload blackhawk kernel for T21x with "setprop persist.customboot.sdcard external" support.
In the same directory as the system folder you have the etc folder, has you can see in the picture. In the etc folder you have the vold.fstab file, not in the system folder. Sorry for the trouble, please help me
Sent from my SM-T210 using XDA Premium 4 mobile app
MechanicWB said:
In the same directory as the system folder you have the etc folder, has you can see in the picture. In the etc folder you have the vold.fstab file, not in the system folder. Sorry for the trouble, please help me
Sent from my SM-T210 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I use solid explorer,I see etc under root, but this is just a link to /system/etc, so same file.
In mine its two seperated folders
Thanks for the help anyway mate
Sent from my SM-T210 using XDA Premium 4 mobile app
MechanicWB said:
In mine its two seperated folders
Thanks for the help anyway mate
Sent from my SM-T210 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hello @MechanicWB,
I had a look recently with Aroma File Manager in recovery and there was a different etc folder displayed.
If you were looking for the fstab file, here are it's contents.
Hope this will help you recover anything:
Code:
/dev/block/mmcblk0p15 /cache ext4 rw
/dev/block/mmcblk0p17 /data ext4 rw
/dev/block/mmcblk0p14 /system ext4 rw
/dev/block/mmcblk0p16 /preload ext4 rw
/dev/null /sdcard datamedia rw
/dev/block/mmcblk1p2 /sd-ext ext4 rw
/dev/block/mmcblk1p1 /external_sd auto rw
tempdroid said:
Hello @MechanicWB,
I had a look recently with Aroma File Manager in recovery and there was a different etc folder displayed.
If you were looking for the fstab file, here are it's contents.
Hope this will help you recover anything:
Code:
/dev/block/mmcblk0p15 /cache ext4 rw
/dev/block/mmcblk0p17 /data ext4 rw
/dev/block/mmcblk0p14 /system ext4 rw
/dev/block/mmcblk0p16 /preload ext4 rw
/dev/null /sdcard datamedia rw
/dev/block/mmcblk1p2 /sd-ext ext4 rw
/dev/block/mmcblk1p1 /external_sd auto rw
Click to expand...
Click to collapse
Still doesn't work Thanks for the help anyway I found a vold.fstab that stabled the tablet, now the only problem is that he doesn't recognize the ext sdcard :c
Thanks for all your help tempdroid.
I need help. D:
tempdroid said:
What source do you mean by this?
Click to expand...
Click to collapse
I want to change the internal storage to external in my Galaxy Tab 10.1 3 Using the method Vold.fstab. And I could spend the modified file or tell me how I should re-write it? greetings
Can anyone help me? how to swap external n internal on tab 3 lite 7.0 stock rom 4.2.2 rooted?

Categories

Resources