Related
Hi,
I have installed NAND Android on my "Singaporean" HD2. After installing just few applications i got a message about low space and U found that the internal storage is 150MB only!!! How come?
I tried App2SD but still nothing happened since most imortant apps LOVE the internal storage.
Is it possible in anyway to install a new & larger internal storage?
Is it possible in anyway to install Android into the SD without having anything in the internal storage (Without having WinMo)?
Thanks,
Mohammad
Try one of these NAND builds:
RAFDROID HD or imilkas' HD2Z NAND
These builds will store the data.img on SDCard. If you use the same type of build (stock, desire, desire hd,cyanogen..), it is possible that your old data.img from sd build will working. If you have problems, put a new data.img on sd and restore your apps/settings with Titanium Backup or HTC/Google Sync.
So you mean these build put all my stuff in the SD?
if so then this is great!!
Thanks
Mohammad
Yes, your stuff will be in the data.img on sd, the system is in nand. Because these builds have more space in the Nand, some of them has completely deoxed all system files, so you can customize it with special icons or languages. The deoxed RAFDROID HD rom has for example battery icons with percentage counter.
rafpigna said:
It's fully DEODEXED so you can theme it as you want.
I tried also to keep most of the apps, background and other stuff in it.
But most important it uses DATA.IMG on SDCARD so you dont have to worry about storage limite on LEO512
Click to expand...
Click to collapse
I have found another build with this feature, a MIUI Build.
Advantages of such builds:
- easier backup of complete userdata
- theoretically unlimited userspace (see 4GB working)
- faster write speed at userdata (but slower access time)
Disadvantages:
- slower read speed and higher battery drain at userdata
- battery drain should be between a complete nand and sd
I dont have tested such a rom, I have the Nand gauner build. It has 184MB userspace at start, it is enough for me and works top after some reboot's.
I have enough space left and my big apps have the MoveToSD option, but still not applied.
My epic 4g is running ei22 Legendary v.1 with the samurai 3.3 assassin kernel. I am a bit of an app whore and have loading it up with nearly 260 apps. I have accomplished this with the use of a 2.5gb ext4 partiton on my class10 16gb sd card, the darktremor script and the a2sdgui app. With this setup I am have all the storage I need and then some.
My question is; is it possible to repartition in order for more ram as opposed to storage?
I have excluded a fair amount of apps from starting up at boot, and I aggressively manage my memory with a memory manager, but I still feel I need more ram.
dewayne25 said:
My epic 4g is running ei22 Legendary v.1 with the samurai 3.3 assassin kernel. I am a bit of an app whore and have loading it up with nearly 260 apps. I have accomplished this with the use of a 2.5gb ext4 partiton on my class10 16gb sd card, the darktremor script and the a2sdgui app. With this setup I am have all the storage I need and then some.
My question is; is it possible to repartition in order for more ram as opposed to storage?
I have excluded a fair amount of apps from starting up at boot, and I aggressively manage my memory with a memory manager, but I still feel I need more ram.
Click to expand...
Click to collapse
I believe ram is a completely different chip in the phone, opposed to the storage space, because it functions a lot differently. But I may be wrong.
Sent from my SPH-D700 using XDA App
iatedeadpeople said:
I believe ram is a completely different chip in the phone, opposed to the storage space, because it functions a lot differently. But I may be wrong.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Wait, WHAT?! The ram isn't in our SD cards?! You don't say! Although I was starting to suspect something when I noticed that if I remove the SD card (or mount it as USB storage), the phone keeps functioning, and I know that can't happen with any computer when the ram is removed...
The OP only mentioned partitioning of the SD card, not internal storage. Also, ram isn't partitioned... he is most likely referring to creating a swap partition on his sd card, which the system would then use as additional storage space for temporary data that would normally be held in ram. However, the CPU still needs the data in ram in order to interact with it, so if the required data is actually in the swap partition, then the system would need to free up some room in ram for the required data (often, by swapping places with data in ram that isn't currently needed, hence the name...
@OP - I'm fairly certain the Epic doesn't currently support swap files/partitions, but I recall seeing mention of other android phones with that ability. But it shouldn't be necessary, our phones have enough ram - if you are running out of memory (errors, not simply seeing a low amount of available ram) then you either have something wrong with your phone, or you need to stop trying to keep all of your favorite 3d games loaded at the same time, lol
Sent from my SPH-D700 using XDA App
Our phone does have the ability to support swap. Some Bonsai releases support swap. First you'd have to make sure the /sdcard was partitioned for swap to have a place to reside. Then, it'd have to be enabled in the kernel and there are tweaks to "swapiness" that sets aggressiveness of swap use - basically swap enable will try to take dormant items in RAM and move them to SWAP to free up RAM. You can run 'free' command from the terminal to see how much swap is available and in use.
All that said - I don't think the OP is referring to SWAP or RAM - as those would only help free up running memory. OP seems to be interested in more room on his OneNAND data partition and SDCard for Apps to be installed.
RE OP: CM7 MTD downsized the /cache partition in OneNAND and gave a sizeable boost to /data space for more apps (see images posted by AproSamurai showing free space). If you run the command 'df -h' from the terminal you'll see the size (total, used, available) of /system, /data, and /cache. On CM7 I have the following sizes, respectively, 268.5M, 676.5M, and 25M. Side note: The 25M cache isn't large enough for all Market apps to download though so noobnl fixed by mounting /cache/download on /data partition (MTDBlock3) to allow for larger apps to cache in download directory before install.
If you're sticking with a GB TW ROM though - I don't understand your setup. Why not just use the built in GB capability to move Apps to SD Card in Settings -> Applications (select app and "move to SD card" for those compatible/capable)? I don't get why you need to create a separate EXT4 partition and use 3rd party tools. Can you elaborate on why they wouldn't work?
Rereading your OP - NO - you can't get more RAM to fit in the phone. It's got what it's got and you can't get more from it. Enabling SWAP may help, terminating resident apps in the background MAY help, but at the end of the day you can't increase the RAM available. You'll need to better manage what you have.
Please don't confuse RAM with storage memory - that got me turned around in your OP.
Sorry for confusing you, if I did. I wasn't interested in partitioning my sd card for more ram on the sd card. My interest is in using the cache space for ram. I don't understand how a phone can be stated as having 512mb's of ram and 1gb of rom and not be. Yet all the epic can muster is 362mb of ram, most of our performance issues are due to that... If there was a way to unlock any more ram in samsung's specs claim I wanted to know.
If you're sticking with a GB TW ROM though - I don't understand your setup. Why not just use the built in GB capability to move Apps to SD Card in Settings -> Applications (select app and "move to SD card" for those compatible/capable)? I don't get why you need to create a separate EXT4 partition and use 3rd party tools. Can you elaborate on why they wouldn't work?
I would have loved to use the .android folder to save my apps but my dalvik cache would fill the internal space and limit me to about 180 apps. With the Darktremor script and a2sdgui I am able to put my Dalvik on the ext4 partition of my SD card.
I would have loved to use the .android folder to save my apps but my dalvik cache would fill the internal space and limit me to about 180 apps. With the Darktremor script and a2sdgui I am able to put my Dalvik on the ext4 partition of my SD card.
I've xcd35 also known as zte blade. I've not installed many applications, still I see only around 25MB free space in my phone memory
What can be the reason for this ?
Have you taken a lot of photos or videos possibly and are those not being saved on the SD card?
Yes, i did took many photos but they are on my sd card.
Still I don't know where did the space go.. can anyone help me in getting back my space ?
Maybe you should install some app such as file manager from market (I can't provide a link, search "file manager", it's the first result by rhythm software). Then go ahead and select "Storage analysis" after clicking menu. It'll do a complete scan of your phone+SD-card and then shows you the biggest space hoarders.
I installed file manager and it says following,
device total memory: 162.5 M
device free memory : 24.57M
sd total memory: 1.86M
sd free memory: 1.15M
Also, it gives the biggest space holders, but all those are in my sd (like one app tak 570+ MB and my documents take 33M, both are in my sd).
the list all space holders includes the folders in sd card only.. How do I see status of internal memory ?
shek007 said:
I installed file manager and it says following,
device total memory: 162.5 M
device free memory : 24.57M
sd total memory: 1.86M
sd free memory: 1.15M
Also, it gives the biggest space holders, but all those are in my sd (like one app tak 570+ MB and my documents take 33M, both are in my sd).
the list all space holders includes the folders in sd card only.. How do I see status of internal memory ?
Click to expand...
Click to collapse
Open CWM clear cache partition and then advanced clear dalvik cache and reboot it should clear your memory u must be surfing a lot on stock browser if even this didn't solve your problem reset your phone
What is cwm ? And where can I find it ?
Also, what is dalvik cache and how do I clear it ?
shek007 said:
What is cwm ? And where can I find it ?
Also, what is dalvik cache and how do I clear it ?
Click to expand...
Click to collapse
clockworkmod rest is mentioned in the above post
shek007 said:
I installed file manager and it says following,
device total memory: 162.5 M
device free memory : 24.57M
sd total memory: 1.86M
sd free memory: 1.15M
Also, it gives the biggest space holders, but all those are in my sd (like one app tak 570+ MB and my documents take 33M, both are in my sd).
the list all space holders includes the folders in sd card only.. How do I see status of internal memory ?
Click to expand...
Click to collapse
The 162.5MB is the total internal memory available for your apps and their data. The 24.57MB is how much of that is free at the moment. When you move an app to the sdcard, some of it is left behind on the internal memory, so you can't get rid of all of it. You can increase the amount of internal memory available by creating an ext partition on your sdcard (though it looks like you only have a 2GB sdcard, so you wouldn't have much space left for music etc. on it) and then using something like darktremor a2sd to move your apps to the new ext partition. This works differently from the normal move to sdcard as it allows you to move the whole app so frees more space.
The other option is repartitioning the internal memory. This means you take some of the space from where the rom is installed, and add it to the data partition so you can make use of it. For this to work well you need to use/be using a custom rom as the stock ones wont fit in the reduced space.
saaransh9 said:
Open CWM clear cache partition and then advanced clear dalvik cache and reboot it should clear your memory u must be surfing a lot on stock browser if even this didn't solve your problem reset your phone
Click to expand...
Click to collapse
This isn't really a long term solution. The dalvik cache is needed by the phone, so wiping it will only temporarily give you more space until the phone rebuilds it all once you use your apps again. The cache partition is separate from the data partition, so wiping that would make no difference to how much space you have available.
shek007 said:
What is cwm ? And where can I find it ?
Also, what is dalvik cache and how do I clear it ?
Click to expand...
Click to collapse
Which ROM you are working on? It seems like you have stock ROM as you are unaware of CWM. If you are using stock rom, you need to switch to any custom rom to flash darktremor a2sd so that you can partition you sd card and install applications on them. You can get complete tutorial on installing CWM and custom rom from cyanogenmod website. You can uninstall bloatwares if there any to free your phone memory.
Amphoras said:
The 162.5MB is the total internal memory available for your apps and their data. The 24.57MB is how much of that is free at the moment. When you move an app to the sdcard, some of it is left behind on the internal memory, so you can't get rid of all of it. You can increase the amount of internal memory available by creating an ext partition on your sdcard (though it looks like you only have a 2GB sdcard, so you wouldn't have much space left for music etc. on it) and then using something like darktremor a2sd to move your apps to the new ext partition. This works differently from the normal move to sdcard as it allows you to move the whole app so frees more space.
The other option is repartitioning the internal memory. This means you take some of the space from where the rom is installed, and add it to the data partition so you can make use of it. For this to work well you need to use/be using a custom rom as the stock ones wont fit in the reduced space.
Click to expand...
Click to collapse
I can change my sd card to 16 or 32 GB .
That is not a problem..
Now, can you please tell me how do I do external partitioning ?
or how do I do repartitioning of internal memory?
zajith said:
Which ROM you are working on? It seems like you have stock ROM as you are unaware of CWM. If you are using stock rom, you need to switch to any custom rom to flash darktremor a2sd so that you can partition you sd card and install applications on them. You can get complete tutorial on installing CWM and custom rom from cyanogenmod website. You can uninstall bloatwares if there any to free your phone memory.
Click to expand...
Click to collapse
I'm using dafult one I guess.. As I never install any rom before..
shek007 said:
I can change my sd card to 16 or 32 GB .
That is not a problem..
Now, can you please tell me how do I do external partitioning ?
or how do I do repartitioning of internal memory?
I'm using dafult one I guess.. As I never install any rom before..
Click to expand...
Click to collapse
You need to root and install a custom rom to partition both internal as well as external memory efficiently. You can flash darktremor a2sd script that allows you to install apps on partitioned sd card to your rooted stock rom but it won't work (didn't work for me).
Almost all the custom rom come with darktremor a2sd pre-installed on it. So it is advised to switch to any custom rom. But beware, both rooting and installing custom rom will void your warranty. Once you install a custom rom, i'm sure you will love it.
You can find guide on partitioning internal memory on the following links
h**p://android.modaco.com/topic/339048-guide-flashing-firmware-to-bladelibra-via-windows/
and here
h**p://android.modaco.com/topic/337426-gen1gen2partition-layout-tool-windows-only/
But i personally won't recommend partitioning you internal memory as the following ICS rom uses the default like partition.
You can follow the following link below to root and flash cyanogenmod
h**p://wiki.cyanogenmod.com/index.php?title=ZTE_Blade
If you find rooting steps given in the guide difficult you can install z4root from following link and install it on your phone to root the phone easily.
h**p://www.4shared.com/file/TA3fZuTc/z4root_zte_blade_permanent_roo.html
Once you install cyanogenmod install "ROM MANAGER" from market and there you will find the option to partition your sd card.
Regards...
shek007 said:
I can change my sd card to 16 or 32 GB .
That is not a problem..
Now, can you please tell me how do I do external partitioning ?
or how do I do repartitioning of internal memory?
Click to expand...
Click to collapse
You can partition the sdcard from ClockworkMod recovery, which you need to flash the custom rom or the darktremor scripts to make use of the ext partition. Some roms come with it pre-installed, others you have to flash it separately.
You can repartition the internal memory by TPT or Windows flasher. TPT is the easier and safer method. From your internal memory stats you posted earlier, it looks like you are stock Gen 2, but download the Mr Pigfish app from the market to check.
If it says you are Gen 1, then you can use one of wbaw's TPTs from his thread on here, or you can use them from my app. Once you use one of these, you will be converted to Gen 2 as well.
If you are Gen 2 already then you are most likely stock Gen 2 and will need to use the TPT's from my app (choosing the stock Gen 2 option when it starts), from the thread I made on here, or by using the Windows flasher.
Here's a tip that I just recently discovered.
Since apps that are flashed in your rom (like Market) cannot be deleted in a conventional sense, a duplicate of the app is created whenever they are updated. I found an app called apps2rom that moves the updated version to the rom, and deletes the old version.
I got a good 10mb from that.
For example, I've got A2SD installed and I want to know how much I've got available in my sd-ext partition, but none of the stock storage utilities tells me how much storage I have in my partitions. Only internal and sd card.
I'm currently running NexusHD2-ICS-4.0.4-CM9-HWA V2.0 (Kernel: tytung_HWA_r2) with 40ad2sdx.
When I'm looking at my apps via ROM Tooldbox Pro, It shows I have less then a MB left in System, but my internal storage is well over 700mb.
I had to do some digging around in File Expert to find out where my downlaoded apps where going. They wound up in /data/apps on phone internal storage, which means the script didn't install right, or it's spoofing internal storage so good, it's fooling file expert.
Mooncalled said:
For example, I've got A2SD installed and I want to know how much I've got available in my sd-ext partition, but none of the stock storage utilities tells me how much storage I have in my partitions. Only internal and sd card.
I'm currently running NexusHD2-ICS-4.0.4-CM9-HWA V2.0 (Kernel: tytung_HWA_r2) with 40ad2sdx.
When I'm looking at my apps via ROM Tooldbox Pro, It shows I have less then a MB left in System, but my internal storage is well over 700mb.
I had to do some digging around in File Expert to find out where my downlaoded apps where going. They wound up in /data/apps on phone internal storage, which means the script didn't install right, or it's spoofing internal storage so good, it's fooling file expert.
Click to expand...
Click to collapse
Less than a mb left in system is normal I think. The system partition is filled up by the ROM apps (hence when you flash a ROM you flash a system partition)
Try titanium backup. Internal memory is displayed as a2sd. The actual a2sd partition is displayed as internal.
Sent from my HTC HD2 using xda app-developers app
FreeSpace
Hello,
I'm trying to install the aforementioned ROM on my GF's phone, while trying to maximize free space (She complains that she needs more space for applications).
I've setup the MAGLDR partition 165 MB, with minimal cache size of 5 MB.
I have two questions:
1. Is it possible to install this ROM without CWM?
2. If not, what should be the minimal partition size for CWM. assuming that I will not use the backup feature?
Thanks!
darklinger said:
Hello,
I'm trying to install the aforementioned ROM on my GF's phone, while trying to maximize free space (She complains that she needs more space for applications).
I've setup the MAGLDR partition 165 MB, with minimal cache size of 5 MB.
I have two questions:
1. Is it possible to install this ROM without CWM?
2. If not, what should be the minimal partition size for CWM. assuming that I will not use the backup feature?
Thanks!
Click to expand...
Click to collapse
No it isn't possible and (I think) that is the minimum partition size. If you created an EXT partition on your gf's SD card then install 'Link2SD' from the Android market, you should be fine for internal storage space. I'm using the same setup (well, v2.0 cos I've heard there are issues with 2.1) and it works fine.