link2sd moves like only 10% - Fire Q&A, Help & Troubleshooting

now i know i have asked this before but that was about 6 months ago. and maby now a solution has been found?
when i use link2sd it claims it has linked the apps. but if i check internal storage, 1gb free i link then 5gb worth of apps i then check the free space 1.2 gb free what gives? so i restart it maby it just hasent updated storage info no dice. so basicaly im sitting here STILL unable to install apps off the internal stoage. i have the sd card formatted to both portions primary ext3 and fat32. any better options?
no i dont want an answer "go buy a device that meets your storage needs" im not a rich-mofo im poor. i would assume that is why you buy these tablets and root them in the first place.

Nightmare-Rex420 said:
now i know i have asked this before but that was about 6 months ago. and maby now a solution has been found?
when i use link2sd it claims it has linked the apps. but if i check internal storage, 1gb free i link then 5gb worth of apps i then check the free space 1.2 gb free what gives? so i restart it maby it just hasent updated storage info no dice. so basicaly im sitting here STILL unable to install apps off the internal stoage. i have the sd card formatted to both portions primary ext3 and fat32. any better options?
no i dont want an answer "go buy a device that meets your storage needs" im not a rich-mofo im poor. i would assume that is why you buy these tablets and root them in the first place.
Click to expand...
Click to collapse
- last paragraph was unnecessary and certainly discourages a response
- assume ext3 was a typo; should be ext4 (although it probably doesn't matter)
- Link2SD does a pretty good job detailing what was moved to the SD card and what remains in internal storage
- the 'pro' version of Link2SD is needed to migrate data associated with an app
- the free version of Apps2SD (by Vicky Bonick) supports migrating app data
- Apps2SD and Link2SD are mostly compatible; you won't have to relink all your apps
- no "solution" is needed as there is not a fundamental problem with symbolic linking; just a little better understanding how the tools work

Nightmare-Rex420 said:
now i know i have asked this before but that was about 6 months ago. and maby now a solution has been found?
when i use link2sd it claims it has linked the apps. but if i check internal storage, 1gb free i link then 5gb worth of apps i then check the free space 1.2 gb free what gives? so i restart it maby it just hasent updated storage info no dice. so basicaly im sitting here STILL unable to install apps off the internal stoage. i have the sd card formatted to both portions primary ext3 and fat32. any better options?
no i dont want an answer "go buy a device that meets your storage needs" im not a rich-mofo im poor. i would assume that is why you buy these tablets and root them in the first place.
Click to expand...
Click to collapse
same for me. I cant move apps with any app. only with the xposed module "OBB to SD" which also allows moving app data and obb

freaky2xd said:
same for me. I cant move apps with any app. only with the xposed module "OBB to SD" which also allows moving app data and obb
Click to expand...
Click to collapse
The Xposed module works well for those who wish to go that direction. Not sure about side-effects and/or error recovery but haven't seen any negative reports.
Third party apps that leverage symbolic linking (Apps2SD, Link2SD, etc.) are fussy about SD card format which is likely where the trouble lies.

Related

[Q] Convert SDCard to MainMem so External_SD becomes SDCard?

Hi there,
Is there a way to make the add the internal SD card to the main memmory? So that there would not be an internal SD card anymore?
I do not mean swapping the moutpoints around so my External_SD becomes my primary and my internal my second....
I want to get rid of the internal one alltogether (adding it to main memory).
I figure that I'll have to format the storage in a certain way... would that do it?
Can someone tell me step by step what to do?
I do have CW-mod installed.
I did search the forum, but couldnt find anything conclusive. Just hints that it should be possible...
If there already is a thread where all this is explained, please point me to it, because I couldn't find it.
Thanks,
Pfeffa-rah
I don't think this is possible , never heard of someone who did it
I have no idea how to do that. My question is... why would you want to do that?
Having an internal_sd partition adds the benefit of having big app data (such as those in Gameloft games) sit in a very fast partition and still be called "sddata".
Also, it's mountable via PC so everything in there can still be backed up. So it's best of both worlds really.
This was discussed some time ago in this thread: http://forum.xda-developers.com/showthread.php?t=1013575
There were ideas on how to remount the cards at boot. I myself come to the conclusion that since more phones start to behave in this way, app developers will have to start dealing with it. It just sucks they are mostly slow on the uptake. My main problem was the Spotify cache location being hard coded so I resorted to hack the Spotify apk.
PS. salisbury_steak: What is it with people like you that every time someone has a question on how to do something, your immediate response is "But why would you want to do that?!".
sorech said:
PS. salisbury_steak: What is it with people like you that every time someone has a question on how to do something, your immediate response is "But why would you want to do that?!".
Click to expand...
Click to collapse
That was actually an honest question.
I wanted to understand why he wanted to do it. (i.e. What would be the advantages of it.) There was no supposed sarcasm in there.
how about the ability to install 5x more applications?
Having that stupid 5gb partition as sd card and the real sd card as a sub folder is retarded...
My 32GB class 10 cars is a lot faster than the internal one.
The internal 5gb memory is MUCH TOO SMALL!!! Most apps don't allow you to store data on the external card. If you like me and many others install some games that download aditional data + a nav app that downloads maps for europe + some streaming music app like wimp that can cache music for offline play then you are ****ed with LG's setup.
The setup CM7 uses solves the main problem but effectively wastes the 5gb by mounting it at emmc where like 0,0001% of apps are able to access it.
So adding those otherwise wasted 5gb to the main memory would be great. But i have not seen any solution to that yet :-(
Thank you Gensplejs for explaining that to them. I had no idea how to reply to that since it seemed so obvious to me.
This thread was ment to be a question about how to do it and not to discuss the usefullness of it. That is where I lost the way in other threads...
So, thanks for your replys all (realy).
But now, back On-Topic:
How would I do it?
Sent from my LG-P990 using XDA Premium App
Please don't blame me if you tried it and you screwed up your phone.. It's your choice...
Well, I don't know if this would work, but this is how I would do it (accepting the fact that I'd loose almost 2GB of /data's free space):
1. Format your internal sd card to the same file system as your /data partition is (ext3 or ext4)
2. Copy every file from /data 1:1 to your sdcard (cp -R /data/* /sdcard)
3. I don't know when and where the partitions are mounted (maybe init.rc??)...anyways change the target there and let /data point to the internal sd card partition (so it is ensured that it is mounted automatically to the new location)
4. Reboot and keep your fingers crossed
I think i figured how to do it in theory. First we need some free space at our microsd to cp /data. Then we should repartition with fdisk /dev/block/mmcblk0p8 and p9 into one partition and change vold.fstab to mount only externalsd at /sdcard as we do when we swap partitions. In theory it should work but i cant test it right now or make a script since ve gone vacations and i dont have a pc to restore in case of error
I agree.. certain apps wont store to sdcard.. its better to use the whole 8gb as phone storage, and use external sdcard as default sdcard.
Sent from my LG-P990 using XDA App
What ive found till now is that sd swapping is easy. You can do it by tweaking only vold.fstab. But repatriationing is a pain in the ass. Looks like lg has "faulty" partitions or something and to do it you must mesh up with with almost half partitions.
I had to rebuilt boot lgdrm recovery data and sdcard to make em half work. So it probably isnt worth the trouble. Also I think init.rc is built on the boot. So just remounting internal sd to /data wont work either.
sectors is not space
it says 7996, so thats 8GB
i saw it in hurry. the brain sometimes belives whats he want to belive
sorry
New to XDA
Hello everybody,
I'm new to android and i'm trying to find out how to solve the problem posted in this thread.
I see you've got the awnser but i don't know how to do this.
I've been searching google and XDA for ever but i just can't find the awnser.
Could you make a step by step howto or point out to a post how to do this.
I mean converting your external sd to ext4 and change the mounting points.
I'm a complete nood, i didn't get adb to work on my pc, ext4 recovery is not for the p990 2x.
I've read something abbout changing fstap for swapping te mounting points for sdcard and emmc, witch is also ok for me, but formating to ext4... wel i frankly don't know how to do this.
I'm quite stuk on this.
The only partitioning experience i've got is Gparted in Ubuntu or repartitioning in Windows 7.
Thans in andvance!
Greetz,
JMG
http://android.modaco.com/topic/347...-partitions/page__gopid__1821791#entry1821791
check this
you can expand data partition , but there is a limitation of 1.75gb
Thanks davjan
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Jean Michel Gaar said:
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Click to expand...
Click to collapse
what rom are you using? is your phone rooted?
swapping internal with internal sd is very easy
and most of the roms here on xda are ext4 , if you instal one of them they autoconvert to ext4
Jean Michel Gaar said:
Thanks davjan,
As far i can see it's indeed not worth it.
I wil have to go on and try to find out how to change the filesystem to ext4 and swap the internal and external sd.
That way i get more usable space instead of a big datastorage witch cannot contain program data.
But thanks for the quick reply.
Click to expand...
Click to collapse
I you read the link provided you'll see that it makes what you want: grow internal filesystem = lower SDcard usable space. The only thing is that it doesn't seem possible is to use the whole space: system limitation. 75Markus tried high /system and /data values and phone didn't work.
See in his Mediafire Folder, 'Nvflash + guide for changing Partitions:
http://www.mediafire.com/75markus
Ext4 is now common with custom ROMs (in fact all of them).
You should search in sd-ext partition system, which was designed to artificially expand filesystem on older phones using an 'ext' partition. I didn't heard anybody using this on O2X.
If you use CyanogenMod based ROMs, your external card will be mounted ad /sdcard by default.
Switching internal and external SD
Thanks guy's,
I'll check it out.
I've been using cyanogenmod 7.1 stable with vorkkernel 20110208.
But that gave me batterydrains while using maps and nextvid ate the same time (while i'm driving).
Now i'm trying MIUI 1.11.11 with latest swift extreme.
But MIUI is very buggy so i'm thinking of going back to CM.
The only thing is that my phone won't boot with the latest vorkkernel.

[HOW TO] Use link2sd WITH foldermount and use your sdcard to it's full potential.

Ok I've gotten a few PMs so I figured I'd make a thread about how to use foldermount with link2sd.
1. download foldermount from google play here.
2. download link2sd from google play here.
3. to use link2sd you'll need to create a 2nd partition (and make it primary. ext4 is recommended) on your sdcard. ***Note I've made my second partition 10gb you can make it smaller according to your taste. this guide shows how to do this nicely.
4. once you've done this you now need to move over all the apk files you can to the sdcard. open link2sd, select menu > multiselect > select all > actions > create link. This will move all the apk files it can to the ext4 partition you just made.
5. now lets focus on the data. this is the biggest culprit of space. open foldermount. click the + sign to create a new entry.
6. name the new entry something you'll recognize. I'll use GTA3 for example. I named my entry GTA3.
7. Select the source destination. This is the folder you wish to move data FROM. using the example of gta3 this translates to /emulated/0/android/obb/com.rockstar.gta3.
8. Now select the destination. This is the folder on the sdcard we wish to move the huge data file to. using the example of GTA3 it translates to: /storage/extSDcard/gta3. press the check mark. it will ask you if you wish to move the files. say yes.
9. select the "pin icon" to the right of the entry you just made. this will activate the mount point for the data. fooling the system into thinking you still have that data on the internal sdcard.
10. That's it. Rinse repeat for all apps or games you have installed. typically huge game data is stored in the /storage/sdcard0/android directory. either the /obb or the /data directories beneath that.
The result? Typically if you haven't implemented this proceedure after the Android OS, Samsung bloatware, sprint bloatware, you'll have about 9gb of free space to use for installing apps. I have full use of my micro sdcard now. I have about 10gb of data used on it and 39gb free on the main partition. I used about 830mb of data moving the apk files to the second partition using link2sd. "internal sdcard" is nearly empty and I retain full use of all my apps and games on my sdcard. Please see my attached screenshot that confirms this.
I hope this helps some people.
*** Warning!!!!! creating a 2nd partition on your sdcard will wipe the contents from it!!!! Please back up the contents of your sdcard prior to doing this!!!!!!!!!!!!!
*** FORCE CLOSE ERRORS
Are you getting force close errors after linking an app to your 2nd partition? I have a solution that worked for me.
When I upgraded to MJA I lost the ability to link apps to my ext4 partition. After linking them they would force close when I tried to open them. Strangely no one else was reporting this problem. I Googled high and low. I found no solutions. I then thought about it and wondered if it would work if I changed the file system from ext4 to something else. Well ext2 didn't work. neither did ext3. So I tried FAT32. Bingo! It worked! So I'm now functioning fully again on MJA.
What could be causing this problem? I'm thinking the custom kernel I use isn't configured to read ext2,3,or 4. I think that's the reason other's aren't reporting this as a problem. They aren't using the kernel I'm using with MJA and link2sd.
In short, if apps are force closing after linking them to your sdcard, then delete your second partition and redefine it with FAT32. It should solve your problem.
NOTE: Please don't PM me for support. (1) It's rude. (2) Posting an issue or problem in this thread allows many users to look at it and offer advice on a possible solution. (3) Sending a PM does not allow other members of XDA to search for whatever problem and/or solution is derived from the post in the thread.
If you PM me for support I will automatically ignore you. Thank you and I hope you understand.
Good guide!
Just a reminder to all that creating a partition will wipe your entire sdcard. ll
Sent from my SPH-L720 using Tapatalk 2
mjs2011 said:
Good guide!
Just a reminder to all that creating a partition will wipe your entire sdcard. ll
Sent from my SPH-L720 using Tapatalk 2
Click to expand...
Click to collapse
in fact I'll add this to the OP so no one misses it.
Nice work
Sent from my SPH-L720 using xda premium
Clarification Needed OP
Looking for some advice but let me make sure I understand everything...
So I DLed Zombiewood by Gameloft - 325MB. I run FolderMount and find a data file in /Android/obb for 286.4MB. FolderMount moves that portion of the 325MB successfully to my external SD card on it's own without having to create a separate partition on my external SD card. Basically for that game there is still 38.6MB of data still on my internal memory.
This isn't 100% clear to me but I believe the OP is saying that to also move the 38.6MB to the external sd card in my example above...we must use link2SD...FolderMount wont do it. Am I correct?!?!?
If I am correct, it seems like a lot of work with the partitioning and running link2sd to just save 38.6MB. Seems like I could live with just FolderMount since in my example it migrated 88% of the data to the external SD card...or am I missing something here?
Zhal696 said:
Looking for some advice but let me make sure I understand everything...
So I DLed Zombiewood by Gameloft - 325MB. I run FolderMount and find a data file in /Android/obb for 286.4MB. FolderMount moves that portion of the 325MB successfully to my external SD card on it's own without having to create a separate partition on my external SD card. Basically for that game there is still 38.6MB of data still on my internal memory.
This isn't 100% clear to me but I believe the OP is saying that to also move the 38.6MB to the external sd card in my example above...we must use link2SD...FolderMount wont do it. Am I correct?!?!?
If I am correct, it seems like a lot of work with the partitioning and running link2sd to just save 38.6MB. Seems like I could live with just FolderMount since in my example it migrated 88% of the data to the external SD card...or am I missing something here?
Click to expand...
Click to collapse
If you can live with it that's fine. however once you set up link2sd it can automagically move the apk files to the sdcard upon install and remove them when you uninstall. It's a set it and forget it type of deal. And you're only saving 38gb if that's the ONLY app you're installing. Which I doubt it is. I have 61 user apps on my phone so far. I'm sure you don't have that many and maybe you don't plan to. But your mileage will certainly vary from everyone else.
And as I noted in my OP I'm up to 830+ mb of data on my 2nd partition. My internal storage is nearly bare. Again it's all about what YOU want with YOUR phone. Many people like myself would love to save as much space as possible.
I'm certainly not forcing anyone to use link2sd. As for it being a lot of work? It literally took me 4 minutes to create that 2nd partition.
One final thing to consider: You only have so many writes and rewrites to your internal storage. While I'm sure you won't see the average life span of 10,000 writes to your internal card, why not write to the SDCARD when you can? If that dies you can buy a new card. If your internal storage dies you're taking it to the sprint store for repair/replacement.
Just_s said:
Nice work
Sent from my SPH-L720 using xda premium
Click to expand...
Click to collapse
Thanks! :good:
rawintellect said:
If you can live with it that's fine. however once you set up link2sd it can automagically move the apk files to the sdcard upon install and remove them when you uninstall. It's a set it and forget it type of deal. And you're only saving 38gb if that's the ONLY app you're installing. Which I doubt it is. I have 61 user apps on my phone so far. I'm sure you don't have that many and maybe you don't plan to. But your mileage will certainly vary from everyone else.
And as I noted in my OP I'm up to 830+ mb of data on my 2nd partition. My internal storage is nearly bare. Again it's all about what YOU want with YOUR phone. Many people like myself would love to save as much space as possible.
I'm certainly not forcing anyone to use link2sd. As for it being a lot of work? It literally took me 4 minutes to create that 2nd partition.
One final thing to consider: You only have so many writes and rewrites to your internal storage. While I'm sure you won't see the average life span of 10,000 writes to your internal card, why not write to the SDCARD when you can? If that dies you can buy a new card. If your internal storage dies you're taking it to the sprint store for repair/replacement.
Click to expand...
Click to collapse
Great just wanted to make sure I wasn't missing anything. Appreciate you figuring this out and posting for the community!
Doenst make things run slower on Ext SD comparing to internal sd
btemtd said:
Doenst make things run slower on Ext SD comparing to internal sd
Click to expand...
Click to collapse
Incorrect sir. There is no noticable lag associated with it. SSD storage is SSD storage. whether it's coming from your internal card or your external card.
I play GTA3, the dark night rises and the bard's tale with no lag whatsoever. if you have doubts benchmark your internal card with android tuner. (yes you can do this with android tuner) and note the difference.
EDIT: I added screenshots of my internal vs external transfer rates. Note the external is more than DOUBLE the internal transfer rate. So I highly doubt you'll see any lag. Granted I have a class 10 64gb and your milage may vary but I sincerely doubt you'll see any lag. This mod isn't anything new. I'm sure someone would have complained if they noticed any lag by now.
2 quick questions:
My foldermount app does not show the size of files just keeps saying "calculating..." whats up with that? is that the same for everyone?
Also lets say i have all of this data on my sd card. what happens when i want to change rom... am i able to link back to the destination directory? and not loose the game data so i wont have to download game again or what is the correct process?
Thanks!
Tfast500 said:
2 quick questions:
My foldermount app does not show the size of files just keeps saying "calculating..." whats up with that? is that the same for everyone?
Also lets say i have all of this data on my sd card. what happens when i want to change rom... am i able to link back to the destination directory? and not loose the game data so i wont have to download game again or what is the correct process?
Thanks!
Click to expand...
Click to collapse
1) I'm not having this issue. So I'm not sure what the problem is. What exactly are you doing to display the size?
2) Yes exactly that. You should be able to relink those files with no problem. The game just verifies whether the files are there or not. If not it redownloads them. The game should not know the difference when you link them again.
The only tool that has made Link2SD work again
Link2SD got broken for one reason for another. Foldermount solved this in two reboots. Plus following your method, there is some additional space saved as well.
Thanks for the guide. I'm having a bit of a problem with my AT&T Samsung Galaxy S4. I'm using a 64GB card. I made the first partition about 40GB and the ext2 partition about 20GB. When I open Link2SD, after I select the appropriate file system type, it just sits there saying "Please Wait" for a long time with a circle going round and round to the point where I feel the need to stop it. Is this normal? Is my ext2 partition too big? Should it be ext3 or ext4? Please help!! Thanks!!
EDIT:
I reduced the 20GB ext2 partition to a 10GB partition, and I made it ext4 instead of ext2, and all seems to be working fine now.
mrtopdog2000 said:
Thanks for the guide. I'm having a bit of a problem with my AT&T Samsung Galaxy S4. I'm using a 64GB card. I made the first partition about 40GB and the ext2 partition about 20GB. When I open Link2SD, after I select the appropriate file system type, it just sits there saying "Please Wait" for a long time with a circle going round and round to the point where I feel the need to stop it. Is this normal? Is my ext2 partition too big? Should it be ext3 or ext4? Please help!! Thanks!!
EDIT:
I reduced the 20GB ext2 partition to a 10GB partition, and I made it ext4 instead of ext2, and all seems to be working fine now.
Click to expand...
Click to collapse
Yep I had the same issue with ext2. I used ext4 also and it works fine. I didn't want to put it in the OP as I wanted you guys to have a choice. I'm pretty sure it was that causing the issue and not the actual size of your pattition.
Good news!!!! There has been an update to foldermount to correct the size calculation problems you spoke of. Try and update the app and see if this fixes the problem!
Thank you OP! Tried this out and it works perfectly! I followed your instruction of making the extX partition a decent size unlike the tutorial which only sets it at 512 MB. I set mine at around 5GB and working pretty well.
My main concern was with the game Horn which is both very large and encrypted (according to link2SD). Even with the considerable size (around 3GB) from the SD card, it runs pretty well and smoothly.
thehelios said:
Thank you OP! Tried this out and it works perfectly! I followed your instruction of making the extX partition a decent size unlike the tutorial which only sets it at 512 MB. I set mine at around 5GB and working pretty well.
My main concern was with the game Horn which is both very large and encrypted (according to link2SD). Even with the considerable size (around 3GB) from the SD card, it runs pretty well and smoothly.
Click to expand...
Click to collapse
Awesome sir!
Hello,
I am wanting to try this, so, I got the link2sd and foldermount apps.
I am rooted via the excellent CF Auto Root method.
Just poking around right now, link2sd app comes up no errors.
FolderMount app comes up with the following error:
FolderMount has detected a faulty module in your Samsung Galaxy phone
FolderMount will NOT work properly with it.
Would you like me to attempt to repair that fault?
(You must reboot your device after I am done to complete the repair)
Cancel OK
Anyone else seen this?
buggz2k said:
Hello,
I am wanting to try this, so, I got the link2sd and foldermount apps.
I am rooted via the excellent CF Auto Root method.
Just poking around right now, link2sd app comes up no errors.
FolderMount app comes up with the following error:
FolderMount has detected a faulty module in your Samsung Galaxy phone
FolderMount will NOT work properly with it.
Would you like me to attempt to repair that fault?
(You must reboot your device after I am done to complete the repair)
Cancel OK
Anyone else seen this?
Click to expand...
Click to collapse
Yes. Click ok. It's fine.

Internal Memory Full, Don't know what to do!

Hi All,
I have an LG L90 Device with a full Internal Memory. It has gotten to a point where I have to delete majority of my apps to get all my things syncing, but this is really becoming annoying to deal with now.
I do have a lot of apps (I guess 35+), but I never had an issue with Internal Memory becoming full in the past. I also have a 32 GB SD Card where I am saving all photos, videos, and music (though, I rely solely on Spotify now).
I had tried the Link2SD Method, but it isn't as effective for me, as the linked apps somehow stop responding and they just disappear on my phone, prompting me to reinstall.
I really want to fix this, as I love this phone, but just hate the fact that Lollipop will not let me automatically install all apps to the SD Card, and my Internal Memory is just full, restricting me from doing many things I would like to do with the phone.
I would love help here to fix these issues.
Hmm, Bump? Would love any possible help on fixing this issue...
Another thing I also wanted to bring up is that when I do link apps to my external SD card via LINK2SD those apps somehow become unlinked, I assume when the app updates they automatically go back to the internal memory? Not entirely sure...
me too
I think a lot of people have this issue with a "system data" checked on config =>storage, i just have install another time my lollipop 5.0.2, and right after install i checked and this system data was about 4,21 GB, i would be very happy if someone knows a way to delete, or give a way to make this ocupy less room.already did wipe cache, and nothing changed. Maybe flash a tiny rom that have all functions working on the phone, just to mention, already tried some, but always have to do an emergency flash with stock rom again. As my brother above, we waiting for some advice and tutorials !
Cheers all !
a program for Android like CCleaner would be great
would clean crap and uninstall unused APP residue
CCleaner APP might help you
https://play.google.com/store/apps/details?id=com.piriform.ccleaner&hl=en
Peace
Ricci
a1yet said:
a program for Android like CCleaner would be great
would clean crap and uninstall unused APP residue
CCleaner APP might help you
https://play.google.com/store/apps/details?id=com.piriform.ccleaner&hl=en
Peace
Ricci
Click to expand...
Click to collapse
Thanks for the suggestion, unfortunately I have tried identical apps such as Clean Master, and it just cleans up small megabits of junk files, I am trying to find a way to at least free up a gigabyte of storage which for some complex reason seems like a really daunting task...
What have you done recently and when did you notice internal storage is full? Also what rom?
For me when I installed a custom rom for the first time, I believe that I had something extra in /cache/backup/ that caused the full storage. I believe it was a twrp backup.
hi all..anyone has the same problem??? i'm so angry, this phone is always full!!! and link2sd doesn't work
Link2SD works if you follow the instructions and have a partition on external SD formatted as ext4 (fat32 won't work to move apps). Or go to Marshmallow and use adopted storage. In any case make sure you got a reliable SD and at least Class10 speed.
lfom said:
Link2SD works if you follow the instructions and have a partition on external SD formatted as ext4 (fat32 won't work to move apps). Or go to Marshmallow and use adopted storage. In any case make sure you got a reliable SD and at least Class10 speed.
Click to expand...
Click to collapse
is it possible to use adoptable storage lg l90? i read isn't supported by LG
marcus82 said:
is it possible to use adoptable storage lg l90? i read isn't supported by LG
Click to expand...
Click to collapse
Yes, it's possible. I'm using it now with RR Marshmallow 6.0 1, TWRP 3.0.0 DarkBlue, Open Gapps and a 16GB Class10 SanDisk uSD.
lfom said:
Yes, it's possible. I'm using it now with RR Marshmallow 6.0 1, TWRP 3.0.0 DarkBlue, Open Gapps and a 16GB C10 SanDisk uSD.
Click to expand...
Click to collapse
WOW.. is there a guide? thanks
Simply insert the uSD and go to Storage and USB, tap the 3 dots menu and format it to use as internal storage. It will format the card and move all data from /sdcard to it and movable apps to it if you choose to. You won't access internal memory anymore.
Make sure you use a fast and reliable card. Also check the pros and cons first.
lfom said:
Simply insert the uSD and go to Storage and USB, tap the 3 dots menu and format it to use as internal storage. It will format the card and move all data from /sdcard to it and movable apps to it if you choose to. You won't access internal memory anymore.
Make sure you use a fast and reliable card. Also check the pros and cons first.
Click to expand...
Click to collapse
only a question: why You won't access internal memory anymore. ?
by file manager with root it will be impossibile to view internal memory? only sdcard ll be accessible?
Internal memory will be used to apps and apps data only, no user accessible files or folders. Of course you can use a file manager with root access to browse the files/folders, but all user files will be on uSD (it will become /sdcard).
PS: as I said, Marshmallow will format your uSD, so copy any file you may need first.
Oook thanks
all it works!!! now my girlfriend's phone has enough memory!!!! great thanks a lot!

Practical difficulty with adopt SD as internal storage

Hello.
Its been a while and I've been using the SD as an internal memory for a while. While I love this feature there is a very weird thing with this feature that if you move an app to SD and if it gets an update, it gets moved back to the internal storage which is slightly inconvenient. However more inconvenient is the fact that all the app data gets lost in this updation procedure.
Would any kind soul suggest a workaround or a script to get around this annoying glitch? I mean I really love this feature but it obviously needs polish from Google.
Also another thing is while shifting these apps back to SD, it sometimes says not enough space (despite having lots of it). On the second try it shifts. Any idea what's up with this?
Thanks!
I am having the exact same issues and the same complain.
Being on a device having only 4GB of internal storage (that too only 2.28 GB usable) this "adopt as internal" feature in Marshmallow really came as a boon. However with these issues the whole idea becomes worthless.
I did a bit of search on Google about this feature. For nexus phones on marshmallow there is a "Migrate data" option to the SD card adopted as internal. However this is not available for our devices. It only shows up in the internal storage and lets you migrate from SD to internal? Grrrr....what good would that do?
Any kind of workaround would really help and convince me to keep this phone for another year maybe
I think you're getting confused. We too have the same option but this moving back to the internal storage on updation is something Google needs to address..
psiknight99 said:
I think you're getting confused. We too have the same option but this moving back to the internal storage on updation is something Google needs to address..
Click to expand...
Click to collapse
Since google's nexus phones lack sdcard slots, this feature was probably introduced keeping android one series phones
in mind, however there is so much confusion regarding it's objective at the moment,for it is only partial implementation of sdcard as internal memory. After updates I am aleardy down to 500mb space on internal storage, the point is if despite using sdcard as internal storage if my original storage space still runs out--what purpose does it serve then? I would have used link2sd otherwise,but this feature put me like many others in dilemma.
Yeah mate, really disappointing..
I have the exact same problem
What was google thinking before releasing this half finished feature
I hope there is an update soon to fix this problem
Some apps disappear after reboot
After moving apps to sd, apps like mxplayer, Microsoft word etc just disappear.
They are automatically uninstalled.
Can anyone confirm this??
Also it would be great if someone finds a workaround these problems
Yup Firefox disappears everytime I install it. So do many other apps..
psiknight99 said:
Yup Firefox disappears everytime I install it. So do many other apps..
Click to expand...
Click to collapse
This is so not cool man.
Whats the use of this feature if apps keep on disappearing
My observation is that the apps which directly get installed on SD card have these issues.
The apps that gets installed on internal first and then moved to SD, survives reboot.
Maybe app developers can make changes to their apps to support this functionality.
Clearly a half assed attempt from Google on this..I re-flashed my ROM and didn't chose the portable storage option. Link2sd doesn't work on Marshmallow yet so I'm just stuck with a typical 4GB internal memory crap phone.
psiknight99 said:
Clearly a half assed attempt from Google on this..I re-flashed my ROM and didn't chose the portable storage option. Link2sd doesn't work on Marshmallow yet so I'm just stuck with a typical 4GB internal memory crap phone.
Click to expand...
Click to collapse
I hope that from here on this feature will only improve.
Lets pray that bugs will be fixed soon, and google doesn't scarps this project like other projects.
I am still using it as phone storage.. well something is better than nothing
psiknight99 said:
Clearly a half assed attempt from Google on this..I re-flashed my ROM and didn't chose the portable storage option. Link2sd doesn't work on Marshmallow yet so I'm just stuck with a typical 4GB internal memory crap phone.
Click to expand...
Click to collapse
Make two partitions on your sd card, select portable storage option in Marshmallow, install apps2sd,it has all features of link2sd for free,I am using it myself.
same issue, app disappears or data gets lost or sometimes all apps start crashing untill reboot (when this happens cant modify/write anything on sd card, reboot fixes this though )
DarkAlvy said:
same issue, app disappears or data gets lost or sometimes all apps start crashing untill reboot (when this happens cant modify/write anything on sd card, reboot fixes this though )
Click to expand...
Click to collapse
Like I said before, simply use sdcard as portable(don't forget to make two partitions) and use apps2sd(it also has an inbuilt partitioning tool), this is by far the best setup as of now to overcome internal memory constraint
.
arshavin69 said:
Like I said before, simply use sdcard as portable(don't forget to make two partitions) and use apps2sd(it also has an inbuilt partitioning tool), this is by far the best setup as of now to overcome internal memory constraint
.
Click to expand...
Click to collapse
But i will have to root to do that right?
arshavin69 said:
Like I said before, simply use sdcard as portable(don't forget to make two partitions) and use apps2sd(it also has an inbuilt partitioning tool), this is by far the best setup as of now to overcome internal memory constraint
.
Click to expand...
Click to collapse
Hi @arshavin69,
I am trying to use app2sd as you explained, but I am stuck on 2nd partition mounting.
I created 2 partitions by Minitool Partition Manager (because app2sd internal partition manager cause app force close): 1st partitition fat32, 2nd partition ext4.
Once booted up, I choose "portable" and then I open app2sd: app2sd say 2nd partition is not mounted and ask to remount or recreate mount script.
If I try to remount I get an error: mounting /dev/block/vold/179:66 on /data/sdext2 failed No such file or directory.
If I try to recreate the mount script, app2sd ask to choose sd card 2nd partition and file system type.
I am choose /dev/block/mmcblk1p2 and ext4 file system, then app2sd ask to reboot.
After rebooting app2sd says again that 2nd partition is not mounted and ask to remount or recreate mount script.
Could you please explain steb by step what I have to do?
Thank you!
SOLVED dismissing the notification when the phone ask to choose the sd card mount (portable).
DarkAlvy said:
But i will have to root to do that right?
Click to expand...
Click to collapse
Of course!! You can't use even link2sd without root.
DarkAlvy said:
same issue, app disappears or data gets lost or sometimes all apps start crashing untill reboot (when this happens cant modify/write anything on sd card, reboot fixes this though )
Click to expand...
Click to collapse
if your apps disappear after reboot, just transfer them to internal storage and it won't disappear after that
6.0.1 has made this feature unusable.
after updating to 6.0.1 most of the apps cant be moved to external sd.
internal storage gets filled with google apps
this really sucks
abhijitkadam03 said:
After moving apps to sd, apps like mxplayer, Microsoft word etc just disappear.
They are automatically uninstalled.
Can anyone confirm this??
Click to expand...
Click to collapse
Exactly! This is the issue that I was facing.

I can't live with 4GB, is there anyway to free up more space?

I can't live with 4GB, is there anyway to free up more space?
I even tried using the App2SD app, but those require me to reboot the phone to mount the SD card after rebooting, apps don't update properly as well, etc.... and it's just so much hassle.
There's so much crapware that HTC puts in too. Is there any solution or ROM out there that remove all the crapware AND "recovers" the space and make it available to the user? Right now, on a fresh hard reset I have about 1 GB free, which is really not enough since installing apps takes up almost all of that space.
AndroAsc said:
I can't live with 4GB, is there anyway to free up more space?
I even tried using the App2SD app, but those require me to reboot the phone to mount the SD card after rebooting, apps don't update properly as well, etc.... and it's just so much hassle.
There's so much crapware that HTC puts in too. Is there any solution or ROM out there that remove all the crapware AND "recovers" the space and make it available to the user? Right now, on a fresh hard reset I have about 1 GB free, which is really not enough since installing apps takes up almost all of that space.
Click to expand...
Click to collapse
Could I maybe get some more info please? Rom? Kernel/Boot? 32 bit or 64 bit? Carrier?
MrMike2182 said:
Could I maybe get some more info please? Rom? Kernel/Boot? 32 bit or 64 bit? Carrier?
Click to expand...
Click to collapse
32-bit, Sprint. RaptorRom v2. Not sure which kernel.
AndroAsc said:
32-bit, Sprint. RaptorRom v2. Not sure which kernel.
Click to expand...
Click to collapse
You should have an option within the "settings ~ storage" somewhere to select that the phone should use the sd card as space, at least the stock rom does.. And we're never getting the space back and I have no idea what made HTC do what they did on all the partitions because that's why we have no space.. For instance the Radio.img firmware is on it's own partition mmcblk0p20 it's only using a total of 43.4MB and then it has 156MB free space just sitting there with nothing to use it and they have partitions for everything not just the radio and most of the partitions are a total of 199MB and at the least there's 150MB free on every single partition but like I've told others we are never going to get that space freed up and I have no idea what made HTC do something that stupid!!
AndroAsc,
I have the same device and the same ROM. (3.4.43 pattyboi kernel, I assume you are the same)
I use the free version of Link2SD with a ext4 partition of 4GB. I achieved the partition using the Aparted app because it's convenient and the card can stay in the device during format. Once Link2SD is installed, choose the format of your second partition (ext4) and reboot. Now go to Link2SD settings, check the box "autolink", and in autolink settings check all the boxes except "Link internal data." DO NOTHING ELSE! Do not "move apps to SD" or "Link internal data" because this will effect updates, cause disappearing apps, etc. However, if you set it up like this it will work.
I have a ton of apps and games on my device and have never had a low space warning. My storage space hovers around the 275-350MB free mark at all times.
daryl405 said:
AndroAsc,
I have the same device and the same ROM. (3.4.43 pattyboi kernel, I assume you are the same)
I use the free version of Link2SD with a ext4 partition of 4GB. I achieved the partition using the Aparted app because it's convenient and the card can stay in the device during format. Once Link2SD is installed, choose the format of your second partition (ext4) and reboot. Now go to Link2SD settings, check the box "autolink", and in autolink settings check all the boxes except "Link internal data." DO NOTHING ELSE! Do not "move apps to SD" or "Link internal data" because this will effect updates, cause disappearing apps, etc. However, if you set it up like this it will work.
I have a ton of apps and games on my device and have never had a low space warning. My storage space hovers around the 275-350MB free mark at all times.
Click to expand...
Click to collapse
I don't use the HTC Desire 510 or any HTC as a daily driver I only do dev work theming and other things! My daily driver is the new Motorola Moto X Style!
MrMike2182 said:
I don't use the HTC Desire 510 or any HTC as a daily driver I only do dev work theming and other things! My daily driver is the new Motorola Moto X Style!
Click to expand...
Click to collapse
MrMike.. I have seen you around the forums. I've been reading and learning from xda for a long time, (Since the HTC Thunderbolt days) but never signed up until now. Thanks for your contributions.
daryl405 said:
MrMike.. I have seen you around the forums. I've been reading and learning from xda for a long time, (Since the HTC Thunderbolt days) but never signed up until now. Thanks for your contributions.
Click to expand...
Click to collapse
Thanks!
Every time I try to uninstall the programs listed under the Link2SD column, my phone restarts by itself and upon opening L2SD again, everything I removed is back in place.
What's going on here?
I know this was while ago now, but did you have trouble with Link2SD mounting at startup? I formatted as ext4, but regardless of which mount option I pick when the app loads, it says it can't mount at startup. I can't seem to get away from that message.
-jason
daryl405 said:
AndroAsc,
I have the same device and the same ROM. (3.4.43 pattyboi kernel, I assume you are the same)
I use the free version of Link2SD with a ext4 partition of 4GB. I achieved the partition using the Aparted app because it's convenient and the card can stay in the device during format. Once Link2SD is installed, choose the format of your second partition (ext4) and reboot. Now go to Link2SD settings, check the box "autolink", and in autolink settings check all the boxes except "Link internal data." DO NOTHING ELSE! Do not "move apps to SD" or "Link internal data" because this will effect updates, cause disappearing apps, etc. However, if you set it up like this it will work.
I have a ton of apps and games on my device and have never had a low space warning. My storage space hovers around the 275-350MB free mark at all times.
Click to expand...
Click to collapse

Categories

Resources