[Q] /system.tar backup and sd card partion - Blade General

Hello,friends i need two solution from you people....
1.how to backup entire /system folder for using it in android kitchen working rom.
can i backup with root explorer or use some commands in terminal emulator..
i think terminal commands will bakup it in .tar and will not change anything in the files
so please give me the commands to backup system on sd card.
2.secondly what value to put while partioning sd card using rom manager....
thanks in advance.

rohitzz said:
Hello,friends i need two solution from you people....
1.how to backup entire /system folder for using it in android kitchen working rom.
can i backup with root explorer or use some commands in terminal emulator..
i think terminal commands will bakup it in .tar and will not change anything in the files
so please give me the commands to backup system on sd card.
2.secondly what value to put while partioning sd card using rom manager....
thanks in advance.
Click to expand...
Click to collapse
Don't know number 1,
I have a SD card partition of 1024 MB and 32 MB swap. I can install 500 apps . So I guess these values are more than enough

rohitzz said:
Hello,friends i need two solution from you people....
1.how to backup entire /system folder for using it in android kitchen working rom.
can i backup with root explorer or use some commands in terminal emulator..
i think terminal commands will bakup it in .tar and will not change anything in the files
so please give me the commands to backup system on sd card.
2.secondly what value to put while partioning sd card using rom manager....
thanks in advance.
Click to expand...
Click to collapse
1. nand backup via CWM or Amon_RA recovery
2. don't use ROM Manager (EVER for ANYTHING), either make the partition via recovery or via the built in tools
---------- Post added at 12:21 PM ---------- Previous post was at 12:19 PM ----------
QuantumFoam said:
Don't know number 1,
I have a SD card partition of 1024 MB and 32 MB swap. I can install 500 apps . So I guess these values are more than enough
Click to expand...
Click to collapse
Yeah, 1024 goes a long way but if you got a big SD card you might want to go for twice that and swap isn't just not needed, it's not even used unless you make a separate script to use it which ISN'T included in most roms.

Which kind of built in tools?
Sent from my Blade using xda premium

QuantumFoam said:
Don't know number 1,
I have a SD card partition of 1024 MB and 32 MB swap. I can install 500 apps . So I guess these values are more than enough
Click to expand...
Click to collapse
Why anyone don't know 1. Step!!!
Sent from my Blade using xda premium

rohitzz said:
Why anyone don't know 1. Step!!!
Sent from my Blade using xda premium
Click to expand...
Click to collapse
Jinxxed posted it above

Tar will only backup what is inside the system partition . For a more complete backup one needs backup of all partitions and boot loader with recovery. It possible only by a tool like CWM.
Also for a phone with 512 MB RAM one doesn't need swap. It mai actually degrade the performance.
My Idea ZTE Blade has only 256MB RAM, I am using CM7.2 . In manage applications total of free plus used is only 128MB. So I enabled swap using m2sd, it's 256MB, actual usage varies from 80MB to 130MB.
My phones performance is greatly improved.
Sent from my Idea Blade

rahulsa said:
Tar will only backup what is inside the system partition . For a more complete backup one needs backup of all partitions and boot loader with recovery. It possible only by a tool like CWM.
Also for a phone with 512 MB RAM one doesn't need swap. It mai actually degrade the performance.
My Idea ZTE Blade has only 256MB RAM, I am using CM7.2 . In manage applications total of free plus used is only 128MB. So I enabled swap using m2sd, it's 256MB, actual usage varies from 80MB to 130MB.
My phones performance is greatly improved.
Sent from my Idea Blade
Click to expand...
Click to collapse
1. CWM will use TAR to make the backups so it's the same thing, to make a clone of the partition you'll need to use cc.
2. It won't degrade the performance in any scenario, it MAY be unnecessary and unused though.
3. That's not swap, that's using an extended partition to store data, what you're looking at is internal storage and more specifically the internal partition /data

Jinxxed said:
1. CWM will use TAR to make the backups so it's the same thing, to make a clone of the partition you'll need to use cc.
2. It won't degrade the performance in any scenario, it MAY be unnecessary and unused though.
3. That's not swap, that's using an extended partition to store data, what you're looking at is internal storage and more specifically the internal partition /data
Click to expand...
Click to collapse
1. Ok, new learning for me.
2. Good to know this. I was bit worried initially with my 256MB swap size. As I saw 0 or 32 MB swap in many posts. But after 2 weeks I confirm that it was the best thing I did for my Blade. Yes it was even better than using sd card's ext4 partition for more space. Low RAM was a bit serious issue for me than low space.
3. I know swap and ext partition are different. I have 256MB swap and 2 GB ext-4 on my class 4 16GB.
Also understand that using m2sd one can mount /data on ext-4 (r mount) and /sdext on internal nand.
Sent from my Idea Blade

rahulsa said:
1. Ok, new learning for me.
2. Good to know this. I was bit worried initially with my 256MB swap size. As I saw 0 or 32 MB swap in many posts. But after 2 weeks I confirm that it was the best thing I did for my Blade. Yes it was even better than using sd card's ext4 partition for more space. Low RAM was a bit serious issue for me than low space.
3. I know swap and ext partition are different. I have 256MB swap and 2 GB ext-4 on my class 4 16GB.
Also understand that using m2sd one can mount /data on ext-4 (r mount) and /sdext on internal nand.
Sent from my Idea Blade
Click to expand...
Click to collapse
3. Just nitpicking but the way it works is to mount data to /sd-ext/data, /sd-ext is just the mount point for your ext partition (which may be ext2, ext3 or ext4 depending on how you configured it during partitioning and how you mount it). Depending on how you do this you can have data, app, dalvik-cache and app-private mounted to /sd-ext/[folder] (this is the common way of using it when you use my script and S2E).

Jinxxed said:
... Depending on how you do this you can have data, app, dalvik-cache and app-private mounted to /sd-ext/[folder] (this is the common way of using it when you use my script and S2E).
Click to expand...
Click to collapse
May I know your script name?
Using your script which of above should be moved last, I mean with swap already might take a portion of sd card i/o and hence i fear, may make overall speed very slow.
Or for enabling all of them should i upgrade to faster sd card?
Currently I am happy with swap and apps on sd card, rest all on int. nand.
Sent from my Idea Blade

rahulsa said:
May I know your script name?
Using your script which of above should be moved last, I mean with swap already might take a portion of sd card i/o and hence i fear, may make overall speed very slow.
Or for enabling all of them should i upgrade to faster sd card?
Currently I am happy with swap and apps on sd card, rest all on int. nand.
Sent from my Idea Blade
Click to expand...
Click to collapse
S2E-Swap-Jinxxed.zip is the name, you flash it via recovery. https://dl.dropbox.com/u/54672755/S2E-Swap-Jinxxed.zip
It's basically a set of init.d scripts for proper configuration of swap, mounting of sd-ext and the S2E application to move apps, data and cache (you can choose what you want to move and what you want to leave on your internal nand data partition) to sd-ext.
It works on all roms that don't have S2E support from the get go including all ICS variants and JB.

Jinxxed said:
S2E-Swap-Jinxxed.zip is the name, you flash it via recovery. https://dl.dropbox.com/u/54672755/S2E-Swap-Jinxxed.zip
It's basically a set of init.d scripts for proper configuration of swap, mounting of sd-ext and the S2E application to move apps, data and cache (you can choose what you want to move and what you want to leave on your internal nand data partition) to sd-ext.
It works on all roms that don't have S2E support from the get go including all ICS variants and JB.
Click to expand...
Click to collapse
To deactivate mounts2sd-4.6.2 script and use your script.
I did following after getting your answer as PM.
I deleted 10mounts2sd script from \system\etc\init.d\ .
While observing S2E-Swap-Jinxxed.zip, I realized that it contained s2e.apk in /system/app.
So I actually installed s2e from from market to get latest version.
Then to enable swap and other optimizations, I added following lines in begining of 20userinit script present in /etc/init.d .
mount -o remount,noatime,nodiratime,relatime,barrier=0,nobh /system
mount -o remount,noatime,nodiratime,relatime /data
swapon /dev/block/mmcblk0p3
So I got what I wanted and also learnt many things in the process.
Also experimented with /etc/sysctl.conf by adding vm.swappiness=50 (initially 70).
---------- Post added at 08:47 PM ---------- Previous post was at 08:26 PM ----------
Jinxxed said:
1. CWM will use TAR to make the backups so it's the same thing, to make a clone of the partition you'll need to use cc.
....
Click to expand...
Click to collapse
I backed up my Blade using the latest ClockworkMod 5.0.2.0 .
CWM backup up saying done, but with a message.
It said it did not backup up /sd-ext or external ext2/3/4 partition.
So I was worried to use app-to-ext scripts or programs.
Now I successfully used tar to backup sd-ext and restore it on a faster (class 4 to 6) sd card.
But I would like know if there is any new version of CWM for Blade 6.0.1.2 with or without touch, which backs up ext2/3/4 without any issues.
If yes, I would upgrade my CWM.
It saves time to use CWM, compared to tar.
Thanks in advance.

Related

[Q] HELP with Swap Partition

hi guys i have been searching the forums for tutorial on how to properly partition your sd card and your phone to use a swap partition for swapper. i heard it allows speed up performance for the phone while using some apps. can anyone pls help me with this. i just want a better performing GT540. thanks in advance
I'd be interested in a tutorial for this as well.
Thanks
Most opperating systems have a built in manager for it, including windows. Look on YouTube, that's how I did mine.
Or use clockworkmod.
lukemovement1 said:
Most opperating systems have a built in manager for it, including windows. Look on YouTube, that's how I did mine.
Or use clockworkmod.
Click to expand...
Click to collapse
On windows you can create partitions but swap belongs to linux so unless you use a ubuntu live CD or a machine with ubuntu...
Veronica
lavero.burgos said:
On windows you can create partitions but swap belongs to linux so unless you use a ubuntu live CD or a machine with ubuntu...
Veronica
Click to expand...
Click to collapse
A ext2 partitions is the same on all operating system
Clockworkmod will also partition you sdcard
So i just create an ext2 partition on my sd? Then what's next?
Sent from my GT540 using XDA Premium App
Back ur memory card up first. Depending what size memory card you have depends on the size of the partition
The most you will need is 2gb, I would only us 500mb.(2gb sdcard)
You need to have a fat32 partition for your normal data and the ext2 for the swap file. Then just put it back in you phone.
BTW I lost my last memory card trying to unpartition it. So if you only want 1 extra paelrtition use clockworkmod.
NEXT STEP
lukemovement1 said:
back ur memory card up first. Depending what size memory card you have depends on the size of the partition
the most you will need is 2gb, i would only us 500mb.(2gb sdcard)
you need to have a fat32 partition for your normal data and the ext2 for the swap file. Then just put it back in you phone.
Btw i lost my last memory card trying to unpartition it. So if you only want 1 extra paelrtition use clockworkmod.
Click to expand...
Click to collapse
after this, how can i configure swapper 2??
Thanks in advance
I think you tick a box. Download swapper2 from the market place, one of them has more options than the other

SwiftDroid ASIS and Swap?

Hi there,
I never dealt with creating swap partition. I'm using latest SwiftDroid now and like to know if it uses swap automatically. If not, would it be advisable to create one? How do I have to do this? Which size should it have and does SwoftDroid ASIS recognise it rigth?
I googled a lot and search in the forum, but didn't find helpful information.
Thanks
G00fY2 said:
Hi there,
I never dealt with creating swap partition. I'm using latest SwiftDroid now and like to know if it uses swap automatically. If not, would it be advisable to create one? How do I have to do this? Which size should it have and does SwoftDroid ASIS recognise it rigth?
I googled a lot and search in the forum, but didn't find helpful information.
Thanks
Click to expand...
Click to collapse
using swap isn't the best idea as it kills ur sd card faster.
also a lot of people use about 200mb swap partition to about 300mb swap
partition..
u could get the app from the market ( swapper2 for root users )
or read this thread!!
http://forum.xda-developers.com/showthread.php?t=1317362
Mur4ik recommends swap 256MB for previous versions of SwiftDroid, so I think that is also applies to ASIS. ASIS can use swap automatically (no need to use swapper app) if you create swap partition as third on sdcard (second should be ext - in newest recovery you can create 2MB ext3 partition).
kretos said:
ASIS can use swap automatically (no need to use swapper app) if you create swap partition as third on sdcard (second should be ext - in newest recovery you can create 2MB ext3 partition).
Click to expand...
Click to collapse
Okay, now slowly. I flashed my phone with Mur4ik's KDZ Method before installed SwiftDroid. So there should be 150MB for system,64MB for cache and 234MB free internal storage. Are the 64MB memory for swap? So that SwiftDroid always uses swap but with internal memory?
Now I don't understand what you say about second and third partition and what exactly Mur4ik suggest for his ROM. They are both an SD, aren't they? I use a 16GB class 4 SD card. So what should I do to get best performance with ASIS?
androidboss7 said:
using swap isn't the best idea as it kills ur sd card faster.
also a lot of people use about 200mb swap partition to about 300mb swap
partition..
u could get the app from the market ( swapper2 for root users )
or read this thread!!
http://forum.xda-developers.com/showthread.php?t=1317362
Click to expand...
Click to collapse
thanks for recommending my thread yes goofy use the link to enable swap
Edit: oops i found out i deleted the pictures at the thread just restored them hope it makes it easier
G00fY2 said:
Okay, now slowly. I flashed my phone with Mur4ik's KDZ Method before installed SwiftDroid. So there should be 150MB for system,64MB for cache and 234MB free internal storage. Are the 64MB memory for swap? So that SwiftDroid always uses swap but with internal memory?
Now I don't understand what you say about second and third partition and what exactly Mur4ik suggest for his ROM. They are both an SD, aren't they? I use a 16GB class 4 SD card. So what should I do to get best performance with ASIS?
Click to expand...
Click to collapse
150MB for system,64MB for cache and 234MB free internal storage <- it's internal storage of your phone, system is just system, cache is for files downloaded from internet, internal storage is for installing your applications.
On sdcard you should have primary partition (fat32), ext3 and swap (linux swap type) partition. The third will be automatically used. See thread mentioned above or copy everything from your sdcard to you computer, reboot phone into recovery and creat ext partition and swap partition (in that order) through recovery. Then reboot phone and copy data back from computer to phone's sdcard.
Ok, i managed to create 256MB swap partition.
So what do you say is the best swappiness value? I read that 60 seems to be to high?
PS: How can I see if swap works?
I leave mine at 60 to see If it works type free in a terminal on the phone
Ok it works. Terminal shows me that the phone uses swap. But I also recognised it by playing some games, which worked laggy before and now run very smooth.
About swappiness: I read that 30 seems to be the best for our phone?
ASIS set swappiness to higher value (I believe 60) - I've changed it to 30 in previous versions but now I just left it as it it. I don't see any difference.
Yay! no more third person software :3, native swap.
Thanks :3

Ext partiton not working

How can i force my phone to install everything to ext partition?
I have ext3 partition and Im running newest miui.us rom.
Also,when i open app2sdgui it just closes after black screen.
Pls help me vouse im constantly seeing that low on space warning.
I allready moved all the apps I could to sd,but still i have less then 10 mb left..
Sent from my HTC HD2 using fingers
imported0 said:
I allready moved all the apps I could to sd,
Click to expand...
Click to collapse
if you mean by choosing settings - app settings - manage apps and choosing to move an app to sd card, thats not how ext works, what that does is takes it FROM the ext partition and puts it in the FAT partition.
The apps should all be set to use internal memory, and the system will put them in the ext partition without you doing anything.
samsamuel said:
if you mean by choosing settings - app settings - manage apps and choosing to move an app to sd card, thats not how ext works, what that does is takes it FROM the ext partition and puts it in the FAT partition.
The apps should all be set to use internal memory, and the system will put them in the ext partition without you doing anything.
Click to expand...
Click to collapse
I know how ext works,but i dont know why is it not working..
How can i fix this,should i wipe all and reinstall rom and all the apps again?
Sent from my HTC HD2 using fingers
I advise installing Link2SD, I had a similar problem and this program fixed it for me.
Just mount the storage space and then you will be able to create link (that means moving the app to ext partition).
Hope it helps.
i haven't used miui so i can only comment on cm7 roms with a2sd+.
Did you create teh ext yourself? because i have read that if the ext and fat are not in the correct order (i cant remember which should be first, which second), if they arent the correct way around the system wont see the ext.
Have you used an android browser to look at the contents of teh ext? is it REALLY empty?
samsamuel said:
i haven't used miui so i can only comment on cm7 roms with a2sd+.
Did you create teh ext yourself? because i have read that if the ext and fat are not in the correct order (i cant remember which should be first, which second), if they arent the correct way around the system wont see the ext.
Have you used an android browser to look at the contents of teh ext? is it REALLY empty?
Click to expand...
Click to collapse
No,he puts something on ext and something on internal ..
Sent from my HTC HD2 using XDA Premium App
matoflash said:
I advise installing Link2SD, I had a similar problem and this program fixed it for me.
Just mount the storage space and then you will be able to create link (that means moving the app to ext partition).
Hope it helps.
Click to expand...
Click to collapse
Not working...
Sent from my HTC HD2 using XDA Premium App
one other thing is that the internal memory will go down when you instal something, but REALLY the app has gone to EXT, and the internal free memory will go back up after a reboot. Its a free memory display bug. The system just assumes it has used the space up without checking it until after a reboot.
So you install a 20mb app, the internal memory drops 20mb, but after a reboot has gone back up 20mb.
Just a thought.
If you partition your sd card in GPartEd, your FAT32 partition should be first (on the left) followed by your ext3 partition.
Or you could use CWM or even ROM Manager (I think, not 100% sure about ROM Manager) to partition your card.
Try flashing this in CWM Recovery:
http://forum.xda-developers.com/attachment.php?attachmentid=749299&d=1318560772
And then when you reboot, go into your terminal emulator app and type:
su (press enter)
a2sd reinstall (press enter)
It should then say a bunch of stuff, and then your phone will reboot and take a long time to boot back up, because it is moving all your apps to your ext3 partition.
I would really recommend using gparted to partition your card, it's very reliable, gives you the most control over what you're doing, and you can download an iso to make a bootable cd of it if you don't use Linux. Google 'GParted Live CD'. (But why wouldn't you use Linux???)
Do a CWM NanDroid backup before you do any of this, in case your rom is not A2SD compatible and it screws something up. Then you'll be able to revert back to your present state. I can't stress the CWM backup enough, especially because I'm not sure if MIUI roms are A2SD compatible or not. Either way, I think it's worth a shot.
Back your sd card up to your computer before partitioning it, as it will wipe everything from it.
So,I did this: Wiped all and installed rom again,app2sd gui now working (apps are on sd) but i still have a little space left. Only installed apps I really need and i have less then 30% available.
I even linked all apps I could with link2sd app.
I dont know,I will try to reboot now and see if something happened.
Sent from my HTC HD2 using xda premium
imported0 said:
So,I did this: Wiped all and installed rom again,app2sd gui now working (apps are on sd) but i still have a little space left. Only installed apps I really need and i have less then 30% available.
I even linked all apps I could with link2sd app.
I dont know,I will try to reboot now and see if something happened.
Sent from my HTC HD2 using xda premium
Click to expand...
Click to collapse
You only have a little space left on internal memory or in your ext partition?
You have a EURO HD2, so you're not gonna have a bunch of internal memory no matter what. Your ext won't show up in Settings/Storage/SD Card.
In order to see how much ext space you have left, look in the A2SD GUI app.
How much space is left in each of those? (ext and internal)
If you are using the A2SD that I linked in my previous post, you won't have to use the link2sd app.
It creates the symlinks to the sd ext partition on its own.
How big of an ext partition did you put on your sd card?
huggs said:
You only have a little space left on internal memory or in your ext partition?
You have a EURO HD2, so you're not gonna have a bunch of internal memory no matter what. Your ext won't show up in Settings/Storage/SD Card.
In order to see how much ext space you have left, look in the A2SD GUI app.
How much space is left in each of those? (ext and internal)
If you are using the A2SD that I linked in my previous post, you won't have to use the link2sd app.
It creates the symlinks to the sd ext partition on its own.
How big of an ext partition did you put on your sd card?
Click to expand...
Click to collapse
Memory free:
Internal: 32MB
Ext:786MB
its 1024 partition..
Sent from my HTC HD2 using xda premium
what system partition size have you flashed?
what size partition does the rom (you still havent linked to teh rom you flashed so we cant look ourselves) say you need?
because that doesn't count towards internal space, so for example if your rom requires a 150 meg system partition, and you flash a 250meg system partition, you will lose the extra 100mb. you wont be able to use it for apps or data, it will be dead space.
huggs said:
If you partition your sd card in GPartEd, your FAT32 partition should be first (on the left) followed by your ext3 partition.
Or you could use CWM or even ROM Manager (I think, not 100% sure about ROM Manager) to partition your card.
Try flashing this in CWM Recovery:
http://forum.xda-developers.com/attachment.php?attachmentid=749299&d=1318560772
And then when you reboot, go into your terminal emulator app and type:
su (press enter)
a2sd reinstall (press enter)
It should then say a bunch of stuff, and then your phone will reboot and take a long time to boot back up, because it is moving all your apps to your ext3 partition.
I would really recommend using gparted to partition your card, it's very reliable, gives you the most control over what you're doing, and you can download an iso to make a bootable cd of it if you don't use Linux. Google 'GParted Live CD'. (But why wouldn't you use Linux???)
Do a CWM NanDroid backup before you do any of this, in case your rom is not A2SD compatible and it screws something up. Then you'll be able to revert back to your present state. I can't stress the CWM backup enough, especially because I'm not sure if MIUI roms are A2SD compatible or not. Either way, I think it's worth a shot.
Back your sd card up to your computer before partitioning it, as it will wipe everything from it.
Click to expand...
Click to collapse
Did what u said here,but same results,35MB internal free memory..
Is this normal for eu model? I remember I had 100MB free on cm7 roms...
Sent from my HTC HD2 using xda premium
samsamuel said:
what system partition size have you flashed?
what size partition does the rom (you still havent linked to teh rom you flashed so we cant look ourselves) say you need?
because that doesn't count towards internal space, so for example if your rom requires a 150 meg system partition, and you flash a 250meg system partition, you will lose the extra 100mb. you wont be able to use it for apps or data, it will be dead space.
Click to expand...
Click to collapse
I dont know what rom requires,I have miui.us rom,and 150 mb cwm partition.
Sent from my HTC HD2 using xda premium
hmm its a 90 meg download, so 150 system should be ample. do you have masses of text messages stored? (i know some people have thousands, never delete any, , , weird) or tens of hundreds of contacts that could be filling up the data partition? (your systems 'internal storage' figure is based only on the data partition)
samsamuel said:
hmm its a 90 meg download, so 150 system should be ample. do you have masses of text messages stored? (i know some people have thousands, never delete any, , , weird) or tens of hundreds of contacts that could be filling up the data partition? (your systems 'internal storage' figure is based only on the data partition)
Click to expand...
Click to collapse
I have more than 1000 contacts synced from facebook.But I dont think thats the issue,I think it is something with the rom..
This is the rom Im using..
http://forum.xda-developers.com/showthread.php?t=1117787
I read everything and still cant figure out what did I do wrong.
Sent from my HTC HD2 using xda premium
i dont have my phone handy to compare, but what id do next would be go into cwm and do a backup, then reboot into android, and browse to the backup folder and take a look at the size of the data image, which will give you a rough idea on its size.
samsamuel said:
i dont have my phone handy to compare, but what id do next would be go into cwm and do a backup, then reboot into android, and browse to the backup folder and take a look at the size of the data image, which will give you a rough idea on its size.
Click to expand...
Click to collapse
Idk what u talkin about lol
Edit:Im gonna sell this damn phone and buy something with more internal memory
Sent from my HTC HD2 using FINGERZ
samsamuel said:
i dont have my phone handy to compare, but what id do next would be go into cwm and do a backup, then reboot into android, and browse to the backup folder and take a look at the size of the data image, which will give you a rough idea on its size.
Click to expand...
Click to collapse
Canu take a look at that thread.. Maybe I missed something :/
Sent from my HTC HD2 using FINGERZ

Problem regarding Swap

I'm using Lewa OS v4,
Initially there is a Swapper working, with a swap file on System partition (not more than 32 MB).
But i want to make it some large, i tried Ext 4 partition on SD Card .
I go to the swapper setting and change the mode to sdcard partition ,
It says ' swap open failed '.
I reboot, swapping becomes normal but also that partition mounts at /data/app
That is phone memory is replaced by this partition and the apps which i install in phone memory it install on this partition.
And when i check the storage in " Managing Application " tab in setting it shows the real phone memory with apps installed on ext4 sdcard partition.
Its too messy
And due to this i am having trouble using ext4 sdcard partition swap.
Is this is a problem with GB Roms or only with Lewa rom v4
vinmac said:
I'm using Lewa OS v4,
Initially there is a Swapper working, with a swap file on System partition (not more than 32 MB).
But i want to make it some large, i tried Ext 4 partition on SD Card .
I go to the swapper setting and change the mode to sdcard partition ,
It says ' swap open failed '.
I reboot, swapping becomes normal but also that partition mounts at /data/app
That is phone memory is replaced by this partition and the apps which i install in phone memory it install on this partition.
And when i check the storage in " Managing Application " tab in setting it shows the real phone memory with apps installed on ext4 sdcard partition.
Its too messy
And due to this i am having trouble using ext4 sdcard partition swap.
Is this is a problem with GB Roms or only with Lewa rom v4
Click to expand...
Click to collapse
And why are u using ext4 for swap..ext2/3/4 are for sd-ext only..it should be in linux swap.
And try using swapper 2 which is free at play store..it can create a swap file of 256mb max..
Sent from my X8 using Tapatalk
sandy_tea said:
And why are u using ext4 for swap..ext2/3/4 are for sd-ext only..it should be in linux swap.
And try using swapper 2 which is free at play store..it can create a swap file of 25mb max..
Sent from my X8 using Tapatalk
Click to expand...
Click to collapse
wrong, for android you use ext to make a swap partition
vinmac said:
I'm using Lewa OS v4,
Initially there is a Swapper working, with a swap file on System partition (not more than 32 MB).
But i want to make it some large, i tried Ext 4 partition on SD Card .
I go to the swapper setting and change the mode to sdcard partition ,
It says ' swap open failed '.
I reboot, swapping becomes normal but also that partition mounts at /data/app
That is phone memory is replaced by this partition and the apps which i install in phone memory it install on this partition.
And when i check the storage in " Managing Application " tab in setting it shows the real phone memory with apps installed on ext4 sdcard partition.
Its too messy
And due to this i am having trouble using ext4 sdcard partition swap.
Is this is a problem with GB Roms or only with Lewa rom v4
Click to expand...
Click to collapse
Friend,
Use this menthod for swap in lewa os rom v4:
1.Backup ur currently data in CWM(skip this if u want a fresh install)
2.Backup all ur data in SD(place it somewhare in ur pc)
3.Reboot in CWM>Advance>Partition the SD Card>the ext3>512m>32m
4.Press Enter key.wait till its done.
5.Now u have 512mb EXT partition with 32mb SWAP partition & ur SD is REFORMAT.
6.Copy back all ur data
7.Reboot again in CWM & restore or install fresh rom
8.Go to swap in phone(u know where)and apply SD swap.
DONE
why just dont ask in my thread.....
What it means that 512MB EXT4 partition and 32MB Swap partition?
Actually I don't want partition for App to SD.
And if swap is 32MB then swap file in system partition is more feasible. As i know that phone memory is more faster than sdcard in any case. (Might be I'm wrong)
But in my case it is true, I have class 2 sdcard.
zmuhammx said:
Friend,
why just dont ask in my thread.....
Click to expand...
Click to collapse
I ask here because i'm confused that if this problem is with Lewa os or with all GB Roms.
sandy_tea said:
And try using swapper 2 which is free at play store..it can create a swap file of 25mb max..
Click to expand...
Click to collapse
Swapper included in the Rom .
No need of external app.
And capable of making 32MB swap in system partition and 128 MB sdcard file
Lloir said:
wrong, for android you use ext to make a swap partition
Click to expand...
Click to collapse
Have u tried it? Even if u are using cwm to partition your sdcard the third partition for swap will be formatted as linux swap for sure
Sent from my X8 using Tapatalk
vinmac said:
Swapper included in the Rom .
No need of external app.
And capable of making 32MB swap in system partition and 128 MB sdcard file
Click to expand...
Click to collapse
Well it is up to u which u are going to use then
Sent from my X8 using Tapatalk
vinmac said:
What it means that 512MB EXT4 partition and 32MB Swap partition?
Actually I don't want partition for App to SD.
And if swap is 32MB then swap file in system partition is more feasible. As i know that phone memory is more faster than sdcard in any case. (Might be I'm wrong)
But in my case it is true, I have class 2 sdcard.
Click to expand...
Click to collapse
Depending on the apps you often use & how often those apps swap-out RAM, you might actually experience performance lag. Asides (I insist!), beating your card to death.

[Q] Internal Memory Low Space on ICS 2.4.27-HWA

I have installed MIUI.us-Leo-2.4.27-HWA.ZIP in to my HTC HD2. Everything is working fine except Camera and phones internal memory is very low, only 25MB resulting cannot update any existing applications.
My phones total internal memory memory is 151MB and available is only 25MB.
SD card total space is 15GB and available is 9GB which is fine.
Total downloaded applications are 26 only, so it is not that I have too many application downloaded.
I moved most of the downloaded and other applications to SD card by using titanium backup. Few could not be moved for unknown reason as it does not give me option to move.
Can anyone please help me to increase my internal memory to at least at 70 or 60MB please.
Would appreciate your help.
Ronju Khan.
Dhaka, Bangladesh
i have used a few MIUI roms & did not have that problem
what is the data.img that you used?
are you using NAND rom? in that case what was the size of the partition you used, did you follow the recommended size?
Internal Space Low
mengfei said:
i have used a few MIUI roms & did not have that problem
what is the data.img that you used?
are you using NAND rom? in that case what was the size of the partition you used, did you follow the recommended size?
Click to expand...
Click to collapse
Yes, it is NAND ROM. The recommended partition was above 200mb and I used 250mb, so it was okay.
All I need to increase my internal space at least to 60 or 70mb so that application update can be done.
Many thanks
The ROM suggested 200, but you installed 250. You just lost 50 worth o internal storage.
You'll need to install an A2SD script, in order to be able to use your sd card as an internal storage. (of course, after making an ext2 partition )
Marvlesz said:
The ROM suggested 200, but you installed 250. You just lost 50 worth o internal storage.
You'll need to install an A2SD script, in order to be able to use your sd card as an internal storage. (of course, after making an ext2 partition )
Click to expand...
Click to collapse
Why ext2 he will face a lot of problems use ext4 for best speed
Sent from my HTC HD2 using XDA
Reply Internal Space is Low
Thealshear said:
Why ext2 he will face a lot of problems use ext4 for best speed
Sent from my HTC HD2 using XDA
Click to expand...
Click to collapse
I have A2SDGUI installed but don't know how to use this to increase internal space .Please advise me in details how do I perform ext4. I will be very much grateful to you. Will wait for your response.
Many thanks.
Reply to Marvlesz
Marvlesz said:
The ROM suggested 200, but you installed 250. You just lost 50 worth o internal storage.
You'll need to install an A2SD script, in order to be able to use your sd card as an internal storage. (of course, after making an ext2 partition )
Click to expand...
Click to collapse
Marvlesz, I looked for 200MB partition but could not find anywhere. That's why I installed 250MB. There are only 3 options they gave which is 150MB, 250MB & 400MB. Please suggest me in details how I would be able to do ext2 or ext4 using A2SD

Categories

Resources