Internal Storage + SD card - LG G6 Questions and Answers

How does the SD card storage work in the G6? I'm concerned about storage space with the 32g internal storage being the only option. I don't download that many apps but I guess with podcasts and audio books I run into capacity issues with a 32g phone. My understanding is with Nougat you can use the SD card for apps etc more so than you could in the past. Could someone please shed some light on how this works with the G6?

Check this out. https://forum.xda-developers.com/android/software/auto-formatting-sdcard-to-internal-t3583875
LG removed adaptable storage option. This tool works great for me.

Thanks. I'll take a look at it. I haven't bought the G6 yet and I'm a little concerned about having to rely on a hack. I wonder why they removed the adaptable option

Almost all brands removed this feature...
As far as I know, only HTC leaved it available for the customer without the need to do anything funny.

Does it work the same as native with this mod?

Griggs2121 said:
Does it work the same as native with this mod?
Click to expand...
Click to collapse
Far as I can tell the mod works the same

I see it still shows as SD storage, but you can install apps on it?

Griggs2121 said:
I see it still shows as SD storage, but you can install apps on it?
Click to expand...
Click to collapse
Looks like it. Just installed super Mario

I really appreciate your responses!

You can also just enable Force Allow Apps on External in developer options.

Is that when you use the move to SD function?

Saythis said:
You can also just enable Force Allow Apps on External in developer options.
Click to expand...
Click to collapse
I enabled Force Allow Apps on External, and it wont allow me to move any more apps that I couldn't already move by just going into each app and changing the storage to SD.
Is there something else that needs to be done?

Rgarcia2296 said:
I enabled Force Allow Apps on External, and it wont allow me to move any more apps that I couldn't already move by just going into each app and changing the storage to SD.
Is there something else that needs to be done?
Click to expand...
Click to collapse
Did you reboot after enabling it?

Hi guys,
a quick question: as I used this tool the overall consumption of memory in my original internal memory seems to be higher than I expected.
So I added up the space needed by the apps on the new internal SD card and this fit. So it seems that the internal SD card things that the Apps are installed there, but the internal memory shows them in them from the storage consumption.
Is that just a bug (or "feature") of the LG due to the fact that they do not increase the overall free space available (with the internal SD card)?
And if this is so, can I just keep installing apps right after 32Gb are full or will the phone still stop accepting that?
Does anybody knows more about that?
Best regards and thanks for the help!

draino623 said:
Check this out. https://forum.xda-developers.com/android/software/auto-formatting-sdcard-to-internal-t3583875
LG removed adaptable storage option. This tool works great for me.
Click to expand...
Click to collapse
Thanks for sharing!

with Oreo (V20h) app Settings crashes when selected "Migrate data..." on microSD formatted as internal storage...I think LG does not permit this solution any more (I enabled "Force Allow Apps on External" in developer options too)

Related

2.2 FRF85B Auto installs apps to SD!

In 2.2 FRF85B, if an app supports 2.2's built in apps2sd, when you install it from the Market, it AUTO installs ONTO the microSD card!
Go ahead, test it yourself with these 2.2 apps2sd compatible apps:
AK Notepad
FeedR
FML, Android
LED Tester
Movies
Pandora
Titanium Backup
World Newspapers
obviously there's more, but these are the ones I used and reinstalled from a fresh wipe on FRF85B, and they were automatically installed onto microSD card.
Didn't do it for me....but Titanium Backup did get an update and you can now click move to SD card in Applications menu.
didnt auto install for either :/
SiL3nTKiLL said:
didnt auto install for either :/
Click to expand...
Click to collapse
You can set the flag to 0,1 or 2. I believe 0=Auto, 1=Internal and 2=External. Maybe your flag is set to 1 (internal).
It works for me. I have never installed world newspapers before on this phone, so that also eliminates the possibility of the phone "remembering" this setting. I checked and it automatically installed to sd.
There is also a possibility that the developers of the app can set them to automatically install to sd card... but unlikely, since all those apps on your list automatically went to the sd card, not just some of them.
depends on the installLocation attribute: http://developer.android.com/guide/topics/manifest/manifest-element.html#install
I downloaded world newspapers and it automatically went to SD card and I'm on FRF83 : )
The developer sets a flag in the app for Auto, Internal or External.
Most of them set it on Auto, so the phone automatically installs on the card if you have low space on the internal memory.
I remember having a newly downloaded app auto installing straight into SD, i was back on FRF72 back then i think. Dont remember app name though.
At least developers are using it properly.
What is not clear to me is how "auto" setting will be handled in this scenario: first few app2sd supporting apps with "auto" attribute are installed to the phone memory, then a bunch of non-apps2sd apps is installed and phone space becomes low. Will Froyo at this point move apps2sd automatically to SD card? Hopefully it will, but need to double check that.
sergey.povzner said:
What is not clear to me is how "auto" setting will be handled in this scenario: first few app2sd supporting apps with "auto" attribute are installed to the phone memory, then a bunch of non-apps2sd apps is installed and phone space becomes low. Will Froyo at this point move apps2sd automatically to SD card? Hopefully it will, but need to double check that.
Click to expand...
Click to collapse
Developers have two choices when they install the app:
Internal
External
If they choose internal, and there is room, they go internal. If there is no more room, they get installed on external.
If they choose external, they get installed on external.
I don't believe the OS will move your apps without you prompting it to do so.
From here:
internalOnly:
The application must be installed on the internal device storage only. If this is set, the application will never be installed on the external storage. If the internal storage is full, then the system will not install the application. This is also the default behavior if you do not define android:installLocation.
auto:
The application may be installed on the external storage, but the system will install the application on the internal storage by default. If the internal storage is full, then the system will install it on the external storage. Once installed, the user can move the application to either internal or external storage through the system settings.
preferExternal:
The application prefers to be installed on the external storage (SD card). There is no guarantee that the system will honor this request. The application might be installed on internal storage if the external media is unavailable or full, or if the application uses the forward-locking mechanism (not supported on external storage). Once installed, the user can move the application to either internal or external storage through the system settings.
So the issue arrises with this scenario:
1) install some apps2sd supporting apps with "auto" attribute to the the phone memory (cause that's the default). Phone memory is ok.
2) install a bunch of non-apps2sd apps.
3) phone memory low. Get a warning.
4) Now need to go and manually move apps2sd supporting apps to SD card.
Would be nice if OS would be doing that for you in step 4 since there's no easy way to know which apps can be moved to SD card without going through each app in the manage applications.
sergey.povzner said:
So the issue arrises with this scenario:
- install some apps2sd supporting apps with "auto" attribute to the the phone memory (cause that's the default). Phone memory is ok.
- install a bunch of non-apps2sd apps.
- phone memory low. Get a warning.
- Now need to go and manually move apps2sd supporting apps to SD card. Would be nice if OS would be doing that for you since there's no easy way to know which apps can be moved to SD card without going through each app in the manage applications.
Click to expand...
Click to collapse
That's right.
Apps2SD seems to be like a beta product. Besides a quick sign of which apps can be moved, the whole thing with the breaking widget is very annoying. What's the point of moving a big app to the card if it's going to break the widget...
But at least it works and saves us a lot of space while they make the whole thing better
Using Google Earth as a large app not supporting apps2sd in step 2, I just checked that all you get is a warning. OS will not move apps after installation is over.
vitorjna said:
But at least it works and saves us a lot of space while they make the whole thing better
Click to expand...
Click to collapse
I'm generally happy even with this "beta" apps2sd. I'm just surprised that Manage applications doesn't have a list or sort function to display only apps that can be moved to SD card.
vitorjna said:
What's the point of moving a big app to the card if it's going to break the widget...
Click to expand...
Click to collapse
Well there is no point, that's why you're not supposed to do it.
There are some large apps with widgets, such as Pandora, which would be nice to be able to move to SD, however I want to use the widget. I wonder how hard it would be for them to make the widget a separate app. That way you can move the large app core to SD, but keep the widget internal.
Also, I wonder if it would be possible for Android to do this automatically. The widget components in the package should be pretty easy to separate from the non-widget parts. Of course if this was done the widget would need to have some code to gracefully handle the cases where the SD part of the app are not available.

google play installing apps on sdcard by default

hi is any rom which can offer installing apps from google play by default to sdcard ???
my daughter installing lots of apps
Regards
blackangel82 said:
hi is any rom which can offer installing apps from google play by default to sdcard ???
my daughter installing lots of apps
Regards
Click to expand...
Click to collapse
I've seen where apps can be moved to the sd card but normally it's not by default. But as far as roms go some have things which are similar which have the ability to move to sd but samsung in general seems to be a bit weary on having them there by default
ShapesBlue said:
I've seen where apps can be moved to the sd card but normally it's not by default. But as far as roms go some have things which are similar which have the ability to move to sd but samsung in general seems to be a bit weary on having them there by default
Click to expand...
Click to collapse
I was see some movie on youtube how to swap memory sd as internal memory and internal memory as sd but this work with 4.1 :/
Regards
blackangel82 said:
I was see some movie on youtube how to swap memory sd as internal memory and internal memory as sd but this work with 4.1 :/
Regards
Click to expand...
Click to collapse
Some roms do include that option, I've found personally on my own tab 2 that the swap still somehow manages to not completely work like it should.

Apps on SD Card?

So I'm new to this whole SD card thing, I've only owned the s6, which obviously, didn't support expandable storage. So my question is - is it possible to move apps onto the SD card slot? I understand there might be a performance hit, but for a lot of apps, I can careless about the performance of the storage on it.
I saw there was a "move to sd card" option for applications on the galaxy s5 - will there be something similar here?
Nope, don't believe so. If it's anything like past devices though, app data can be saved to SD card. Camera can capture to SD, spotify can download tracks to SD, GPS navigation apps can download maps to SD, etc. Main app files will be on main 32GB memory
mikesnav said:
Nope, don't believe so. If it's anything like past devices though, app data can be saved to SD card. Camera can capture to SD, spotify can download tracks to SD, GPS navigation apps can download maps to SD, etc. Main app files will be on main 32GB memory
Click to expand...
Click to collapse
Thank you. That's good news all around. Now if only some games would store their data on the sd cards.
I currently move apps to my sd card on the Galaxy S5;, using a utility called "All in one toolbox". It allows me to move apps so they run off of my micro SD card. Does anyone know if this will work with the Galaxy S7 edge?
mikesnav said:
Nope, don't believe so. If it's anything like past devices though, app data can be saved to SD card. Camera can capture to SD, spotify can download tracks to SD, GPS navigation apps can download maps to SD, etc. Main app files will be on main 32GB memory
Click to expand...
Click to collapse
But, if it is anything like past devices, it could have an option to "move app to SD". Has the removal of this feature been confirmed yet? We all know Adoptable Storage is gone, but what about App to SD? Is it confirmed missing, or are we just speculating?
Running MM on my S5 and the Adoptable Storage works so well, I hope Samsung change the mined about this.
Dr. Fed said:
But, if it is anything like past devices, it could have an option to "move app to SD". Has the removal of this feature been confirmed yet? We all know Adoptable Storage is gone, but what about App to SD? Is it confirmed missing, or are we just speculating?
Click to expand...
Click to collapse
Pretty sure App2SD has been a mod / specific vendor addition since... a long time now. That hasn't been a part of Android for years. Removed in Jellybean maybe?
I don't know if Samsung has specifically written this in with the S7, sorry.
I'm pretty sure I heard one of the dudes who did a first impressions on it that an upcoming feature in marshmallow will allow to merge SD card storage with internal .... No idea how credible the dude is though
JoshuaFCB said:
I'm pretty sure I heard one of the dudes who did a first impressions on it that an upcoming feature in marshmallow will allow to merge SD card storage with internal .... No idea how credible the dude is though
Click to expand...
Click to collapse
That is a Marshmallow feature but Google has encouraged manufacturers to remove that feature. The LG G5 and the Samsung S7 phones do not have it.
David Ruddock from Android Police says.
"Google discourages using adoptable storage if:
Your SD card slot is in an area where it may be regularly ejected (i.e., the SIM slot) and/or your phone has "sufficient" internal storage already, which is probably these days 32GB or more. Adoptable storage is apparently intended as a feature for phones with very limited internal storage and for stationary, IoT types of devices.
LG has done the same, and does not have adoptable storage on the G5."
PDXMatt said:
That is a Marshmallow feature but Google has encouraged manufacturers to remove that feature. The LG G5 and the Samsung S7 phones do not have it.
David Ruddock from Android Police says.
"Google discourages using adoptable storage if:
Your SD card slot is in an area where it may be regularly ejected (i.e., the SIM slot) and/or your phone has "sufficient" internal storage already, which is probably these days 32GB or more. Adoptable storage is apparently intended as a feature for phones with very limited internal storage and for stationary, IoT types of devices.
LG has done the same, and does not have adoptable storage on the G5."
Click to expand...
Click to collapse
Is it something that be acquire through rooting?
I've got the option to move apps to SD straight out of the box. Go to the Apps, find the app, go to Storage. It's there. Not every app has it but lots do.
Apps on SD Cards Disappearing from Edge
I was able to move some downloaded apps to the SD card. Then I put a few on the Apps Edge. But I found that, if I reboot or power off/on, the apps (not just the icon, but the apps themselves) disappear from the Edge. Has anyone else seen this?
You can do it through adoptable storage:
https://youtu.be/H31UOrXJKH4
I got my S7 Edge yesterday & love it.
However I'm having trouble transferring apps to the SD card. In my case, I can successfully move the app via the Application | Change Storage Location option BUT when I look at the SD card in a file manager, it has only moved the folder structure & the app files remain in internal storage.
Anyone know what the hell is going on?
Cheers.
runwaypimp said:
I got my S7 Edge yesterday & love it.
However I'm having trouble transferring apps to the SD card. In my case, I can successfully move the app via the Application | Change Storage Location option BUT when I look at the SD card in a file manager, it has only moved the folder structure & the app files remain in internal storage.
Anyone know what the hell is going on?
Cheers.
Click to expand...
Click to collapse
I am having the exact same issue. Says it moves the apps, but the internal storage and SD card usages do not reflect this; the corresponding directories on the SD are size 0 and empty as well.
go to settings/aplication manager. find the app you want to see if it can go to SD and go to Storage. There you can see if there is Change button .
i mooved many apps to my SD but when i restart my phone i didnt had worked apps.
gpap2004 said:
go to settings/aplication manager. find the app you want to see if it can go to SD and go to Storage. There you can see if there is Change button .
i mooved many apps to my SD but when i restart my phone i didnt had worked apps.
Click to expand...
Click to collapse
Sorry but the only thing that happens is a folder is created on the SD to store the app. data. Nobodies apps are moving over to the SD card.

Give Read/Write access to SdCard storage for 3rd party apps ?

Why does it seem that with every iteration of Android, we have to revisit workarounds to get 3rd party apps the ability to read/write to external storage? What is the point of having up to 200GB of storage for only native apps to use? I'm not even talking about Adoptive Storage, which is an entirely other ridiculousness. A lot of the apps I use have been fortunately been updated to explicitly ask for permission from the OS, but is there a way to just tell Android to give it up to all apps? Particularly those apps that are slow/no to update?
-Thanks
P.S. I fully anticipate needing to revisit this nonsense with Android N
The big issue with adoptable storage and running apps from the SD card is speed. This is why Samsung and LG both left it out. If you use an SD card for adoptable storage the whole system will slow down. Then people complain of long startup times for apps. Not realizing that the issue isn't from Android or the phone but from the SD card. If you want to load apps to the SD card you can. But the trade off is slow load times for those apps.
arsmithsr said:
The big issue with adoptable storage and running apps from the SD card is speed. This is why Samsung and LG both left it out. If you use an SD card for adoptable storage the whole system will slow down. Then people complain of long startup times for apps. Not realizing that the issue isn't from Android or the phone but from the SD card. If you want to load apps to the SD card you can. But the trade off is slow load times for those apps.
Click to expand...
Click to collapse
Just speaking for myself, I bought the 64gig extreme and moved all apps that would let me including games. Now if I reboot it takes forever to load up everything. But once everything is loaded and it settles down, I only notice a extremely small lag. Barely noticeable. I think your card read/write has everything to do with it. My racing games play flawless.
Granted you know and can tell and you know you did it. Most wouldn't and then would complain of slow speeds. They would also throw a cheap card in there and then wonder why the phone was so slow. I can see why Manufacturers would not put that functionality in there. I work in IT and see these type of things all the time.
I can understand (and live with) the limitation for adoptable storage. However, I do not understand why 3rd party apps (most of them) cannot even write data to sd card while still installed in the internal memory? Be it editing/saving pictures, saving backups, etc. Some applications can workaround it by opening a dialog where you select the sd card and the app is granted a write access to the selected folder on the card. Bot most other apps cannot do that and then fail on writing data there (some of them fail even on reading)
Anyone knows why this stupid idea was implemented and how to work-around it?
Vitore1 said:
I can understand (and live with) the limitation for adoptable storage. However, I do not understand why 3rd party apps (most of them) cannot even write data to sd card while still installed in the internal memory? Be it editing/saving pictures, saving backups, etc. Some applications can workaround it by opening a dialog where you select the sd card and the app is granted a write access to the selected folder on the card. Bot most other apps cannot do that and then fail on writing data there (some of them fail even on reading)
Anyone knows why this stupid idea was implemented and how to work-around it?
Click to expand...
Click to collapse
I think I read that it was done for security reasons but it is really a PITA. No solution for that.
Vitore1 said:
I can understand (and live with) the limitation for adoptable storage. However, I do not understand why 3rd party apps (most of them) cannot even write data to sd card while still installed in the internal memory? Be it editing/saving pictures, saving backups, etc. Some applications can workaround it by opening a dialog where you select the sd card and the app is granted a write access to the selected folder on the card. Bot most other apps cannot do that and then fail on writing data there (some of them fail even on reading)
Anyone knows why this stupid idea was implemented and how to work-around it?
Click to expand...
Click to collapse
Security, only say around it is for the app developers to update their apps.
Sent from my SM-G935V using Tapatalk

Move App Data to SD Card?

Anyone had any luck moving whole apps over to their SD card. It's frustrating that for something like Asphalt 8, the data file is over 1Gb and can't be moved over to the SD card. I've tried Link2SD, TitaniumBackup doesn't seem to have the option anymore and I'm not keen on sacrificing performance/stability by going down the adoptoble storage route. Ideas?
Hi, I went with the adoptable storage option (found a tutorial somewhere to enable it via ADB console, partitioned my 64GB card 50%/50%) and it is working great, no real sacrifice neither in stability nor performance (in real use I note no difference whatsoever).
The only drawback is that the storage settings page cannot show the accurate free space anymore. Not a big deal for me.
Regards,
Sandro
sandro.bertini said:
Hi, I went with the adoptable storage option (found a tutorial somewhere to enable it via ADB console, partitioned my 64GB card 50%/50%) and it is working great, no real sacrifice neither in stability nor performance (in real use I note no difference whatsoever).
The only drawback is that the storage settings page cannot show the accurate free space anymore. Not a big deal for me.
Regards,
Sandro
Click to expand...
Click to collapse
Hmmm, interesting. I may give adoptable storage another look. Have you noticed any impact on the 'write' performance specifically?
I just I installed asphalt 8 and noticed that Data which is over 1.5gb stays on the internal memory card even after moving app to SD card. That is just so stupid. I thought something is wrong with either my card or the phone until I came across this thread.
What good is the SD card if the biggest part of the game can't be moved to it?

Categories

Resources