[Q] HTC Explorer applications in SD card - Android Q&A, Help & Troubleshooting

Dear Masters,
Need your help again.
I am using the application LINK2SD for transferring my applications to SD card. But what I see is, there is some memory still used from the phone memory even after moving that application.
So, I want to know what can be the reason for that and is there any way to move that data part to SD card?
Please do guide because as per me this is not making any sense in rooting the device as still my phone memory gets low.
Hope that solution gets resolved as always.
Chin2.

Sadly Link2SD cannot link app data, and so internal memory will still be taken up by this. The only way around it is to install JaggyRom (or else install a custom kernel with ext2/3/4 support and a data2SD script, but JaggyRom would be simpler I think) and use it's app2SD functionality instead of Link2SD.
There are various ways to move app data to SD, but they all seem to require the second partition on your SD card to be an ext partition, rather than a FAT partition, and ext partitions are not supported by the stock kernel. I have yet to come across any app or script which will move app data to a FAT formatted 2nd SD card partition.

Thanks
SifJar,
Thanks for your reply, I have already got JaggyRom in my HTC explorer and also downloaded APP2SD from play store, will this suffice? Or I need to add any Kernel or anything like that?
And what about the partitioning of SD card? can you put some light on that as I am a newbie to Android.
Thanks once again.
Chin2.

If you have JaggyRom, you don't need any app from Play Store. It comes with A2SDGUI preinstalled and has an apps2SD script already configured. All you need to do is create a second partition on your SD card. You need to connect your SD card to a computer (via a card reader, NOT your phone), get a partition manager (e.g. MiniTool Partition Wizard) and shrink your current FAT32 partition. Then make a new partition (not sure which is the best format, I think ext4, but ext2 and ext3 should work too) and make sure you also make this partition primary. (So both partitions will be primary). You'll want to make this partition reasonably large. Mine is about 700MB and I use about 500MB roughly with about 85 apps installed.
Once this is done, put it in your phone and start it. Then use A2SDGUI to move apps to SD card (don't move system apps, I don't think it will allow you to anyway), and I think it should automatically move any new apps you install in the future.

chin2h said:
Dear Masters,
Need your help again.
I am using the application LINK2SD for transferring my applications to SD card. But what I see is, there is some memory still used from the phone memory even after moving that application.
So, I want to know what can be the reason for that and is there any way to move that data part to SD card?
Please do guide because as per me this is not making any sense in rooting the device as still my phone memory gets low.
Hope that solution gets resolved as always.
Chin2.
Click to expand...
Click to collapse
It is normal to have some kilobytes left there.I have a sensation and it always leaves some data on the phone and it isn't a lot.

The stock kernal can support ext2 partition so even without jaggyrom u can do it.

htcexplorergames.blogspot.com
All compatible HD games for explorer
This is my blog all the games are tested by me and working fine,If you want old games just post it here and I will add it both the apk and sd data with instruction

mohan1331 said:
The stock kernal can support ext2 partition so even without jaggyrom u can do it.
Click to expand...
Click to collapse
Are you sure? I have never seen that anywhere else, everywhere else says stock kernel only supports FAT32.

Low internal memory
I had Recently installed Jaggyrom for my explorer but having application problems.I had Already Created ext2 partion and Fat32 both are primary.I have also Enabled app2sd on sd card but application still consumes my Internal memory.Please Help me out !

Hahahaha ! If you are clever enough so try modifying apk of sims freeplay for explorer !
Regards !
%%%SAY NO TO RACISM%%%

chin2h said:
Dear Masters,
Need your help again.
I am using the application LINK2SD for transferring my applications to SD card. But what I see is, there is some memory still used from the phone memory even after moving that application.
So, I want to know what can be the reason for that and is there any way to move that data part to SD card?
Please do guide because as per me this is not making any sense in rooting the device as still my phone memory gets low.
Hope that solution gets resolved as always.
Chin2.
Click to expand...
Click to collapse
Follow this guide
http://androidgamingcentre.blogspot.com/2013/01/trick-how-to-increase-internal-memory.html?m=1
Sent from my HTC Explorer A310e

Have you made ext-2 partition on your sd card ?

Related

Something about partitioning of sd card?

Hey guys! I found some videos on YouTube and learned something about partitioning of the sdcard.And I believe that we need to choose some ext. partition of 128,256 or 512mb and do some swapping things.Will that actually increase the internal space on our phone? Can someone show me a thread regarding this or give me a detailed explanation??? Thanks!
Some ROMs have this feature implemented. (Void, megatron, etc) Nothing new...
Sent from my LG-P500 using XDA App
So will it increase internal storage space???
It doesn't increase it. The apps will install on sd card and you will have more free space on internal storage.
Sent from my LG-P500 using XDA App
Is it the same as Apps2sd?
Yes. App2sd needs that ext partition. Otherwise the phone simply uses the entire memory card with FAT filesystem.
masteryx said:
Yes. App2sd needs that ext partition. Otherwise the phone simply uses the entire memory card with FAT filesystem.
Click to expand...
Click to collapse
Do you mean the original 2GB SD has ext partition? I think there is only one partition although I can use apps-to-sd in my P500. What is the real benefit by using more than one partition?
Yeah I would like to know that too!
rikux said:
Do you mean the original 2GB SD has ext partition? I think there is only one partition although I can use apps-to-sd in my P500. What is the real benefit by using more than one partition?
Click to expand...
Click to collapse
No, rikux, the original card only has FAT partition.
EXT type partition should be created only if you plan to use app2sd with a custom ROM.
In case things are not clear, App2SD is a feature that moves installed applications onto the memory card. There are two ways of using it:
1. Simple install of the app from the market. Now you got yourself a nice little batch mover from internal memory to the card. It can not move apps installed as services and widgets. You could move the apps yourself, but you can only do it one by one - so there's where Apps2SD comes in handy because it lets you do it all at once. All clear so far, OK?
2. A more sophisticated use of this feature, actually called "a2sd" and used in the custom ROMs. What it does is tricking the phone into believing it has more internal memory available. But all this extra space must come from somewhere, right? Thus, this space it's taken from the memory card under the appearance of an EXT partition. Why EXT, I don't know - probably in order not to confuse the phone with two FAT partitions. Now, when you install an application, the app goes to the internal memory but physically it's hosted on the SD card... get it? No more "moving to SD card" necessary, because now if you choose to MOVE an app from the "internal memory" to the "SD card", what you're actually doing is moving it from the EXT partition to the FAT partition. Moreover, now even service apps and widgets go to the SD card, and everything happens automatically.
rikux, you're falling in the first case above.
AsherChua, what you've seen on Youtube fits in the second case above.
I really hope you understand now the differences, and the utility.
Masteryx thanks very much for the good explanation.
As I am not going to use any custom ROM, the Froyo 2.2 inbuild capability to install2SD one by one is enough for me. So it seems like I don't need any more partitions.
The question still remains, are these "App2SD" and "a2SD" somehow more efficient than the standart Froyo apps2sd, which cannot install all apps to sd and if it can then only a part of app is in sd. I assume methode 1. and 2. can install all apps to sd.
Still one question as my 2GB original SD is quite full allready. Is it OK to copy all from the original SD to a bigger SD with PC card reader? Can the new SD be formatted in PC and is FAT32 OK?
Method 1 can install on the card only the apps that Froyo allows, not all of them. Method 2 installs all of them on the card.
About the new card: yes, it will work just fine. Just make sure you copy everything, including the hidden files and folders.
I suggest formatting the new card in the phone. Let it "decide" what kind of FAT system should be used. I know that FAT32 is a bit more reliable, but the phone manual clearly states that the card should use FAT16 (aka FAT) file system. I'm pretty sure both will work exactly the same, so do as you please.
Thanks masteryx for the brilliant answer! One question though,I'm using megatron and it has apps2sd 'preinstalled' in that rom. So can I say that I have case 2 enabled too?
AsherChua said:
Thanks masteryx for the brilliant answer! One question though,I'm using megatron and it has apps2sd 'preinstalled' in that rom. So can I say that I have case 2 enabled too?
Click to expand...
Click to collapse
Yes, you do.
Right thanks!

[Q] Internal Memory Full - any suggestions?

Hi!
After installing and playing around with some Roms, I found out, that
the internal memory is full.
I have found several informations about handling the internal memory thing - but I don't know which one is the right answer for Legend.
I used app2sd to install/move all apps to SD Card, but the internal memory still gets full.
Then I found a post in which one says that it's needed to make a ext partition on the SD Card to make it work right.
Can anybody tell me, what is the best way of getting more internal space?
I use the [ROM][RC3][24.07.2011] Gingerbread 2.3.3 with HTC Sense 2.1 - which works perfect - only the memory is strange.
I also made WIPE and Factory Reset before flashing this Rom.
Thank you!
AD
ad2003 said:
Hi!
After installing and playing around with some Roms, I found out, that
the internal memory is full.
I have found several informations about handling the internal memory thing - but I don't know which one is the right answer for Legend.
I used app2sd to install/move all apps to SD Card, but the internal memory still gets full.
Then I found a post in which one says that it's needed to make a ext partition on the SD Card to make it work right.
Can anybody tell me, what is the best way of getting more internal space?
I use the [ROM][RC3][24.07.2011] Gingerbread 2.3.3 with HTC Sense 2.1 - which works perfect - only the memory is strange.
I also made WIPE and Factory Reset before flashing this Rom.
Thank you!
AD
Click to expand...
Click to collapse
best you can use apps2ext by darktremor, i have also used it on this rom and it works
some quick instructions;
-backup your sd card manually in windows/mac/linux, because making an ext partition on your sd card will delete all your files on sd card
-use clockworkmod 3 to partition your sd card, you can chose different sizes (i use 250mb and its enough) and you need only an ext partition ,cwm3 can be found here
-restore your files back on the sd card (previously backuped)
-flash darktremor (link above)
-restart phone
that sould be it
Thank you, workes fine. Should I IDE LOW Memory option?
Sent from my HTC Legend using XDA App
Hitmax117 said:
best you can use apps2ext by darktremor, i have also used it on this rom and it works
some quick instructions;
-backup your sd card manually in windows/mac/linux, because making an ext partition on your sd card will delete all your files on sd card
-use clockworkmod 3 to partition your sd card, you can chose different sizes (i use 250mb and its enough) and you need only an ext partition ,cwm3 can be found here
-restore your files back on the sd card (previously backuped)
-flash darktremor (link above)
-restart phone
that sould be it
Click to expand...
Click to collapse
I have flashed DarkTremor. But how exactly do I know if it is working? I converted my SD Card from ext2 to ext3 and I still can't move applications over. My internal storage space is still less than 20MB. Can anybody offer any assistance please?
Thanks
Mafuzzer said:
I have flashed DarkTremor. But how exactly do I know if it is working? I converted my SD Card from ext2 to ext3 and I still can't move applications over. My internal storage space is still less than 20MB. Can anybody offer any assistance please?
Thanks
Click to expand...
Click to collapse
theres an app on the market which controles darktremor's script, just search for "darktremor" on the market its free, and see what is using your internal memory and if darktremor is even working
remember, your cache is still on internal memory and your text messages etc are to
Blayo's kernel has data 2 ext support so you can run a ext partion as your internal memory. I would suggest a class 10 for it though
Sent from my Legend using XDA Premium App
50-3 said:
Blayo's kernel has data 2 ext support so you can run a ext partion as your internal memory. I would suggest a class 10 for it though
Sent from my Legend using XDA Premium App
Click to expand...
Click to collapse
out of my experience and the words of TheGrammarFreak (who made the data2ext script for cyanogenmod), data2ext is faster in benchmarks but slow in real use
and a class 4 sd is the best (words of TheGrammarFreak)
so out of my experience don't use data2ext but use apps2ext

[Q] Internal memory usage increases even after linking app to sd through Link2SD

Hi,
I have a rooted/Jailbreaked Samsung Galaxy Ace S5830i in which I have literally linked all my installed apps to SD. The available internal memory became around 130 MB now. While I install Skype & Instagram, even after linking these apps to SD card, the size of the internal memory decreased and the available free IM is 112 MB. I checked the SDcard EXT2 folder through RootExplorer and all linked apps are present there. But while I check the Root directory- Data/app, I see the same app present there.
Now can anyone please explain, why on earth these apps are present in two locations? Is that the reason my internal space is utilized and reduced?
Every time I install a new app, Link2sd automatically link the apk to SD card. But at the same time, my internal memory is reduced. Am I missing something here ?
Please Help !!
What you did was just linking them, but not moving entire app to your sdcard. I couldn't give you further explanation due to lack of android knowledge. Actually you can move your entire app to sdcard with link2sd but I find some of them unstable after moving.
Sent from my GT-S5830i using xda app-developers app
Applications' data isn't linked, that's what taking up space.
You can move all the apps to micro SD using link2SD that'll increase your internal memory, but you can't create any link of apps to SD which are already installed in SD card. If you do, the apps will automatically be moved to internal & then they'll link to SD. In that case some apps takes more internal memory. Maybe that's what causing your problem.
So, I'll suggest you to move the apps to SD card one by one & if one can't be moved then link it to SD card, disable auto link to SD & select install location to SD card.
*Edited*
Vía xÐÆ Øffícíal™
mydrandroid said:
You can move all the apps to micro SD using link2SD that'll increase your internal memory, but you can't create any link of apps to SD which are already installed in SD card. If you do, the apps will automatically be moved to internal. Maybe that's what causing your problem.
So, I'll suggest you to move the apps to SD card one by one & if one can't be moved then link it to SD card, disable auto link to SD & select install location to SD card.
Vía xÐÆ Øffícíal™
Click to expand...
Click to collapse
That's wrong, they're moved to internal storage then linked automatically.
The storage info might take a while to update, though.
GermainZ said:
That's wrong, they're moved to internal storage then linked automatically.
The storage info might take a while to update, though.
Click to expand...
Click to collapse
What's wrong ?? After apps are moved to Internal, yeah then they do get linked to SD. Sorry I didn't mention that
But I didn't say anything wrong, did I ??
Vía xÐÆ Øffíçíal™
Thank you all for the help. Im trying to make the default installation location as SD card.Then move all app to SD. Hope that will increase the internal memory.Isn't it ?
Sent from my GT-S5830i using xda app-developers app
Not Helping !
mydrandroid said:
You can move all the apps to micro SD using link2SD that'll increase your internal memory, but you can't create any link of apps to SD which are already installed in SD card. If you do, the apps will automatically be moved to internal & then they'll link to SD. In that case it takes more internal memory. Maybe that's what causing your problem.
So, I'll suggest you to move the apps to SD card one by one & if one can't be moved then link it to SD card, disable auto link to SD & select install location to SD card.
*Edited*
Vía xÐÆ Øffícíal™
Click to expand...
Click to collapse
I did a factory reset, installed Link2sd to check available memory. It showed IM used as 30 MB. I moved Google Play to SD card, IM now used is 20 MB.
So, as u said, I installed new app to SD by default. Simultaneously, my IM is also reduced. By the time I installed almost all my required apps to SD, IM used became near to 50 MB.
I am totally confused. Is Link2SD meant for this ?
guys u r wrong!
just link the app you want, doesn't matter if its installed in internal or in the SD card,
if you find that the free internal space decreased instead of increasing (and that happens a lot with Link2SD), just reboot your phone, and you will find that it have been fixed.
-dun forget to press tnx if I helped -
Even if you move the apps 2 sd some of the apps data will stay on internal & that will decrees your internal slowly.
Ok... Let me give you guys some practical example ( try them on your devices )
1. UC browser :
» linked 2 sd - takes 10.08 mb of internal
» moved 2 sd - takes 4.19 mb of internal
2. XDA Official app :
» linked 2 sd - 4.70 mb of internal
» moved 2 sd - 1.57mb of internal
Vía xÐÆ Øffíçíal™
Finally !!
mydrandroid said:
Even if you move the apps 2 sd some of the apps data will stay on internal & that will decrees your internal slowly.
Ok... Let me give you guys some practical example ( try them on your devices )
1. UC browser :
» linked 2 sd - takes 10.08 mb of internal
» moved 2 sd - takes 4.19 mb of internal
2. XDA Official app :
» linked 2 sd - 4.70 mb of internal
» moved 2 sd - 1.57mb of internal
Vía xÐÆ Øffíçíal™
Click to expand...
Click to collapse
Finally, I linked all my apks' to SD and now, I got 150 MB IM free. It is reducing slowly when I use Instagram n Skype. Once I close those, I manually go to Link2sd and clear the cache. It brings back the free IM.
Somehow, it is fixed, atleast for now. My phone now runs smooth...
Gracias !!
mydrandroid said:
What's wrong ?? After apps are moved to Internal, yeah then they do get linked to SD. Sorry I didn't mention that
But I didn't say anything wrong, did I ??
Vía xÐÆ Øffíçíal™
Click to expand...
Click to collapse
Here's what you originally said:
mydrandroid said:
You can move all the apps to micro SD using link2SD that'll increase your internal memory, but you can't create any link of apps to SD which are already installed in SD card. If you do, the apps will automatically be moved to internal. Maybe that's what causing your problem.
So, I'll suggest you to move the apps to SD card one by one & if one can't be moved then link it to SD card, disable auto link to SD & select install location to SD card.
Vía xÐÆ Øffícíal™
Click to expand...
Click to collapse
The parts in bold, as well as your suggestions, make it sound like you didn't even mean that, not just didn't mention it.
Arus Chandran said:
Finally, I linked all my apks' to SD and now, I got 150 MB IM free. It is reducing slowly when I use Instagram n Skype. Once I close those, I manually go to Link2sd and clear the cache. It brings back the free IM.
Somehow, it is fixed, atleast for now. My phone now runs smooth...
Gracias !!
Click to expand...
Click to collapse
Congratulations
The cache is usually cleared when needed tho, so you don't have to keep doing that. If it's not, there are many apps that take care of automatically clearing the cache every now and then. Otherwise you could write a little script and have it run at startup.
Gracias !
GermainZ said:
Here's what you originally said:
The parts in bold, as well as your suggestions, make it sound like you didn't even mean that, not just didn't mention it.
Congratulations
The cache is usually cleared when needed tho, so you don't have to keep doing that. If it's not, there are many apps that take care of automatically clearing the cache every now and then. Otherwise you could write a little script and have it run at startup.
Click to expand...
Click to collapse
Thank You Very Much for the support !!!
increase your internal memory
flash a kernel with init.d support, partition sd, install a2sd choose partition n enjoy your new space, stop suffering!:good:
err, im confused
Hi there, I am in a problem, please help !
I use a samsung galaxy ace s5830i phone, and I have recently rooted it. I had no idea what a root is though. I did it to increase my phone's memory for installing apps which my phone has a very low internal memory. After I rooted the phone, I installed link2sd app as one of my friend suggested me to. . So, after this I opened the app and tried moving the apps to the sd card, yes it moves them, not a big deal, I thought but I went back to check the phone's free internal memory, it still is the same, and the link2sd says I need a second partition to link the app to sd card, what is this? I have no idea how to make a partition of sd. And I still have a question, even if I did partition, will it free my internal memory?
agleetizer said:
Hi there, I am in a problem, please help !
I use a samsung galaxy ace s5830i phone, and I have recently rooted it. I had no idea what a root is though. I did it to increase my phone's memory for installing apps which my phone has a very low internal memory. After I rooted the phone, I installed link2sd app as one of my friend suggested me to. . So, after this I opened the app and tried moving the apps to the sd card, yes it moves them, not a big deal, I thought but I went back to check the phone's free internal memory, it still is the same, and the link2sd says I need a second partition to link the app to sd card, what is this? I have no idea how to make a partition of sd. And I still have a question, even if I did partition, will it free my internal memory?
Click to expand...
Click to collapse
Here is the guide on how to setup Link2SD,
[Guide] partition and link2sd [pictures included for each step]
With Link2SD, you can link the app and its data to ext partition of the SD Card. You will still have few link on the internal memory which takes up some space but the rest is moved to ext partition of SD Card. While using Link2SD, if you want to check your storage, just use Link2SD>Storage Info. If you go to Settings> Storage of your phone, it will just show you the usual memory. Hope I Helped
agleetizer said:
Hi there, I am in a problem, please help !
I use a samsung galaxy ace s5830i phone, and I have recently rooted it. I had no idea what a root is though. I did it to increase my phone's memory for installing apps which my phone has a very low internal memory. After I rooted the phone, I installed link2sd app as one of my friend suggested me to. . So, after this I opened the app and tried moving the apps to the sd card, yes it moves them, not a big deal, I thought but I went back to check the phone's free internal memory, it still is the same, and the link2sd says I need a second partition to link the app to sd card, what is this? I have no idea how to make a partition of sd. And I still have a question, even if I did partition, will it free my internal memory?
Click to expand...
Click to collapse
Go to cwm recovery and make second partition and use link to sd plus app for link apps..link to sd plus is linking data also
Sent from my GT-S5830i using Tapatalk 2
Hi, I am using a rooted Samsung Galaxy Ace S5830i with Jellyblast Rom. I have linked all my apps to sd card after moving them to the 2nd partition of my sd card as well.
I also linked the application data, expecting to free up my internal storage.
This significantly reduced the memory usage, but not completely.
For example, my whatsapp earlier consuming 30mb now consumes only 10 mb of internal.
But why that 10 also, when it should not be using up any of the internal storags? What's wrong here?
Just Simple!!!
jasliau said:
What you did was just linking them, but not moving entire app to your sdcard. I couldn't give you further explanation due to lack of android knowledge. Actually you can move your entire app to sdcard with link2sd but I find some of them unstable after moving.
Sent from my GT-S5830i using xda app-developers app
Click to expand...
Click to collapse
Just simply boot to recovery mode. And wipe cache partition..
And reboot ur device.
Note: Dont wipe dalvik cache partion since it will resets all the application that are installed.
And its only for rooted phones
Battery problem
Guyz when im linking apps to sd card my battery is draining.Keeps my phone awake.When not linking and turn normal it's fine.Do u guyz know why? Thanks btw.

[Q] Link2SD for moving apps to microSD card?

I have been using Link2SD to move apps to the external microSD card. But not many apps and I still hit the internal memory limit. Then I discovered that Link2SD can effectively increase the internal memory if I created a second partition on my microSD card and let the Link2SD use that partition as a virtual extension of internal memory. So I created two partitions on my microSD card.
The problem is that my phone (rooted, 4.4.2 stock ROM) refuses to recognize this arrangement and complains that the SD card is damaged. When I let the phone's default app format the first partition, it removes the second one and formats the whole card as partition.
Anyone has a solution or suggestion for me? Thanks,
szaim said:
I have been using Link2SD to move apps to the external microSD card. But not many apps and I still hit the internal memory limit. Then I discovered that Link2SD can effectively increase the internal memory if I created a second partition on my microSD card and let the Link2SD use that partition as a virtual extension of internal memory. So I created two partitions on my microSD card.
The problem is that my phone (rooted, 4.4.2 stock ROM) refuses to recognize this arrangement and complains that the SD card is damaged. When I let the phone's default app format the first partition, it removes the second one and formats the whole card as partition.
Anyone has a solution or suggestion for me? Thanks,
Click to expand...
Click to collapse
Download sdcard fix from play store run it. If you're trying to move big files use foldemount
RealityFails said:
Download sdcard fix from play store run it. If you're trying to move big files use foldemount
Click to expand...
Click to collapse
Could you please explain with a bit more detail? I have checked the Play Store, there are several apps called "sdcard fix" or similar, but they all say they solve the microSD write problem with KitKat. My problem is that when I create the 2nd partition on my SD card, the phone does not even recognize the first partition. Link2SD recognizes the 2nd partition, but it does not recognize the first partition either.
I have checked foldermount, and it seems to do the same thing as Link2SD but it looks like a lot of manual work, identifying folders and creating symbolic links on the SD card.
szaim said:
Could you please explain with a bit more detail? I have checked the Play Store, there are several apps called "sdcard fix" or similar, but they all say they solve the microSD write problem with KitKat. My problem is that when I create the 2nd partition on my SD card, the phone does not even recognize the first partition. Link2SD recognizes the 2nd partition, but it does not recognize the first partition either.
I have checked foldermount, and it seems to do the same thing as Link2SD but it looks like a lot of manual work, identifying folders and creating symbolic links on the SD card.
Click to expand...
Click to collapse
No folder Mount does it automatically it moves file to SD card and tricks the system. Its fairly simple.
Use app analyzer and click yes to everything. Seems to me you're putting too much thought into this.
1st partition must be fat32 and 2nd partition ext2, both partitions set as primary.
But as sugested, download a sdcardfix from playstore (makes external writeable again), download foldermount paid version, a lot easier.

[cm13] [marshmallow] insufficient storage

hi!
i have a problem with insufficient internal storage. i use a 64GB micro sd-xc card and have until recently used it as portable storage. but the phone's internal storage was not enough for all my apps and their data so i decided to format the sd as internal, which should allow you to move your apps there.
but as i discovered, only very few third party apps can be moved to sd, stuff like play music, drive, sheets, slides, etc. can not be moved. this puts me in an awful position because i use drive and play music a lot, and every kB of stuff i want to keep available offline gets stored in the small internal storage, so in the end i have no space left on the phone, and an almost empty useless sd.
using it as portable doesn't allow any apps to be migrated to the sd either, so i'm stuck with only 4GB of space. apps like link2sd and apps2sd don't work with marshmallow.
does anyone know how to move google apps or app data to the sd on marshmallow?? i don't want to go back to lollipop due to this...
OR, has anyone found out how i could partition the sd card in a way that a part would be formatted as internal and part as external storage? (all my attempts ended with the phone formatting the whole sd as internal)
bombaglad said:
hi!
i have a problem with insufficient internal storage. i use a 64GB micro sd-xc card and have until recently used it as portable storage. but the phone's internal storage was not enough for all my apps and their data so i decided to format the sd as internal, which should allow you to move your apps there.
but as i discovered, only very few third party apps can be moved to sd, stuff like play music, drive, sheets, slides, etc. can not be moved. this puts me in an awful position because i use drive and play music a lot, and every kB of stuff i want to keep available offline gets stored in the small internal storage, so in the end i have no space left on the phone, and an almost empty useless sd.
using it as portable doesn't allow any apps to be migrated to the sd either, so i'm stuck with only 4GB of space. apps like link2sd and apps2sd don't work with marshmallow.
does anyone know how to move google apps or app data to the sd on marshmallow?? i don't want to go back to lollipop due to this...
OR, has anyone found out how i could partition the sd card in a way that a part would be formatted as internal and part as external storage? (all my attempts ended with the phone formatting the whole sd as internal)
Click to expand...
Click to collapse
Hi @bombaglad
I use Cyanogenmod 13 too. You have mentioned apps2sd do not work, but I use it and it works fine for me. Try to give it another go, and make sure you correctly partition your sd-card.
mobiusm said:
Hi @bombaglad
I use Cyanogenmod 13 too. You have mentioned apps2sd do not work, but I use it and it works fine for me. Try to give it another go, and make sure you correctly partition your sd-card.
View attachment 3686851
Click to expand...
Click to collapse
wow! thanks for your reply. i have played around with it a lot and i couldn't get it working, i also found other forums with people who had problems with this.. so please, could you explain to me the steps you took to get it working? like, what format was the sd card first, which app you used to partition it and what format was the partition? that would really help me out
bombaglad said:
wow! thanks for your reply. i have played around with it a lot and i couldn't get it working, i also found other forums with people who had problems with this.. so please, could you explain to me the steps you took to get it working? like, what format was the sd card first, which app you used to partition it and what format was the partition? that would really help me out
Click to expand...
Click to collapse
I use MiniTool Partition Wizard to partition my sd-card. I connect it to a converter for usb and then connect it to my computer. In the partition wizard, I partition most of it to primary FAT32. Then the rest I partition to ext4, also primary. You decide on how much to allocate to each partition. I find using about 6 GB for the second partition will be the most I ever need.
After the sd-card is partitioned, I insert it back to my phone. When cm13 asks you to decide what to do with the sd cards, tell it the first partition is external, but don't do anything for the second one.
Then download apps2sd. go to settings and set "mmcblk1p2" for "Use custom dev block". Also check "Use public vold". Those are my settings. Then you can try and go to the "Link apps to sd card" section and continue from there. I really hope for you this works!
If id doesn't you can try to do the whole process but this time also tell Cyanogenmod the second partition is external.....
Let me know!
mobiusm said:
I use MiniTool Partition Wizard to partition my sd-card. I connect it to a converter for usb and then connect it to my computer. In the partition wizard, I partition most of it to primary FAT32. Then the rest I partition to ext4, also primary. You decide on how much to allocate to each partition. I find using about 6 GB for the second partition will be the most I ever need.
After the sd-card is partitioned, I insert it back to my phone. When cm13 asks you to decide what to do with the sd cards, tell it the first partition is external, but don't do anything for the second one.
Then download apps2sd. go to settings and set "mmcblk1p2" for "Use custom dev block". Also check "Use public vold". Those are my settings. Then you can try and go to the "Link apps to sd card" section and continue from there. I really hope for you this works!
If id doesn't you can try to do the whole process but this time also tell Cyanogenmod the second partition is external.....
Let me know!
Click to expand...
Click to collapse
i'll admit, that a few minutes before reading this answer, i simply used apps2sd's partition tool, and with fat32 and ext3 i am now able to use the linking function thank you very much for your assistance, it's people like you thanks to whom the xda community is as awesome as it is <3
I'm always glad to help!
By the way, if after a reboot your phone tells you your sd-card is corrupt, just ignore the notification..
Doesn't work for me
Hi,
I've similar problems.
My configuration: LG G3 (D855) with CM13 (build: 20160528), SuperSU 2.74, xposed framework
In CM13 I'm not able to move apps to the external SD (there is no such option).
So I tried it with APPS2SD. :
- I'm able to create two partitions and to mount the second one.
- My Problem: I always get the following error message when trying to move an app: ...apk Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
Already tried:
- different File Systems for second partition (ext2, ext3, ext4, f2fs)
- with or without swap partition
- Also your mentioned options:
-- use of the MiniTool Partition Wizard with a primary FAT32 and a second primary ext4 partition
-- set "mmcblk1p2" for "Use custom dev block"
-- check "Use public vold"
Nothing helped so far. Still the same error.
By the way, I can see my second partition in the (rooted) Total Commander App (also in Android Settings, but there it is marked as damaged). And CM13 never asked me what to do with the second partition (only that it is damaged).
Any further ideas? Thanks in advance
Best regards
Formating SD card
What about formating the SD card as internal storage?
I haven't done it myself because I have a class 4 sd card and I'm afraid it's going to be slow but it seems like a good idea
Solution: Linking instead of moving
I could solve my problem
Instead of moving apps I linked them => works excellent!
Best regards
Eisbaer2
Im liking to use the new function of marshmallow, but i cant move hangouts to new partition.
Does someone know another way to move dont using apps2sd?

Categories

Resources