[Completed] Prestigio PAP4300 DUO - swap memories - XDA Assist

hello i have prestigion PAP4300 DUO and i want to swap my internal memory with SD card, i have already rooted my phone and installed root explorer i just need to know what should i change in vold.fstab.
This is how it looks like:
dev_mount sdcard /mnt/sdcard [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard /mnt/sdcard2 auto/devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
I have tried to change like that:
dev_mount sdcard /mnt/sdcard2 [email protected] /devices/platform/goldfish_mmc.0 /devices/platform/mtk-sd.0/mmc_host
dev_mount sdcard /mnt/sdcard auto/devices/platform/goldfish_mmc.1 /devices/platform/mtk-sd.1/mmc_host
in settings it shows me that it has been changed, but when i tried to download smth it says that i have no space in external memory, but on my sd card is 32 gb free.
I can copy the whole vold.fstab text if u need it, but i thin these 2 lines are only important. I also read that vold.fstab.nand should be changed too, is that true?
Any advices?

Hi,
I suggest asking for help here,
> General discussion > Questions and Answers > Prestigio multiphone 4300 duo
If that doesn't help, you will need to ask here,
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck!

Thank you. Thread closed.

Related

[Q] Help with SD/Nand mounting

Hi Guys, i have this old Gpad G10 upgraded that I have just installed the current beta firmware on (giving up hope for a real final) .. some games don't work (seems to be everything with 3D shading .. don't know for sure) but many do. Movies play flawlessly .. WLAN works .. so basically I have what I need this tablet for.
One thing I do need help with though .. as I am not a unix geek.
I don't like the fact that NAND is mounted as /sdcard and the external sdcard is mounted as /sdcard/tflash. Due to this the cache folders, backups and app2sd doesn't use the sdcard but internal (and more limited Nand).
I tried to change /etc/vold.fstab to turn this around:
Original:
dev_asec_mount nand /mnt/sdcard auto /devices/virtual/block/ndda
dev_mount sdcard /mnt/sdcard/tflash auto /devices/platform/tcc-mmc0.0/mmc_host/mmc0
dev_mount sata_sda /mnt/sdcard/sata_sda1 auto /devices/platform/tcc-sata.0/host0
dev_mount sata_sdb /mnt/sdcard/sata_sdb1 auto /devices/platform/tcc-sata.1/host0
dev_mount scsi_sda /mnt/sdcard/scsi_sda1 auto /devices/platform/dwc_otg.0/usb2/2-1
dev_mount scsi_sdb /mnt/sdcard/scsi_sdb1 auto /devices/platform/tcc-ohci/usb1/1-1
Modified:
dev_mount sdcard /mnt/sdcard/ auto /devices/platform/tcc-mmc0.0/mmc_host/mmc0
dev_mount sata_sda /mnt/sdcard/sata_sda1 auto /devices/platform/tcc-sata.0/host0
dev_mount sata_sdb /mnt/sdcard/sata_sdb1 auto /devices/platform/tcc-sata.1/host0
dev_mount scsi_sda /mnt/sdcard/scsi_sda1 auto /devices/platform/dwc_otg.0/usb2/2-1
dev_mount scsi_sdb /mnt/sdcard/scsi_sdb1 auto /devices/platform/tcc-ohci/usb1/1-1
dev_asec_mount nand /mnt/sdcard/tflash auto /devices/virtual/block/ndda
It only works partially. Nand is mounted as /sdcard/tflash but the sdcard is not mounted correctly. What I see is 5 folders:
sata_sda1
sata_sdb1
scsi_sda1
scsi_sdb1
tflash
Only the latter is correct. So I don't see the contents of my external sdcard in /sdcard.
Is there a person more unix aware than I am .. that is willing to help?
Edit: SDcard mounts now .. just had to remove last / from /mnt/sdcard/ .. my mistake. Now if I get nand to appear as /sdcard/tflash .. all is fine. Doesn't work yet but I'm not giving up
HEy friend...
i have the same problem.. you came to any result?
i edit /etc/vold.fstab
original:
dev_asec_mount nand /mnt/sdcard auto /devices/virtual/block/ndda default
dev_mount sdcard /mnt/sdcard/tflash auto /devices/platform/tcc-sdhc0.0/mmc_host/mmc0
dev_mount sata_sda /mnt/sdcard/sata_sda1 auto /devices/platform/ahci/host0
dev_mount sata_sdb /mnt/sdcard/sata_sdb1 auto /devices/platform/ahci/host1
dev_mount scsi_sda /mnt/sdcard/scsi_sda1 auto /devices/platform/dwc_otg.0 /devices/platform/tcc-ohci.0 /devices/platform/tcc-ehci
dev_mount scsi_sdb /mnt/sdcard/scsi_sdb1 auto /devices/platform/tcc-ohci.0 /devices/platform/dwc_otg.0 /devices/platform/tcc-ehci
after:
dev_asec_mount nand /mnt/sdcard/tflash auto /devices/virtual/block/ndda default
dev_mount sdcard /mnt/sdcard auto /devices/platform/tcc-sdhc0.0/mmc_host/mmc0
dev_mount sata_sda /mnt/sdcard/sata_sda1 auto /devices/platform/ahci/host0
dev_mount sata_sdb /mnt/sdcard/sata_sdb1 auto /devices/platform/ahci/host1
dev_mount scsi_sda /mnt/sdcard/scsi_sda1 auto /devices/platform/dwc_otg.0 /devices/platform/tcc-ohci.0 /devices/platform/tcc-ehci
dev_mount scsi_sdb /mnt/sdcard/scsi_sdb1 auto /devices/platform/tcc-ohci.0 /devices/platform/dwc_otg.0 /devices/platform/tcc-ehci
result:
see files of nand in /mnt/sdcard/tflash
but in mnt/sdcard not see external sd files.
and when connect to pc. only is recognized the nand flash as partition. before pc recognizes two partitons J: nand flash and K: external sd .
P.D: in /system/etc/ also exist file vold.conf
original:
## vold configurarion file for the emulator/SDK
volume_sdcard {
##this is the direct uevent device path to the SD slot on the device
emu_media_path /devices/platform/goldfish_mnc.0/mmc_host/mmc0
media_type mmc
mount_point /sdcard
ums_path /devices/platform/usb_mass_storage/lun0
you think should change something here too?
Well .. I don't really need nand .. using SDcard is sufficient for me .. so in fact my change does everything I want .. every temp cache etc. is now on my SD and I don't care if the device has nand or not. I wouldn't know what to do with nand even if it appears under /tflash ;-)

Internal/External SD Memory

Hey guys, I'm sure this is a fairly common problem that us "Blaze" users are having issues with but I haven't figured out a way around it. As we all know, Blaze only came with about 1.5g of "Internal SD" memory while the "External SD" memory could be expended. This becomes a problem as the "Internal SD" is the default storage for apps, especially when you are trying to download a game that is more than 1.5g. I've looked into "Directory Bind" app but that's only really to move the app files from internal into external, AFTER it has been downloaded and install on the phone and point to its new location. Ive heard about Internal/External reverse mount tweaks, but haven't found one specifically for our phone. Does anyone know if there is a way around this? So what I'm basically asking is this: Can we use the External SD as the default storage for apps and games? And have the apps/games installed to the external SD location?
Sent from my SGH-T769 using xda app-developers app
+1 on this, would love to see something
I have the same question if you find something let me know.
Sent from my SGH-T769 using xda premium
Desertstorm00 said:
Hey guys, I'm sure this is a fairly common problem that us "Blaze" users are having issues with but I haven't figured out a way around it. As we all know, Blaze only came with about 1.5g of "Internal SD" memory while the "External SD" memory could be expended. This becomes a problem as the "Internal SD" is the default storage for apps, especially when you are trying to download a game that is more than 1.5g. I've looked into "Directory Bind" app but that's only really to move the app files from internal into external, AFTER it has been downloaded and install on the phone and point to its new location. Ive heard about Internal/External reverse mount tweaks, but haven't found one specifically for our phone. Does anyone know if there is a way around this? So what I'm basically asking is this: Can we use the External SD as the default storage for apps and games? And have the apps/games installed to the external SD location?
Sent from my SGH-T769 using xda app-developers app
Click to expand...
Click to collapse
as a matter of fact, I have found a way to switch the internal/external sd mount points. You need to go into /etc/ using Script Manager and edit the vold.fstab file. Inside, you will find this:
Originally Posted by crazydrummer95 View Post
okay so heres what it looks like:
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
format_option = -r 2272
}
dev_mount sdcard /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
#external sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
#otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
you need to change the lines :
dev_mount sdcard /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
and make it look like this:
dev_mount sdcard /mnt/sdcard/external_sd 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
Thanks! I will give it a try.
Sent from my SGH-T769 using xda app-developers app
Desertstorm00 said:
Thanks! I will give it a try.
Sent from my SGH-T769 using xda app-developers app
Click to expand...
Click to collapse
Just for future reference, Make sure you do a little research about the question you are asking. There is a thread exactly like this one in the dev section.
crazydrummer95 said:
Just for future reference, Make sure you do a little research about the question you are asking. There is a thread exactly like this one in the dev section.
Click to expand...
Click to collapse
Oh. Right. You started it.
Sent from my SGH-T769 using xda app-developers app
crazydrummer95 said:
as a matter of fact, I have found a way to switch the internal/external sd mount points. You need to go into /etc/ using Script Manager and edit the vold.fstab file. Inside, you will find this:
Originally Posted by crazydrummer95 View Post
okay so heres what it looks like:
# internal sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun0/file
asec = disable
discard = enable
format_option = -r 2272
}
dev_mount sdcard /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
#external sdcard
{
ums_path = /sys/devices/platform/usb_mass_storage/lun1/file
asec = enable
}
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
#otg sdcard
{
ums_path = /dev/zero
asec = disable
}
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
you need to change the lines :
dev_mount sdcard /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
and make it look like this:
dev_mount sdcard /mnt/sdcard/external_sd 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
Click to expand...
Click to collapse
I tried to do this in script manager and it said i was opening a read only file. Tried to open directly, wouldn't let me save. Tried to open a local copy and script manager force closed. Then tried Root Explorer. Still wouldn't let me save. Even tried copying vold.fstab to my sd card, editing it, deleting the copy inside /etc and pasting the edited version, operation failed.
am i missing something?
jparnell8839 said:
I tried to do this in script manager and it said i was opening a read only file. Tried to open directly, wouldn't let me save. Tried to open a local copy and script manager force closed. Then tried Root Explorer. Still wouldn't let me save. Even tried copying vold.fstab to my sd card, editing it, deleting the copy inside /etc and pasting the edited version, operation failed.
am i missing something?
Click to expand...
Click to collapse
did you mount the directory as r/w, in root explorer its a gray button at the top
masterofthedamned said:
did you mount the directory as r/w, in root explorer its a gray button at the top
Click to expand...
Click to collapse
I meant root browser. But, I even downloaded Droid Explorer to run it on my computer, no go. Eventually, Root Explorer did allow me to edit but upon reboot, the process android.process.media kept force closing.
Does this vold thing work?
jparnell8839 said:
I meant root browser. But, I even downloaded Droid Explorer to run it on my computer, no go. Eventually, Root Explorer did allow me to edit but upon reboot, the process android.process.media kept force closing.
Click to expand...
Click to collapse
Download Script Manager from the Play Store
I'm going to implement this into my next build of pa...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
For those running some iteration of the stock Touchwiz-skinned ICS rom (whether custom or just stock rooted), you can always try flashing this (md5 829584F66F2F13419639A0F77AEC2033) in whatever non-stock recovery you happen to be using. This replaces the vold.fstab with one merwinski tweaked (so the internal/external sd swap stuff happens), and includes a script I put together that moves some relevant files from one to the other for you (in other words - anything you selected to move to SD via Settings > Applications should still be there and usable after flashing this). All usual disclaimers apply (i.e. I'm not responsible for breaking blah blah etc.), but if for whatever reason you want to go back to how it was before you can flash this (md5 A38CD198B5DB73209441D4A6250D33C4) and that will undo everything (including the file moving) that was done with the first one.
Hope this helps folks, and just because it bears repeating - THIS HAS ONLY BEEN TESTED ON STOCK ROMS, NOT ANY OF THE AOSP/CM BASED ONES! IT WILL VERY LIKELY NOT WORK ON THOSE!
thomas.raines said:
I'm going to implement this into my next build of pa...
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Click to expand...
Click to collapse
Patiently waiting!!!
paranoidandroidpoweredBLAZE!!
I thought it worked...
Alright, So i'm running CWM and I used your VOLDSwap. Now, It worked from the look. my phone storage is 3gb now and my SD is 1.2gb. so when I look at all my storages at the same time, I see my phone storage (1.2gb) my USB storage, which is now my SD card. It was 1.2 gb now its 3.8 gb. and my SD card which is now my USB storage at 1.2gb.
here is my problem, in theory I should be able to install to the "USB directory" because that is now my actual SD card, however; when I do this, i still bypasses my USB storage (my actual SD card) and still installs it to my actual USB storage (1.2gb and also being recognized right now as my SD card) so what can I do to fix this? I love that my USB storage says 3.8 gb, but it's pointless if it still uses my Sudo USB storage of 1.2 gb? is there anyway to rewrite the install directory. because It still installs to my phone but instead of going to the USB storage like it used to, because my USB and SD are swapped now, it instead heads to my USB which is labled as my SD... it's like.. no matter what I do I can't get it to install to my higher gb storage location.. any help would be beyond appreciated.
hollow2318 said:
Alright, So i'm running CWM and I used your VOLDSwap. Now, It worked from the look. my phone storage is 3gb now and my SD is 1.2gb. so when I look at all my storages at the same time, I see my phone storage (1.2gb) my USB storage, which is now my SD card. It was 1.2 gb now its 3.8 gb. and my SD card which is now my USB storage at 1.2gb.
here is my problem, in theory I should be able to install to the "USB directory" because that is now my actual SD card, however; when I do this, i still bypasses my USB storage (my actual SD card) and still installs it to my actual USB storage (1.2gb and also being recognized right now as my SD card) so what can I do to fix this? I love that my USB storage says 3.8 gb, but it's pointless if it still uses my Sudo USB storage of 1.2 gb? is there anyway to rewrite the install directory. because It still installs to my phone but instead of going to the USB storage like it used to, because my USB and SD are swapped now, it instead heads to my USB which is labled as my SD... it's like.. no matter what I do I can't get it to install to my higher gb storage location.. any help would be beyond appreciated.
Click to expand...
Click to collapse
I've had the same problem someone I forget who posted this vold change(don't feel like reading hundreds of posts to find who but thanks lol) and has worked wonders for me with no issues so far. Switch it out and make sure permissions are set correctly.
http://db.tt/byVnF6Cc
Here the outcome
## 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
dev_mount sdcard /storage/sdcard1 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount external_sd /storage/sdcard0 auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
#otg sdcard
dev_mount sda /mnt/usbdisk auto /devices/platform/msm_hsusb_host.0
Sent from my AOKP Blaze
set right RW-RW-RW and change strings
dev_mount sdcard /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
to:
dev_mount sdcard /mnt/sdcard/external_sd 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
main my question: if now unroot device will it work?
On root device i have big trouble to connect GSM NETWORK

Convert External SD to Internal SD Android (Specially For Low Budget Devices)

After installing a couple of games and apps, Android tells you that you are out of storage space. So you head on to ebay and buy the largest sd card your credit card can buy. You slap in your brand new sd card and head on to install more apps, only to find out you still have no storage space left despite moving apps to sd card.​
What is The Problem?
Android tablets in general, has a different directory structure compared to Android phones. Mine has 504MB for apps (in system), 2.08Gb Internal storage (sdcard), and mounts external sd cards as (extsd). By default, external sd cards (extsd) are only used for media storage. Unfortunately, apps only recognizes sdcard, so your media files will still need to be transferred to internal storage for it to be played. What's the point?
This Is A HACK
This hack will swap the position of the internal sd card to the external one you bought earlier.
First You Need To Root Your Device.
Read My Post To Root Your Device In Minutes http://forum.xda-developers.com/showthread.php?p=41020487#post41020487
What Will You Need
A Rooted Device
Root Explorer (Attached Below)
Instruction
Install Root Explorer.
Grant SuperUser Access to Root Explorer (When Asked).
Locate '/etc' in Root Explorer.
Click On 'Mount R/W'.
Hold 'vold.fstab' And Select Edit in Text Editor.
And Convert
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0/devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount sdcard /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0/devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2​
Save it. (Don't Worry The Original File will be there named 'vold.fstab.bak')
Restart Your Device
Check Weather You Can Move Aps to External Storage.
If Not..??
Then Again Open 'vold.fstab' in Text Editor
And Convert
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1/devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1/devices/plaform/sw-ohci.2
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1​
And Restart Your Device
Tested Devices
BSNL Penta
T-Pad IS709C
T-Pad IS701C
T-Pad IS703C
T-Pad IS801C
T-Pad WS802C-2G
T-Pad WS802C-3G
T-Pad WS703C-2G
T-Pad WS704C-3G
T-Pad WS707C-EDGE
T-Pad WS708C-2G
Micromax
Micromax Funbook Talk P362
Micromax Funbook 3G P560
Micromax Funbook Talk P360
Micromax Funbook Talk P362
Micromax Funbook 3G P600
Micromax Funbook P300
UbiSlate
UbiSlate 7R Plus
UbiSlate 7C Plus Edge
Still Facing Problem..??
Contact Me On Facebook At https://www.facebook.com/DaNish.AnSari.1994
PLEASE QUOTE FOR FURTHER INFO.
will it work for mobile phones
pllzzz reply ,will it work for mobil phones
Hey, nice tutorial, but does this also work with Sony Xperia devices or just android phones in general?:laugh:
Need Help
Hi , please find the attached screen shot of Vold file from root explorer as you asked. Kindly advise me if i need to delet all this and type what yoy have mentioned or what do i need to change .
Novice at Rooting
Thanks for the hack. I am trying to root my Visual Land Connect 4. I got everything to work except I can't find /etc on my root checker. Where should I be if not in here?
danish1994 said:
After installing a couple of games and apps, Android tells you that you are out of storage space. So you head on to ebay and buy the largest sd card your credit card can buy. You slap in your brand new sd card and head on to install more apps, only to find out you still have no storage space left despite moving apps to sd card.​
What is The Problem?
Android tablets in general, has a different directory structure compared to Android phones. Mine has 504MB for apps (in system), 2.08Gb Internal storage (sdcard), and mounts external sd cards as (extsd). By default, external sd cards (extsd) are only used for media storage. Unfortunately, apps only recognizes sdcard, so your media files will still need to be transferred to internal storage for it to be played. What's the point?
This Is A HACK
This hack will swap the position of the internal sd card to the external one you bought earlier.
First You Need To Root Your Device.
Read My Post To Root Your Device In Minutes http://forum.xda-developers.com/showthread.php?p=41020487#post41020487
What Will You Need
A Rooted Device
Root Explorer (Attached Below)
Instruction
Install Root Explorer.
Grant SuperUser Access to Root Explorer (When Asked).
Locate '/etc' in Root Explorer.
Click On 'Mount R/W'.
Hold 'vold.fstab' And Select Edit in Text Editor.
And Convert
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0/devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount sdcard /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0/devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2​
Save it. (Don't Worry The Original File will be there named 'vold.fstab.bak')
Restart Your Device
Check Weather You Can Move Aps to External Storage.
If Not..??
Then Again Open 'vold.fstab' in Text Editor
And Convert
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1/devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1/devices/plaform/sw-ohci.2
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1​
And Restart Your Device
Tested Devices
BSNL Penta
T-Pad IS709C
T-Pad IS701C
T-Pad IS703C
T-Pad IS801C
T-Pad WS802C-2G
T-Pad WS802C-3G
T-Pad WS703C-2G
T-Pad WS704C-3G
T-Pad WS707C-EDGE
T-Pad WS708C-2G
Micromax
Micromax Funbook Talk P362
Micromax Funbook 3G P560
Micromax Funbook Talk P360
Micromax Funbook Talk P362
Micromax Funbook 3G P600
Micromax Funbook P300
UbiSlate
UbiSlate 7R Plus
UbiSlate 7C Plus Edge
Still Facing Problem..??
Contact Me On Facebook At /DaNish.AnSari.1994
Click to expand...
Click to collapse
First of all your work is highly appreciated.
Secondly u mentioned that this process is tested on funbook talk p362. I have it too.
But the adb drivers are nowhere to be found.
You will say turn on USB-DEBUGGING and it will install drivers automatically. but no none of that works...tried with internet connection on. but driver update says no driver found for this device.
I ll be highly thankful to you if you helped me rooting my funbook talk. or provide me the necessary drivers.
and for your information i downloaded a ADB Drivers.rar file....and it installed drivers too....but android sdk does not recognises the adb device.
moomoopobo said:
Hey, nice tutorial, but does this also work with Sony Xperia devices or just android phones in general?:laugh:
Click to expand...
Click to collapse
It will work on all ICS nd JB devices, which have an external sd slot...
delhi71 said:
Hi , please find the attached screen shot of Vold file from root explorer as you asked. Kindly advise me if i need to delet all this and type what yoy have mentioned or what do i need to change .
Click to expand...
Click to collapse
just replace flash with sdcard nd vice versa..
awesome man said:
pllzzz reply ,will it work for mobil phones
Click to expand...
Click to collapse
ya it wil..
its for all devices running on JB nd ICS..
mmixdupp2 said:
Thanks for the hack. I am trying to root my Visual Land Connect 4. I got everything to work except I can't find /etc on my root checker. Where should I be if not in here?
Click to expand...
Click to collapse
not on root checker. It will be there in root explorer..
you first need to root your device before you can edit that file..
ando dev said:
First of all your work is highly appreciated.
Secondly u mentioned that this process is tested on funbook talk p362. I have it too.
But the adb drivers are nowhere to be found.
You will say turn on USB-DEBUGGING and it will install drivers automatically. but no none of that works...tried with internet connection on. but driver update says no driver found for this device.
I ll be highly thankful to you if you helped me rooting my funbook talk. or provide me the necessary drivers.
and for your information i downloaded a ADB Drivers.rar file....and it installed drivers too....but android sdk does not recognises the adb device.
Click to expand...
Click to collapse
if it don't download adb driver itself then you need to download it manually form micromax website..
it that to didn't work, then will upload an app soon which might help you to root your device..
danish1994 said:
if it don't download adb driver itself then you need to download it manually form micromax website..
it that to didn't work, then will upload an app soon which might help you to root your device..
Click to expand...
Click to collapse
There are no drivers for Funbook P362...see for yourself.!!!
ando dev said:
First of all your work is highly appreciated.
Secondly u mentioned that this process is tested on funbook talk p362. I have it too.
But the adb drivers are nowhere to be found.
You will say turn on USB-DEBUGGING and it will install drivers automatically. but no none of that works...tried with internet connection on. but driver update says no driver found for this device.
I ll be highly thankful to you if you helped me rooting my funbook talk. or provide me the necessary drivers.
and for your information i downloaded a ADB Drivers.rar file....and it installed drivers too....but android sdk does not recognises the adb device.
Click to expand...
Click to collapse
Simple.. just go to this thread it will automatically install drivers and root INA minute this method is tested by me,I am also having the same tab..
http://forum.xda-developers.com/showthread.php?t=2403230
If u don't have cwm to replace Chinese superuser download supersu from play store and it will do it without cwm..
Hit thanks if I helped.... :good:
---------- Post added at 06:58 AM ---------- Previous post was at 06:52 AM ----------
danish1994 said:
After installing a couple of games and apps, Android tells you that you are out of storage space. So you head on to ebay and buy the largest sd card your credit card can buy. You slap in your brand new sd card and head on to install more apps, only to find out you still have no storage space left despite moving apps to sd card.​
What is The Problem?
Android tablets in general, has a different directory structure compared to Android phones. Mine has 504MB for apps (in system), 2.08Gb Internal storage (sdcard), and mounts external sd cards as (extsd). By default, external sd cards (extsd) are only used for media storage. Unfortunately, apps only recognizes sdcard, so your media files will still need to be transferred to internal storage for it to be played. What's the point?
This Is A HACK
This hack will swap the position of the internal sd card to the external one you bought earlier.
First You Need To Root Your Device.
Read My Post To Root Your Device In Minutes http://forum.xda-developers.com/showthread.php?p=41020487#post41020487
What Will You Need
A Rooted Device
Root Explorer (Attached Below)
Instruction
Install Root Explorer.
Grant SuperUser Access to Root Explorer (When Asked).
Locate '/etc' in Root Explorer.
Click On 'Mount R/W'.
Hold 'vold.fstab' And Select Edit in Text Editor.
And Convert
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0/devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount sdcard /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0/devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2​
Save it. (Don't Worry The Original File will be there named 'vold.fstab.bak')
Restart Your Device
Check Weather You Can Move Aps to External Storage.
If Not..??
Then Again Open 'vold.fstab' in Text Editor
And Convert
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1/devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1/devices/plaform/sw-ohci.2
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1​
And Restart Your Device
Tested Devices
BSNL Penta
T-Pad IS709C
T-Pad IS701C
T-Pad IS703C
T-Pad IS801C
T-Pad WS802C-2G
T-Pad WS802C-3G
T-Pad WS703C-2G
T-Pad WS704C-3G
T-Pad WS707C-EDGE
T-Pad WS708C-2G
Micromax
Micromax Funbook Talk P362
Micromax Funbook 3G P560
Micromax Funbook Talk P360
Micromax Funbook Talk P362
Micromax Funbook 3G P600
Micromax Funbook P300
UbiSlate
UbiSlate 7R Plus
UbiSlate 7C Plus Edge
Still Facing Problem..??
Contact Me On Facebook At /DaNish.AnSari.1994
Click to expand...
Click to collapse
Wrong method of rooting and extsd to sd I have tryed this instead bricked my tab and had to restore nandroid backup(micromax fun book p32)
My original vold
---------- Post added at 07:01 AM ---------- Previous post was at 06:58 AM ----------
## 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 /dev/block/mtd/by-name/user
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
karan luniyal said:
Simple.. just go to this thread it will automatically install drivers and root INA minute this method is tested by me,I am also having the same tab..
http://forum.xda-developers.com/showthread.php?t=2403230
If u don't have cwm to replace Chinese superuser download supersu from play store and it will do it without cwm..
Hit thanks if I helped.... :good:
---------- Post added at 06:58 AM ---------- Previous post was at 06:52 AM ----------
Wrong method of rooting and extsd to sd I have tryed this instead bricked my tab and had to restore nandroid backup(micromax fun book p32)
My original vold
Click to expand...
Click to collapse
need method for devices whose data/internal sd is emulated by the same partition
sir, please I need a method to edit void.fstab whose internal SD and data is the same partition
vig vanx said:
sir, please I need a method to edit void.fstab whose internal SD and data is the same partition
Click to expand...
Click to collapse
you cant..
but you can assign some part of your external sd to internal memory (the memory in which the aps are installed).. by using linkSD..
karan luniyal said:
Simple.. just go to this thread it will automatically install drivers and root INA minute this method is tested by me,I am also having the same tab..
http://forum.xda-developers.com/showthread.php?t=2403230
If u don't have cwm to replace Chinese superuser download supersu from play store and it will do it without cwm..
Hit thanks if I helped.... :good:
---------- Post added at 06:58 AM ---------- Previous post was at 06:52 AM ----------
Wrong method of rooting and extsd to sd I have tryed this instead bricked my tab and had to restore nandroid backup(micromax fun book p32)
My original vold
---------- Post added at 07:01 AM ---------- Previous post was at 06:58 AM ----------
## 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 /dev/block/mtd/by-name/user
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
Click to expand...
Click to collapse
get the firmware image of your device from official sources..
boot in recovery mode and install the firmware from the sd card
awesome man said:
pllzzz reply ,will it work for mobil phones
Click to expand...
Click to collapse
ya.. it will..
moomoopobo said:
Hey, nice tutorial, but does this also work with Sony Xperia devices or just android phones in general?:laugh:
Click to expand...
Click to collapse
any android device running on or above android 4.0.x..
For me ws802c i have this :
## 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 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0 removable,encryptable
#dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.2/mmc_host/mmc2 removable,encryptable
dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
dev_mount extsd /mnt/extsd 1 /devices/platform/s3c-sdhci.2/mmc_host/mmc2
dev_mount udisk /mnt/udisk 1 /devices/platform/s5p-ehci/usb1
## 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
What i shd remove or change not same to tutorials
zakiyy said:
For me ws802c i have this :
## 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 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0 removable,encryptable
#dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.2/mmc_host/mmc2 removable,encryptable
dev_mount sdcard /mnt/sdcard 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
dev_mount extsd /mnt/extsd 1 /devices/platform/s3c-sdhci.2/mmc_host/mmc2
dev_mount udisk /mnt/udisk 1 /devices/platform/s5p-ehci/usb1
## 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
What i shd remove or change not same to tutorials
Click to expand...
Click to collapse
Sdcard and extsd..

[Q] No Brand Galaxy s4 i9500 (4,7" 540x960 1GB/4GB MTK6589, android 4.2.2) problem

[Q] No Brand Galaxy s4 i9500 (4,7" 540x960 1GB/4GB MTK6589, android 4.2.2) problem
Hello friends!
I got this 1-sim phone from chinese online store with one problem. It can not mount sd-card! "damaged sd-card, try to reformatting it" I do this and receive this message again... Can't remember what ROM it has except that it was I9500ZSUAMDF. From needrom, com only 3 roms match to me: 1. B9500 other two is I9502 (I9500ZSUAMDF).
vold.fstab contains (maybe problem in it):
Code:
except all #points
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
also i have vold.fstab.nand contains:
Code:
except all #points
dev_mount sdcard /storage/sdcard0 auto /devices/platform/goldfish_mmc.0 /devices/platform/MTK-msdc.1/mmc_host
I can't post photos because of this forum "10 messages" rule. You can check it here
chinafon .ru /images /S4_v89_1sim_005.jpg
chinafon. ru/images /S4_v89_1sim_011.jpg (remove spaces)
"SD Insight" app can actually detect my external sd-card and show right info about it! Here is bus location it shows:
1. mmc0:0001 - internal memory 4GB Henyx
2. mmc1:5dc6 - my external sd-card 8GB Kingston
3. mmc2:0001 - unknown
Some guy in Russian community has same problem when he tried I9500ZSUAMDF ROM and fix that by changing it to I9500XXUAMDK, but he have a little different clone of galaxy and his rom don't matched to me...
Please help...

[Q] RCA RCT6378W2 soft bricked

RCA RCT6378W2 soft bricked
Hello, I have soft bricked my RCA RCT6378W2 android 4.2.2 rooted with kingo. I copied by my ect/vold.fstab to my pc and then edited it to swap my internal sd to my external sd using the following example commands via text editor from Root Browser as I don't have the actual commands.
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount sdcard /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
and now I am stuck at the RCA logo after the dog logo. I can get into stock recovery and have found the following options:
Apply update from ADB
Apply update from external storage
update rkimage from external storage
apply update from cache
Please don't laugh but I know nothing about linux and very little about android. I successfully applied ShawnMT's custom recovery and custom ROM on a nextbook 8 with a friend and it worked fine. I have searched every forum, downloaded RCT6378W2 recovery zip file that I discovered on one of the forums but other than that I know absolutely NOTHING.
I have downloaded and zipped the RCT6378W2 ROM files from
Android Forums>Android Tablets & MIDs>RCA>RCT6378W2>RCT6378W2 - All Things Root> (Subfolder)Rom Files
and tried to "update from external storage" but nothing works. Is there anything that I can do to recover the stock rom this tablet? Please have mercy on me and thank you in advance for any, and I mean any advice or direction you can provide.
RCA rct6378w2 bought in Walmart NO COMMAND
KyaraDeshae said:
RCA RCT6378W2 soft bricked
Hello, I have soft bricked my RCA RCT6378W2 android 4.2.2 rooted with kingo. I copied by my ect/vold.fstab to my pc and then edited it to swap my internal sd to my external sd using the following example commands via text editor from Root Browser as I don't have the actual commands.
dev_mount sdcard /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount extsd /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
TO
dev_mount extsd /mnt/sdcard auto /devices/virtual/block/nand1
dev_mount sdcard /mnt/extsd auto /devices/platform/sunxi-mmc.1/mm_host /devices/platform/sw_hcd_host0 /devices/platform/sw-ohci.1 /devices/plaform/sw-ohci.2
and now I am stuck at the RCA logo after the dog logo. I can get into stock recovery and have found the following options:
Apply update from ADB
Apply update from external storage
update rkimage from external storage
apply update from cache
Please don't laugh but I know nothing about linux and very little about android. I successfully applied ShawnMT's custom recovery and custom ROM on a nextbook 8 with a friend and it worked fine. I have searched every forum, downloaded RCT6378W2 recovery zip file that I discovered on one of the forums but other than that I know absolutely NOTHING.
I have downloaded and zipped the RCT6378W2 ROM files from
Android Forums>Android Tablets & MIDs>RCA>RCT6378W2>RCT6378W2 - All Things Root> (Subfolder)Rom Files
and tried to "update from external storage" but nothing works. Is there anything that I can do to recover the stock rom this tablet? Please have mercy on me and thank you in advance for any, and I mean any advice or direction you can provide.
Click to expand...
Click to collapse
Did you find a solution after all? if you have any suggestions please help me, thanks

Categories

Resources