Workaround for Ext-SD - G3 General

My last phone had no internal SD, and no problems.. The G3 has an internal sd and I cannot write to External at all due to some sort of security feature -- even with root. In Xplore File Manager it has a workaround to transfer files to the Android/data folder, but I didn't realize and made a nandroid backup to Ext-SD in TWRP before trying my first rom and nothing was written and no error given, thus losing all my data (Luckily I made a stock backup and copied to PC for archive before any modding).
Is there a way to unlock this "feature" on the G3 or is my external sd basically useless? This was one of the main selling points vs the Nexus for me.. Really disappointed.

NFleck said:
My last phone had no internal SD, and no problems.. The G3 has an internal sd and I cannot write to External at all due to some sort of security feature -- even with root. In Xplore File Manager it has a workaround to transfer files to the Android/data folder, but I didn't realize and made a nandroid backup to Ext-SD in TWRP before trying my first rom and nothing was written and no error given, thus losing all my data (Luckily I made a stock backup and copied to PC for archive before any modding).
Is there a way to unlock this "feature" on the G3 or is my external sd basically useless? This was one of the main selling points vs the Nexus for me.. Really disappointed.
Click to expand...
Click to collapse
Use xposed framework module kitkat sd card full access
Sent from my LG-D855 using XDA Free mobile app

That's it? Amazing, thank you for the quick response and sorry for being to lazy to search.. Was at work and just popped into my head to ask.
Edit: are you using it on your g3? Some comments say it doesn't work on 4.4 and to use foldermount instead.. I know were still on 4.2 on the 852, but if ill need to switch again id rather use the most permanent fix available.
I'm going to try this regardless, just curious what everyone uses to work around this.. Also, what xplore app do you use to utilize this fix. Not seeing an "official" xplore app.
Its funny, on the main display card in phone dealers it says memory upgradable to 128gb.. I find it humorous that your average person would not be able to easily use it without being savvy with computer/phone tweaking.. Ran into a similar issue on my roommates xperia j, forcing me to try apps like app2sd which did not work well at all either -- very frustrating to say the least. I honestly fail to see the reasoning for the complexity here as you can easily have multiple storage mediums on a computer.. This "security feature" makes no sense to me. Lol
Edit: I need to rely more on google than asking redundant questions. For future reference, googling "xposed framework installer" yielded a result for the main XDA thread for it.. *facepalm*

Related

Vice versa... Swap Nandroid from Tablet A to B...

Is it possible to swap a nandroid from one Samsung Galaxy Tab 10.1 to another Samsung Galaxy Tab 10.1 (exactly the same tab) like swapping the nandroid from each tablet? In other words clone it...(do a Nandroid in one and restoring in the other) Thanks in advance.
Sent from my SAMSUNG-SGH-I997 using xda premium
yes, it possible
If I'm understanding your question correctly, it can be done and is very simple (to the poster above me: is it so hard to explain how to do something when someone is asking if it can be done instead of just saying yes? I see that on this site too often and I see it when I'm searching for the solution to a problem and come across threads discussing the problem that say SOLVED but the person doesn't explain how they solved it. Its ridiculous)
Anyway... Clockworkmod backups can be accessed with any file manager like ES File Explorer. On the SD card. The backups are saves in clockworkmod/backups/ and all you'd have to do is copy the folder that contains the backup you want to share to the tab you want to restore it in. Place the copied folder in the clockworkmod/backups/ then boot into recovery and restore it.
Sent from my Ice Cream Sandwiched-out Droid Incredible
If I'm understanding your question correctly, it can be done and is very simple (to the poster above me: is it so hard to explain how to do something when someone is asking if it can be done instead of just saying yes? I see that on this site too often and I see it when I'm searching for the solution to a problem and come across threads discussing the problem that say SOLVED but the person doesn't explain how they solved it. Its ridiculous)
Sent from my Ice Cream Sandwiched-out Droid Incredible
Click to expand...
Click to collapse
I don't see a "How" in the question. Then why should someone explain the entire procedure just for a confirmation question.
Also if he wants the procedure too, he can ask here again. Its no big deal
Thanks to both of you... I do know the process, done it many times, is just that I haven't tried it by restoring it on another phone or tablet in this case... Just wanted to be a 100% sure, lol that's all. So shake hands you both, and thank you both too! Take care guys...
Sent from my HTC HD2 using xda premium
Save them to your pc too. Ultimate safety measure. Saved me a few times.
On a related subject, would it be wise to copy or move Nandroid backups, (or Titanium backups), to a storage disk on a computer or USB drive? At nearly 1GB each, backups take up a lot of space on the SD card. If they can be safely stored somewhere else and copied back to the Tab's SD card, this would free up some prescious space on the SD card.
Is this a good plan or am I missing something?
Bob
I always keep at least the latest backup in the device, just in case I dont have my laptop close when I need it...
dsafety said:
On a related subject, would it be wise to copy or move Nandroid backups, (or Titanium backups), to a storage disk on a computer or USB drive? At nearly 1GB each, backups take up a lot of space on the SD card. If they can be safely stored somewhere else and copied back to the Tab's SD card, this would free up some prescious space on the SD card.
Is this a good plan or am I missing something?
Bob
Click to expand...
Click to collapse
Yes, it is always best to keep the cwm and titanium backups in your system. But I always keep only the latest copy of both the backups in tab as a security measure as mentioned above.

64GB Kernel Script Patch for Z1

Hey Guys,
I asked @kokotas to help me figure out a way to make a Patch to extend the Internal Memory as for me, due to the size of the high-end Applications and Games, is too limited 16GB, 11,70GB available only, on our Z1.
So my first Idea was to sacrifice 16Gb Internal Memory and use 64GB External SD Memory formatted in EXT4 where all the Data will be stored.
To do so we have to understand few thing and how is the structure of the Z1 Kernel is made and try to extract "ramdisk.cpio" where we can edit "init.rc" and change the line "/data mount"
As for the kernel "Autopsy" we used @krabappel2548 kernel build, I hope he is fine with that.
From what we know, the recovery is injected in the boot.img and this makes things more complicated.
Are all kernels built in this way? Even the stock ones?
Also, is there a specific rule in the way of naming the included ramdisks?
I attached a picture to make things more clear.
Any help will be appreciate.
eclyptos said:
Hey Guys,
I asked @kokotas to help me figure out a way to make a Patch to extend the Internal Memory as for me, due to the size of the high-end Applications and Games, is too limited 16GB, 11,70GB available only, on our Z1.
So my first Idea was to sacrifice 16Gb Internal Memory and use 64GB External SD Memory formatted in EXT4 where all the Data will be stored.
To do so we have to understand few thing and how is the structure of the Z1 Kernel is made and try to extract "ramdisk.cpio" where we can edit "init.rc" and change the line "/data mount"
As for the kernel "Autopsy" we used @krabappel2548 kernel build, I hope he is fine with that.
From what we know, the recovery is injected in the boot.img and this makes things more complicated.
Are all kernels built in this way? Even the stock ones?
Also, is there a specific rule in the way of naming the included ramdisks?
I attached a picture to make things more clear.
Any help will be appreciate.
Click to expand...
Click to collapse
1. Sony doesn't have a recovery partition in their phones hence developers add the recovery in the ramdisk. Also stock sony kernels doesn't have a recovery included by default only bootloader/flashmode.
2. You can't adjust the 16gb internal partition without diving deeply into the bootloader. The NAND partition profiles are hardcoded in the bootloader so modifying even just a little bit of info in the partition of the NAND would brick your device. The only way I could possibly suggest to try is hijacking the fstab and ramdisk to unmount the internal storage and mount the external storage on init. But if your issue is only about disk space I suggest you leave the internal storage and just symlink the obb folder instead of hijacking the whole internal storage. And BTW the disk IO of the internal storage is worlds apart compared to your microsd card no matter what class it is so it would be very unefficient if you use your microSD card as internal. IMHO reading the dalvik-cache 1 by 1 on startup would be pretty slow! Same goes for reading the byte code of an app once you open it.
Riyal said:
1. Sony doesn't have a recovery partition in their phones hence developers add the recovery in the ramdisk. Also stock sony kernels doesn't have a recovery included by default only bootloader/flashmode.
Click to expand...
Click to collapse
We know that. If there will be a Partition for recovery it will be much more easy and safe. That why we also used a Kernel with recovery implemented.
Riyal said:
2. You can't adjust the 16gb internal partition without diving deeply into the bootloader. The NAND partition profiles are hardcoded in the bootloader so modifying even just a little bit of info in the partition of the NAND would brick your device.
Click to expand...
Click to collapse
We trying and this is the risk of everybody who flashing a Custom Kernel.
Riyal said:
The only way I could possibly suggest to try is hijacking the fstab and ramdisk to unmount the internal storage and mount the external storage on init. But if your issue is only about disk space I suggest you leave the internal storage and just symlink the obb folder instead of hijacking the whole internal storage.
Click to expand...
Click to collapse
Maybe not the whole internal storage but implement the external SD with the internal?
Riyal said:
And BTW the disk IO of the internal storage is worlds apart compared to your microsd card no matter what class it is so it would be very unefficient if you use your microSD card as internal. IMHO reading the dalvik-cache 1 by 1 on startup would be pretty slow! Same goes for reading the byte code of an app once you open it.
Click to expand...
Click to collapse
I know the difference between Internal and External Storage. Yes the internal bandwidth is higher but like I said is worth the sacrifice, or try. Best solution will be System and Apk on Internal and link the SD to use there all Data. This is more efficient that a third Apps like Link2sd or kind of. BTW, I don't think it will be so slow but we have to try. The idea have to be made to improve what next.
So we need more Ideas, do you have any?
We know that. If there will be a Partition for recovery it will be much more easy and safe. That why we also used a Kernel with recovery implemented.
We trying and this is the risk of everybody who flashing a Custom Kernel.
A: This isn't about risk this is a fact. Once you successfully manage to alter the partition table of the built in NAND you're sure to get a hard brick from doing this.
Maybe not the whole internal storage but implement the external SD with the internal?
A: Implementing internal storage with external to support it is possible but limited. Like I said you could symlink the obb and Android folder to the external storage. That way you can allocate some of the storage space to data, dalvik etc. and the data files to the external SD which uses the most resources.
Hmm, changing the partition table has been successfully done on the xperia T
http://forum.xda-developers.com/showthread.php?t=2147997
I am not an expert here, but is this what you are talking about,
What benefit would this give a user?
Sent from my C6903 using xda app-developers app
gregbradley said:
I am not an expert here,
Click to expand...
Click to collapse
Me either, @kokotas is the Master here and all thanks should go to him for help me with this, actually the picture is of his work.
gregbradley said:
Hmm, changing the partition table has been successfully done on the xperia T
http://forum.xda-developers.com/showthread.php?t=2147997
Click to expand...
Click to collapse
We do not try to repartitioning the Sony Z1 internal memory to get a recovery bootable from different partition, which still a very good idea to develop for Z1. We try to mount the External SD instead of the Internal to expand the storage for the Z1, and here we need a patch. If kind of patch like that will really work, with some help, anyone just will format the SD in EXT4 and use what like he like, 32/64GB.
So we will be glad even to involve more "Programmers" to help us make it true.
So any way to let this work?
Jay794 said:
What benefit would this give a user?
Click to expand...
Click to collapse
Expand storage. You will be able to format a 64GB, micro SD in 2 Partitions and use 32GB by the System and 32GB like a normal SD, for example, and it will be managed by the system and not by Apps. So instead of 11,70GB you will have 30GB in System.
Surely this will just make accessing the SD card data really slow? Even with a class 10 running games off the SD card would be laggy as hell
Sent from my C6903 using xda app-developers app
Jay794 said:
Surely this will just make accessing the SD card data really slow? Even with a class 10 running games off the SD card would be laggy as hell
Click to expand...
Click to collapse
Thank you for your Opinion. Is not your problem.
Expert Request Please..
Can someone who know more than me just have a look on the attachment and answer few question, unanswered form post 1.
..for Z1
1) Are all kernels built in this way? Even the stock ones?
2) Also, is there a specific rule in the way of naming the included ramdisks?
3) Do all kernels use the sbin folder?
4) Is ramdisk.cpio the default name used in all kernels
Hey, I support the idea, I just don't see how useful it will be
Sent from my C6903 using xda app-developers app
gregbradley said:
Hmm, changing the partition table has been successfully done on the xperia T
http://forum.xda-developers.com/showthread.php?t=2147997
I am not an expert here, but is this what you are talking about,
Click to expand...
Click to collapse
Yes it is possible but not easy... I'm pretty sure the dev that made that had a hard time before he successfully got it. Also I'm pretty sure he has a JTAG box so in case his phone got hard bricked he can easily fix it again. Also IMHO that was already patched by sony on the latest s1boot so I'm sure it's alot harder than before.
Riyal said:
Yes it is possible but not easy... I'm pretty sure the dev that made that had a hard time before he successfully got it. Also I'm pretty sure he has a JTAG box so in case his phone got hard bricked he can easily fix it again. Also IMHO that was already patched by sony on the latest s1boot so I'm sure it's alot harder than before.
Click to expand...
Click to collapse
Yes, he did brick his Xperia T a few times, and the LK kernel was never really taken up because of the risks.
But it does show that it was possible to change the partition table.
As for on the xperia Z1, I don't know
gregbradley said:
Yes, he did brick his Xperia T a few times
Click to expand...
Click to collapse
I can do that.
Only problem with having the SD used all the time for system files is the risk of corruption and or a failed card.
Saying that I had it on the S3 and it worked brilliantly, was a relatively simple script which required init'd support from a custom kernel.
In all fairness, after using folder mount the worries i've had with my internal memory have gone, i'm always over 10GB of space with several really big games installed which would easily take over the whole internal memory.
dladz said:
Only problem with having the SD used all the time for system files is the risk of corruption and or a failed card.
Click to expand...
Click to collapse
Here you sound like Google.
dladz said:
Saying that I had it on the S3 and it worked brilliantly, was a relatively simple script which required init'd support from a custom kernel.
Click to expand...
Click to collapse
I had it on HD2 as well and never had any issues and I had full control of my device, this is what also we looking at, no restrictions and no storage limit on a high-end device. I will be glad to see 64GB recognized as my System Storage instead using Apps on Apps like the Mount Folder.
I play Most Wanted, of curse a bit slow, on mine HD2 so if we get this work we will have 40mb/s in writing and reading, instead of 70mb/s in internal, due to the limitation of the slot. I think even with a kind of transfare like that you will never see any slow down of the performance on your device.
Some Smart One will say now to me "Why then you don't go back to HTC". That's the point! Imagine have Z1 with such a Development and full control of you device.
At last it's a choice of the user if he want apply that patch or not, but I think if this will be possible many will be happy, but like I can see, we don't have much support due to the risk and any Developer will not take this in consideration, or maybe will, but apparently not now.
eclyptos said:
Here you sound like Google.
I had it on HD2 as well and never had any issues and I had full control of my device, this is what also we looking at, no restrictions and no storage limit on a high-end device. I will be glad to see 64GB recognized as my System Storage instead using Apps on Apps like the Mount Folder.
I play Most Wanted, of curse a bit slow, on mine HD2 so if we get this work we will have 40mb/s in writing and reading, instead of 70mb/s in internal, due to the limitation of the slot. I think even with a kind of transfare like that you will never see any slow down of the performance on your device.
Some Smart One will say now to me "Why then you don't go back to HTC". That's the point! Imagine have Z1 with such a Development and full control of you device.
At last it's a choice of the user if he want apply that patch or not, but I think if this will be possible many will be happy, but like I can see, we don't have much support due to the risk and any Developer will not take this in consideration, or maybe will, but apparently not now.
Click to expand...
Click to collapse
I actually probably will be going back to HTC after this phone. Doubt it'll be the M8, although i do like it, the camera is sup par though and i've come accustomed to a decent picture.
dladz said:
I actually probably will be going back to HTC after this phone. Doubt it'll be the M8, although i do like it, the camera is sup par though and i've come accustomed to a decent picture.
Click to expand...
Click to collapse
I know, I try to don't give up on it too but to much to deal with. The camera is good but I was disappointed anyway. So I was thinking about 64GB HTC One, or wait for the next release and I will finally be fine. For the moment I try to deal with Z1, I hope somewhere we will have 64GB system storage , this maybe will change my mind, everything is possible.
eclyptos said:
I know, I try to don't give up on it too but to much to deal with. The camera is good but I was disappointed anyway. So I was thinking about 64GB HTC One, or wait for the next release and I will finally be fine. For the moment I try to deal with Z1, I hope somewhere we will have 64GB system storage , this maybe will change my mind, everything is possible.
Click to expand...
Click to collapse
Have you used folder mount before? It really is a great app and i've not needed the larger internal storage since using it.

Do i use the MM feature and use my SD card as internal memory?

Hi All
I have a Samsung i9505 and just moved to Resurrection Remix 5.6.2 ROM using marshmallow and am having issues with writing to the SD card with 3rd party apps.
I have used the ES Explorer fix and mount R/W and enabled root explorer however my 3rd party app still shows as read only. The app is doggcatcher. Whats odd I found an article to sort this problem out for Titanium backup and that worked fine. Also my camera picture and whatsapp all get saved to the SD card without issue.
In the end I have told doggcatcher to use my internal memory but that is quickly filling up.
I am tempted as the phone as 16GB internal memory, whether I should backup my files and choose the options where I can turn my 64gb external SD card as part of my internal memory as I never take out my SD card so that option might work for me but the reviews I am hearing are more negative than positive. I did try it out and went back to the traditional approach but thinking that maybe I didnt give it enough time.
I used FolderMount which was great on LL and recently purchase Link2SD to move files to the SD card but my internal memory still fills up. Currently foldermount isnt compatible with MM, link2SD is but I am having a few issues with it crashing and dont find it as easily to use as foldermount.
Any advice would be appreciated on what others have done.
Thanks
I don't know about anything else, but from what I heard is:
If you format as internal, you will have to do the whole "setup your sd card" step every time you flash a rom. Which is garbage, unless you stay on the same rom for like ever.
Dirty flashing a rom might skip that setup, as you don't lose the data/settingd etc. Problem is, you can't always dirty flash. Especially when changing roms altogether. PC's might not be able to read it either even if it is in your phone.
This is just what I gathered over the time, nothing from personal experience.
Umm interesting well I normally backup my phone nightly using both TB and nandroid backup so restoring to a new ROM as long as it doesn't format the whole CSR I should be OK or does it when you install the new ROM in which case my backups are no good unless I save them to the cloud like Dropbox or google drive?
Sent from my GT-I9505 using Tapatalk
ranjb said:
Hi All
I have a Samsung i9505 and just moved to Resurrection Remix 5.6.2 ROM using marshmallow and am having issues with writing to the SD card with 3rd party apps.
I have used the ES Explorer fix and mount R/W and enabled root explorer however my 3rd party app still shows as read only. The app is doggcatcher. Whats odd I found an article to sort this problem out for Titanium backup and that worked fine. Also my camera picture and whatsapp all get saved to the SD card without issue.
In the end I have told doggcatcher to use my internal memory but that is quickly filling up.
I am tempted as the phone as 16GB internal memory, whether I should backup my files and choose the options where I can turn my 64gb external SD card as part of my internal memory as I never take out my SD card so that option might work for me but the reviews I am hearing are more negative than positive. I did try it out and went back to the traditional approach but thinking that maybe I didnt give it enough time.
I used FolderMount which was great on LL and recently purchase Link2SD to move files to the SD card but my internal memory still fills up. Currently foldermount isnt compatible with MM, link2SD is but I am having a few issues with it crashing and dont find it as easily to use as foldermount.
Any advice would be appreciated on what others have done.
Thanks
Click to expand...
Click to collapse
I've the Same problem!

Apps on SD Card

I loved Stock Android around when KitKat was out, but I came to hate it when Lollipop came out. I decided to get the Moto X and try out Marshmallow, but I'm already running into problems with/hating Google's (and Motorola's) oversimplified features.
Usually when I get a phone a put in an SD card so I can store some apps and data on there, as well as music, pictures, files, etc. that has been on the card for years. I pop in the SD card to the 16 gig phone ready to move Spotify and some other apps to the card, but then I run into that whole "format as internal storage. It says that formatting it will wipe the card (obviously), but it also says once I do I will only be able to use the SD card with this device, and when I asked a friend for help, she said I wouldn't be able to transfer data from the card anymore either.
I started searching everywhere on the internet for a workaround, but I can't find anything. Is there any workaround with this? I'm already rooted and on a ROM so I'm open to any suggestions. If not I'm just going to sell the phone or downgrade to lollipop.
Which version of twrp are you using ?
You need to make sure you have this version of twrp.
http://forum.xda-developers.com/showthread.php?t=3200520
Prior to this version, twrp was broke in regards to the new adaptable storage that came in Android M, then finally a few weeks ago, 3.0.0 came out, fixed that, and also a few other things. I can not use the combined/adaptable storage feature in Marshmallow like it was intended. To be honest, it was the major reason I got this phone and bought the 16gb version. Its all good now tho.
Sent from my XT1575 using Tapatalk
Sheetzie03 said:
Which version of twrp are you using ?
You need to make sure you have this version of twrp.
http://forum.xda-developers.com/showthread.php?t=3200520
Prior to this version, twrp was broke in regards to the new adaptable storage that came in Android M, then finally a few weeks ago, 3.0.0 came out, fixed that, and also a few other things. I can not use the combined/adaptable storage feature in Marshmallow like it was intended. To be honest, it was the major reason I got this phone and bought the 16gb version. Its all good now tho.
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
Yeah I have 3.0.0 installed on my phone, should I reinstall it or install 3.0.1?
coolwiththecool2 said:
Yeah I have 3.0.0 installed on my phone, should I reinstall it or install 3.0.1?
Click to expand...
Click to collapse
Can you explain what the problem is again? Starting with twrp 3.0 , adaptable storage should work as its suppose to.
And yeah I just seen 3.0.1 is out I'm thinking just flashing the .IMG will work, I used flashify
Sent from my XT1575 using Tapatalk
Sheetzie03 said:
Can you explain what the problem is again? Starting with twrp 3.0 , adaptable storage should work as its suppose to.
And yeah I just seen 3.0.1 is out I'm thinking just flashing the .IMG will work, I used flashify
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
The problem is Marshmallow wants me to format my SD card as internal storage just to store apps on it, and I am trying to find a way to store apps on there without formating it, as I've been doing with all previous Android versions.
I don't get why you wouldn't want to use the adaptable storage option. What's wrong with backing ur sd up to pc, format as internal(adaptable storage? , and then copy back from pc. If I'm missing something, my bad.
Otherwise,
Pretty sure there isn't way to do what you want on 6.0... But again, I don't know what you are actually losing out on other than having to back the card 1st, format, and copy back. A small hassle
Sent from my XT1575 using Tapatalk
Sheetzie03 said:
I don't get why you wouldn't want to use the adaptable storage option. What's wrong with backing ur sd up to pc, format as internal(adaptable storage? , and then copy back from pc. If I'm missing something, my bad.
Otherwise,
Pretty sure there isn't way to do what you want on 6.0... But again, I don't know what you are actually losing out on other than having to back the card 1st, format, and copy back. A small hassle
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
I don't want to use the adaptable storage because I will only be able to use the SD card with this phone and I won't be able to transfer data from it either.
This is a problem because I currently use the SD card between two phones, as a makeshift flash drive, and as storage for my DSLR so I can edit photos with my phone.
I went through this whole ordeal myself recently.
You can't have it both ways. I chose to format my card as portable storage so it will remain readable in any card reader. The draw back is apps can't be stored on it, nor most app data.
To work around this i'm making every app a system app. This will alleviate some of the burden of the internal storage. Some apps will just not work as system apps. I think swype is one example.
Some apps will require their .lib to be placed in the appropriate lib folder under system (lib or lib64 for 64bit binaries). Google maps and hangouts are two examples that come to mind. You'll know if you need this if the app crashes when starting.
The ideal solution is to have a phone with at least 32GB storage or more. This becomes a non issue then.
Yeah, Motorola removed the Move to SD card feature in favor of "the richer experience natively provided by Android."
I think you can use TWRP "Partition SD Card" to create 2 partitions on the SD, though... a FAT32 partition to share with your other devices and an EXT4 partition that you can use to store apps. You'll need an android app like Mounts2SD to copy apps to/from the external storage.
The other option is to downgrade to 5.1.1 or use a 6.0 ROM that still has the old Move to SD card feature. I'm not sure if there are any, though.
gpz1100 said:
I went through this whole ordeal myself recently.
You can't have it both ways. I chose to format my card as portable storage so it will remain readable in any card reader. The draw back is apps can't be stored on it, nor most app data.
To work around this i'm making every app a system app. This will alleviate some of the burden of the internal storage. Some apps will just not work as system apps. I think swype is one example.
Some apps will require their .lib to be placed in the appropriate lib folder under system (lib or lib64 for 64bit binaries). Google maps and hangouts are two examples that come to mind. You'll know if you need this if the app crashes when starting.
The ideal solution is to have a phone with at least 32GB storage or more. This becomes a non issue then.
Click to expand...
Click to collapse
To the op Sorry man, I didn't really know all this. But this post seems to explain it pretty well. Looks like you may have to sell or downgrade. That sucks.
As far as this specific post is concerned, I'm trying to follow my best. As you said, best would be to buy at least at 32gb well some, including me have already bought a 16gb, unfortunately. Personally, iv chose to use adaptable now that twrp 3.0 is out. When i Install apps, wherever they go is where they go. After seeing this thread, I'm thinking maybe there is way to do things a different way to save some space. I went ahead and went into apps and tried moving Spotify from internal to SD card. but after I did this, I noticed every time I close the app it signs me out lol wth... that's a problem. I didn't know why it was doing that. Is this an example of an app not being able to run correctly on the SD rather than internal? Also, i tried moving maps from internal to sd, seemed to be running fine, but shortly after, i noticed on a reboot, it somehow uninstsalls. Its gone as if i uninstalled it manually but i obv did not. Like what? How is this even possible. I wanted to give you a few examples of what i tried and what was happening. But I asked myself why am I even doing this, is it to save space? If it is, that's fine.
But yeah man, it seems you know more than me about this , that's safe to say. But based on what iv written here, can you give me some advice on things to do if I'm using the adaptable storage option. Should I be moving apps? Why? Which ones? Or just leave things as is? Again i have a 16gb model with a 32gb card running adaptable storage. If there are ways to save space by moving apps certain places I'm fine with that. I'd just like to get your opinion on what exactly I should be doing based on the model I have, size card, and running adaptable storage. Hey sorry too bother you about this. I had noticed you replied to the op of this topic and you know what you are talking about.
And to the op, sorry if iv hijacked your post man.
Peace
Sent from my XT1575 using Tapatalk
gpz1100 said:
<snip>
Click to expand...
Click to collapse
Yeah I should have gotten the 32gb version, although it's kind of my fault because I already had a negative opinion of post-kitkat stock Android yet I got the device anyways. Maybe I can resell the device on swappa and get a 32gb version instead of buying a new one, mainly because the only two phones of the 2015 generation I have interest in is the Moto X Pure and the One M9. Worst case scenario is settling for Samsung (as oneplus said, never settle)
To make matters worst, I temporarily moved all the data to my computer and formated the SD card as internal as a test, only to find out the two apps I put on there don't want to act properly because the SD card is too slow (which is why the feature shouldn't even be here in the first place).
divinemyth99 said:
<snip>
Click to expand...
Click to collapse
If I do do one of those options it would most likely be the second one because last time I messed with partitions on an SD card I, somehow, bricked the phone. I could look for a tutorial somewhere, but this phone's XDA forums is relatively quiet compared to other phones I've had (especially Android development).
@Sheetzie03, I can't help you with adoptable space as it's not something I have much experience with. It could be spotify relies on other components which are not accessible when on the sd.

Moving apps to SD in Marshmallow

So I finally made the leap from Lollipop to Marshmallow. Everything has been going fine for the most part, but I've hit a huge snag: moving apps to SD.
I use Titanium Backup to keep a full backup of my phone on the external SD card. I depend on this backup for two purposes:
1) it makes updating the ROM (like this time) a lot easier. I do a factory reset, get the base Android going, re-install Titanium Backup from the Play Store, point it to my backups on the external SD card, and then I'm good to restore (either full app+data if that's safe, or I first re-install the app from the Play Store then just restore the app's data using TB).
2) It saves my butt in the event of a phone hardware failure, which has happen several times over my many years as an Android user. I just buy a replacement phone, move the SD card over, and restore my apps/data in a similar manner as in #1.
I have a Galaxy S5 with 16GB of internal storage, which is certainly not enough so I depend on my 64GB external SD card greatly. Between keeping all my large media on the external SD, as well as moving what large apps to SD as I can, this has been fine. I use Bliss ROM.
So make the jump from Android 5 -> 6, and finally get to the point where I need to move some of the apps I've restored to SD... but can't find the option. I do some research, and now am in a panic. From what I can tell, you can only move apps to SD if you use the SD as adopted/internal storage, which means it gets re-formatted, encrypted, and can only be used with that phone. This eliminates the possibility of #1 & #2 above. To continue performing #1 & #2, I need to use the SD as "portable storage" (the way it is now), which apparently leaves no way to move apps to SD.
I am in a pickle now, and feel stuck. I'm hoping I'm missing another option. Help?
sremick said:
So I finally made the leap from Lollipop to Marshmallow. Everything has been going fine for the most part, but I've hit a huge snag: moving apps to SD.
I use Titanium Backup to keep a full backup of my phone on the external SD card. I depend on this backup for two purposes:
1) it makes updating the ROM (like this time) a lot easier. I do a factory reset, get the base Android going, re-install Titanium Backup from the Play Store, point it to my backups on the external SD card, and then I'm good to restore (either full app+data if that's safe, or I first re-install the app from the Play Store then just restore the app's data using TB).
2) It saves my butt in the event of a phone hardware failure, which has happen several times over my many years as an Android user. I just buy a replacement phone, move the SD card over, and restore my apps/data in a similar manner as in #1.
I have a Galaxy S5 with 16GB of internal storage, which is certainly not enough so I depend on my 64GB external SD card greatly. Between keeping all my large media on the external SD, as well as moving what large apps to SD as I can, this has been fine. I use Bliss ROM.
So make the jump from Android 5 -> 6, and finally get to the point where I need to move some of the apps I've restored to SD... but can't find the option. I do some research, and now am in a panic. From what I can tell, you can only move apps to SD if you use the SD as adopted/internal storage, which means it gets re-formatted, encrypted, and can only be used with that phone. This eliminates the possibility of #1 & #2 above. To continue performing #1 & #2, I need to use the SD as "portable storage" (the way it is now), which apparently leaves no way to move apps to SD.
I am in a pickle now, and feel stuck. I'm hoping I'm missing another option. Help?
Click to expand...
Click to collapse
From what I've read there is a method for app2sd to work with mm. I never had success with it though, and downgraded to ll.
ldeveraux said:
From what I've read there is a method for app2sd to work with mm. I never had success with it though, and downgraded to ll.
Click to expand...
Click to collapse
A method other than formatting the card as internal/adopted storage? Did the method involve setting up multiple partitions?
While I could set up a FAT32 partition just for TB, then adopt the rest, my backups aren't the only thing I've needed to access after popping out the SD card. For example, just being able to load media that way is quick and sometimes a life-saver. I've also used that as a way to get zip files on that I could then flash via recovery. I'm also not clear if you can "mount" adopted storage as USB while in recovery so it's visible to the computer as a USB mass-storage device while the phone is connected via USB cable (as you have been able to do normally up to this point).
sremick said:
A method other than formatting the card as internal/adopted storage? Did the method involve setting up multiple partitions?
While I could set up a FAT32 partition just for TB, then adopt the rest, my backups aren't the only thing I've needed to access after popping out the SD card. For example, just being able to load media that way is quick and sometimes a life-saver. I've also used that as a way to get zip files on that I could then flash via recovery. I'm also not clear if you can "mount" adopted storage as USB while in recovery so it's visible to the computer as a USB mass-storage device while the phone is connected via USB cable (as you have been able to do normally up to this point).
Click to expand...
Click to collapse
I'm not the app developer, I have no clue how/if it works. It didn't for me, but did for many others. Go to that thread and read up!
ldeveraux said:
I'm not the app developer, I have no clue how/if it works. It didn't for me, but did for many others. Go to that thread and read up!
Click to expand...
Click to collapse
Which app/thread are you referring to? Or are you talking about Bliss ROM itself? I didn't post in that thread, as this issue seems generically Marshmallow-related, and not specific to Bliss.
sremick said:
Which app/thread are you referring to? Or are you talking about Bliss ROM itself? I didn't post in that thread, as this issue seems generically Marshmallow-related, and not specific to Bliss.
Click to expand...
Click to collapse
It's a marshmallow problem, not Rom specific. In xda's app section there are threads for both link2sd (not working) and app2sd (works for some). Check those, I think that's where I saw the info.
Ok it wasn't easy but I think I've gotten my head wrapped around Apps2SD and have it working. I tried the free version, backed up my 64GB external SD, partitioned it with a 16GB f2fs partition (for moving/linking apps) and the remainder exfat (for using the way I've traditionally used it). Restored everything back to the exfat partition and fixed where BeyondPod and Titanium Backup were pointing to. Did a few test links and it seemed to be working although fumbling my way through was confusing at first as I didn't find a clear "how to". Ended up buying the Pro version of Apps2SD once I felt good that this was a workable solution.
I still get an error on boot about my SD being corrupt but I just need to search on that, I'm sure there's a simple fix somewhere.
sremick said:
Ok it wasn't easy but I think I've gotten my head wrapped around Apps2SD and have it working. I tried the free version, backed up my 64GB external SD, partitioned it with a 16GB f2fs partition (for moving/linking apps) and the remainder exfat (for using the way I've traditionally used it). Restored everything back to the exfat partition and fixed where BeyondPod and Titanium Backup were pointing to. Did a few test links and it seemed to be working although fumbling my way through was confusing at first as I didn't find a clear "how to". Ended up buying the Pro version of Apps2SD once I felt good that this was a workable solution.
I still get an error on boot about my SD being corrupt but I just need to search on that, I'm sure there's a simple fix somewhere.
Click to expand...
Click to collapse
I think the consensus was to use NotifyClean (Xposed module) to eliminate that message at boot. :good: Everything still working for you otherwise? I was thinking of upgrading now, and think this might work too:
http://blog.sam.liddicott.com/2016/02/android-6-semi-adopted-storage.html
sremick said:
Ok it wasn't easy but I think I've gotten my head wrapped around Apps2SD and have it working. I tried the free version, backed up my 64GB external SD, partitioned it with a 16GB f2fs partition (for moving/linking apps) and the remainder exfat (for using the way I've traditionally used it). Restored everything back to the exfat partition and fixed where BeyondPod and Titanium Backup were pointing to. Did a few test links and it seemed to be working although fumbling my way through was confusing at first as I didn't find a clear "how to". Ended up buying the Pro version of Apps2SD once I felt good that this was a workable solution.
I still get an error on boot about my SD being corrupt but I just need to search on that, I'm sure there's a simple fix somewhere.
Click to expand...
Click to collapse
Is f2fs and exfat supported by stock MM in Apps2SD? Got it formatted with fat32 and ext4.
ldeveraux said:
I think the consensus was to use NotifyClean (Xposed module) to eliminate that message at boot
Click to expand...
Click to collapse
Ugh. I do not want to have to use Xposed.
Everything still working for you otherwise?
Click to expand...
Click to collapse
Well it was working just great... then I rebooted. Apparently some trouble getting the 2nd partition (fsfs, where the apps are being moved to) to mount at boot. Trying to sort it out in this thread:
http://forum.xda-developers.com/android/apps-games/apps2sd-partition-sd-card-link-apps-to-t3122919
andacro said:
Is f2fs and exfat supported by stock MM in Apps2SD?
Click to expand...
Click to collapse
No idea, I never run stock.

Categories

Resources