Anyway to move apps to SD card, without formatting to internal storage? - E 2015 Q&A, Help & Troubleshooting

That. I'm rooted with TWRP recovery, using the AOSP Extended ROM v3.2 (7.1.1 nougat).
I dont want to format my sdcard to internal, because I use it to save files and backups, and zip files to flash on an emergency.
Is there an alternative? I can't seem to find one.
It would be cool to make it think it has 2 sd cards, 1 internal and 1 external, while in real it's just one that is formatted in 2 partitions, but I don't think thats possible.
Thanks.

makmm said:
That. I'm rooted with TWRP recovery, using the AOSP Extended ROM v3.2 (7.1.1 nougat).
I dont want to format my sdcard to internal, because I use it to save files and backups, and zip files to flash on an emergency.
Is there an alternative? I can't seem to find one.
It would be cool to make it think it has 2 sd cards, 1 internal and 1 external, while in real it's just one that is formatted in 2 partitions, but I don't think thats possible.
Thanks.
Click to expand...
Click to collapse
What you want is possible. I'm using it on my moto e and moto z play.
I'll try to dig up the link for the procedure. You need a PC, and a basic knowledge of adb.
Edit: here you go. http://blog.sam.liddicott.com/2016/02/android-6-semi-adopted-storage.html?m=1

Here's what it looks like on Z play.

dandrumheller said:
Here's what it looks like on Z play.
Click to expand...
Click to collapse
Is it safe to do? In worst case scenario, will it brick my phone?
soft brick or hard brick?
(yes, i'm obviusly going to backup the contents of my sd card.)
BTW, thanks! if this works, ily so much lol

makmm said:
Is it safe to do? In worst case scenario, will it brick my phone?
soft brick or hard brick?
(yes, i'm obviusly going to backup the contents of my sd card.)
BTW, thanks! if this works, ily so much lol
Click to expand...
Click to collapse
It will nuke whatever is on your SD card. Won't touch a thing on your phone. Just follow the directions, he tells you how to confirm you're looking at the proper storage device.
AFAIK there are no negative effects beyond the normal additional read write cycles due to adoptable storage. Been using one card like this on the e (backup device, low use) for six months, and the other one for about a month now on the Z (high use daily driver). Working fine for me.

dandrumheller said:
It will nuke whatever is on your SD card. Won't touch a thing on your phone. Just follow the directions, he tells you how to confirm you're looking at the proper storage device.
AFAIK there are no negative effects beyond the normal additional read write cycles due to adoptable storage. Been using one card like this on the e (backup device, low use) for six months, and the other one for about a month now on the Z (high use daily driver). Working fine for me.
Click to expand...
Click to collapse
Seems legit. I have a 32gb sd (max for the Moto E surnia) and going for 25% internal (about 8gb) and 75% external (about 24gb.)
Thanks a lot!
EDIT: OK. I did it, but i forgotten to eject it, so now it's corrupted, and I can't seem to find a way to eject it to try to do it again, as when I press on the SD card, it tells me to format it. If I format it (temporarely, to then do it again) it will still say "Corrupted". EDIT2: I tried formatting it as portable and it worked, but then when I ejected with the icon next to the sd card, and then doing the commands gives the same result as before. "Portable Storage" is okay, named as "sdcard1 / vfat" but internal says "Corrupted". What do I try now?

makmm said:
Seems legit. I have a 32gb sd (max for the Moto E surnia) and going for 25% internal (about 8gb) and 75% external (about 24gb.)
Thanks a lot!
EDIT: OK. I did it, but i forgotten to eject it, so now it's corrupted, and I can't seem to find a way to eject it to try to do it again, as when I press on the SD card, it tells me to format it. If I format it (temporarely, to then do it again) it will still say "Corrupted". EDIT2: I tried formatting it as portable and it worked, but then when I ejected with the icon next to the sd card, and then doing the commands gives the same result as before. "Portable Storage" is okay, named as "sdcard1 / vfat" but internal says "Corrupted". What do I try now?
Click to expand...
Click to collapse
Hmmm. Probably better off to reformat the whole card to a single fat32 partition (use a card formating tool on the pc for this) and start over. Not sure if or how to do it via adb if it's seeing one partition as corrupt.
Fwiw, 32gb is the max " officially " supported SD card size on the surnia, but it works fine with bigger cards. I'm running 64gb.

I'm going to try a solution that is on the comments of the blog post. Thanks!
EDIT: tried the solution, heres the comment:
A Bored Boy 16 September 2016 at 19:54
For anyone that is getting the corrupted error on their SD card when creating a mixed partition. Here is the solution.
After you have partitioned the disk and while your SD card is corruped enter In the terminal the following:
$> adb shell sm list-volumes all
Which will list your volumes, for example:
private mounted null
public:179,1 mounted B5B1-140C
private:179,3 unmountable null
emulated mounted null
Then enter the following replacing 179,3 with whichever disk numbers you are given:
$> adb shell sm format private:179,3
$> adb shell sm mount private:179,3
Now your SD card in device storage should be properly mounted and your portable storage will still be there.
This worked on my LG G5 and should work on the S7.
On the 2nd and 3rd step I get the following error:
▶ adb shell sm mount private:179_67
Error: java.lang.IllegalStateException: command '55 volume mount private:179_67 0 -1' failed with '400 55 Command failed'
Help?

dandrumheller said:
Hmmm. Probably better off to reformat the whole card to a single fat32 partition (use a card formating tool on the pc for this) and start over. Not sure if or how to do it via adb if it's seeing one partition as corrupt.
Fwiw, 32gb is the max " officially " supported SD card size on the surnia, but it works fine with bigger cards. I'm running 64gb.
Click to expand...
Click to collapse
OK. Tried formatting into FAT32 with a chromebook (only computer I had access to atm, no usb adapter :/) and it formatted. Then putted the sd on my phone, selected as portable, EJECTED and did the proccess.. no luck.
Same result. The internal partition marks as "corrupted".
Anyone, help? I really need it, lol.
Thanks anyway,

dandrumheller? Someone? I really need it ?

I readed some more and see that link2sd is a better option? What's the difference?

makmm said:
dandrumheller? Someone? I really need it ?
Click to expand...
Click to collapse
Don't know what to tell you, I just followed the post and it worked. Do you have another card you can try with?
Does the original card work normally again after going back to fat32?

dandrumheller said:
Don't know what to tell you, I just followed the post and it worked. Do you have another card you can try with?
Does the original card work normally again after going back to fat32?
Click to expand...
Click to collapse
I think yes. I have other card(s) but they are not mine.
But what's the difference from this method than link2sd?

makmm said:
I think yes. I have other card(s) but they are not mine.
But what's the difference from this method than link2sd?
Click to expand...
Click to collapse
Haven't used link2sd in many years. Used to require lots of manual management, but it's the same concept. 2 partitions on SD card, 2 different formats, apps on one, media etc on the other.
Give it a shot. Used to have to manually format SD card to ext2 (iirc) for the app partition.

dandrumheller said:
Haven't used link2sd in many years. Used to require lots of manual management, but it's the same concept. 2 partitions on SD card, 2 different formats, apps on one, media etc on the other.
Give it a shot. Used to have to manually format SD card to ext2 (iirc) for the app partition.
Click to expand...
Click to collapse
I tried a thousand times with ext4 (and fat32) and it didnt work....
BUT WAIT, theres more! i tried with ext2 as you said (fat32 + ext2) and Just Works(tm)
Thanks, i really appreciate your help, you were the only one to respond lol...
PS: using apps2sd instead of link2sd as apps2sd has part manager, that's how i partitioned it, yay!
PS2: should i just use link2sd as "linker" and apps2sd as alternative/part manager?
thanks again ;D
Edit: I needed to change some config in SuperSU and create in advanced mode the Mnt script, but it works like a charm! It lets me move any app! ;D

makmm said:
I tried a thousand times with ext4 (and fat32) and it didnt work....
BUT WAIT, theres more! i tried with ext2 as you said (fat32 + ext2) and Just Works(tm)
Thanks, i really appreciate your help, you were the only one to respond lol...
PS: using apps2sd instead of link2sd as apps2sd has part manager, that's how i partitioned it, yay!
PS2: should i just use link2sd as "linker" and apps2sd as alternative/part manager?
thanks again ;D
Edit: I needed to change some config in SuperSU and create in advanced mode the Mnt script, but it works like a charm! It lets me move any app! ;D
Click to expand...
Click to collapse
Glad you got it working!

andorid sucks those years too

Related

Link2SD in Gingerbread

Has anyone got this working? I used to have Link2SD in 2.1 but now the ext partition is the only partition recognized by GB and not my main partition. I can access my main partition from USB connect, but not from within the phone. Anyone has the same issue?
You can natively move apps to the SD on GB in Options>Applications>Manage applications. Choose an app that supports it and the option to move to sd will be there. No partition needed.
Thx, i will just fix up my SD card into a single partition again then
Does this also mean that I don't need the app Apps2SD anymore?
With App2SD you can quickly indicate which apps can be moved to SD. So I still have it there. Furthermore, App2SD also quickly clean your cache.
Link2SD gave the option of moving ANY app to the ext2 partition. The native gingerbread app2sd doesn't support moving all apps to the SD card.
Any way of making link2sd work on GB 2.3.3?
can anyone confirm what's the current sdcard partition layout. also which partition is detected in phone.
i think i have an idea which might help up getting this to work.
anantshri said:
can anyone confirm what's the current sdcard partition layout. also which partition is detected in phone.
i think i have an idea which might help up getting this to work.
Click to expand...
Click to collapse
@Anant: My SD is setup as per the guidelines described here:
http://forum.xda-developers.com/showpost.php?p=10711328&postcount=1
I have a 8GB card and I have allocated 7.05 GB of FAT32 memory to the Data partition, and have allocated 0.5GB to the secondary partition. This partition was also setup as FAT32 since i had issues with EXT2.
*Edit: After the 2.3.3 update, the X10 now detects only the 2nd partition (480MB) instead of the data partition (7GB) - but when I plug into a PC, the data partition gets mounted correctly.
Hope that helped.
That is not good, it means that you cannot transfer data or programs between your PC and the 7GB partition... is there a way to fix this?
When you plug into pc, your data-partition mounts correctly, so you can copy your data to your pc as a backup.
I recommend using a adapter to connect the sd-card to your pc, formatting both partitions, and then put it back. I did it that way, be it that I removed my second partition and went back to one partition only, 8 Gb, and all works fine now.
I don't intend to use Link2SD anymore, because in 2.3.3 the system can apply data2sd itself, I learned, with or without Apps2SD.
Good luck, greetz,
kwarkje
From my observation, the 2.3.3 android system moves the appdata to the sdcard only in certain large apps (apps >7mb in size?) which is good if you have are dealing with huge apks like AngryBirds, but not too handy if you have a huge number of small apps all ~3MB in size.
BTW the native app2sd isn't compatible with all apps.
Use "Move2SD Enabler" from Market to allow moving any app to SD.
https://market.android.com/details?id=com.leinardi.setinstalllocation&hl=en
This didnt work with my 32GB SD card... it is now a single 32GB FAT32 partition. What type of format should I use? FAT? EXT2?
kwarkje said:
When you plug into pc, your data-partition mounts correctly, so you can copy your data to your pc as a backup.
I recommend using a adapter to connect the sd-card to your pc, formatting both partitions, and then put it back. I did it that way, be it that I removed my second partition and went back to one partition only, 8 Gb, and all works fine now.
I don't intend to use Link2SD anymore, because in 2.3.3 the system can apply data2sd itself, I learned, with or without Apps2SD.
Good luck, greetz,
kwarkje
Click to expand...
Click to collapse
@doomed151:
Thats what I was looking for! Good find!
This app has its own hitch though: the move2sd enabler needs lots of caution...some apps aren't supported, and moving them to the SD causes them to crash. There is no way of knowing which apps can be moved and which ones can't. I happened to move GT Racing HD to the SD and it stopped working. Had to reinstall!
anantshri said:
can anyone confirm what's the current sdcard partition layout. also which partition is detected in phone.
i think i have an idea which might help up getting this to work.
Click to expand...
Click to collapse
@Anatshri Any luck on this? I would prefer to use link2sd instead of the native move2sd in GB.
I tried a 16gb & a 4gb sd card but couldn't get it to work. I've also tried ext2, ext3 & ext4 as the 2nd partition but I don't think the stock kernel supports any of them. The sd becomes unreadable after a reboot but if I connect directly to the pc I can see both partitions.
If I make both fat32 partitions only the 2nd partition gets mounted. Do you think this is kernel related as well or can we modify the mounting scripts to correct this?
I am suffering from bad health conditions right now so can't work much however all I can see right now is if this is the case you can do two things
1) create a script that mounts partition 1 at /data/sd-ext coz link2 sd needs mounted partition at this location. I suppose init.d script could help us. However
2) the problem would be that recovery will detect only partiton one
Sent from my X10i using XDA App
anantshri said:
I am suffering from bad health conditions right now so can't work much however all I can see right now is if this is the case you can do two things
1) create a script that mounts partition 1 at /data/sd-ext coz link2 sd needs mounted partition at this location. I suppose init.d script could help us. However
2) the problem would be that recovery will detect only partiton one
Sent from my X10i using XDA App
Click to expand...
Click to collapse
I'm sorry to hear about your health, hopefully it's nothing serious and you get well soon. Thanks for the suggestion, I'll give this a try when I get a chance.
Any solution on this?
I move from 2.2 to 2.3.4 and link2sd don't work anymore cannot mount the 2nd fat32 partition.
App2SD sucks because doesnt allow some apps to get moved.
Thanks
Lockon Stratos said:
I'm sorry to hear about your health, hopefully it's nothing serious and you get well soon. Thanks for the suggestion, I'll give this a try when I get a chance.
Click to expand...
Click to collapse
Thanks for the wishes.
I have extended weekend this time will try to give my old card a twist and see if i can get link2sd work again on my handset.
bbsrailfan said:
Link2SD gave the option of moving ANY app to the ext2 partition. The native gingerbread app2sd doesn't support moving all apps to the SD card.
Any way of making link2sd work on GB 2.3.3?
Click to expand...
Click to collapse
I agree with you and hope that we will have this possibility, I really miss link2sd, the best app ever to move apps to sd.

Use an external sd card as internal storage

Today I got a 32 GB, SanDisk Micro SDCard, mainly for the use with Google Music (I have a 7,200+ library). However, I didn't find a source which had a solid solution, to at least have Google Music use the external sd card. So, I just messed around with it, and I found out how to Swap (reverse) the sd card 'locations', properly.
In vold.fstab, in the directory /system/etc/, you have two lines. Edit them with Root explorer's included "text editor", or any other good text editor. Make sure you have r/w on. Find the below two lines:
Code:
# external sd card
dev_mount sdcard_ext /mnt/sdcard-ext:none:lun1 auto /devices/platform/tegra-sdhci.2/mmc_host/mmc3 /devices/platform/tegra-sdhci.2/mmc_host/mmc1
and
Code:
# internal eMMC
dev_mount sdcard /mnt/sdcard 18 /devices/platform/tegra-sdhci.3/mmc_host/mmc0
What I did, and what proved successful (to use both internal, and external storage, which are reversed), is this:
Code:
# external sd card
dev_mount sdcard_ext [COLOR="Red"]/mnt/sdcard[/COLOR]:none:lun1 auto /devices/platform/tegra-sdhci.2/mmc_host/mmc3 /devices/platform/tegra-sdhci.2/mmc_host/mmc1
and
Code:
# internal eMMC
dev_mount sdcard [COLOR="Red"]/mnt/sdcard-ext[/COLOR] 18 /devices/platform/tegra-sdhci.3/mmc_host/mmc0
Replace the regular lines, with the red lines, save, restart your phone, and BAM, your internal is now marked as external, and your external, is now your internal
I use Stock 154_5, Unlocked, rooted.
Enjoy, and press the thanks button
Also, you can revert them back, if you changed them. Just put the stock code back into the file.
Also, I just discovered:
You can only use the internal storage, when connecting to a computer. The 'internal' (which, we switched around), will not be detected. If you do connect your device to a computer, after you disconnect it, the 'internal', storage, which is really the external, because we switched it, will not be detected, and you must restart your phone.
I'll test this on MIUI. I have the 64GB version. Same problem.
ZeroManArmy said:
I'll test this on MIUI. I have the 64GB version. Same problem.
Click to expand...
Click to collapse
Cool. Let me know if it works. Yeah, 64 GB only for movies and pictures.... Isn't worth it for me. Lol
What do you have for CM9 or MIUI?
ZeroManArmy said:
What do you have for CM9 or MIUI?
Click to expand...
Click to collapse
I use Stock 154_5, Unlocked, rooted.
URGENT,
i am using samsung galaxy note device , i have follow your instruction to change the vold.hstab file.
Now my device has recognize my ext sd card as sdcard. But my device cant recognise my internal sdcard, so i have lose my root explorer. and I couldn't reedit the vold.hstab file back.
I have try to hardreset, and try to reinstall root explorer, but it always give an restart and error : "process.media force close "
From my understanding the failure of installing the root explorer because my device can't recognise sdcard anymore
I go to setting--> storage , I found the sdcard is not detected, only usb storage detected
how to solve this problem?
n1cky6969 said:
URGENT,
i am using samsung galaxy note device , i have follow your instruction to change the vold.hstab file.
Now my device has recognize my ext sd card as sdcard. But my device cant recognise my internal sdcard, so i have lose my root explorer. and I couldn't reedit the vold.hstab file back.
I have try to hardreset, and try to reinstall root explorer, but it always give an restart and error : "process.media force close "
From my understanding the failure of installing the root explorer because my device can't recognise sdcard anymore
I go to setting--> storage , I found the sdcard is not detected, only usb storage detected
how to solve this problem?
Click to expand...
Click to collapse
Well your problem is because, this is for the Photon 4G. Not the Note. Have you tried other File managers, such as Antek?
D2dyno said:
Well your problem is because, this is for the Photon 4G. Not the Note. Have you tried other File managers, such as Antek?
Click to expand...
Click to collapse
Anyhow, It is impossible to install any applications, if try to install,device will restart
But, it's okay now, I have reflash my rom, all the problem solved
Thanks for your responds
n1cky6969 said:
Anyhow, It is impossible to install any applications, if try to install,device will restart
But, it's okay now, I have reflash my rom, all the problem solved
Thanks for your responds
Click to expand...
Click to collapse
No problem, and I'm glad to help.
Man am I happy I came across this thread!!!
I've been reading forever in some of the rom threads for an answer to this question! A few of the roms I've tried out had the internal and external storage swapped with no option to switch and that kept me from using them because I use internal storage for apps data and such and then my external memory card for backups and personal files!
The only 2 roms that this can be fixed in is jokers CM9-unofficial-ICS rom (there is actually an Advanced Option in Settings) and the MIUI.us port (there is a storage mod flashable swap, which didn't work for me, and there is an option in the Aroma installer to choose what you want for Internal Storage).
Now that I've come across this, imma try it out and see if I can't get it to work on some other roms I have used!
Thanks for the discovery! I'll let ya know how it works out for me!
Sent from my MB855 using xda premium
Jleeblanch said:
Man am I happy I came across this thread!!!
I've been reading forever in some of the rom threads for an answer to this question! A few of the roms I've tried out had the internal and external storage swapped with no option to switch and that kept me from using them because I use internal storage for apps data and such and then my external memory card for backups and personal files!
The only 2 roms that this can be fixed in is jokers CM9-unofficial-ICS rom (there is actually an Advanced Option in Settings) and the MIUI.us port (there is a storage mod flashable swap, which didn't work for me, and there is an option in the Aroma installer to choose what you want for Internal Storage).
Now that I've come across this, imma try it out and see if I can't get it to work on some other roms I have used!
Thanks for the discovery! I'll let ya know how it works out for me!
Sent from my MB855 using xda premium
Click to expand...
Click to collapse
Glad to hear! ICS ROMs handle external SD cards way better, so I prefer them now.
D2dyno said:
Glad to hear! ICS ROMs handle external SD cards way better, so I prefer them now.
Click to expand...
Click to collapse
I hear you there! The ICS roms rock! Jokers ICS rom has been my favorite due to the option to switch to use Internal memory for apps/app data. The other CM9 variants (AOKP/AOKPCB) had it default to use external memory as storage for apps/app data with NO option to swap. Now that I came across this, when my battery is a little better than 37% lol, imma do your mentioned edits!
Only difference from what I see from stock is that instead of "sdcard-ext" its "emmc". My current setup has "emmc" set as sdcard-ext (external storage) and sdcard as, well sdcard (internal storage) lol.
My issue has been that those have been swapped where "emmc" = internal storage and "sdcard" = external storage. With it being that way, it makes it a PIA to restore from Titanium Backup.
But this is all a thing of the past haha
I'm glad I'm not scared to read (like I feel like a lot of users are). I've seen a lot of posts where ppl were asking about how to swap the storage locations with no solid answers. Granted I didn't come across this solution immediately either...BUT I did and I plan to link to this thread and give you props in hopes that others find this useful as I know others are definitely having the same issue!
Sent from my MB855 using xda premium
I just successfully tested this on the AOKPCB from and it worked perfectly! Not gonna lie, that makes me VERY happy!!
Maybe everyone typing thanks could actually "THANK" this person?
Works on tablet
Ok tried this on a cheap tablet that I bought for playing around like this. An Arnova AN 7G3 7" with 4gb memory, 2 gb internal and 2gb internal sdcard. It was close to your file, all I had to change was sdcard and extsd. Before I did the switch and after seeing someone had trouble with apks after the switch, I made sure to move all apks to tablet, then copied all folders from sd to extsd. I also made a copy of the orignial vold file, just incase. Changed vold file rebooted and everything was great. Made a copy of altered vold file, then replaced with orignial and rebooted.....all still ok, replaced file with altered file and rebooted ,again all ok. Moved all apks that I could move to sdcard from tablet, free up 650mg on tablet. All moved apks worked fine.
AN 7 G3 is rooted out box runing stock ICS 4.0.1
Thanks for the info
ALD3 said:
F theOk tried this on a cheap tablet that I bought for playing around like this. An Arnova AN 7G3 7" with 4gb memory, 2 gb internal and 2gb internal sdcard. It was close to your file, all I had to change was sdcard and extsd. Before I did the switch and after seeing someone had trouble with apks after the switch, I made sure to move all apks to tablet, then copied all folders from sd to extsd. I also made a copy of the orignial vold file, just incase. Changed vold file rebooted and everything was great. Made a copy of altered vold file, then replaced with orignial and rebooted.....all still ok, replaced file with altered file and rebooted ,again all ok. Moved all apks that I could move to sdcard from tablet, free up 650mg on tablet. All moved apks worked fine.
AN 7 G3 is rooted out box runing stock ICS 4.0.1
Thanks for the info
Click to expand...
Click to collapse
Glad to hear it works on more than just GB
Thanks
D2dyno said:
Glad to hear it works on more than just GB
Click to expand...
Click to collapse
Thanks as I have been trying to find info for months. I posted in Arnova section of Arctablet news on how to do this tablet and a heads up and Thanks to YOU as well as a link to your work here. Hope you don't mind and did give credit to YOU. Check it out when you have time
http://www.arctablet.com/blog/forum...n-7-g3-recognize-you-micro-sd-as-internal-sd/
Just saw this topic and I have a (noob) question.
Does this work on any android phone or it's specific for this Moto one?

Internal SD card partition lost, help!

SOLVED - did a factory reset from inside CM9 and checked the box to format the sd card (god knows why this worked but the one in recovery didn't..also, why the hell didn't i think of this sooner? could have saved myself a week of searching)
while i was tinkering around trying to fix "mediaserver" (was killing my battery) i started to format my internal sd card memory (after backing it up)...for whatever reason i choose to do this via windows with the quick format off (wanted to scan for bad sectors and crap) then i forgot it was still running and unplugged my phone :facepalm:
novice mistake, i know.
anyhow, i've got adb up and running again, but i haven't been able to find a guide to fix it, or the info to bring up the partition tables, most sites give me specific commands to deal with the external card, but not ones to figure out how CM9\sgs2 is partitioned
ideally i'd like to just restore the partition, I do have backups if that's not possible though.
Phone is up and running fine minus that partition (which of course many apps rely on to store data, most don't have options to redirect it to my sd card.
any info on how CM9\sgs2 is partitioned or how to use ADB to find out would be greatly appreciated
Boot into your recovery and format your SD from within the recovery. That should fix it.
Lennyz1988 said:
Boot into your recovery and format your SD from within the recovery. That should fix it.
Click to expand...
Click to collapse
already tried that, the partition fails to mount, when i put my external sd card in the "sd card" partition mounts, but emmc doesn't (the sd card partition now being my external instead of my internal memory)
anyone even have a idea where i can find info on partitioning the internal memory? i've been searching as much as i can but i mostly only get link2sd pages, nothing on how to actually partition the internal memory
::edit:: i've made some progress, i've managed to install and operate parted via adb, but the version i have doesn't seem to support fat 32, i deleted then remade the partition but the phone still won't recognize it. cwm recovery is telling me "failed to mount /dev/block/mmcblk11 (invalid argument)" other pages seemed to imply that if i can get the partition to fat32 with a block size of 4096 it might work.
a factory reset from inside CM9 with the sd card format box checked did the trick, not sure why it took me a week of googling to figure that out :/ (wtb a facepalm emoticon)
"CM" you mean ?
CM = CyanogenMode?
CyanogenMod Kernel for Galaxy ?
"CyanogenMode" by installin from default ClockWorkMode? section of "Install ZIp from SD" ?
I need to re-partition Internal Memory too.
searched & found this your Topic.
would you please tell me what exactly has been done to fix re-partitioning internal memory?
maybe it can be so Important and Sticky.
Reza_Sadeghi said:
"CM" you mean ?
CM = CyanogenMode?
CyanogenMod Kernel for Galaxy ?
"CyanogenMode" by installin from default ClockWorkMode? section of "Install ZIp from SD" ?
I need to re-partition Internal Memory too.
searched & found this your Topic.
would you please tell me what exactly has been done to fix re-partitioning internal memory?
maybe it can be so Important and Sticky.
Click to expand...
Click to collapse
Actually, I have had the same problem, and if your device is not recognizing/mounting your internal SDcard, Bad news! You`ve lost it...
See this post for more details: http://forum.xda-developers.com/showthread.php?t=1665123
Next time think on a HTC or (even) Nokia, when you are about to purchase a new gadget (samsung, never ever more...:crying.
SociedadePsicopata said:
Actually, I have had the same problem, and if your device is not recognizing/mounting your internal SDcard, Bad news! You`ve lost it...
See this post for more details: http://forum.xda-developers.com/showthread.php?t=1665123
Next time think on a HTC or (even) Nokia, when you are about to purchase a new gadget (samsung, never ever more...:crying.
Click to expand...
Click to collapse
it's been a while, but it wasn't lost, i just had to repartition it, i described how i did this a few posts up.
i'm quite happy with my samsung sgsII, i'm not familiar with some of the other devices but i haven't run into any issues i can blame samsung for.
CM9 is exactly what i said it was, cyanogenmod 9. it's a whole rom package, not just a kernal

[Q] Specific App not moving to SD card

Hello all. I am new to the forums and to Android, so bear with me.
I have been searching around for the past few days for a way to solve the issue that I am having and have not been able to find anything that works for me. So here it is:
I have an LG Optimus L5 II (LG-E450B) running stock Android 4.1.2 (non-rooted) Kernel Version 3.4.0. My carrier is Virgin Mobile (Canada). I recently realized that the stock 2GB of internal memory is not nearly enough for me, so I went out and bought a 16GB Sandisk microSD card. I put music on it, set photos to autosave on it, etc. which all worked great. However, I have been unable to get some apps to move over correctly.
I realize that some apps can't really get moved (at least without rooting, etc). The app I am specifically trying to work with is iBird pro. It's App Info appears as such:
Total: 641 MB
App: 12.68 MB
USB storage app: 628 MB
Data: 4.00 KB
SD Card: 0.00B
The "Move to SD Card" option is available, but when I do it all that it does is drop the App to 3.51MB and up the USB storage app to 637MB. All of which stays on the internal memory. Obviously it is only moving 9MB or so of App to the virtual SD internal memory (which I believe is what shows up in my files manager as /storage/sdcard0, so it doesn't actually move it to the SD card (though a few other apps have sucessfully been moved).
I have tried using App2SD, but it says that the program is not supported by my device (and the iBird Pro shows up as "Phone Only" anyway).
I have tried the ADB hack trick set-install-location 2 and reinstalled the app and still nothing, it just saved on the internal memory.
Finally, when I open the app, it also downloads another ~600MB of database data (bird songs, pictures, etc), which also saves on the internal memory. Or at least tries to but the memory gets full and it stops the download.
Anyone have any ideas for me? I know a lot of people ask this question, but none of the other solutions I came across seemed to help me. I would really appreciate it! I would prefer not to root my phone, by the way. Unless of course someone can make me an incredibly convincing argument.
Cheers!
This is how android's built-in app2sd works.
I don't think you can do anything w/o root.
I suggest rooting, make a second partition to your SD card (2-4 GB) and use link2sd.
Sent from my GT-I5500 [CM7.2]
There are oh so many reasons to root your phone and few not but that choice is yours
Sounds like only some of the data/libraries are able to me to SD on this app of yours so if you don't want to root it than you'll have to leave it on internal.
And FYI, many apps don't play well or are slowed considerably on SD, so be careful what you move and if you don't Yardley use an app its best to just not even download it, but again choice is yours
Sent from my Nexus 4 using Tapatalk 2
if you can't do root so sit back and relax.
Ok, so I decided to root. Which was actually freakishly easy. So how do I move stuff now? I have tried a number of apps, all of which only bring up "App Options" and we have determined that the "Move to SD" option there doesn't work correctly. I just want to figure out how to get the app and all of the data that it will download later to install on the SD, I never thought it would be quite this complicated.
Benjiboy180 said:
Ok, so I decided to root. Which was actually freakishly easy. So how do I move stuff now? I have tried a number of apps, all of which only bring up "App Options" and we have determined that the "Move to SD" option there doesn't work correctly. I just want to figure out how to get the app and all of the data that it will download later to install on the SD, I never thought it would be quite this complicated.
Click to expand...
Click to collapse
Use Link2SD.
Make a second partition (2-4 GB) and move (link) that app to the second partition.
Sent from my GT-I5500 [CM7.2]
Tried Link2Sd? I would rather use that.
Sent from my A89 using xda app-developers app
Ok, so I partitioned my 16GB card into two FAT32 partitions (10 GB and 4 GB) and a Swap Partition of ~850MB (roughly following this guide: http://forum.xda-developers.com/showthread.php?t=2126363). However, when I opened Link2SD and tried to select FAT32/FAT16 as the file system of the SD card's second partition it came up with the Mount Script Error "Mount script cannot be created. mount: I/O error". I had tried formatting with Ext4 and Ext2 file systems as well earlier, but when I selected either it said ext2 or ext4 (whichever I was trying to use) was not supported by my device (which I am assuming means my kernel does not support either).
Edit: Ok, so I changed it. I deleted the Swap partition (couldn't get the swap stuff to work anyway, it's not required right?). There is now 1 10GB partition and 1 5GB partition. Link2SD created the mount link just fine this time. Testing it out. "Install Location" gives a Warning "App2SD is not supported by your device. Because your device has a primary external storage which is emulated from the internal storage. You can link the app in order to move its files to your SD card." Does this mean that I can't automatically link files to the SD card?
Benjiboy180 said:
Ok, so I partitioned my 16GB card into two FAT32 partitions (10 GB and 4 GB) and a Swap Partition of ~850MB (roughly following this guide: http://forum.xda-developers.com/showthread.php?t=2126363). However, when I opened Link2SD and tried to select FAT32/FAT16 as the file system of the SD card's second partition it came up with the Mount Script Error "Mount script cannot be created. mount: I/O error". I had tried formatting with Ext4 and Ext2 file systems as well earlier, but when I selected either it said ext2 or ext4 (whichever I was trying to use) was not supported by my device (which I am assuming means my kernel does not support either).
Edit: Ok, so I changed it. I deleted the Swap partition (couldn't get the swap stuff to work anyway, it's not required right?). There is now 1 10GB partition and 1 5GB partition. Link2SD created the mount link just fine this time. Testing it out. "Install Location" gives a Warning "App2SD is not supported by your device. Because your device has a primary external storage which is emulated from the internal storage. You can link the app in order to move its files to your SD card." Does this mean that I can't automatically link files to the SD card?
Click to expand...
Click to collapse
Swap IS NOT needed.
Second partition should be ext 2/3/4.
Test to see if auto-link works.
Sent from my GT-I5500 [CM7.2]
Vagelis1608 said:
Swap IS NOT needed.
Second partition should be ext 2/3/4.
Test to see if auto-link works.
Sent from my GT-I5500 [CM7.2]
Click to expand...
Click to collapse
Good to know swap isn't needed. However, Link2SD did keep saying that Ext2 or Ext4 wasn't supported. I can try it again though.
Benjiboy180 said:
Good to know swap isn't needed. However, Link2SD did keep saying that Ext2 or Ext4 wasn't supported. I can try it again though.
Click to expand...
Click to collapse
Use Ext3. If it doesn't work use FAT. It can get buggy (not very often).
Also I think that if you can link apps 1 by 1, then you can (probably) use auto-link as well.
Sent from my GT-I5500 [CM7.2]
Vagelis1608 said:
Use Ext3. If it doesn't work use FAT. It can get buggy (not very often).
Also I think that if you can link apps 1 by 1, then you can (probably) use auto-link as well.
Sent from my GT-I5500 [CM7.2]
Click to expand...
Click to collapse
Ok, so Ext3 didn't work. So I stuck with the second partition being FAT32 as well. The mount worked fine.
When I try to create the link I get the following error: "Failure. create_link.com.whatbird.pro[1]: can't create /data/sdext2/data/com. whatbird.pro/lib/libfileutils.so: I/O error"
I was able to move the bulk of the apps Obb files to the SD using FolderMount. However, I am unsure how to move the 650MB Misc. data files to the SD.
Benjiboy180 said:
Ok, so Ext3 didn't work. So I stuck with the second partition being FAT32 as well. The mount worked fine.
When I try to create the link I get the following error: "Failure. create_link.com.whatbird.pro[1]: can't create /data/sdext2/data/com. whatbird.pro/lib/libfileutils.so: I/O error"
I was able to move the bulk of the apps Obb files to the SD using FolderMount. However, I am unsure how to move the 650MB Misc. data files to the SD.
Click to expand...
Click to collapse
Flash CWM recovery, in 'mounts and storage' press 'format SD-Ext'. This fixes the I/O error (I think).
If the misc files are libs then ALL of them can be moved/linked.
Sent from my GT-I5500 [CM7.2]
Vagelis1608 said:
Flash CWM recovery, in 'mounts and storage' press 'format SD-Ext'. This fixes the I/O error (I think).
If the misc files are libs then ALL of them can be moved/linked.
Sent from my GT-I5500 [CM7.2]
Click to expand...
Click to collapse
ROM Manager does not list the LG- E450B as a device supported by CWM Recovery so it won't to an install of CWM Recovery,
Benjiboy180 said:
ROM Manager does not list the LG- E450B as a device supported by CWM Recovery so it won't to an install of CWM Recovery,
Click to expand...
Click to collapse
Look for a custom build here on XDA.
Sent from my GT-I5500 [CM7.2]

Recovery - Help

I am on a sprint LGLS990, rooted with twrp. I have just started doing backups. I did one the other day on the internal storage which worked fine. Now I'm doing a bu on the external sd and worked well until generating md5. Its said this for the last 30 minutes. It appears that it is stuck. Is there any way to stop or cancel this?? I tried pushing any of the hardware buttons in back, but power just locks it, then I swipe to unlock it. Please help!! I don't know if I can do a battery pull or not if that would stop it, but I definately dont want to ruin my ext sd card as I have sensitive info that I need.
Update - I did a battery pull and it just seemed to reboot it. Nothing wrong with my external SD card that I can see. I can successfully do a backup on internal but everytime I try on external it gets stuck on generating md5. I have searched google but can't come up with anyone that has had the same issue on the g3. It's a sprint with model LG LG 990.Any help would be greatly appreciated. Just a thought, are there any other recoveries that work on my model g3?
jreink01 said:
I am on a sprint LGLS990, rooted with twrp. I have just started doing backups. I did one the other day on the internal storage which worked fine. Now I'm doing a bu on the external sd and worked well until generating md5. Its said this for the last 30 minutes. It appears that it is stuck. Is there any way to stop or cancel this?? I tried pushing any of the hardware buttons in back, but power just locks it, then I swipe to unlock it. Please help!! I don't know if I can do a battery pull or not if that would stop it, but I definately dont want to ruin my ext sd card as I have sensitive info that I need.
Update - I did a battery pull and it just seemed to reboot it. Nothing wrong with my external SD card that I can see. I can successfully do a backup on internal but everytime I try on external it gets stuck on generating md5. I have searched google but can't come up with anyone that has had the same issue on the g3. It's a sprint with model LG LG 990.Any help would be greatly appreciated. Just a thought, are there any other recoveries that work on my model g3?
Click to expand...
Click to collapse
Is the card larger than 32GB, and formatted as exFAT? If so, that's likely the problem. Our bumped version of TWRP has a bug affected the ability to read exFAT cards. If so, you can copy all the data off to a PC (or Mac), reformat the card as FAT32, and test it out. Here's some info on how to reformat the card to FAT32:
http://forum.xda-developers.com/showpost.php?p=57286346&postcount=30
meyerweb said:
Is the card larger than 32GB, and formatted as exFAT? If so, that's likely the problem. Our bumped version of TWRP has a bug affected the ability to read exFAT cards. If so, you can copy all the data off to a PC (or Mac), reformat the card as FAT32, and test it out. Here's some info on how to reformat the card to FAT32:
http://forum.xda-developers.com/showpost.php?p=57286346&postcount=30
Click to expand...
Click to collapse
Its a 64gb card and I'm not sure if it was formatted as exfat. I will try your suggestion. Will I lose any storage space by formatting the card to fat32?
jreink01 said:
Its a 64gb card and I'm not sure if it was formatted as exfat. I will try your suggestion. Will I lose any storage space by formatting the card to fat32?
Click to expand...
Click to collapse
If it's 64GB, it was probably formatted as exFAT from the factory. And yeah, you'll probably lose some storage space by formatting it as FAT32. How much will depend on what you have stored on the card. A lot of small files will waste more space than the same number of large files.
I just copied the external card to my desktop. I tried opening it up but it wouldn't open, saying it could not open that file. I even tried to extract and it said the same thing. I don't want to erase my card unless I know for a fact that my files are safe. With some apps, I have over 2 years of sensitive data that I can't afford to lose. Maybe it might be easier to just do a backup on my internal, then just copy and paste to my external.
There's a new TWRP that I believe fixes the exFAT bug:
https://www.androidfilehost.com/?w=files&flid=22315
meyerweb said:
There's a new TWRP that I believe fixes the exFAT bug:
https://www.androidfilehost.com/?w=files&flid=22315
Click to expand...
Click to collapse
I just did a backup on external SD. It appears to be working. The only thing is that it took 30 minutes to backup.
I am rooted and have the latest twrp recovery, think it is 2.8.2. On this version, I am able to save my backup directly to ext sd. I have noticed however that when I do a backup, it takes between 30 to 40 minutes to do one. However, I just did a restore last night and it took over a hour and a half. I have only had the phone about 2 weeks. When I had my S3, doing backup would takes kess than 10 minutes, same with restores. Is this normal or is something amiss?? Thanks for the feedback.
Update-
I have also noticed that when backing up to the internal that it takes just a few minutes, now when I backup onto the ext sd it takes about 20 minutes. The issue I had above I believe is connected when I used twrp manager instead of booting directly into recovery from the power menu. But its still taking alot longer to backup on my ext vs the internal. What would be the cause of that??
It seems most have issues if you SD is more than 32g.
The recommended format seems to be Fat32 on any card. That may be your issue. TWRP shouldn't be taking any extra time.
engine95 said:
It seems most have issues if you SD is more than 32g.
The recommended format seems to be Fat32 on any card. That may be your issue. TWRP shouldn't be taking any extra time.
Click to expand...
Click to collapse
I'm just wondering when I had my S3, I had the same card and did backups with both phiz and twrp and never had any of these issues and the backup and restore times were usually under 5 minutes. Now with the G3 I am having these issues.
jreink01 said:
I'm just wondering when I had my S3, I had the same card and did backups with both phiz and twrp and never had any of these issues and the backup and restore times were usually under 5 minutes. Now with the G3 I am having these issues.
Click to expand...
Click to collapse
It probably wouldn't hurt to format it and start over. Just like in the other thread I just answered you in. Start fresh and clean since you're starting with a different phone anyway.
engine95 said:
It probably wouldn't hurt to format it and start over. Just like in the other thread I just answered you in. Start fresh and clean since you're starting with a different phone anyway.
Click to expand...
Click to collapse
I just formatted for 64gb sd card, moved all my files back onto the card, checked on my pc and it said fat32 under properties. I did a backup and halfway through the data backup it failed. I have updated twrp to 2.8.3.
Any suggestions on why I can't use the external card??
jreink01 said:
I just formatted for 64gb sd card, moved all my files back onto the card, checked on my pc and it said fat32 under properties. I did a backup and halfway through the data backup it failed. I have updated twrp to 2.8.3.
Any suggestions on why I can't use the external card??
Click to expand...
Click to collapse
Did you format it in Windows/Linux as Fat32? Then move your files to it, and put it in the phone.
You may need to format it as 2 partitions.
Other than that, I really don't know what else to say.
engine95 said:
Did you format it in Windows/Linux as Fat32? Then move your files to it, and put it in the phone.
You may need to format it as 2 partitions.
Other than that, I really don't know what else to say.
Click to expand...
Click to collapse
I formatted it in Windows 8 but I had to use a third party program as Windows only had the options ntfc and exfat. I first deleted all my files, then formatted and copied all my files back, then inserted back in phone and tried a backup. In the third party software, I don't it gave a option to split the partitions.
Am I the only one having issues with creating and restoring backups on the external SD or ate others having the same issues?
Anyone else having issues backing up and restoring to the external sd card??
I'm just wondering when I was on the stock rom (with twrp recovery), I never had a issues backing up and restoring to the external sd card. Seems like this might be rom related, don't know, just a guess.
Also, are there any other recoveries that work with the G3, since it appears that twrp still has bugs.
I'm guessing not.
Pull your SD card out, or just make it backup to internal just to rule out TWRP.
Then maybe try a smaller card to make sure it's not your phone, or the pins for the SD card.
If the smaller card works, then you know it's the 64g card. It it doesn't, then it's got to be your phone.
engine95 said:
I'm guessing not.
Pull your SD card out, or just make it backup to internal just to rule out TWRP.
Then maybe try a smaller card to make sure it's not your phone, or the pins for the SD card.
If the smaller card works, then you know it's the 64g card. It it doesn't, then it's got to be your phone.
Click to expand...
Click to collapse
I have done backups through internal and everything works fine. I think I might have a 32 gb card around somewhere, if I can find it, I will try that and let you know the results, thanks.
jreink01 said:
I have done backups through internal and everything works fine. I think I might have a 32 gb card around somewhere, if I can find it, I will try that and let you know the results, thanks.
Click to expand...
Click to collapse
I just did a backup on my 32gb sd card. This card has not been formatted, its stock. It did do a backup but it took 40 minutes to do it. It appeared to get stuck on the last 1000 files when backing up data, the last 1000 files took over 15 minutes itself. I just did another backup, this time on my internal, it took only 5 minutes. How come its taking so long backing up to exernal, and thats with the 32gb card, still doesn't work on my 64gb card. Is anyone else have issues with backing up on a 64gb card?? I would like to know if i am a isolated issue or if others are having the same issues.
Try using Partition Master to format the 64GB card as FAT32, instead of exFAT.
http://www.partition-tool.com/personal.htm

Categories

Resources