Related
Hi friends I'm using Sgt p1000 aokp #40 build everything is great when I connected my tab to PC both internal as well as external memories popped up and I got accessed both
But I recently done some procedure for identication of external memory through file manage it follows
''create emmc.sh on sdcard
open emmc.sh
copy thus command busybox mount -t vfat -o rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020 /dev/block/mmcblk1p1 /sdcard/emmc
to emmc .sh
save it
open script manager.. you can download on playstore
choose emmc.sh
klik boot,, then run it.,
done''
This worked fine now I can detect my external SD on phone through file managers but couldn't access my internal memory(inbuilt) memory when I connect to PC...plz help....
Sent from my Galaxy Tab (CM10) using xda Premium
Sent from my GT-P1000 using xda app-developers app
http://db.tt/xw8e5EXD
download that..
Sent from my GT-P1000 using xda app-developers app
not working dude.....any other way??
sagargiet said:
not working dude.....any other way??
Click to expand...
Click to collapse
YOU ARE ON AOKP BUILD#40...ARE U KIDDING ME?????ALL THIS TIME I WAS THINKING THAT U WERE ON CM10.....emmc(external sdcard) works fine in AOKP build#40(it's already mounted)......(you can find it here....mnt/emmc)There is already a folder named emmc in the root of your directory and the external card is mounted to it......
Those busybox lines now mounted your ext sd card to (sdcard/emmc) and hence you can't get it mounted on to your pc
Click to expand...
Click to collapse
Disable the running script...uninstall smanager.....and u should be fine.....
you can find all your external card content in the root of the directory.......A folder named emmc...
But I didn't find it on astro file man before this script manager process.. how to stop the script plz reply
Sent from my GT-P1000 using xda app-developers app
sagargiet said:
But I didn't find it on astro file man before this script manager process.. how to stop the script plz reply
Sent from my GT-P1000 using xda app-developers app
Click to expand...
Click to collapse
1.Open smanager and then click the menu button>>>>>>click on list option>>>>>>>(there u will find emmc script file)click on it>>>>>Disable boot and superuser by clicking on them>>>>>>and then save it>>>>>>reboot>>>>and it's done.....
To find your external card content>>>>>open root explorer>>>>>>go to emmc folder which is in the root of our sdcard....no need to open sdcard folder....
Done now I can access my both ads on PC but cannot find external SD contents in the emmc folder in root...using es file explorer.
Sent from my GT-P1000 using xda app-developers app
I am the lucky owner of a new RAZR-i and have practically no real complaints (yet). However, I would like to move certain apps (some games use up huge amounts of storage: Asphalt Heat 7) to my sdcard (labeled "external1" on my razr-i).
That does not seem to be possible. In settings it offers to move stuff to the external card, but only movies etc, not apps. when I go to apps and select the game, it also does not offer any option and finally "App2SD" could not move it either.
There must be a way....Any suggestions?
Thanks!
You can't bay all accounts due to the way Motorola work...
Sent from my XT890 using xda app-developers app
htcmodteam said:
You can't bay all accounts due to the way Motorola work...
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
Hey.... I'm on the same situation... That's my only problem with RAZR i
Is there really no way to transfer apps to SD?
Tks.
hacks should work...
I haven't tried anything like this yet (only just got my RAZR i) but I did a similar thing on a LG C660.
The hack I used was to move /data/app onto the SD card and symlink it back. So the phone could find everything under /data/app but the actual .apks were on the SD card (useful because the internal storage was tiny).
I used an app called Simple2Ext to enable this hack but it was probably designed for older devices and may not handle the different paths used on the RAZR i. It also installed startup scripts (that ensured the SD card was mounted early during the boot so the symlinks were valid when they were first accessed) that are most likely not compatible.
If you want to move only some apps, move /data/app/<app>.apk to the SD card and symlink it back into /data/app. You'll need to manually clean up the .apk on the SD card if you remove the app.
With both of these, you can't boot the phone without the SD card or remove the SD card at any time while the phone is running.
An example of the commands you might use (entered into an ADB shell or terminal):
move all apps to SD card
Code:
$ su
# mv /data/app /external1
# ln -s /external1/app /data
move angry birds to SD card
Code:
$ su
# mkdir /external1/app
# mv /data/app/com.rovio.angrybirds-1.apk /external1/app
# ln -s /external1/app/com.rovio.angrybirds-1.apk /data/app
If you don't understand the above... please don't do this. It's dangerous and you could break your phone.
You can use directory bind for that:
http://forum.xda-developers.com/showthread.php?t=1410262
Need to use the alternate DB (check the settings of the apps), but it works great to "move" folder from the sdcard to external.
This is the only workaround we have until a custom rom let us use external as SDcard.
Direcrtory Bind
Le_Poilu said:
You can use directory bind for that:
http://forum.xda-developers.com/showthread.php?t=1410262
Need to use the alternate DB (check the settings of the apps), but it works great to "move" folder from the sdcard to external.
This is the only workaround we have until a custom rom let us use external as SDcard.
Click to expand...
Click to collapse
I'm using DirectoryBind with my Razr i and works almost perfect, I can't make a Data base backup so if I turn off the Phone I lose all the bind directories and I have to do it again, so I'm not turning off the phone never ever. The rest works perfect and very fast.
good luck!
xopendaz said:
I'm using DirectoryBind with my Razr i and works almost perfect, I can't make a Data base backup so if I turn off the Phone I lose all the bind directories and I have to do it again, so I'm not turning off the phone never ever. The rest works perfect and very fast.
good luck!
Click to expand...
Click to collapse
If you use the alternate db in the settings it will keep the bind directory after reboot
Envoyé depuis mon Nexus 7 avec Tapatalk
xopendaz said:
I'm using DirectoryBind with my Razr i and works almost perfect, I can't make a Data base backup so if I turn off the Phone I lose all the bind directories and I have to do it again, so I'm not turning off the phone never ever. The rest works perfect and very fast.
good luck!
Click to expand...
Click to collapse
You could use init.d scripts to do it automatically at boot.
But first you need to enable init.d (check here)
nrseife said:
I am the lucky owner of a new RAZR-i and have practically no real complaints (yet). However, I would like to move certain apps (some games use up huge amounts of storage: Asphalt Heat 7) to my sdcard (labeled "external1" on my razr-i).
That does not seem to be possible. In settings it offers to move stuff to the external card, but only movies etc, not apps. when I go to apps and select the game, it also does not offer any option and finally "App2SD" could not move it either.
There must be a way....Any suggestions?
Thanks!
Click to expand...
Click to collapse
Not really sure why you need to..... do you have 5Gb of apps????
Reason I ask is I have all my music on sd card, camera can be set to store directly to Sd card and if you've forgpt to do that when you fill phone like I did with a video the other day it asks if you want to transfer all videos and photos to SD card... Problem solved no messing about looking in options
Yes I do have more than 5GB of apps + sd data. and for me the problem is that the application is gonna try to store the data in the Sd card, and our main partition is called sdcard and external1 the sdcard so... all the data of the apps like need for speed, whatsapp, N.O.V.A ... is going to be stored in your internal memory because of that my phone memory was full in 48 hours.
Sent from my XT890 using xda app-developers app
help me!!
xopendaz said:
Yes I do have more than 5GB of apps + sd data. and for me the problem is that the application is gonna try to store the data in the Sd card, and our main partition is called sdcard and external1 the sdcard so... all the data of the apps like need for speed, whatsapp, N.O.V.A ... is going to be stored in your internal memory because of that my phone memory was full in 48 hours.
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
hello I tried using bind directory, but when I link the dorectorios and open a game simply does not recognize the link and I can not play anything that I start to request data, help! How Do I? Does init.d solved? I need an explanation. Also let me know which firmware have
thank you!
Directory Bind
josmel91 said:
hello I tried using bind directory, but when I link the dorectorios and open a game simply does not recognize the link and I can not play anything that I start to request data, help! How Do I? Does init.d solved? I need an explanation. Also let me know which firmware have
thank you!
Click to expand...
Click to collapse
-Open Directory Bind
-Go to menu click Add new entry
-Enter in (data) path where you are gonna place the data en your external sd " /external1/ " where you want save it, the directory should be empty if doesn´t exists you will be asked to create it.
-Enter in mount(target) the path (directoy) of the data that you want to move to external1 , for example " /sdcard/Android/data/directory name "
-check Transfer files from target to data.
-click on Add.
Once the process has finished :
-Check your entry on the main menu by clicking on the check box.
-Click over the diskette on the right side to save it.
-Click on menu - Bind checked.
-Click on More - Backup Database. (I´m stil fighting to make the database backup) use to fail.
After this :
-Go to menu - preferences
- Check Bind on boot.
-Handle USB connection.
-Backup config file.
-use alternate db
Note: If you restart the phone and the database backup failed before, you will lose your bind directory, not the data, you will have to do it all over again, in other thread is explained how to backup the data base, because in my case, even with alternate db checked in directory bind settings, the data base backup is still failing.
Good luck!
xopendaz said:
-Open Directory Bind
-Go to menu click Add new entry
-Enter in (data) path where you are gonna place the data en your external sd " /external1/ " where you want save it, the directory should be empty if doesn´t exists you will be asked to create it.
-Enter in mount(target) the path (directoy) of the data that you want to move to external1 , for example " /sdcard/Android/data/directory name "
-check Transfer files from target to data.
-click on Add.
Once the process has finished :
-Check your entry on the main menu by clicking on the check box.
-Click over the diskette on the right side to save it.
-Click on menu - Bind checked.
-Click on More - Backup Database. (I´m stil fighting to make the database backup) use to fail.
After this :
-Go to menu - preferences
- Check Bind on boot.
-Handle USB connection.
-Backup config file.
-use alternate db
Note: If you restart the phone and the database backup failed before, you will lose your bind directory, not the data, you will have to do it all over again, in other thread is explained how to backup the data base, because in my case, even with alternate db checked in directory bind settings, the data base backup is still failing.
Good luck!
Click to expand...
Click to collapse
excuse me what is your firmware?
---------- Post added at 03:12 PM ---------- Previous post was at 03:04 PM ----------
I did everything I say, and the link is created all very bn!, but when I open the game seems to not link anything, the game asks me sd data again: '(I do not know what to do
stock ics 4.0.4 rooted
are you able to see the sdcard data on your external1 with Astro or other similar file manager? is a original not cracked app?
81.5.32002.XT890.retail.en.Eu
Do you see the files in both sides sdcard and external1?
How do you store the data in the phone? do you copy the data to external1 and then you move it to the sdcard and then you use directory bind? in this way for me it's working
Or you copy the data directly to the sdcard and after taht you use directory bind? in this way for me it' not working
Sent from my XT890 using xda app-developers app
xopendaz said:
stock ics 4.0.4 rooted
are you able to see the sdcard data on your external1 with Astro or other similar file manager? is a original not cracked app?
81.5.32002.XT890.retail.en.Eu
Do you see the files in both sides sdcard and external1?
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
hello
yes! I see them on both sides in external1 and sdcard but when I run a game sd data calls. sd data are always there but the game any game I ask.
How do you store the data in the phone? do you copy the data to external1 and then you move it to the sdcard and then you use directory bind? in this way for me it's working
Or you copy the data directly to the sdcard and after taht you use directory bind? in this way for me it' not working
Sent from my XT890 using xda app-developers app
xopendaz said:
How do you store the data in the phone? do you copy the data to external1 and then you move it to the sdcard and then you use directory bind? in this way for me it's working
Or you copy the data directly to the sdcard and after taht you use directory bind? in this way for me it' not working
Sent from my XT890 using xda app-developers app
Click to expand...
Click to collapse
I did what you told me but I served.
you tell me what version of bind directory you use?
version 0.2.0k
you have root acces right? the root button on directory bind appears green?
Sent from my XT890 using xda app-developers app
I wish Motorola would let you install to the (real) SD card.
I can't really use Spotify, despite having bought a 64GB memory card. I've now had to limit the number of games I can install too.
I expect music and films purchased on Play will also be limited?
In fact, I'd rather use the 64GB card for apps and the internal storage for photos and video recording!!
I will try, hopefully work!
Many people have it but those who don't, need it badly
Very Big Thanks to Fire rat for sharing his knowledge with us
Here is his thread:-
http://forum.xda-developers.com/showthread.php?t=679572
What does it do?
If you have any second partition of SD Card
(ext2, ext3, ext4), it makes a directory SD-EXT in the root of mobile and mounts it at every boot.
NOTE: It is not a script for moving any Data or App from Internal memory to EXT Partition, it just creates that directory.
Its for those who are not using(or even using) any script for moving data to next partition and want to just make a prominent directory of SD-EXT.
For eg, if someone is using Link2SD, then the second partition is mounted as /data/sdext2 and not as /sd-ext
So they can't, well, do a lot of things.
Required:-
*Custom ROM with init.d support
*Busybox(not sure if compulsary, but it would be better to have it)
*Root Explorer
*Patience
*Mind
Method:-
1. Download the file in the attachment. Extract it.
2. Go to Root Explorer.
3. Copy the file (03mountsd) you just downloaded.
4. Go to /system/etc/init.d (There is also a shortcut- /etc in root of phone, both are same, NO PROBLEM)
5. Select Mount as R/W.
6. Make backup of your 03mountsd(some files for mounting SD Card may be different from 03mountsd, so you have to use common sense and choose the script which is used for mounting SD Card) [In special condition, there may be no script for mount the SD Card Partition, if so, skip thus step]
7. Paste the downloaded file in there.
8. Set Permissions. Every block must be ticked
Tick means X here
Read Write Execute
...X........X..........X......
...X........X..........X......
...X........X..........X......
9. Reboot
If correctly and successfully done, you will see SD-EXT directory in root of your phone after reboot
If it is not seen, reboot your phone
If again, check again if you had pasted it properly
If again, Download SManagerAds
Select to browse as root
Browse to /system/etc/init.d
And click on 03mountsd and click on (android skull with crossbones)[Root] icon and (blue gear)[Boot] icon and click save and Reboot.
Download
View attachment SD-EXT.zip
Regards
IamAreebJamal
Hmm good post but corn mode script solves this all .
If i helped you there is a tiny button in lower left side (thanks) click it
debsattam said:
Hmm good post but corn mode script solves this all .
If i helped you there is a tiny button in lower left side (thanks) click it
Click to expand...
Click to collapse
Cronmod doesn't work for me and many other users
And also for those who don't want to use scripts for transferring the data
i think this is the same method that i use and lost my IMEI number
marchellei said:
i think this is the same method that i use and lost my IMEI number
Click to expand...
Click to collapse
No; I am using it and I have IMEI
iamareebjamal said:
No; I am using it and I have IMEI
Click to expand...
Click to collapse
is this better than cronmod?
marchellei said:
is this better than cronmod?
Click to expand...
Click to collapse
I told you bro that it does not move any apk or data to sd-ext
This looks like it might solve a problem for me because I'm running both Titanium Backup and Link2SD and wanted to use TB to move app data to my ext2 partition.
Unfortunately I'm still using a stock ROM, so there isn't an init.d available to modify. However, I am using SManagerAds to run a V6 Supercharger script at boot. Does the 03mountsd script need to be in init.d?
Updated
Can anyone explain. ME the 6th step
And where can I find 03mountsd????
Thank you
Sent from my GT-S5830i using xda premium
I already have this sd- ext on my root. I am not using an scrpts. I just partioned my SD card and using Link2SD to move apps to sd
Sent from my GT-S5830i using xda premium
Can anyone explain it
rahulnandwani said:
Can anyone explain it
Click to expand...
Click to collapse
?????????????????????????
Sent from my GT-S5830i using xda premium
rahulnandwani said:
?????????????????????????
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Nobody??????
Sent from my GT-S5830i using xda premium
iamareebjamal said:
Many people have it but those who don't, need it badly
Very Big Thanks to Fire rat for sharing his knowledge with us
Here is his thread:-
http://forum.xda-developers.com/showthread.php?t=679572
What does it do?
If you have any second partition of SD Card
(ext2, ext3, ext4), it makes a directory SD-EXT in the root of mobile and mounts it at every boot.
NOTE: It is not a script for moving any Data or App from Internal memory to EXT Partition, it just creates that directory.
Its for those who are not using(or even using) any script for moving data to next partition and want to just make a prominent directory of SD-EXT.
For eg, if someone is using Link2SD, then the second partition is mounted as /data/sdext2 and not as /sd-ext
So they can't, well, do a lot of things.
Required:-
*Custom ROM with init.d support
*Busybox(not sure if compulsary, but it would be better to have it)
*Root Explorer
*Patience
*Mind
Method:-
1. Download the file in the attachment. Extract it.
2. Go to Root Explorer.
3. Copy the file (03mountsd) you just downloaded.
4. Go to /system/etc/init.d (There is also a shortcut- /etc in root of phone, both are same, NO PROBLEM)
5. Select Mount as R/W.
6. Make backup of your 03mountsd(some files for mounting SD Card may be different from 03mountsd, so you have to use common sense and choose the script which is used for mounting SD Card) [In special condition, there may be no script for mount the SD Card Partition, if so, skip thus step]
7. Paste the downloaded file in there.
8. Set Permissions. Every block must be ticked
Tick means X here
Read Write Execute
...X........X..........X......
...X........X..........X......
...X........X..........X......
9. Reboot
If correctly and successfully done, you will see SD-EXT directory in root of your phone after reboot
If it is not seen, reboot your phone
If again, check again if you had pasted it properly
If again, Download SManagerAds
Select to browse as root
Browse to /system/etc/init.d
And click on 03mountsd and click on (android skull with crossbones)[Root] icon and (blue gear)[Boot] icon and click save and Reboot.
Download
View attachment 1453784
Regards
IamAreebJamal
Click to expand...
Click to collapse
Thanks dude it work's a treat on my HDC A9300 MTK6575 I had to download the .apk to get it to take but at last a striaght forward look at my partition :victory: Now if I can get TWRP to automaticly make a back it up all would be perfect. :good:
I will spread the news Thanks again.
rahulnandwani said:
Nobody??????
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Sorry bro, this thread got out from my subscribed thread
And I forgot about it
Well, the script is in SD-EXT. zip file attached below.
Could something like this work for this situation?
http://forum.xda-developers.com/showthread.php?t=2227471
Mind of sharing some knowledge?
rahulnandwani said:
Nobody??????
Sent from my GT-S5830i using xda premium
Click to expand...
Click to collapse
Basicly, for what I read in the script, it's for mounting the sd-ext partition with appropriate permissions, now what I don't really get is, why would I need that?
Compatibility issues with certain apps?
El_Dark said:
Basicly, for what I read in the script, it's for mounting the sd-ext partition with appropriate permissions, now what I don't really get is, why would I need that?
Compatibility issues with certain apps?
Click to expand...
Click to collapse
I wanted just my sd-ext partition to be present at every boot
At that time, no data2sd or cronmod was working for our mobile
Can u help me !!
i used ungaze script and second partion not mounting as internal memory.
After every reboot the internal memory get back to default state.
as stated in trouble shooting i remove my sd in recovery mode and mounted sd ext by reinserting the sd and it works like charm.
but it cant be done in normal sytem reboot. so anybody please help me in this issue.
Thanks in advance for your helps.
============================================================================================
Hit THANKS if i helped You in this issue
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
WANT TO MAKE YOUR GALAXY Y AS A HIGH END DEVICE WITH 1.2GHZ , 1 GB INTERNAL STORAGE , HD GAMING , LAGGLESS
GO THE BELOW LINK
EMPOWER YOUR GALAXY Y
Click here
I have alerte from my V that the memory is almost full
I would like to know how can i move applicatiobn to the micro SD because the only option that i have in the menu "application" is to move from phone to internal storage
Someone have the solution to really use complementary memory or are we limited to the 4gb included into the phone for application ?
Thanks in advance
Use Link2SD. It can move applications to the SD card
Thank you but it doesnt work.
Infact android consider the second part of internal memory as a sd card and don t see the real card to move the application
The V have 3 memories :
Memory of phone
Internal memory
Sd card
The solution should be to invers the internal memoory and the sd card but how ?
Use directory bind. Works perfectly in mine.
Sent from my LT29i using Tapatalk 2
Thanks i m looking forward an easy method to root my phone and i will try it
works good with directory bind.
I have some problem with directory bind.
The default is sdcard/ext scard. I supposed this is gears towards Samsung devices.
How do we do it in V?.
Or any other apps that does the same?
Sent from my LT25i using xda app-developers app
I'm on JB with locked bootloader, how to root, can anyone help?
blackcat510 said:
I'm on JB with locked bootloader, how to root, can anyone help?
Click to expand...
Click to collapse
1. Use the search button and read.
2. Post in the correct threads.
gregbradley said:
1. Use the search button and read.
2. Post in the correct threads.
Click to expand...
Click to collapse
Ok, I know xda rules, just a side question
To OP: I've found this http://forum.xda-developers.com/showthread.php?t=1716166, can you test it as I'm not rooted
wednesday13 said:
Use directory bind. Works perfectly in mine.
Sent from my LT29i using Tapatalk 2
Click to expand...
Click to collapse
can u share your setting on V sir?
bcoz im confused to setup directory bind
thx b4
yes, i sent from my phone using Xda Premium, so what?
Click to expand...
Click to collapse
andrasandhi said:
can u share your setting on V sir?
bcoz im confused to setup directory bind
thx b4
Click to expand...
Click to collapse
Just enter source from ext_card and target to sdcard. Works perfectly. Btw, I let directory bind do the transfer (check transfer files)
Sent from my LT29i using Tapatalk 2
wednesday13 said:
Just enter source from ext_card and target to sdcard. Works perfectly. Btw, I let directory bind do the transfer (check transfer files)
Sent from my LT29i using Tapatalk 2
Click to expand...
Click to collapse
Thanks, will try it when I get home,
Before I try to sdcard1 and everything just crash.
Sent from my LT25i using xda app-developers app
does anyone have problem saving the data into the sdcard when directory bind active ?
i mean , when you copy , for example music, from PC to sdcard through USB cable ,, the copied files unseen in sdcard ...
this only happen when i activate directory bind ,
sony_84 said:
does anyone have problem saving the data into the sdcard when directory bind active ?
i mean , when you copy , for example music, from PC to sdcard through USB cable ,, the copied files unseen in sdcard ...
this only happen when i activate directory bind ,
Click to expand...
Click to collapse
you must unmount all folders before connect to pc man
1)Download Aparted and link2sd in play store.
2)Now go to settings and open storage and unmount sdcard
3)Open Aparted and choose tool and tick part 1 and choose delete, and tick part 1 and choose create and choose Fat16, and set 3000Mb IF YOUR SD CARD IS 4GB.
4)tick part 2 and choose create and choose Ext4 and set 900Mb IF YOUR SD CARD IS 4GB.
5)Open link2sd and choose ext4, and he say mount script and reboot your device.
6)Open link2sd and choose apps and select create link and the apps is moved to sd card
If you want to delete your second partition.
1) Go to settings → storage and unmount sdcard
2) Open your Aparted and tick first partition and seconds partition and choose delete.
3) tick first partition and choose create and choose Fat16.
Sorry for my bad English
TESTED ON GALAXY S3 MINI AND REDMI NOTE 3G
Sent from my HM NOTE 1W using XDA Premium 4 mobile app
pang34 said:
1)Download Aparted and link2sd in play store.
2)Now go to settings and open storage and unmount sdcard
3)Open Aparted and choose tool and tick part 1 and choose delete, and tick part 1 and choose create and choose Fat16, and set 3000Mb IF YOUR SD CARD IS 4GB.
4)tick part 2 and choose create and choose Ext4 and set 900Mb IF YOUR SD CARD IS 4GB.
5)Open link2sd and choose ext4, and he say mount script and reboot your device.
6)Open link2sd and choose apps and select create link and the apps is moved to sd card
If you want to delete your second partition.
1) Go to settings → storage and unmount sdcard
2) Open your Aparted and tick first partition and seconds partition and choose delete.
3) tick first partition and choose create and choose Fat16.
Sorry for my bad English
TESTED ON GALAXY S3 MINI AND REDMI NOTE 3G
Sent from my HM NOTE 1W using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Checkout below link, this method is far better.
http://forum.xda-developers.com/showthread.php?t=2192122
it;s about xiaomi redmi note?? i'll try,, thanks and merry chrismas
blackman818 said:
it;s about xiaomi redmi note?? i'll try,, thanks and merry chrismas
Click to expand...
Click to collapse
yes it works on Redmi note
damaged sd card
navneet_bhaskar said:
yes it works on Redmi note
Click to expand...
Click to collapse
I follow the steps and after reboot, all data in sd card erased and shows 'dameged sd card' and on trying format, it says "external storage in unknown state". I have 16GB class 10 sd card. Please rewrite the steps you did please!!! My phone is Xiaomi note 3G and TWRP rooted
mathi68 said:
I follow the steps and after reboot, all data in sd card erased and shows 'dameged sd card' and on trying format, it says "external storage in unknown state". I have 16GB class 10 sd card. Please rewrite the steps you did please!!! My phone is Xiaomi note 3G and TWRP rooted
Click to expand...
Click to collapse
i will create a post with simplified steps for this ASAP i reach home, and its 100% working as i am using this on my Redmi Note 3G
thanks
navneet_bhaskar said:
i will create a post with simplified steps for this ASAP i reach home, and its 100% working as i am using this on my Redmi Note 3G
Click to expand...
Click to collapse
Thanks and expecting!
mathi68 said:
Thanks and expecting!
Click to expand...
Click to collapse
I am in office , so for now only below steps are req for using this app.
Download FolderMount from playstore
1)Click add to add a folder pair
2)Select a source directory that you want to move files from. This should be somewhere in your internal sdcard. Usually located at /mnt/sdcard
3)Select a destination directory that you want to move files to. This should be some folder in your external sdcard or OTG drive.
4)FolderMount will offer to move the files to the destination. Click yes.
5)After the moving process is done, click on the pin. If the pin is green, you're all set.
Note: The files will appear in both the source and destination after pinning them. This is normal as the files that you see in your internal sdcard are actually located on your external sdcard. This is how FolderMount "tricks" apps that don't have the ability to save explicitly to the external sdcard.
I f u are still confused let me know i will create a post with Images .
Post please
navneet_bhaskar said:
I am in office , so for now only below steps are req for using this app.
Download FolderMount from playstore
1)Click add to add a folder pair
2)Select a source directory that you want to move files from. This should be somewhere in your internal sdcard. Usually located at /mnt/sdcard
3)Select a destination directory that you want to move files to. This should be some folder in your external sdcard or OTG drive.
4)FolderMount will offer to move the files to the destination. Click yes.
5)After the moving process is done, click on the pin. If the pin is green, you're all set.
Note: The files will appear in both the source and destination after pinning them. This is normal as the files that you see in your internal sdcard are actually located on your external sdcard. This is how FolderMount "tricks" apps that don't have the ability to save explicitly to the external sdcard.
I f u are still confused let me know i will create a post with Images .
Click to expand...
Click to collapse
Yes, please try to create post with images without cursing me. It might be useful to others cursing Redmi note 3G
mathi68 said:
Yes, please try to create post with images without cursing me. It might be useful to others cursing Redmi note 3G
Click to expand...
Click to collapse
Checkout this thread bro :cyclops:
http://forum.xda-developers.com/redmi-note/general/foldermount-link-folders-app-internal-t2984833
Not Folder mount
navneet_bhaskar said:
Checkout this thread bro :cyclops:
http://forum.xda-developers.com/redmi-note/general/foldermount-link-folders-app-internal-t2984833
Click to expand...
Click to collapse
The folder mount does a job but not moving apps to sd card. I think the original post of this thread provides that but could not understand
mathi68 said:
The folder mount does a job but not moving apps to sd card. I think the original post of this thread provides that but could not understand
Click to expand...
Click to collapse
Dont move complete app to SD Card it will slow down your mobile , only move Data files, anyways Apps without datafiles are too small.
My configuration:
SD card size: 16 GB
Partition 1 (for music, images, etc): FAT32 13 Gb approx
Partition 2 (for app): EXT4 2 GB approx
Partition 3 (swap): 1 GB approx
Hi,
I follow the steps and don't understand why I want a second partition of size 1GB wasted. Why not 200mB instead?
also, I try foldermount on redmi note 4G. the pair seem not running itself after reboot. And it seems that it does not receive a "android.intent.action.BOOT_COMPLETED" on boot. Any fix?
You will want foldermount as the big data files of the apps made the big troubles. The free version of link2sd do not move the data file to the external storage.
Please comment.
my sd card is of 16GB ... how much space should i allot? redmi note 4g user
pang34 said:
1)Download Aparted and link2sd in play store.
2)Now go to settings and open storage and unmount sdcard
3)Open Aparted and choose tool and tick part 1 and choose delete, and tick part 1 and choose create and choose Fat16, and set 3000Mb IF YOUR SD CARD IS 4GB.
4)tick part 2 and choose create and choose Ext4 and set 900Mb IF YOUR SD CARD IS 4GB.
5)Open link2sd and choose ext4, and he say mount script and reboot your device.
6)Open link2sd and choose apps and select create link and the apps is moved to sd card
If you want to delete your second partition.
1) Go to settings → storage and unmount sdcard
2) Open your Aparted and tick first partition and seconds partition and choose delete.
3) tick first partition and choose create and choose Fat16.
Sorry for my bad English
TESTED ON GALAXY S3 MINI AND REDMI NOTE 3G
Sent from my HM NOTE 1W using XDA Premium 4 mobile app
Click to expand...
Click to collapse
my sd card is of 16GB ... how much space should i allot? redmi note 4g
mysterious devil said:
my sd card is of 16GB ... how much space should i allot? redmi note 4g
Click to expand...
Click to collapse
If you often play and download large file game you can set around 10GB.If you not often download large file game you can set around 7GB
1KB=1024B
1MB=1024KB
1GB=1024MB
Sent from my HM NOTE 1W using XDA Premium 4 mobile app
pang34 said:
If you often play and download large file game you can set around 10GB.If you not often download large file game you can set around 7GB
1KB=1024B
1MB=1024KB
1GB=1024MB
Sent from my HM NOTE 1W using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks a lot ... And is it like 100% safe?
What precautions should I take after doing this?
mysterious devil said:
Thanks a lot ... And is it like 100% safe?
What precautions should I take after doing this?
Click to expand...
Click to collapse
Before do this please backup your sdcard and your phone data
Anything got risk, I can't sure these 100% safe
Sent from my HM NOTE 1W using XDA Premium 4 mobile app
After suppose I allot 10Gb ... Will I be able to use that space for other purposes like storing videos/songs or just I can store apps in that space ?
Sent from my HM NOTE 1LTE using XDA Free mobile app
mysterious devil said:
After suppose I allot 10Gb ... Will I be able to use that space for other purposes like storing videos/songs or just I can store apps in that space ?
Sent from my HM NOTE 1LTE using XDA Free mobile app
Click to expand...
Click to collapse
Partition 1 is save video,song......
Partition 2 is just can save game data/obb
Sent from my HM NOTE 1W using XDA Premium 4 mobile app