No memory - EVO 4G General

Every time I install a rom it says insufficient storage. Please help.
Sent from my PG86100 using XDA App

you need to wipe everything except the SD before you flash the ROM

Yea ive done the wipe correctly x3 everything and still does that
Sent from my PG86100 using XDA App

Is the the system mounted or SD mounted? Also what Rom are u trying to install? Just throwing that out there...
Sent from my PC36100 using xda premium

Are you using dta2sd? And is your SD partitioned.

Ive tried a few roms right now im using mikg 3.11.. its actually kinda random like yesterday I couldn't download anything from google play but this morning it let me download. And im on a fresh install and have plenty of memory. I don't have a ext set up or any apsd set up either
Sent from my PG86100 using XDA App

OK I got it. You need to have an SD ext because the evo can't actually handle a rom that large without one. You need to have the rom apps moved to your SD card. This will give you an insane amount of free space. Your ext must be ext3 for best results. In recovery partition SD then upgrade ext2 to ext3. This will also format the SD so move your contents to a folder on PC. I believe Mik has dta2sd built in so it should move apps on install. This will fix your low memory issue 100%.

Ok will do.. but the Rom has like 300 mbs free. But still will do this and see if it fixes it
Sent from my PG86100 using XDA App

MikG has a2sd baked in, so you need to have the sdext.
Most roms have a2sd enabled by default. Also the phone uses the sdext for dalvik storage as well so you should always have one. Ext3 is highly recommended.

my recommendation would be to move your dalvik cache to sd partition and then see what you need to move app wise. i go by the rule if it doesnt need to be on your sd card then dont put it there. if you are still running out of room after dalvik is moved then damn you got some big apps (lol just messin) but just move a few there is no point in having all this free space on internal storage when its there to be used

Related

[Q] what's sd-ext?

i looked around the forums a bit but the search returns too many results not related to what i'm looking for...
So not really sure what this sd-ext is. I've read that it's for apps that are moved to the SD card... But the thing is i'm running CM7 and i've moved apps using Apps2SD as well as directly from within GB itself without ever creating an SD-ext partition.
So whats the purpose of this? Should i create the partition? And does it make a soft link to a directory on my SD card since it seems /sd-ext is in the root folder. If so, if i change my SD card later and transfer all the files over to it, will it break the link?
Your SD card has a fat32 format, which is mostly typical for usb storage devices, computers, etc.
Android runs natively in an ext format environment.
The stock Apps2SD uses the fat32 portion of your SD card, which has limitations, because it isn't Androids native environment. If you format your card so you have an ext partition, you can trick the phone into thinking it's part of it's native environment...
A good example can be seen with widgets, which won't work if you move them to SD, but will work on an ext partition. Other uses include being able to move cache and dalvik...
Sent from my Nexus One using XDA App
danger-rat said:
Your SD card has a fat32 format, which is mostly typical for usb storage devices, computers, etc.
Android runs natively in an ext format environment.
The stock Apps2SD uses the fat32 portion of your SD card, which has limitations, because it isn't Androids native environment. If you format your card so you have an ext partition, you can trick the phone into thinking it's part of it's native environment...
A good example can be seen with widgets, which won't work if you move them to SD, but will work on an ext partition. Other uses include being able to move cache and dalvik...
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Thanks for the explanation. What happens to all the apps already moved to my sd card now? How do I get them over to sd ext partition?
And right now I only hasn't an eight gb card which I plan to upgrade in the future. Will I be okay just transferring everything over to the new card at that time?
Sent from my HTC Glacier using XDA App
You will need to be rooted...
You first set up the ext partition. Doing this will format your card, and erase everything. You will then need a script to run the a2ext. Darktremor is the popular one for the Nexus, but I'm not sure about the MT4G...
Once you have an a2ext script, then you just move your apps to internal, since the phone thinks the ext is internal memory.
Titanium backup can help backing up your apps, and also with moving them to internal in a batch...
Read up, because I know little about the mt4g specifics. I've ordered one, but until it arrives, I'm just reading...
Sent from my Nexus One using XDA App
danger-rat said:
You will need to be rooted...
You first set up the ext partition. Doing this will format your card, and erase everything. You will then need a script to run the a2ext. Darktremor is the popular one for the Nexus, but I'm not sure about the MT4G...
Once you have an a2ext script, then you just move your apps to internal, since the phone thinks the ext is internal memory.
Titanium backup can help backing up your apps, and also with moving them to internal in a batch...
Read up, because I know little about the mt4g specifics. I've ordered one, but until it arrives, I'm just reading...
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
Thanks. Yup I am rooted and running CM7.
seems to be a bit of a pain to format my sd card..
Sent from my HTC Glacier using XDA App
I must admit, I wouldn't think you would need to?
The mt4g has more rom and ram than my Nexus, so I wouldn't have thought that you would run out of space quickly... Or am I wrong, and space is an issue?
Sent from my Nexus One using XDA App
danger-rat said:
I must admit, I wouldn't think you would need to?
The mt4g has more rom and ram than my Nexus, so I wouldn't have thought that you would run out of space quickly... Or am I wrong, and space is an issue?
Sent from my Nexus One using XDA App
Click to expand...
Click to collapse
No you're right actually. It's not really an issue but not sure why I think I should move the apps to the sd.. Haha
Sent from my HTC Glacier using XDA App

Move all apps to sd and set as default?

Hey guys how do you move ALL apps and data to your sd card so when I flash roms (theres a new update everyday it gets too hard) I dont lose my progress in apps and I dont have to reinstall they are already there, is it possible to do this?
Also can you set sd card as default so new apps you install automatically go there.
It would be nice if I could partition just like 1 gb of my SD card just for apps!
Ive searched a few threads and stuff trying to gather information but none of them really helped alot so sorry if this has been answered!
What ROM are you running?
Daz555 said:
What ROM are you running?
Click to expand...
Click to collapse
RCmix3D at the moment, thinking about flashing Honey sense hd for a while!
I just want to make a partition of about 700mb onto the SD and move ALL my apps to it so I dont lose my progress and I dont have to worry about them when I flash roms!
thanks in advance!
Hello,
I'm unsure of any batch command to send all existing apps to SD so you may have to go to Settings> Applications> Manage Apps and move each one individually.
To change default app install location, use the following command either through ADB or in a terminal emulator:
pm setInstallLocation 2 //for SD card
pm setInstallLocation 0 //for phone internal memory
You'll find after setting the install location to SD, you'll notice that more apps can be moved to the SD card manually instead of just being greyed-out. However, be careful though - personally, I wouldn't move the following to SD since they've affected performance:
- apps which use a widget on your home screen (music players, aggregators)
- apps which explicitly interact with the system (e.g. task managers, autokiller, autostarts)
- Google apps
Hope this helps.
Backup all user apps in batch mode using titanium backup pro. Saves to sdcard backup folder.
Or
Partition sdcard to ext3 or 4, 0 swap, and use a a2sd+ patch (if your ROM supports it). Backup data on the fat32 partition first, as it may get wiped when the partition is split to make the ext partition. All user apps and associated dalvik will be moved to the ext partition on boot. Just make sure the ext partition is not wiped / formatted prior to flashing ROM. Use pc software such as gparted or mini partition tool free. Been a few phones bricked using the wrong cwm version to partition.
But, if were me, just use Titanium Backup Pro.
Sent from my Desire HD using XDA Premium App
UpInTheAir said:
Backup all user apps in batch mode using titanium backup pro. Saves to sdcard backup folder.
Or
Partition sdcard to ext3 or 4, 0 swap, and use a a2sd+ patch (if your ROM supports it). Backup data on the fat32 partition first, as it may get wiped when the partition is split to make the ext partition. All user apps and associated dalvik will be moved to the ext partition on boot. Just make sure the ext partition is not wiped / formatted prior to flashing ROM. Use pc software such as gparted or mini partition tool free. Been a few phones bricked using the wrong cwm version to partition.
But, if were me, just use Titanium Backup Pro.
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
Gparted wouldnt find my phone when plugged in when I tried.
Also when you just move to SD through settings>application, it doesnt move the whole app only half and when you install a new rom they arnt there
Gparted is Linux, mini partition tool for Windows.
A2sd+ moves apps to ext partition, not fat32 partition your referring to. A2sd or apps to SD move only to fat32 partition.
There's the difference between a2sd+ & a2sd.
Sent from my Desire HD using XDA Premium App
UpInTheAir said:
Gparted is Linux, mini partition tool for Windows.
A2sd+ moves apps to ext partition, not fat32 partition your referring to. A2sd or apps to SD move only to fat32 partition.
There's the difference between a2sd+ & a2sd.
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
So to move the apps COMPLETELY on to the SD so they are there when you install a new rom and stuff, I partition my sd card in Ext 3/4 and then use a2sd+ to move them over right?
I'm on LeeDrOiD, and don't bother with the patch anymore.
But the method I used was, setup ext partition, flash ROM followed immediately by the a2sd+ patch for 1gb ext, then reboot. First boot will take a while.
Is useful if you stick to the same ROM, ...... as long as you don't wipe the ext partition before each update / build flash, or the ROM doesn't have a inbuilt script that wipes the ext. If that happened, you'd lose the apps and their dalvik cache, although the dalvik should be wiped anyway.
Edit: important, Forgot to mention, move all apps to "internal" memory prior. A2sd+ will take care of it on boot / flash and move all to ext. Any other app DL, just move to internal, and it'll be moved auto next boot.
Sent from my Desire HD using XDA Premium App
Delete, finger trouble.
Sent from my Desire HD using XDA Premium App
UpInTheAir said:
I'm on LeeDrOiD, and don't bother with the patch anymore.
But the method I used was, setup ext partition, flash ROM followed immediately by the a2sd+ patch for 1gb ext, then reboot. First boot will take a while.
Is useful if you stick to the same ROM, ...... as long as you don't wipe the ext partition before each update / build flash, or the ROM doesn't have a inbuilt script that wipes the ext. If that happened, you'd lose the apps and their dalvik cache, although the dalvik should be wiped anyway.
Edit: important, Forgot to mention, move all apps to "internal" memory prior. A2sd+ will take care of it on boot / flash and move all to ext. Any other app DL, just move to internal, and it'll be moved auto next boot.
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
I got the partition set up and I installed the patch and the reboot took ages but how do I know if there on SD, I dont think they are because when I click on the app some still say move to sd?
Repsys7 said:
I got the partition set up and I installed the patch and the reboot took ages but how do I know if there on SD, I dont think they are because when I click on the app some still say move to sd?
Click to expand...
Click to collapse
Open titanium backup, the first page that opens "overview", look down the bottom, will say something like;
Rom
Internal
Sdcard
A2sd+
Sent from my Desire HD using XDA Premium App
ok it says sd card (A2sd) 575mb 60.4 free, so I think that means the apps are on there, so if I wipe my phone the apps will stay right?
It will always say move to SD if installed in any other place. But the SD it refers to is the fat32 partition, not your ext. A2sd+ will take care of it and move all new apps to ext on boot, as long as you install to internal memory first.
After some market updates of apps installed to ext , you may have to move to internal and reboot to ensure they're on the ext
Sent from my Desire HD using XDA Premium App
Repsys7 said:
ok it says sd card (A2sd) 575mb 60.4 free, so I think that means the apps are on there, so if I wipe my phone the apps will stay right?
Click to expand...
Click to collapse
Maybe a slightly bigger partition would have been better.
The apps should stay, as long as the ext is not wiped / formatted.
If apps not recognised in market, clear market cache, boot cwm, clear dalvik, boot, use titanium backup pro to restore market link if needed.
Sent from my Desire HD using XDA Premium App
UpInTheAir said:
Maybe a slightly bigger partition would have been better.
The apps should stay, as long as the ext is not wiped / formatted.
If apps not recognised in market, clear market cache, boot cwm, clear dalvik, boot, use titanium backup pro to restore market link if needed.
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
I did the biggest one possible in Rom manager
Alright thanks for all your help mate!
Maybe your version, I have not done it since 1gb using cwm 2.5.1.3. But some newer versions had bricked phones. ROM manager is just an interface for cwm, so that's why its best to do it through pc. Should recognise the card through a sdcard adaptor
Sent from my Desire HD using XDA Premium App
UpInTheAir said:
Maybe your version, I have not done it since 1gb using cwm 2.5.1.3. But some newer versions had bricked phones. ROM manager is just an interface for cwm, so that's why its best to do it through pc. Should recognise the card through a sdcard adaptor
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
Yeah but I use windows, and I'm having problems using Gparted live (it just wont let me partition my sd card) and using virtualbox I cant find my device in Ubuntu :S
Mini partition tool , free version for windows, maybe you missed it in an earlier post.
Sent from my Desire HD using XDA Premium App
UpInTheAir said:
Mini partition tool , free version for windows, maybe you missed it in an earlier post.
Sent from my Desire HD using XDA Premium App
Click to expand...
Click to collapse
Ahh stupid me haha, il try it out, thanks

out of space

i've problem in istalling new apps. the mobile gives me out of space eeroe message while i've about 20 MB free internal memory, and 527MB SD-EXT
is there any way to solve this problem?
Apps2sd
Sent from my HTC HD2 using XDA Premium App
try miui with a2sd support
APP2SD is already installed.
and it refairs that apps are on SD!
any solution?
which rom do you use? if your rom supports a2sd, download a2sdgui from market and move dalvik cache to sd using this app.
I seem to have the same issue. Using imilka Incredible S 1.1 Rom, and a 32gb Patriot card, with a 1gb ext4 partition. However, when I run a2sdgui, it says no ext partition detected.
It looked like gparted created it ok, but maybe there is a problem. I have about 237mb total phone storage, which is running out!
I get this error when I have file system errors.
not sure how to solve it on a partition though.
ahmed_elshaer said:
i've problem in istalling new apps. the mobile gives me out of space eeroe message while i've about 20 MB free internal memory, and 527MB SD-EXT
is there any way to solve this problem?
Click to expand...
Click to collapse
I have gotten this on occassion during an app download/install from the market.
I have simply ignored it, and tried the download again until it succeeded.
I have no clue why it happens, but in my case, it is nothing more than an annoyance.
FWIW, I am utilizing a 2048G SD-Ext4, with lots of room.
Sent from my TMO HD2 with my right index finger using XDA Premium

Getting Error downloading certain apps from the market

I flashed the CM7 Epicmtd selfkang 12/13 build today and i am noticing that certain apps that i have purchased and free ones as well give me an error "insufficient space on the phone" i am attaching a screenshot of it. I checked the internal storage at its indicating i have 433mb of free space. Can you anyone help? I wiped data / cache and dalvik 3x prior of flashing this build. The ROM I was using before was cm7 Epic selfkang 11/24 build (BML).
Your phone has very limited space for app storage. You need to either delete unused apps or move whichever apps that will go to the sd card.
Sent from my SPH-D700 using XDA App
I had the same problem all u got to do is wipe ur cache & dalvik. I looked in the cm7 thread but it took awhile go thru and read all the posts but it was worth it.
Sent from my SPH-D700 using XDA App
migmartinez said:
I had the same problem all u got to do is wipe ur cache & dalvik. I looked in the cm7 thread but it took awhile go thru and read all the posts but it was worth it.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Thanks for the response, but i wiped dalvik and cache and still a no go. Its only on certain apps not all which is mind boggling. Any other suggestions???
kennyglass123 said:
Your phone has very limited space for app storage. You need to either delete unused apps or move whichever apps that will go to the sd card.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Thanks for the advice but do i still move the apps to my SD even though the phone has a lot of free space in the internal storage??
alfalvarez81 said:
Thanks for the advice but do i still move the apps to my SD even though the phone has a lot of free space in the internal storage??
Click to expand...
Click to collapse
No. I know what your problem is now. You have pieces of those apps still on your phone causing that error. It happened to me with the ebay app and youtube. You need to use root explorer to search your phone storage for any filename with the name of the app. For example youtube. You may find files like com.android.youtube. or simiiliar. You will need to delete those remnants and then you should be good.
Sent from my SPH-D700 using XDA App
Thanks for info, but still a no go. I deleted all the files associated with the app using root explorer till the built in search didn't turn up any results. I read a post from another user with this ROM having trouble installing apps larger than the size of the cache partition, so I'm guessing that could be it. Just unsure....
Sent from my Epic MTD CM7
Yeah bro... the cache partition is where Market tries to put the download and if you are on current CM7 MTD your cache is 25MB total. That's a no go for some apps on the market. You can see your cache size and free space by running df -h in term emulator.
You can:
1. Restore app with Ti if you had it installed before and backed up in Ti
2. Wait for next version of CM7 MTD and hope cache partition is bigger (would require a fresh CM7 install as it will redo partitions (eg fdisk'ing will wipe them clean))
3. Go back to non MTD ROM and get app installed and backed up with Ti so you can restore it once you go back onto CM7 MTD
Sent via Decadent Epic 4G CM7
codest3r said:
Yeah bro... the cache partition is where Market tries to put the download and if you are on current CM7 MTD your cache is 25MB total. That's a no go for some apps on the market. You can see your cache size and free space by running df -h in term emulator.
You can:
1. Restore app with Ti if you had it installed before and backed up in Ti
2. Wait for next version of CM7 MTD and hope cache partition is bigger (would require a fresh CM7 install as it will redo partitions (eg fdisk'ing will wipe them clean))
3. Go back to non MTD ROM and get app installed and backed up with Ti so you can restore it once you go back onto CM7 MTD
Sent via Decadent Epic 4G CM7
Click to expand...
Click to collapse
Thanks for the confirmation, I will do the steps you provided for the apps I really can't live without haha. Hope the next build has more space than 25mb in the cache.
Sent from my Epic MTD CM7
I'm sure it'll be adjusted, seems like I've heard the 25MB Cache partition was more proof of concept. But I'm not one of the devs so take it with a grain of salt
I found another work around. If you could get a hold of the apk, then it'll install.
I used my wife's phone to download Frontline Commando, pulled it with Total Commander (or your favorite file explorer) and copied it over. It installed fine.
The file was 27.## MB.
Sneezy is right, that will work if you have a spare device.
Or try this: http://forum.xda-developers.com/showthread.php?p=20388693
[ROM] Epicmtd CM7 SELFKANG - 2.3.7 [NOW WITH MORE E911]
Market Fix link!?
Sent via Decadent Epic 4G CM7

[Q] my hd2 only has 151mb of internal storage

why does my hd2 have 151mb of internal storage and only 91mb for installing apps. i have NexusHD2 ROM.:crying:
You have a 512MB HD2 (European). And most of that is taken by the system partitions and whatnot. You need data2ext or sth like that so that you can have more storage.
create ext4 partition on your sd card using mini partition tool, it will increase your internal memory.
Hit thanks if it helped :laugh:
it's normal that you have only this storage memory, Nexushd2 ROM are consuming a lot of memory.
You can move your apply on your sd-card if you have one or you can do that Rahil S say.
Marvlesz said:
You have a 512MB HD2 (European). And most of that is taken by the system partitions and whatnot. You need data2ext or sth like that so that you can have more storage.
Click to expand...
Click to collapse
but i dont know how to create an ext4 partition on sd card, can someone please guide me through on how to do this.:crying:
I'm sorry, you will have to look for that yourself.
You can use the link in my signature, it's an HD2-specific search.
So when the ext partition is created, will some of the internal memory still be used up by apps that are on SD.
Sent from my NexusHD2 using xda app-developers app
When you create an ext partition, it becomes the internal memory for apps. No need to move anything to SD.
Yes but i have created ext partition of 1gb, yet I still get low memory message. I used titanium back app.
Sent from my NexusHD2 using xda app-developers app
You reflashed the rom? And chose Dataonext?
Marvlesz said:
You reflashed the rom? And chose Dataonext?
Click to expand...
Click to collapse
i just created an ext4 partition of 1gb on the sd card using cwm. like rahil s indicated
No. Even after creating the ext4 partition, data and apps won't move on their own. You need to reflash the rom with the option "DataOnExt".
You can use TB to backup your apps, and restore after you re-install.
Is there another way, cause I don't want to mess around with the flashing stuff as I have bricked my phone in the past. I mean is there an alternative to flash like partition the SD card and use app like link2sd to move app data to sd
Sent from my NexusHD2 using xda app-developers app
Sorry for getting in the middle of your conversation,
but i believe that the best solution is data onext that it was stated above.
Tou should really give it a try!
eliaskammas said:
Sorry for getting in the middle of your conversation,
but i believe that the best solution is data onext that it was stated above.
Tou should really give it a try!
Click to expand...
Click to collapse
Are you looking for 10 posts also? Because we've already agreed that DataOnExt is the best option. He DOES want to give it a try, so your post is pointless = You are looking for 10 posts. What's the sudden interest in the HD2 section for spamming?
Also, NO. Your apology for interrupting this conversation IS NOT acceptable.
Anyway, @OP:
I think the best option is to back up all your apps using Titanium Backup, reinstall the ROM with DOE option, and then reinstall TB and your apps.
No, using Link2SD will not help you. It doesn't work like that. Sorry.
go to market and dowload link2SD to link or move app to SD ext or
read this thread http://forum.xda-developers.com/showthread.php?t=1716124
better use native sd build
5warafat1 said:
why does my hd2 have 151mb of internal storage and only 91mb for installing apps. i have NexusHD2 ROM.:crying:
Click to expand...
Click to collapse
u have a 512mb htc hd2 so only u have internal storage problem it is not a big deal.......first make a ext partion in sd card so u can use in two ways the ext partion:
1)for instaling native sd build(have more storage depend on how much u partion sd card ):highfive::highfive::highfive:
2)use app to sd or link to sd(help in move apps to sd ext partion:good:
5warafat1 said:
Yes but i have created ext partition of 1gb, yet I still get low memory message. I used titanium back app.
Sent from my NexusHD2 using xda app-developers app
Click to expand...
Click to collapse
U could try link2sd
Worked like a charm for me

Categories

Resources