problems with big games - HTC One VX

I can not play the games from sd_external (sdcard 32gb), put the data in android/data/ but the game does not recognize, please help me, thanks

same here
victor0888 said:
I can not play the games from sd_external (sdcard 32gb), put the data in android/data/ but the game does not recognize, please help me, thanks
Click to expand...
Click to collapse
im curious also if anyone knows how to put apps on the sd card and the apps work, can anyone help?

anthonyp2123 said:
im curious also if anyone knows how to put apps on the sd card and the apps work, can anyone help?
Click to expand...
Click to collapse
mount SDCard2 as /SDCard
look file vold.fstab in system/etc
change:
dev_mount sdcard /mnt/sdcard emmc /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard2 /mnt/sdcard/ext_sd auto /devices/platform/msm_sdcc.3/mmc_host
to
dev_mount sdcard2 /mnt/sdcard/ext_sd emmc /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host
reboot
update: if you use JmzTotemJBSense 4.1.2 change lines to:
dev_mount sdcard2 /storage/sdcard0/ext_sd emmc /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard /storage/sdcard0 auto /devices/platform/msm_sdcc.3/mmc_host

victor0888 said:
mount SDCard2 as /SDCard
look file vold.fstab in system/etc
change:
dev_mount sdcard /mnt/sdcard emmc /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard2 /mnt/sdcard/ext_sd auto /devices/platform/msm_sdcc.3/mmc_host
to
dev_mount sdcard2 /mnt/sdcard/ext_sd emmc /devices/platform/msm_sdcc.1/mmc_host
dev_mount sdcard /mnt/sdcard auto /devices/platform/msm_sdcc.3/mmc_host
reboot
Click to expand...
Click to collapse
thanx, does this require root?

anthonyp2123 said:
thanx, does this require root?
Click to expand...
Click to collapse
yes

tried it
victor0888 said:
yes
Click to expand...
Click to collapse
I Tried it but it didnt work and yes im rooted and put it in exactly, but thank you anyways

anthonyp2123 said:
I Tried it but it didnt work and yes im rooted and put it in exactly, but thank you anyways
Click to expand...
Click to collapse
i have unlock hboot and s-off

I have tried this without success. Not even app2sd works.
Sent from my HTC One VX using xda premium

another option
el_venga said:
I have tried this without success. Not even app2sd works.
Sent from my HTC One VX using xda premium
Click to expand...
Click to collapse
since this didnt work i downloaded an app called gl to sd , in the play store and th app basicly put all the data on the sd card, so far it works great , but u must be rooted for it to work

anthonyp2123 said:
since this didnt work i downloaded an app called gl to sd , in the play store and th app basicly put all the data on the sd card, so far it works great , but u must be rooted for it to work
Click to expand...
Click to collapse
ill give it a shot and will give feedback about its behaviour.

Related

[HOWTO] mount EMMC and External SD on CM7 as it is on Stock ROMs

Hello Everyone.
In this post, I would like to show how to mount Internal SD card and External SD card when using Cyanogenmod 7 ROM.
I had some issues because CM7 mounts the internal SD card under /mnt/emmc and mounts external SD card under /mnt/sdcard.
As you know, there are many applications that download data using /mnt/sdcard as path and if you have CM7 way of mounting these apps won't work.
So to mount Internal SD card to /mnt/sdcard and External SD card to /mnt/sdcard/external_sd as it is done on Stock ROMs proceed with the following:
1 - Open the file /etc/vold.fstab with your preferred text editor (I use root Explorer) and find and modify the last lines as below an then save:
# internal sdcard
dev_mount emmc /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
# otg sdcard
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
2 - Open the file /system/build.prop with your preferred text editor and find and modify the following lines as it is show an then save:
# notify vold we have internal and external sd
ro.additionalmounts=/mnt/sdcard/external_sd
ro.vold.switchablepair=/mnt/sdcard/external_sd,/mnt/sdcard
3 - Reboot the phone and voilá
This procedure worked for me and I have no issues to mount both my Internal and External SD cards when plugging the phone on my laptop.
a good guide indeed for the CM7 ROM users
I did something similar for all my Gameloft games, EA games, Glu games, and DATA partition, and Download, and all the other stuff, basically i mounted everything off to my 64 GB SD card instead of internal SD
lets give this topic some flight time, stuck for a month, it'll come off by itself
also added to main INDEX
Thanks AllGamer...
thanks, i was looking for something like this for a while.
Thanks so much for this. Thanks a bunch!!!
ICS
Can someone who had flashed ICS Alpha builds tell us if this procedure works on them?
Thanks and I am glad I'd helped someone by doing this post
Testing this out right now on Isotope, let's all keep our fingers crossed.
talmeida said:
Hello Everyone.
In this post, I would like to show how to mount Internal SD card and External SD card when using Cyanogenmod 7 ROM.
I had some issues because CM7 mounts the internal SD card under /mnt/emmc and mounts external SD card under /mnt/sdcard.
As you know, there are many applications that download data using /mnt/sdcard as path and if you have CM7 way of mounting these apps won't work.
So to mount Internal SD card to /mnt/sdcard and External SD card to /mnt/sdcard/external_sd as it is done on Stock ROMs proceed with the following:
1 - Open the file /etc/vold.fstab with your preferred text editor (I use root Explorer) and find and modify the last lines as below an then save:
# internal sdcard
dev_mount emmc /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
# otg sdcard
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
2 - Open the file /system/build.prop with your preferred text editor and find and modify the following lines as it is show an then save:
# notify vold we have internal and external sd
ro.additionalmounts=/mnt/sdcard/external_sd
ro.vold.switchablepair=/mnt/sdcard/external_sd,/mnt/sdcard
3 - Reboot the phone and voilá
This procedure worked for me and I have no issues to mount both my Internal and External SD cards when plugging the phone on my laptop.
Click to expand...
Click to collapse
does it work for other devices cm7 roms??
tried it and didn't work for me. Might have typed it wrong. Will try again.
I only used the file browser to see if i can access both the emmc and the sd card but could only get to the emmc
I will try...
talmeida said:
Hello Everyone.
In this post, I would like to show how to mount Internal SD card and External SD card when using Cyanogenmod 7 ROM.
I had some issues because CM7 mounts the internal SD card under /mnt/emmc and mounts external SD card under /mnt/sdcard.
As you know, there are many applications that download data using /mnt/sdcard as path and if you have CM7 way of mounting these apps won't work.
So to mount Internal SD card to /mnt/sdcard and External SD card to /mnt/sdcard/external_sd as it is done on Stock ROMs proceed with the following:
1 - Open the file /etc/vold.fstab with your preferred text editor (I use root Explorer) and find and modify the last lines as below an then save:
# internal sdcard
dev_mount emmc /mnt/sdcard 28 /devices/platform/msm_sdcc.1/mmc_host/mmc0/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard/external_sd auto /devices/platform/msm_sdcc.3/mmc_host/mmc2/mmc2
# otg sdcard
usb_mount sdcard2 /mnt/sdcard/usbStorage auto /devices/platform/msm_hsusb_host.0
#end line
2 - Open the file /system/build.prop with your preferred text editor and find and modify the following lines as it is show an then save:
# notify vold we have internal and external sd
ro.additionalmounts=/mnt/sdcard/external_sd
ro.vold.switchablepair=/mnt/sdcard/external_sd,/mnt/sdcard
3 - Reboot the phone and voilá
This procedure worked for me and I have no issues to mount both my Internal and External SD cards when plugging the phone on my laptop.
Click to expand...
Click to collapse
Oh man, thank you!
This worked like a charm on my Epic Touch 4G.
tried this in a aokp rom(hydrogen), and it doesn't work.
Why not mount the emmc to /mnt/sdcard/external_sd in addition to /mnt/eemc for backward compatibility?
Does it work on CM9 too?
I had ICS Passion v13 installed on my Samsung Vibrant before, and my vold.fstab file is a bit different from cm7's. I now have cm7 installed but the vold.fstab file doesn't seem to have changed with the change of roms.
It would be great if you could post the fstab and build.prop files somewhere online from where I can download it and replace in my phone because I don't want to mess up again(I encountered the "encryption failed" bug in ICS today and I tore my hair out fixing that..so yeah.)
Thank you.
Anyone else that's on AOKP have any luck getting this to work??? The flip-flooped SD cards on CM9/AOKP is seriously annoying..
Sent from my AOKP'd T989
This is the vold.fstab file in my Samsung Vibrant:
## 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
######################
# internal sdcard
dev_mount emmc /mnt/emmc 1 /devices/platform/s3c-sdhci.0/mmc_host/mmc0
# external sdcard
dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc2
As you can see, it is differs from the one you posted in the guide. What steps should I take now?
Can anyone show me how to do this with captivate cm7?
Please and thanks!
fresherthanU said:
Anyone else that's on AOKP have any luck getting this to work??? The flip-flooped SD cards on CM9/AOKP is seriously annoying..
Sent from my AOKP'd T989
Click to expand...
Click to collapse
has anyone found a solution for AOKP yet? I find that many of my apps such as google music and my camera don't save files properly. This has caused me to switch back to juggernaut.
major thanks to anyone who can help!

External SD CWM backup?

Hi guys,
I have my clockwork mod folder on my external SanDisk 16gb sdhc...does anyone know how to be able to restore this way? Does the backup have to be on internal storage? I don't see a "mount ext sd" option in mounts...
While I'm asking this..
When you move apps to external do they no longer show up in your app drawer...? I'm using go launcher but it seems they disappear when I move them to external sd card.
Sent from my SAMSUNG-SGH-I927R using xda premium
I would like to know about using the external sd card for cwm instead of internal as well....
by default from what I read CWM uses the internal SD card but I believe I heard some people mentioning on the forums that you can modify something in the kernel or a config file somewhere to change this. Unfortunately I do not know how sorry.
dudejb said:
by default from what I read CWM uses the internal SD card but I believe I heard some people mentioning on the forums that you can modify something in the kernel or a config file somewhere to change this. Unfortunately I do not know how sorry.
Click to expand...
Click to collapse
Ive looked through every kernel thread and just about every rom thread and dont see anything about being able to switch it over to using your external sd card for backups....it sux but guess its not possible yet
There is a few posts in the CWM thread that talk about swapping the internal SD for the External SD.
romanr said:
Can you please mount external sdcard instead of internal one.
/etc/fstab:
Code:
#/dev/block/mmcblk0p4 /sdcard vfat rw
/dev/block/mmcblk1p1 /sdcard vfat rw
Click to expand...
Click to collapse
then he says he did it like this below:
romanr said:
Thanks, but not needed. I swapped my internal/external storage and this recovery now perfectly fits for me - my .android_secure is backed up by backup tool now - that's only why I asked.
How about adding
Code:
/dev/block/mmcblk1p1 /sdcard/external_sd vfat rw
/dev/block/mmcblk1p2 /sd-ext ext4 rw
to the fstab ?
Click to expand...
Click to collapse
This may do what you want?
dudejb said:
There is a few posts in the CWM thread that talk about swapping the internal SD for the External SD.
then he says he did it like this below:
This may do what you want?
Click to expand...
Click to collapse
Ill have to give it a try, kinda scared too cuz im a noob at that kinda stuff but i appreciate the help!
ok so im using root explorer, opened up the fstab file to edit and am stuck there, not really sure where to add those commands at...i think it would just be easier to leave it on internal storage lol
Yes it would be easier to leave it as it is. Lol. I have modified the fstab in Linux but not on my phone. If it is the same type of file you need to make sure you are opening it as root and there should already be a line with your current file system being mapped and simply replace it with the new line.

SwapSD: beta testers needed

http://forum.xda-developers.com/showpost.php?p=28419837&postcount=1
I think this app will work on the W, but I don't have one to test with.
Thanks!
Note: Not for CyangenMod or RebelROM. Stock-based ROMs only.
Work fine .
bangprovn said:
Work fine .
Click to expand...
Click to collapse
Thanks for testing!
What does SwapSD do ?
Dwama said:
What does SwapSD do ?
Click to expand...
Click to collapse
Full detail in the OP's link, but it switches sdcard & external_sd.
jocala said:
Full detail in the OP's link, but it switches sdcard & external_sd.
Click to expand...
Click to collapse
I already applied old "manual" method.. is this reversible?
I mean, can swap between memories multiple times?
thanx!
spino1970 said:
I already applied old "manual" method.. is this reversible?
I mean, can swap between memories multiple times?
thanx!
Click to expand...
Click to collapse
Yep. Going back and forth is np.
This is not optimized for ics I guess? My CM9 wonder soft bricked when I tried it!
Sent from my GT-I8150 using xda app-developers app
Gary122 said:
This is not optimized for ics I guess? My CM9 wonder soft bricked when I tried it!
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
I was just about to post this LOL!.
I also got soft-bricked
cyyong95 said:
I was just about to post this LOL!.
I also got soft-bricked
Click to expand...
Click to collapse
Sorry you guys got bit. Cyanogenmod has a built-in routine to manage storage, so this is for stock roms. But what do you mean by soft-brick?
I've added a note to the link's OP warning about cm9. Below you'll see cm9's vold.fstab; it's quite different from a stock Samsung. From the instructions:
If your device's /system/etc/vold.fstab file matches the attached original Galaxy Exhibit fstab file, it may work for you as well.
Click to expand...
Click to collapse
Code:
#######################
## 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
######################
# internal sdcard
dev_mount sdcard /mnt/sdcard 28 /devices/platform/msm_sdcc.2/mmc_host/mmc1
# externel sdcard
dev_mount emmc /mnt/emmc auto /devices/platform/msm_sdcc.4/mmc_host/mmc2
Your original vold.fstab was saved when the app first runs. You can rename the backup and reboot to recover from any problem.
I tried this and it says that my 32gb sd card is usb storage. Is there a way to make it system memory? When i did this it gave me less system memory and made my usb storage huge. I would rather have more system memory than usb storage.
PSG4m3r said:
I tried this and it says that my 32gb sd card is usb storage. Is there a way to make it system memory? When i did this it gave me less system memory and made my usb storage huge. I would rather have more system memory than usb storage.
Click to expand...
Click to collapse
This app will not make your external_sd system memory. It swaps sdcard and external_sd as mount points.
jocala said:
This app will not make your external_sd system memory. It swaps sdcard and external_sd as mount points.
Click to expand...
Click to collapse
So will all my downloads and apps go onto the external sd rather than system memory?
worked fine on my stock rooted 2.3.6. thanks. if I chose to swap manually I presume I could simply over write my existing vold.fstab with your vold.fstab.swap (renamed to vold.fstab)?
jamesg302 said:
worked fine on my stock rooted 2.3.6. thanks. if I chose to swap manually I presume I could simply over write my existing vold.fstab with your vold.fstab.swap (renamed to vold.fstab)?
Click to expand...
Click to collapse
Yep.
PSG4m3r said:
So will all my downloads and apps go onto the external sd rather than system memory?
Click to expand...
Click to collapse
Anything that installs to /sdcard/ will instead go to external_sd if you do the swap.

[TUT]change internal to external micromax a68

GIVE A SMALL THANKS INSTATED OF REPLYING ME
JOIN OUR FACEBOOK GROUP
OUR BLOG
SO LETS START
I AM NOT RESPONSIBLE FOR ANYTHING
REQUIREMENT : ROOT EXPLORER & DOWNLOAD THIS & ROOT EXPLORER & ROOT
NOW OPEN ROOT EXPLORER AND GO TO SYSTEM/ETC/[PASTE HERE THE DOWNLOADED FILE]
GIVE PERMISSION rw-r-r
RESTART INSTANTLY....
NOW YOUR INTERNAL SD CARD CHANGED TO EXTERNAL SD CARD...
NJOY.
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
​
rajit said:
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
SO LETS START
I AM NOT RESPONSIBLE FOR ANYTHING
REQUIREMENT : ROOT EXPLORER & DOWNLOAD THIS & ROOT EXPLORER & ROOT
NOW OPEN ROOT EXPLORER AND GO TO SYSTEM/ETC/[PASTE HERE THE DOWNLOADED FILE]
RESTART INSTANTLY....
NOW YOUR INTERNAL SD CARD CHANGED TO EXTERNAL SD CARD...
NJOY.
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
​
Click to expand...
Click to collapse
Join here:
Click "Micromax A68" in my signature
hmm
Borken Link....
download link broken..
rajit said:
hmm
Click to expand...
Click to collapse
fixed ...
Sent from my Micromax A68 using xda premium
thnx for inform... :thumbup:
Sent from my Micromax A68 using xda premium
i have an unrooted micromax a68.....will this work on my device????
reply asap....please
prashantboriwal said:
i have an unrooted micromax a68.....will this work on my device????
reply asap....please
Click to expand...
Click to collapse
No
please help!!!!!!!
i have bought an android phone for the 1st time.....please help me rooting my micromax a68.....as i said i am a newbie i don't know anything about rooting.....please help me.....
prashantboriwal said:
i have bought an android phone for the 1st time.....please help me rooting my micromax a68.....as i said i am a newbie i don't know anything about rooting.....please help me.....
Click to expand...
Click to collapse
Follow the MMX A68 link in my signature
??????
rajit said:
GIVE A SMALL THANKS INSTATED OF REPLYING ME
JOIN OUR FACEBOOK GROUP
OUR BLOG
SO LETS START
I AM NOT RESPONSIBLE FOR ANYTHING
REQUIREMENT : ROOT EXPLORER & DOWNLOAD THIS & ROOT EXPLORER & ROOT
NOW OPEN ROOT EXPLORER AND GO TO SYSTEM/ETC/[PASTE HERE THE DOWNLOADED FILE]
RESTART INSTANTLY....
NOW YOUR INTERNAL SD CARD CHANGED TO EXTERNAL SD CARD...
NJOY.
GIVE A BIG SMALL THANKS INSTATED OF REPLYING ME
​
Click to expand...
Click to collapse
what is the use of it
aarish7 said:
what is the use of it
Click to expand...
Click to collapse
what
change internal to external card memory
i am using this trick i am download root explorer also download vold-1.fstab file but pasting on path “SYSTEM/ETC/” file not pasting file getting errer Warning! You cannot paste here because the file is read -only…. so please help me my mobile model name micromax A68
makvardhan said:
i am using this trick i am download root explorer also download vold-1.fstab file but pasting on path “SYSTEM/ETC/” file not pasting file getting errer Warning! You cannot paste here because the file is read -only…. so please help me my mobile model name micromax A68
Click to expand...
Click to collapse
change system to read write then you able to do !
After Swapping memory and then Factory Data Reset memory not Recognised
I changed external memory of 4 GB to internal memory and it worked perfectly . But after factory data reset, [Setting > Backup & Reset > Factory Data Reset] my Qmobile NOIR A6 phone is neither mounting internal memory 2GB, nor external memory (SD card) of 4GB. I have reverted changes made in vold.fstab file but the problem persists. my vold.fstab file exactly as it was befor change. My phone is only showing total space 503 MB when checked through SETTINGS>STORAGE.
I can not use camera or other application that use phone memory or SD card. what is solution please.
Here are contents of 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 [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
## 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
I finally found the root of problem. I erroneously renamed the file "vold.fstab" as "vold .fstab" which made it useless for mounting the memory. by correcting the file name problem is solved.
izkhan said:
I changed external memory of 4 GB to internal memory and it worked perfectly . But after factory data reset, [Setting > Backup & Reset > Factory Data Reset] my Qmobile NOIR A6 phone is neither mounting internal memory 2GB, nor external memory (SD card) of 4GB. I have reverted changes made in vold.fstab file but the problem persists. my vold.fstab file exactly as it was befor change. My phone is only showing total space 503 MB when checked through SETTINGS>STORAGE.
I can not use camera or other application that use phone memory or SD card. what is solution please.
Click to expand...
Click to collapse
Problem!!
Can you get me the orginal file of vold.fstab ?? i deleted the fiel by mistake.plz get me a file
I clicked the thanked button for ur great work. Please, keep it up with such nice tricks/tips.
Kindly, upload more custom roms for Noir A6 except lewa. Plz
Thanks
Sent from my A6 using xda premium
HI,
Is there any way to merge internal SD card to phone memory ?

apps to sd card(galaxy S3 mini)

Hi,
How can i put in my Samsung Galaxy S3 mini(android 4.1.2) my apps, to sd card. Step by step pls, if you Know.
Thanks.
kdidie said:
Hi,
How can i put in my Samsung Galaxy S3 mini(android 4.1.2) my apps, to sd card. Step by step pls, if you Know.
Thanks.
Click to expand...
Click to collapse
Also, I need to know how to put my apps to SD Card.
If you found a method please tell me
Link2sd
Sent from the dark side on my GT-I8190
I installed link2sd but when I try to move the app to sd card show me this error.
Sent from my GT-I8190 using xda premium
Follow this guide here http://forum.xda-developers.com/showthread.php?t=2087497
Don't move the apps to sd, just create a 'link'.
You need init.d support and a properly partitioned sd card. This guide will show you how.
Sent from the dark side on my GT-I8190
iKlutz said:
Follow this guide here http://forum.xda-developers.com/showthread.php?t=2087497
Don't move the apps to sd, just create a 'link'.
You need init.d support and a properly partitioned sd card. This guide will show you how.
Sent from the dark side on my GT-I8190
Click to expand...
Click to collapse
Thanks very much for the guide.
Here is an easy method to enable init.d support with an app [http://forum.xda-developers.com/showthread.php?t=1933849]
eduardd- said:
I installed link2sd but when I try to move the app to sd card show me this error.
Sent from my GT-I8190 using xda premium
Click to expand...
Click to collapse
I had the same problem with my S3 Mini, what i did is 1.Install Link2SD. wich created a mount script for the second partition to be mounted to /data/sdext2 at boottime
and then i also got the INSUFFICIENT SPACE error when i tried to move. so i looked for the init.d script at /etc/init.d/ its called link2sd or someting like that and then 2. i manually changed that script to include "mount -o bind" commands so i could link manually my copied data maps on the second partition to the 'local' /sdcard/Android/data or ../obb
it worked but you have to remount the /etc directory to get write acces to be able to change the init scripts and also you are depending on a kernel wich supports init.d scripts.
took me a few days to figure it out but i just got my first android since 2 weeks and only have some linux/unix experience so i get the commands.
dhscholtus said:
I had the same problem with my S3 Mini, what i did is 1.Install Link2SD. wich created a mount script for the second partition to be mounted to /data/sdext2 at boottime
and then i also got the INSUFFICIENT SPACE error when i tried to move. so i looked for the init.d script at /etc/init.d/ its called link2sd or someting like that and then 2. i manually changed that script to include "mount -o bind" commands so i could link manually my copied data maps on the second partition to the 'local' /sdcard/Android/data or ../obb
it worked but you have to remount the /etc directory to get write acces to be able to change the init scripts and also you are depending on a kernel wich supports init.d scripts.
took me a few days to figure it out but i just got my first android since 2 weeks and only have some linux/unix experience so i get the commands.
Click to expand...
Click to collapse
Can you explain better wnat you changed in that file, please?
I menage to find it after all... now i don't know what to change...
THX
#!/system/bin/sh
#added by link2sd
LOG=/data/link2sd-11link2sd.log
echo "$(date) mounting..." > $LOG
mount -t vfat -o rw /dev/block/vold/179:98 /data/sdext2 1>>$LOG 2>>$LOG
mount -t vfat -o rw /dev/block/mmcblk1p2 /data/sdext2 1>>$LOG 2>>$LOG
mount >> $LOG
echo "$(date) mount finished" >> $LOG
i found one thing...
after root the phone, use "GL to SD"
it will move the games data to sd card, but apps not able...
use directory bind to move data games
maulana98 said:
use directory bind to move data games
Click to expand...
Click to collapse
How , can you explain please
I got a Samsung S3 Mini from AT&T the other day and I can install apps to sd card with the stock rom! here are my phone specs:
Model number: Sumsung-SM-G730A
Android version:
4.2.2
Baseband version:
G730AUCUAMH4
Kernel Version:
3.4.0-1299773
[email protected] #1
Wed Aug 21 13:15:42 KST 2013
Build version:
JDQ39.G730AUCUAMH4
Hi
I use this program and it works very good https://play.google.com/store/apps/details?id=com.slf.ListglApp
1. Install
2. options/move data
3. Select apps to move
4. start, it will work,
5. each time you wanna play or run any app only select mount (the chain in the right side), if you wanna move more apps select unmount and move data again, and that's all.
gafer said:
How , can you explain please
Click to expand...
Click to collapse
Go to: [TOOL] DirectoryBind - move data to external_sd (GameLoft, Shadowgun etc.) ROOT req.
Hey guys,
I think I've tried everything but it doesn't look like this is possible to do.
I tried to do it on an un-rooted I9300 4.1.2 with TouchWiz and had no success.
Now I'm using CM 10.2 and I still I'm trying to find something useful. And again with no success.
iKlutz said:
Follow this guide here http://forum.xda-developers.com/showthread.php?t=2087497
Don't move the apps to sd, just create a 'link'.
You need init.d support and a properly partitioned sd card. This guide will show you how.
Sent from the dark side on my GT-I8190
Click to expand...
Click to collapse
Thanks, it helped me a lot

Categories

Resources