Internal storage issues??? Check this out!! - Xperia Play General

hey guys I was doing a little searching around and was reading a thread in the ARC section which eventually lead me to this thread
http://forum.xda-developers.com/showthread.php?t=1310309
Now check out this beefy internal storage Thats 3.5 gigabytes!!!

It's data2ext, I can send you some links for some scripts, but be warned, if you dont have a class 10 SD Card, your phone will grind to a holt

I'm using a class 4 with that mod and it's working great tons of space for whatever I've got no force closes all my apps work just as they should with no problems at all
Sent from my R800i using XDA App

This looks great! But do i have to flash my device for this, and do i have to install everything again? Like your using the phone for the first time?

crash_b. said:
This looks great! But do i have to flash my device for this, and do i have to install everything again? Like your using the phone for the first time?
Click to expand...
Click to collapse
No it works like apps2sd, but rather than just symlinking /data/app and /dalvik-cache/ it symlinks the whole data partition. so all your apps would be auto symlinked. You will need a custom kernel with init.d support though.
---------- Post added at 10:14 AM ---------- Previous post was at 10:14 AM ----------
thatsupnow said:
I'm using a class 4 with that mod and it's working great tons of space for whatever I've got no force closes all my apps work just as they should with no problems at all
Sent from my R800i using XDA App
Click to expand...
Click to collapse
Cool maybe data2ext has been improved since i lasted tried it on my Desire HD

AndroHero said:
No it works like apps2sd, but rather than just symlinking /data/app and /dalvik-cache/ it symlinks the whole data partition. so all your apps would be auto symlinked. You will need a custom kernel with init.d support though.
Click to expand...
Click to collapse
Does this work on all DoomLord's kernels?
The end result is so cool, im just not confident on myself enough to do the procedure yet, its all technical for me
I'm using Link2Sd for internal storage issues for now..

noojster said:
Does this work on all DoomLord's kernels?
The end result is so cool, im just not confident on myself enough to do the procedure yet, its all technical for me
I'm using Link2Sd for internal storage issues for now..
Click to expand...
Click to collapse
I haven't tried on all dooms kernels so far just the CM kernel and all I did was make a partition from recovery, I made a ext4, then flash the script it was just that easy now I've got space for whatever I need. I made a modest 1.5 gig partition and away I went
Sent from my R800i using XDA App

I get problems with internal storage, but mine are different. I'll have 70 megs free, but if I want to update a bunch of apps that are ~5 megs each, it'll say I don't have enough free space and stops. ugh.

dassub said:
I get problems with internal storage, but mine are different. I'll have 70 megs free, but if I want to update a bunch of apps that are ~5 megs each, it'll say I don't have enough free space and stops. ugh.
Click to expand...
Click to collapse
I had that very same problem when I moved the dalvik cache then I came across this script and problem solved!
Sent from my R800i using XDA App

dassub said:
I get problems with internal storage, but mine are different. I'll have 70 megs free, but if I want to update a bunch of apps that are ~5 megs each, it'll say I don't have enough free space and stops. ugh.
Click to expand...
Click to collapse
You need to clear your /cache/
Sent from my R800i using Tapatalk

thatsupnow said:
I haven't tried on all dooms kernels so far just the CM kernel and all I did was make a partition from recovery, I made a ext4, then flash the script it was just that easy now I've got space for whatever I need. I made a modest 1.5 gig partition and away I went
Sent from my R800i using XDA App
Click to expand...
Click to collapse
Edit: found the problem.

another way to free up internal memory
check this out.... force moving apps to sd card
muffinresearch.co. uk/archives/2011/02/02/android-force-moving-apps-to-an-sd-card

crash_b. said:
Edit: found the problem.
Click to expand...
Click to collapse
Did you get that working on the other doom kernels?
Sent from my R800i using XDA App

I thought i did, but it still was buggy. Simcard problems and bootloops. Unfortunately...
Tried latest DoomKernel and v06.
So i went back to link2sd.
The original thread seems dead, i posted there, but no response.
Sent from my R800i using Tapatalk

AndroHero said:
You need to clear your /cache/
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Is this the same as clearing the dalvik cache? I've done that in TB.

Please help. I don't know which method is better to move those unmovable apps.
Hi!
I need help, please.
My internal storage is very low (getting a message). I have gone through all the apps and moved everything that can to SD Card.
I don't know which method is better to move those unmovable apps to the SD card.
I have a Sony Xperia Play
My Phone details:
Model - R800i
Android Version - 2.3.4
Kernel Version - 2.6.32.9-perf [email protected] #1
Build - 4.0.2.A.0.42
I have heard about Titanium Backup root, DroidSail Super App2SD, adb, Link2SD and so on.
The methods above can let me move those unmovable apps to the SD card.
What are the advantages and disadvantages of them? How do they compare? Which method is safer or more reliable? Which method can move more apps?
If you know, please let me know, thanks.
I look forward to this, thanks.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I got this information from the official Link2SD website, this is comparing Native apps2SD to Link2SD. But I don't know how Link2SD compared with Titanium Backup root, DroidSail Super App2SD, adb and so on. If you know which method is safer or more reliable and which method can move more apps, please let me know, thanks.
Comparision of Native apps2sd and Link2SD:
(Native apps2sd
Starting with Android 2.2 (Froyo) Google introduced native apps2SD.
This method moves
* apk file on Android 2.2
* apk + lib files on Android 2.3+
into a secure folder on your SD card in the main FAT partition.
It is the easiest method because it doesn't require you to partition your sdcard and root privilige.
It has some disadvantages though.
First disadvantage is that application files are just stored on the sdcard's main FAT partition.
When you enable USB mass storage to share files with your computer (or otherwise unmounts or removes the external storage), any application installed on the external storage and currently running is killed.
The system effectively becomes unaware of the application until mass storage is disabled and the external storage is remounted on the device.
Besides killing the application and making it unavailable to the user, this can break some types of applications in a more serious way.
So second disadvantage is that not all apps can be moved with native apps2sd method because of above reason.
In order for the application to consistently behave as expected, developer should not allow the application to be installed on the external storage if it uses any of the following features, due to the cited consequences when the external storage is unmounted:
Widgets, Services, Alarm Services, Live Wallpapers, Live Folders, Account Managers, Sync Adapters, Broadcast Receivers listening for "boot completed".
Force move (requires root);
You can force the apps move to SD card with native apps2SD even the application does not support moving as described above.
Link2SD and some other apps can force move apps if you have root priviliges. But, note that this can break some applications, as described above.
)

i can't use that on trueanscetor and NXT ( with doom kernel )
it goes on boot-loop , sometimes it succeed to boot but can't detect my sim-card ( i couldn't have call )
can you please help me

Which method of moving those unmovable apps to SD is better, safer and more stable?
Hi!
I need help, please.
My internal storage is very low (getting a message). I have gone through all the apps and moved everything that can to SD Card.
I don't know which method is better to move those unmovable apps to the SD card.
I have a Sony Xperia Play
My Phone details:
Model - R800i
Android Version - 2.3.4
Kernel Version - 2.6.32.9-perf [email protected] #1
Build - 4.0.2.A.0.42
I have heard about Titanium Backup root, DroidSail Super App2SD, adb, Link2SD and so on.
The methods above can let me move those unmovable apps to the SD card.
What are the advantages and disadvantages of them? How do they compare? Which method is safer, more reliable or more stable? Which method can move more apps?
If you know, please let me know, thanks.
I look forward to this, thanks.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I got this information from the official Link2SD website, this is comparing Native apps2SD to Link2SD. But I don't know how Link2SD compared with Titanium Backup root, DroidSail Super App2SD, adb and so on. If you know which method is safer or more reliable and which method can move more apps, please let me know, thanks.
Comparision of Native apps2sd and Link2SD:
(Native apps2sd
Starting with Android 2.2 (Froyo) Google introduced native apps2SD.
This method moves
* apk file on Android 2.2
* apk + lib files on Android 2.3+
into a secure folder on your SD card in the main FAT partition.
It is the easiest method because it doesn't require you to partition your sdcard and root privilige.
It has some disadvantages though.
First disadvantage is that application files are just stored on the sdcard's main FAT partition.
When you enable USB mass storage to share files with your computer (or otherwise unmounts or removes the external storage), any application installed on the external storage and currently running is killed.
The system effectively becomes unaware of the application until mass storage is disabled and the external storage is remounted on the device.
Besides killing the application and making it unavailable to the user, this can break some types of applications in a more serious way.
So second disadvantage is that not all apps can be moved with native apps2sd method because of above reason.
In order for the application to consistently behave as expected, developer should not allow the application to be installed on the external storage if it uses any of the following features, due to the cited consequences when the external storage is unmounted:
Widgets, Services, Alarm Services, Live Wallpapers, Live Folders, Account Managers, Sync Adapters, Broadcast Receivers listening for "boot completed".
Force move (requires root);
You can force the apps move to SD card with native apps2SD even the application does not support moving as described above.
Link2SD and some other apps can force move apps if you have root priviliges. But, note that this can break some applications, as described above.
)

I can vouch for link 2 SD. Gave me quite a lot more storage space. "Lordbattlebeard" helped me set it up in another thread. Admittedly, I don't know much about the other 2 so can't help on that front
Sent from my R800i using xda app-developers app

Related

link2sd

installed link2d on stockrom after root with universal androot and formatted the second partition with fat32 since it doesn't support extX partitions.
Everything works.
link2sd asks what to link: app, dalvik-cache and library
Maybe must play with these settings to have WIDGETS still working when linked ?
I remember they usually stop working when installed on sd...
this omap is really fast !!!
with flash working great too !
I've used it just for games and a few things that are bulky like opera. I didn't try and widgets/livewallpapers because of the time spent preparing the SD card on startup.
It's so much easier using this when you don't have to worry about apps eating up all of your available storage.
I use it with almost everything. Only things that I'd like to have available when things go wrong and I have to boot without the card, I leave unlinked.
BTW. I'm using a kernel driver that was in the app2card .apk file to allow be to mount the partition as ext2 instead of fat32
A good thread on how to re-partition the SD card
Thanks to bakpinar
ghostwheel said:
I use it with almost everything. Only things that I'd like to have available when things go wrong and I have to boot without the card, I leave unlinked.
BTW. I'm using a kernel driver that was in the app2card .apk file to allow be to mount the partition as ext2 instead of fat32
Click to expand...
Click to collapse
Can you post details about the driver file to use? I guess you must move it somewhere...
I dont need them since i'm happy with fat32 but someone could find them useful
Sent from my MotoMB511 using XDA App
I'd be interested in finding out what you did to get app2card working....
I used it to partition the sd card fine (well when i finally managed to click the done button... grr...) and it copied apps to the same partition but it won't mount the partition and has kept the apps in the main memory too...
is there better apps or a way to do it that's easier?
does the flipout support ext2?
I love this phone to bits already but it's a major let down when you can only get a few apps on it with it being full and having a fit!!
Meh.... tried link2sd... now my home button doesn't work and nothing will download from the market...

Memory Help

Ok I had memory issues when I went from the Backflip to the Flipside. But thankfully links2sd made a huge difference and i was able to get all the apps I wanted using that nifty little app. Now however after this update I can't even get half the apps I had on 2.1, and that is with using Links2sd. I've tried getting rid of ATT bloatware, moving some apps to systems apps, and clearing davlik cache using Titanium Backup but it only does so much. Anyone have any solutions to get more internal storage or a better way to get apps onto the SD card because this is making the update almost not worth it...and what's worse is that we cant even revert back to 2.1 without bricking the phone....sad day!
I'm having pretty much the same issues, but I'm wondering how you moved apps to the system apps? This would be helpful to me.
How much internal memory do you have free? I have about 45mb which is less then half of what I had before the update. Im not sure what is taking up the memory. Ive removed what I can and feel is safe with Ti Backup and moved my apps with Link2SD to my SD card.
boazjuggalo said:
I'm having pretty much the same issues, but I'm wondering how you moved apps to the system apps? This would be helpful to me.
Click to expand...
Click to collapse
This is done via titanium backup. Long press on the app and the menu gives you the option to convert to sys app.
pre4speed said:
This is done via titanium backup. Long press on the app and the menu gives you the option to convert to sys app.
Click to expand...
Click to collapse
Yea that's how I moved it to system.
And I have about 20MB after moving a few apps and moving some to system....ugh this is frustrating
I have my wife's phone running on 60mgs free...
HiloDB1 said:
How much internal memory do you have free? I have about 45mb which is less then half of what I had before the update. Im not sure what is taking up the memory. Ive removed what I can and feel is safe with Ti Backup and moved my apps with Link2SD to my SD card.
Click to expand...
Click to collapse
I have 2 or 3 apps installed (Facebook and whatnot) and I have roughly 32mb after clearing davick (or whatever it's called)
telegraph0000 said:
I have my wife's phone running on 60mgs free...
Click to expand...
Click to collapse
Really, how? How many apps do you have? I have about 17 apps
JBallin4life27 said:
Really, how? How many apps do you have? I have about 17 apps
Click to expand...
Click to collapse
Just basics
Adfree
Adobe flash
Adobe reader
Adwlauncher
Fruit ninja
Pandora
Jorte
Jw reader
Lik2sd
Maps
Market
Palmary weatherb pro
Pure messenger widget
Quick boot
Titanium backup
I also added opera, and that brought it down to 50megs
Tadaaaaaa.....
Hey, I just posted the SBF in the Flipside Android Development part of the forum and I flashed that and it appears that this version of 2.2.2 runs better with links2sd and has significantly made a difference in freeing up memory. I'm gonna play around with it some more but it appears to have links2sd running as well as it did when I had 2.1. Some of you may want to consider backing up and reflashing the update. Just something to consider. I'll post an update again soon after I play around with it a bit.
Do you know how much space was available on /data when you fresh flashed it?
(edit)
So, I ended up breaking something, as usual, and had to reflash, so I used the fresh 2.2 sbf. Turns out there's roughly 74mb free on /data when you first flash, although that quickly drops as the system apps (maps, market, and flash offhand) are brought up to date.
You're right!!!
My wife's phone is down to 55 megs!!!
Sorry, I meant to post again after my last post but my phone kept freezing on the red Moto screen everytime I flashed the update and I took my phone back to AT&T 3 times this past weekend only to find out it was my SD card causing the problems. Just FYI if you partition your SD card to use link2sd make sure your second partition is set as primary otherwise the 2.2 Froyo update will completely shutdown as soon as you put your card in and will not let you do ANYTHING!
That being said, you definitely have better memory after flashing the SBF as opposed to the other methods i've tried for the update. I was able to install almost all the apps and games I had previously (some I didn't add just cuz I hadn't been using em). Everything runs smoother for me and I havent had any freezing or anything. Hope this update is running well for you guys
I'm reluctant to move many things over to system apps, personally... Don't forget that link2sd won't link the dalvik-cache of system apps, so you'd actually have more free space in /data by leaving it as a user app and just linking app/dalvik/lib. I'm at roughly 95mb free currently, with a pretty reasonable amount of stuff installed, so I'm much happier now.
Another space-saving trick I've found: Titanium Backup has a folder in /data that it uses as a temp file storage, any time you restore a backup it moves the .apk over there then installs it. It's located at /data/data/com.keramidas.TitaniumBackup/files, and also contains busybox, sqlite3, and your license file. If you're restoring a backup of a large app, this means you need a pretty large amount of space free to do so, which can be difficult on our phones. You can move this folder over to the second sd card partition that link2sd uses and symlink it without problems. Here's a (probably ugly) method:
Code:
cd /data/sdext2
mkdir tbfiles
cp /data/data/com.keramidas.TitaniumBackup/files/* ./tbfiles
rm -Rf /data/data/com.keramidas.TitaniumBackup/files
ln -s /data/sdext2/tbfiles /data/data/com.keramidas.TitaniumBackup/files
Actually....
If you have auto-link on... and move it to system with tibu... it will link the cache...
Why are you linking lib files... when you reboot... they go back to internal... you'll have memory issues at reboot that way...
Sent from my MB508 using Tapatalk
The file I manually link isn't a lib, or at least it doesn't get linked by Link2SD when you link TitaniumBackup's libs. The link stays through a reboot and hasn't caused me any issues so far, it just makes less free space required to restore backups.
As for linking libs in general, while they do tend to get unlinked on reboot, I have plenty of free space to let them exist in /data, and the newest Link2SD has a one-touch option to relink them all again to recover that space. It's not an issue unless you're linking libs and also filling your /data partition near the max.

App2SD

I've owned my OG EVO since launch day, and have been rooted/flashing various ROMs ever since.
I've always had the app "App2SD" loaded, to make moving apps to external storage easier.
Looking at flashing other ROMs recently, I noticed some talk about supporting A2SD naively, and scripts and such. What is the difference between using the app or this naive solution?
Sent via Tapatalk on my E4G
The app ur referring to only moves the data for apps to the SD card, if u use dark tremors a2sd it moves the entire app and all its data. U must have a partitioned SD card to use it though.
Sent from my PC36100 using Tapatalk 2
Hmmm... So DarkTremors A2SD is something that is built into the ROM? I guess I'm wondering how one would utilize that built-in capability after the ROM is loaded...
I didn't realize the Apps2SD only moved the data. It seemed to move the app too by looking at free space and how it was affected by using it...
if i understand it right... its not "included" in the rom. You need to download and flash the script, but the rom and kernel of most roms support it. It is well worth it. I did this not long after rooting. I partitioned my 32GB sdcard and flashed DT a2sd.
http://forum.xda-developers.com/showthread.php?t=715938
Thanks for the link I've seen a boat load of posts scattered about but never saw one dedicated topic. Looks like I have some reading to do so I can figure out what, if any, drawbacks or quirks there are to using this.
Thanks again!
Sent via Tapatalk on my E4G
So I've made it through a couple of pages on the linked thread, and the answer may be there (but I haven't gotten to it yet)... How does partitioning the SD card affect Nandroid backups/restore or Titanium Backup, if at all? I know that Nandroid has an "SD-ext" option... I assume this is for backup/restore of the EXT formatted portion of the card? Are Nandroid backups stored on the FAT formatted partitions still?
Sorry for all of the questions; just things I thought of before trudging through 34 pages of forum posts...
Sent via Tapatalk on my E4G
Am i able to do this with the stock sd card that came with the evo ?
Yes, but unless your ROM supports Dark Tremors A2SD, the system won't be able to utilize the EXT formatted space on the card, from what I am gathering...
Sent via Tapatalk on my E4G
im running Miui. Think it supports it. Its just the how.
Unfortunately,I can't answer that yet. Haven't read enough of the previously linked forum topic
Sent via Tapatalk on my E4G
Nandroid and tb remain on the storage partition, the FATS32 or whichever one your recovery uses. The ext- partition holds just the apps and data. Wont affect your backups in any way to my knowledge. Remember to back up all your data you want to keep to your pc or something before partitioning as it formats your sd card first.
私はローボーボブ。 Haro!!
Robobob1221 said:
Nandroid and tb remain on the storage partition, the FATS32 or whichever one your recovery uses. The ext- partition holds just the apps and data. Wont affect your backups in any way to my knowledge. Remember to back up all your data you want to keep to your pc or something before partitioning as it formats your sd card first.
私はローボーボブ。 Haro!!
Click to expand...
Click to collapse
Thanks for the info!
Ive been using DT Apps2sd for a while now. I have the stock 8gb card that came with my evo and its partitioned for apps2sd. From what Ive always understood, what apps2sd does is it moves all your apps and the data for those apps to the ext partition of your sd card and it symlinks the apps to the phone so the phone actually thinks the apps are running from the internal memory even though it isn't. The advantage of the symlink is that it doesn't affect the apps' performance and widgets and such. The apps2sd app you speak of only moves the data to the sd card which can sometimes cause issues with apps' performance and widgets not working correctly. So, I recommend using DT apps2sd if you want more internal space without sacrificing performance.
Nice explanation I think my confusion had always been how it's utilized; with the app, I open it when I want to move something and it does it. With DT, it looks like you flash it, but after that I'm lost... Does it automatically install all apps to the SD anytime I initiate an installer action? Or do I need to do something to have the system install to the SD?
I'll find the answer in my reading I'm sure. Another 25ish pages, according to Tapatalk on my phone
Sent via Tapatalk on my E4G
Also am trying to find how to install this... Do you flash the ROM, flash A2SD, then simply reboot and all is well (assuming the ROM supports A2SD, and mounts SD-EXT during boot)?
here is some more info from what i understand. flash your rom, flash dt a2sd and reboot. once its all set, it automatically installs apps you download to the ext partition. also... if you decide to change roms, it is recommended to wipe the ext partition, but i never do and have had no issues. The only thing i have to do is once the new rom and a2sd are flashed and i reboot i have to install the terminal app and open it up any type the following commands...
su [ENTER]
a2sd reinstall [ENTER]
this reinstally the links to the apps... you can also move dalvik cache to the sd to free up more space.
a2sd cachesd [ENTER]
another helpful tool to make sure cache and apps are on the ext partition is apps2sd gui
you can get it from the market and it is just a graphical interface
here is a partitioning walkthrough if you need it.
http://forum.xda-developers.com/showthread.php?t=1158993&highlight=partition+sd+card
vwgtiturbo said:
Nice explanation I think my confusion had always been how it's utilized; with the app, I open it when I want to move something and it does it. With DT, it looks like you flash it, but after that I'm lost... Does it automatically install all apps to the SD anytime I initiate an installer action? Or do I need to do something to have the system install to the SD?
I'll find the answer in my reading I'm sure. Another 25ish pages, according to Tapatalk on my phone
Sent via Tapatalk on my E4G
Click to expand...
Click to collapse
After you flash DT, you would want to download terminal emulator from the play store and type the following commands:
Type "su" then enter
Then type "a2sd reinstall" (without the "" of course lol) then enter
After you do that, let the phone do its thing and it will reboot. After the reboot, you are good. All your apps should be moved to the ext partition on your sd card. If you want, you can also move your dalvik-cache to the ext partition by typing the following commands:
"su", enter
"a2sd cachesd", enter
Just like before, your phone will do its thing in terminal emulator and then it will reboot. After that, you're good! You should notice a HUGE difference in available internal storage after this.
*EDIT: I didn't even notice the post above mine until after i sent the post lol
dbenney/youngchris: You guys/girls (hey, I don't know...) put the missing pieces together for me I didn't realize that you had to run commands in terminal AFTER flashing your ROM and then DT (I've seen references to commands, but thought that they were similar to the old rooting/flashing guides back in the day, that required ADB push/pull commands before flashable zips became the norm). So...
There were a few ROMs I flashed 6 months or so ago, that 'required' A2SD and I didn't do it. Subsequently, the ROMs didn't have much free space, with all of the Sense 3.0-3.5, and ran like ****, so I went back to CM7. Now, I am putting this together, so I can get the E4G decked out (because we all know our EVOlt won't be around for a while) and am looking for sharp looking/behaving ROMs to make this old beast happy, and keep me satisfied until Customs gets off their lazy asses.
I just have to find a ROM that is nice enough now
vwgtiturbo said:
dbenney/youngchris: You guys/girls (hey, I don't know...) put the missing pieces together for me I didn't realize that you had to run commands in terminal AFTER flashing your ROM and then DT (I've seen references to commands, but thought that they were similar to the old rooting/flashing guides back in the day, that required ADB push/pull commands before flashable zips became the norm). So...
There were a few ROMs I flashed 6 months or so ago, that 'required' A2SD and I didn't do it. Subsequently, the ROMs didn't have much free space, with all of the Sense 3.0-3.5, and ran like ****, so I went back to CM7. Now, I am putting this together, so I can get the E4G decked out (because we all know our EVOlt won't be around for a while) and am looking for sharp looking/behaving ROMs to make this old beast happy, and keep me satisfied until Customs gets off their lazy asses.
I just have to find a ROM that is nice enough now
Click to expand...
Click to collapse
There are plenty of good sense roms out there, but you really should try this one... Energy sense 3.5 rom march 15.... i used it before i switched to CIUI(base of CM7 with MIUI look/feel). Energy rom is very stable and fast, but also heavy and a2sd is a must to free up some space.
Do you know of any kernels that work with it? It uses the stock kernel, which, from what I've read, doesn't support DT A2SD...
Sent via Tapatalk on my E4G

ISO more tips to clean up internal storage

The small internal storage is catching up to me. I am running low. I've rooted my phone and deleted as much bloatware as I can. But I still have too many apps that need to run internal and I believe a lot of data for apps, even if that app is move to external, is still on the internal. I do clean out the cache periodically but it is not enough. Any other cool tricks to try? I guess I will eventually resort to prioritizing internal apps and removing the ones lower on the list.
man I love this phone but which the internal storage was bigger or I can take more advantage of my big SD card.
keesio said:
The small internal storage is catching up to me. I am running low. I've rooted my phone and deleted as much bloatware as I can. But I still have too many apps that need to run internal and I believe a lot of data for apps, even if that app is move to external, is still on the internal. I do clean out the cache periodically but it is not enough. Any other cool tricks to try? I guess I will eventually resort to prioritizing internal apps and removing the ones lower on the list.
man I love this phone but which the internal storage was bigger or I can take more advantage of my big SD card.
Click to expand...
Click to collapse
if you have rooted you can try link2sd or app2sdx
If you are rooted then have you thought of turning some of then into system apps.
This will move into system portion of the internal space which does not show up in free space.
In effect you have 2 partitions one for the Rom and needed system apps like home launcher etc.
The other partition is where you move apps to internal storage.
Move all gapps there, move flash player, and any other apps that are big on space.
To move either use titanium backup or root explorer.
Sent from my LT18i using xda premium
zolaisugly said:
If you are rooted then have you thought of turning some of then into system apps.
This will move into system portion of the internal space which does not show up in free space.
In effect you have 2 partitions one for the Rom and needed system apps like home launcher etc.
The other partition is where you move apps to internal storage.
Move all gapps there, move flash player, and any other apps that are big on space.
To move either use titanium backup or root explorer.
Sent from my LT18i using xda premium
Click to expand...
Click to collapse
You can't make the flash player a system app; it needs to stay in the data partition to work.
Sent from my LT15a using XDA
DdcCabuslay said:
You can't make the flash player a system app; it needs to stay in the data partition to work.
Sent from my LT15a using XDA
Click to expand...
Click to collapse
I sent my flash player to system and it is working fine and it updates.
Sent from my LT18i using xda premium
heihei_ivan said:
if you have rooted you can try link2sd or app2sdx
Click to expand...
Click to collapse
For all this time I had SDMove and thought link2sd and apps2sd were the same when it is not. Never realized link2sd allows me to move those "non-movable" apps to reside external storage. works great and was able to free up more internal space. THANKS!
zolaisugly said:
If you are rooted then have you thought of turning some of then into system apps.
This will move into system portion of the internal space which does not show up in free space.
Click to expand...
Click to collapse
Need to check this out, thanks!
try systemcleanup
Gesendet von meinem MT15i

Link2SD or similar working on a Galaxy On5?

I've tried many combinations of partition types and numbers and cannot get Link2SD to accept my second partition. I had similarly bad luck with App2SD. Is there a known good combination of app, card, partition type, size, and number that lets me offload my apps onto the external SD card? I'm using a rooted but otherwise stock GT550T rom for T-Mobile. I have a 200GB Sandisk microSD card. 8GB phone with 4GB taken by default and I couldn't find much to remove. Any other good ideas as to how I can get my apps installed. Even with 0 games I cannot install my usual suite.
i have been experiencing the exact same problem, tried both apps2sd and link2sd, still no luck.. i actually managed to corrupt a brand new card, had to go exchange it. no luck with ext4 or any others... i hope we get some assistance
Yep. What they said.
Same issue. Any fix yet?
I would also like to know a way to get Apps2SD or Link2SD working.
Hey! Androeds 4.1up the link2sd does not work anymore if all of you, does not creates universal odexes for each app in sdext2. The zygote of libs in androed 4.4+ does not permits dalvik cache outside datadir.
The solution is odex all apps one by one, because gogle system apps never recognized and will never recognize odexed apps as third apps.
Is a long war against themselves new dumb zygote for deny odexes in sdext2 :
You need only copy the created odexes inside sdext2 togheter with apk's dir and link mannually, and finnally, delete the relative dex.
The rest is normally linked by link2sd
Apps2sd works for me. I am not rooted though. Let's try to troubleshoot. Go into settings/storage and make sure the sdcard is mounted and formatted. See if your screens match mine.
Apps 2sd is a lie!
Only a Half part of app comes to a dumb system in /mnt/secure and /mnt/asec.
Is a lie!
---------- Post added at 03:41 PM ---------- Previous post was at 03:37 PM ----------
If you root your device, install link2sd (the real sdext linker) your apps will go to sdcard.
On androeds 4.1+ the .dex files need to be PURGED AND PUNCHED OUT DUE TO GOGLE'S SICKNESS NEW DUMB ZYGOTE, and converted to .odex.
I really like the phone itself, i honestly hope someone is able to make a rom for it. Cause out of the box i have basically no storage for apps and the apps 2 sd function in the rom only lets you move a handful of apps.
LINK2SD works on the Samsung Galaxy On5. I moved many apps and have tons of space now.
I don't know how typical my situation is, but I am having the same issue and thought i would attempt to provide a bit more in the way of detail.
My On5 is rooted with TWRP installed and functioning apparently normally. I can run apps that require root without issue, Titanium Backup for example. I have installed SuperSU and BusyBox which seem to behave normally, but Root Checker recognizes root and BusyBox but not SU Access.
When I try to use Link2SD, it doesn't recognize my second partition, and won't create a mount script. I can enter SU through terminal mode, and created /etc/fstab with mounting details for the second partition, but Link2SD still doesn't see it. Consequently, I can use the Move to SD function with some apps, but Link to SD is not functional.
I would contact LINK2SD support and ask them if the app is even capable of handling multiple partitions. My guess is no.
Link2SD not only is capable of handling second partitions, it requires them for the Link to SD function. I followed their instructions carefully for creating an appropriately formatted second partition. The issue seems to be that the phone won't allow it to mount. That is why I posted here.
n5dkj said:
Link2SD not only is capable of handling second partitions, it requires them for the Link to SD function. I followed their instructions carefully for creating an appropriately formatted second partition. The issue seems to be that the phone won't allow it to mount. That is why I posted here.
Click to expand...
Click to collapse
Yes I am sorry, that is why I should post before I have coffee. I see you need an ext4 and a fat formatted... I got it to work. Here are my exact steps..
1. Down root essentials, LINK2SD from app store. Also must be rooted and have TWRP installed. I also suggest a full backup.. Then move the backup to your computer, free space on the phone... Don't leave the backup on the sdcard as it about to be partioned and formatted!!!!!!!!!!!!
2. If you already did this and tried adoptable let storage then use the 'revert changes' and reboot
3. Go into settings a d format sdcard as standard Portable Storage. Click cancel or no if it wants to move anything over.
4. Go into root essentials, storage tab and click adoptable storage
5. Follow procedures to download apk needed (the app will automatically load the web page).. Edit.. When used how much percent of the sdcard to use It's elected 50%.. I am using a 16gb card.. So I split it down the middle.
6. Power down phone
7. Hold down volume up+home+power until logo appears... Essentially go into twrp
8. Do a kernel (system) backup if you haven't yet recently.
9. Flash Apk which will automatically reboot phone
10. Not sure this is important but I waited for my phone to full boot... Paying particular attention to the Toast saying that room essentials has been granted full permissions....
10b... Do not go into storage settings and try to format the second part of the partition... It's already been formatted..
11. Went into LINK2SD, Settings... And pressed 'app location' got a weird warning about hierarchical something or whatnot.. Pressed it a few times and finally got the right screen. SELECTED EXTERNAL.
That was it... Now when I move apps with LINK2SD it seems like a ton of more free space is clearing on the internal... Before when I moved apps I think it was just moving the data..
I got it working temporarily but somehow it started making apps unusable and un-re-installable again. I'll do a factory reset and reroot (I think I just have to sideload SU) and try your step by step this weekend.
The other possibility is the apps that come with the phone are so big they don't fit in the 8gb that comes with it. Every time a Google app gets an update I lose more space and I cannot move those apps to my knowledge. Its getting harder and harder. With this method do I get true adoptable storage? As in all apps and data share the space?
cracker_jax said:
I got it working temporarily but somehow it started making apps unusable and un-re-installable again. I'll do a factory reset and reroot (I think I just have to sideload SU) and try your step by step this weekend.
The other possibility is the apps that come with the phone are so big they don't fit in the 8gb that comes with it. Every time a Google app gets an update I lose more space and I cannot move those apps to my knowledge. Its getting harder and harder. With this method do I get true adoptable storage? As in all apps and data share the space?
Click to expand...
Click to collapse
Most apps are under 100MB.. Even if they download extra data there is no way any one particular app is over 8GB...
Try this...
Sort the LINK2SD app list by 'size internal'
Uninstall the top 3-4 apps that take the most space
Move any system apps you moved to the sdcard back to internal
Clear the app cache and dalvik caches
Reboot
Reformat sdcard
Reboot
Then try my steps to get adoptable storage...
Report back if you can
---------- Post added at 03:22 PM ---------- Previous post was at 03:20 PM ----------
cracker_jax said:
I got it working temporarily but somehow it started making apps unusable and un-re-installable again. I'll do a factory reset and reroot (I think I just have to sideload SU) and try your step by step this weekend.
The other possibility is the apps that come with the phone are so big they don't fit in the 8gb that comes with it. Every time a Google app gets an update I lose more space and I cannot move those apps to my knowledge. Its getting harder and harder. With this method do I get true adoptable storage? As in all apps and data share the space?
Click to expand...
Click to collapse
PS I heard rebooting after you move the apps to SD seems to also fix the problem.
djmcho said:
Most apps are under 100MB.. Even if they download extra data there is no way any one particular app is over 8GB...
Try this...
Sort the LINK2SD app list by 'size internal'
Uninstall the top 3-4 apps that take the most space
Move any system apps you moved to the sdcard back to internal
Clear the app cache and dalvik caches
Reboot
Reformat sdcard
Reboot
Click to expand...
Click to collapse
I did the instructions to get adoptable storage and it appeared to work (adoptable worked anyway) but Link2SD has no functionality with moving anything anywhere. The card is not formatted correctly for Link2SD. The main (SD) partition is receiving apps (migrate to SD built into Android) but very few and the internal storage fills up quickly. Basically the apps that work via App2SD were able to be migrated with the migrate button in Settings > Storage. I'd consider formatting the SD card's second partition so Link2SD could work on it again but I know already that it won't work with the "data" of the apps, even with Link2SD plus. I had limited success with FolderMount but that is a pain and I'm not sure it worked at all. Having data exist in two places seems to confuse my phone. Adoptable storage seems to be dead with most apps refusing to use it and Link2SD seems to be dead as it won't move most of my data without breaking the app.
cracker_jax said:
I did the instructions to get adoptable storage and it appeared to work (adoptable worked anyway) but Link2SD has no functionality with moving anything anywhere. The card is not formatted correctly for Link2SD. The main (SD) partition is receiving apps (migrate to SD built into Android) but very few and the internal storage fills up quickly. Basically the apps that work via App2SD were able to be migrated with the migrate button in Settings > Storage. I'd consider formatting the SD card's second partition so Link2SD could work on it again but I know already that it won't work with the "data" of the apps, even with Link2SD plus. I had limited success with FolderMount but that is a pain and I'm not sure it worked at all. Having data exist in two places seems to confuse my phone. Adoptable storage seems to be dead with most apps refusing to use it and Link2SD seems to be dead as it won't move most of my data without breaking the app.
Click to expand...
Click to collapse
App have to be enabled by the developer to move the data with the app, Dex etc.. For example Waze is... Here is my files list view from links2sd about Waze... As you can see everything Def moved over to the adoptable storage.
cracker_jax said:
I did the instructions to get adoptable storage and it appeared to work (adoptable worked anyway) but Link2SD has no functionality with moving anything anywhere. The card is not formatted correctly for Link2SD. The main (SD) partition is receiving apps (migrate to SD built into Android) but very few and the internal storage fills up quickly. Basically the apps that work via App2SD were able to be migrated with the migrate button in Settings > Storage. I'd consider formatting the SD card's second partition so Link2SD could work on it again but I know already that it won't work with the "data" of the apps, even with Link2SD plus. I had limited success with FolderMount but that is a pain and I'm not sure it worked at all. Having data exist in two places seems to confuse my phone. Adoptable storage seems to be dead with most apps refusing to use it and Link2SD seems to be dead as it won't move most of my data without breaking the app.
Click to expand...
Click to collapse
Continuing...
Where as chrome is not set by the developer to allow moving stuff like data over to SDcard. See attached... You will see some is on the phone and some is onbthe sdcard. If you want to move data over to the sdcard for apps that are not designed to do so you could purchase the pro version of Link2SD that allows for the forcing of data by creating linking. You might be able to do it for free using terminal emulator and the Linux linking command, which escapes me right now..
djmcho said:
Continuing...
Where as chrome is not set by the developer to allow moving stuff like data over to SDcard. See attached... You will see some is on the phone and some is onbthe sdcard. If you want to move data over to the sdcard for apps that are not designed to do so you could purchase the pro version of Link2SD that allows for the forcing of data by creating linking. You might be able to do it for free using terminal emulator and the Linux linking command, which escapes me right now..
Click to expand...
Click to collapse
My problem with the Plus version of Link2SD, which I purchased, is that whenever I liked the data portion (IIRC) the newly moved app would immediately force-quit when opening after that. So I would move the data back. It would still force-quit. So I would uninstall and reinstall. It would still force-quit. Sooooo if and when I used that function it completely broke the app until I did a factory reset.
Now, Link2SD plus has nothing to do with adoptable storage as I was able to move apk and data over simply by getting the correct formatting on my SD card, though I don't remember the correct combination of ext2,3,4 partitions that made it work. What I do remember is after that I would only ruin apps by moving the data. Now, with adoptable storage, Link2SD cannot use the card at all though I haven't tried reformatting the second partition as an ext2,3,4,whatever.
Maybe go back to trying to get support from Link2SD developer?
djmcho said:
That was it... Now when I move apps with LINK2SD it seems like a ton of more free space is clearing on the internal... Before when I moved apps I think it was just moving the data..
Click to expand...
Click to collapse
Excellent!! I just got time to try it, and I now have much more available space. Thanks for your help!

Categories

Resources