[Q] How to increase memory? - HTC Desire 500

Hi guys!
How can I make more space for apps? I have a desire 500 single sim with the latest JamesRom.

Hey,
you could use Link2SD to link your apps to your sd card. If you want to do this in an efficient way, format your sd card with an Ext4 partition of approx 2GB.
Furthermore, you could remove unwanted apps. Moving some apps to the system/ partition of the device is a good idea, too. However, don't forget to integrate updates into the system regulary.
Greetings

or you can get an ext4 partition on your SD card and use cronmod or similar to mount that as /data (I have an 8gb partition for that, works perfectly)

I cant to manage cronmod script to increase my internal memory. When I put 40int2ext script (int2ext+ version) to system/etc/init.d my phone stuck at start on HTC logo (with beats audio).
I have Desire 500 Dual SIM, hboot 1.03, CWM Recovery, S-OFF and stock ROM.
How can I gain int2ext solution?
Thanks in advance.

Related

[Q] How to move all apps on my internal phone storage to ext filesystem on sd?

So i used to have all my apps on my ext filesystem on my sd card on my mytouch 3g 32B. Recently i wiped and upgraded to cyanogen mod 6.1 and also wiped ext filesystem. I used titanium backup to restore all my apps but they are on my internal phone storage now. Is there a way to move them all to my ext partition on my sd card without having to reinstall them all. also i dont want it on my fat partition i need them to be in the ext partition thank you!
Use a a2sd script? And terminal to move Them to ext
Sent from my HTC Desire using XDA App
are you talking about firerats patch?
Yeah, but i dont know how it works on mt3g
Sent from my HTC Desire using XDA App
but i thought a2sd moves only from the fat partition to ext? does it also go from internal phone storage to ext filesystem?
Apps2SD works by having your SD card patitioned into TWO filesystems. A normal FAT32 partition and a secondary ext partition. ext is just a filesystem, like FAT32, but it's the filesystem used by Android internally.
Apps2SD then runs a script on your phone which symbolically links the folder from your phone's internal storage where your apps are normally stored, to the ext partition on your SD card.
Android doesn't know that when it's installing it's apps to the internal phone storage, it's actually being stored on the SD card
in otherwords as LIL is saying. yes it moves apps from phone to sd card like the older roms did

[Q] Swap Area / EXT2 partitions - Help needed.

Hello, I'm hoping someone can answer a few questions I have regarding the format of the SD Card for the Android system. - Apologies if this has already been explained on this forum, I did a search but didn't find anything too useful that answered my questions.
(I have knowledge of the linux file-system and swap drives, just unsure of the benifits of this for android).
Currently using a 16GB SanDisk Class4 SD Card.
I'm aware that you can format the SD Card to use as a swap-drive and for use of ext2 file-system.
While searching for info on this I found the following xda link which simply explains how to do this:
http://forum.xda-developers.com/wiki/SD_card_partitioning
My questions are:
1. What are the benifits of having the ext2 file-system? (Would apps stored on SD Card run faster etc?)
2. Do I need to keep a FAT32 partition (as opposed to just having a swap and ext2 partitions without any FAT partition).
3. Does the swap drive greatly improve performance. And is this worth doing on a Class4 SD Card?
Thanks in advance!
Hi.
at the first I must say swat will decrease SD card life.
i recommond you to create EXT3 or EXT4 partition.
1)one of the benefit of EXT partition is your phone storage will not full and its help your phone performance.
2)yes.of course you should have fat32 partition for eg:music-movies...and other files.
3)yes.swap is a very good.and it helps your phone ram.eg:when you play plants vs zombie at the first screen game will exit because of ram and swap will use like ram and its good for gaming.
Thanks for the reply, much apprecaited.
Are you sure I need a FAT32 partition though? Videos, music etc etc can all be saved to ext2/3/4 on a linux OS so I just assumed I could just do away with FAT32 all together?
Is the following just not the same as using an App2SD app?
"1)one of the benefit of EXT partition is your phone storage will not full and its help your phone performance."
Sorry for being a bit fussy but I'd like to fully understand what the Ext/2/3/4 partition is actually used for. Is it just used purely for storage?
Thanks again!
In a short summary (and assuming you are using a Kernel and ROM supporting the features) ...
- "Swap" on a swap partition has its own own "filesystem". The data structures are actually created by "mkswap" and the partition is not directly accessible by the user. If your phone runs low on physical memory unused parts of the memory will be swapped out into the virtual memory to make room for other apps.
Note that this is no "magically increase your RAM" solution. Once swapping occurs it actually slows down the system as the swapped out memory regions need to be copied back into physical memory, sooner or later. It may only help to run "RAM hungry" applications.
- "SD-Ext" is a, most likely, ext2 formatted partition to where Apps you move to the SD (either by Android or App2SD) will go. This increases the amount of apps you can possibly install, but doesn't resolve the problem that apps having widgets or apps that are started during Android boot-up need to reside in the internal phone memory.
- The /sdcard partition where all your user data is being stored should be kept FAT32 (for the simple reason of making a backup of your data by slapping the card into card reader easier - Windows can't read Linux filesystems by default). Some ROMs will allow you to format /sdcard ext3 or ext4 ... the advantage is that ext3/4 (if the mount options are correctly set) may perform a lot better than FAT32, though your mileage may vary.
Roger? ...or do is something still unclear?
Many thanks B.Jay - I'll hit the thanks button after I post this reply! You cleared up all my questions, but just going back to the FAT32 partition;
I use linux as my main OS, so accessing the EXT format partition wouldn't be a problem; Do you know if all ROMs would work without a FAT32 partition and replace it with EXT2/3/4 partition? If you're unsure I can always find out by formatting and loading a rom.
Thanks again, you've been most helpful!
Agenty1609 said:
going back to the FAT32 partition;
I use linux as my main OS, so accessing the EXT format partition wouldn't be a problem; Do you know if all ROMs would work without a FAT32 partition and replace it with EXT2/3/4 partition? If you're unsure I can always find out by formatting and loading a rom.
Thanks again, you've been most helpful!
Click to expand...
Click to collapse
Linux would, of course, be able to mount a ext partition (even on a SD card put into a card reader).
As for the ROM ... it depends.
The Stock Kernel Modules AddOn of GingerDX introduces ext3 and ext4 modules for the SEMC Stock Kernel, so in theory (I didn't test it!) you should be able to access /sdcard when being formatted ext3/4 - though it could be that you might need to adjust the vold script to properly mount the partition. The modules are mainly for supporting the sd-ext partition for "Apps-to-ext3/4-partition-on-mSD".
There's also alfsamsung's Alfs Kernel which is compatible with GingerDX and some other ROMs. That would be something you could try as well.
Simply look through the ROM threads ... I think MiniCM7 (+nAa's Kernel) should be able to support it, though this could involve some tinkering.
Personally speaking, I only have a ~2GB sd-ext on the SD in my X8 and the rest is a normal FAT32 partition (/sdcard).
yes you need a FAT32 partition.
when you partition your SD card you can move moveable app and games to ext partition.
please dont move app wich they cant move to ext partition.
cause after restart app that you moved to ext will corrupted.
good luck.
Thanks again! I think I'll follow your trend and try the 2GB SD-ext and the rest FAT32.
sd-ext missing!!
hey guys!! I've a small prob, would appreciate some tips. I normally move apps to sd card, if the app is movable by default. if the app is not movable by default, i use this app2sd by droidsail (available in the market) which force moves parts of the app 2 sd card. When I make back ups using xrecovery, i have no problem.
but when I use cwm for back ups, it gives an error saying sd-ext not found and it skips that part of the back up!! so any app I've moved by default or forced moved to sd card doesn't get backed up!! So I presume I have to create a sd-ext partition manually? How do I do it? I do have an sd-ext folder. but its not in sd card. it's in the root. (never had this prob with xrecovery though)
thanks in advance!!
neo_na said:
hey guys!! I've a small prob, would appreciate some tips. I normally move apps to sd card, if the app is movable by default. if the app is not movable by default, i use this app2sd by droidsail (available in the market) which force moves parts of the app 2 sd card. When I make back ups using xrecovery, i have no problem.
but when I use cwm for back ups, it gives an error saying sd-ext not found and it skips that part of the back up!! so any app I've moved by default or forced moved to sd card doesn't get backed up!! So I presume I have to create a sd-ext partition manually? How do I do it? I do have an sd-ext folder. but its not in sd card. it's in the root. (never had this prob with xrecovery though)
thanks in advance!!
Click to expand...
Click to collapse
Which version of CWM would that be?
Saipro said:
Which version of CWM would that be?
Click to expand...
Click to collapse
It's cwm 4.0.1.5

Resizing Partition ???

Guys my biggest problem in my nexus one is my low internal storage space , now i heard something about resizing partioton , does this gives you more internal storage from your ex because i have a 32 gb external and i cant download applications ? thought i already have blackrose
Blackrose and its resizing utility are primarily for enhancing your system partition, due to huge size of some ROMs. Even if you make data partition bigger than stock, you wouldn't have "enough" storage for your apks.
So, you need to partition your sd card and run kind of a2sd script. You can also install S2E from market, easier way to a2sd, after sd card partition. Find how to partition your sd here:
http://forum.xda-developers.com/showthread.php?p=15447465
Sent from my Nexus One
You will find a complete Tuto on DarktreMore's Facebook
In some Rom App2SD Script is already embedded and you just need to partition your SD using Recovery.

[Q]Swap and app2sd

Hi!
Could You give me tutorial how to make swap and app2sd on SDE?
I think I have to make partitions. First with swap. And now one partition ext4 and there will be app2sd and my files or two partitions-first with app2sd and second with my files?
My card is 10class and 8gb
Thanks
Sent from my E15i using Tapatalk
Please, tell me what is your sd class and how much gb have it?
8gb and 10class
Thanks
Sent from my MT15i using Tapatalk
1. FAT32 (for you own files - music, pictures etc.)
2. ext4
3. swap
create them in this order.
cwm can do that.
format sd
create partition
swap....
wait...reboot
in terminal emulator.
type
su
a2sd xdata
y
y
enjoy.
minimum edition™®
To make partitions on your SD follow these steps.
1.Make a backup of your SD.
2.Enter CWM recovery.
3.Go to advanced->Partition SD card.
Now it will ask you for sizes of A2SD and SWAP.
Set them as you want.
Its Done...
NOTEartitioning the SD will erase all the data on your SD card..
Difference between Link2SD and Apps2SD
Hi Guys,
I just wanted know the difference between Link2SD and Apps2SD.
When I used Apps2SD all my user application are moved automatically to SD Card. I don't have a choice to select the app to be moved to SD.
where in in Link 2Sd I have an option to move selectively.
more over when tried apps2sd on ICS ROM ( MiniCM9.0.4 ) it wont work. many forums says the apps2sd scripts are not supported in ICS due to changes of implementation of OS.
so which one is better ? why ?
Secondly which iotion is beeter for swap ?
Swap partition or Swap File
1. I know Swap partition allows to use even if phone is connected to PC where as swapfile will dismounted if you connect ot PC.
but if I use ReadaheadKB setting of SD card in devices section swap file will perform more faster ( as it was cached partially) vs. swap partion
( ReadAheadKB helps to perform sequential reads more faster )
even if SD card wear & tear is more with SD card. th cost for SD cards are down so drastically that one can afford the loss of SD card ( laugh: data on SD should be backed up frequently :laugh:
Cheers!
Royal Eagle
=============================================================================
X8 | Unlocked BootLoader | SEMC Debrand Engine v 3.0 beta 2 | Supercharged with V6 --- More Ram means more faster

[Q] How i can improve the internal memory of my ace?

Hi, yesterday i installed the razodroid 2.5 rom , i need improve the internal memory of my device, can you help me , i had a 16GB sd card , i had particioned with minitool particion wizard but my phone app link2sd recognize the particion but show me the netx text: Mount script cannot be created mount: Invalid argument . Can you help me? plz
dianhuro said:
Hi, yesterday i installed the razodroid 2.5 rom , i need improve the internal memory of my device, can you help me , i had a 16GB sd card , i had particioned with minitool particion wizard but my phone app link2sd recognize the particion but show me the netx text: Mount script cannot be created mount: Invalid argument . Can you help me? plz
Click to expand...
Click to collapse
What filesystem is on your 2nd partition of the SD card? Make sure you select the correct filesystem in Link2SD when you create the mount script.
Mount the 2nd partition of your SD Card and transfer a file to it to make sure its been set up properly then delete the file.
Try repartitioning the SD card with ClockWorkMod Recovery, it does a better job of partitioning and creating filesystems on flash memory than partitioning tools meant for rotating storage.
Repartition using a different filesystem, when I setup Link2SD the only one that I could get to work was FAT32 but since you have the Razodroid ROM which includes Rafael's kernel I would have thought any FAT or ext filesystem would have worked. Incidentally before I got it working I was getting a similar error regarding "Mount script cannot be created" IIRC.
Hi i used ext4, but i just can make a link , when i check the capacity show me 200Mb total memory
makeyourself said:
What filesystem is on your 2nd partition of the SD card? Make sure you select the correct filesystem in Link2SD when you create the mount script.
Mount the 2nd partition of your SD Card and transfer a file to it to make sure its been set up properly then delete the file.
Try repartitioning the SD card with ClockWorkMod Recovery, it does a better job of partitioning and creating filesystems on flash memory than partitioning tools meant for rotating storage.
Repartition using a different filesystem, when I setup Link2SD the only one that I could get to work was FAT32 but since you have the Razodroid ROM which includes Rafael's kernel I would have thought any FAT or ext filesystem would have worked. Incidentally before I got it working I was getting a similar error regarding "Mount script cannot be created" IIRC.
Click to expand...
Click to collapse
dianhuro said:
Hi i used ext4, but i just can make a link , when i check the capacity show me 200Mb total memory
Click to expand...
Click to collapse
So it's working then or not?
Link2SD works by basically fooling Android into believing an app is on internal memory when its on the SD card. It does this by moving files to the SD card and then creating a link to them in internal memory. So you won't see an increase in internal memory capacity by using Link2SD. However when you link an app with Link2SD you will free up space in the internal memory which allows you to install far more apps.
Try this http://forum.xda-developers.com/showthread.php?t=1955422
, but read carefuly the instructions !!!
dianhuro said:
Hi i used ext4, but i just can make a link , when i check the capacity show me 200Mb total memory
Click to expand...
Click to collapse
RazoDroid v2.5 build version has had Link2SD removed i assume this was done for a reason as its a popular app, it might be worth checking out the thread to see if they mention why. Just a thought have you checked to make sure that both Partitions are primary?
1 word link2sd

Categories

Resources