[MOD] Mount External SD Card as /data for MORE SPACE - Desire 626 Android Development

THIS MOD IS FOR THE METROPCS VARIANTS ONLY!!!!
Most of you reading this will know me from my AdvancedStock ROM. Well This new mod I created will allow you to mount an External Partition on the external SD Card as the /data partition on the phone allowing for as much space as you want on the phone for all apps, user data, pretty much everything. This mod replaces the usual /data mount point so that the SD Card can take over. It is a little complicated to explain but here goes:
Partition: A specific area of the drive.
Mount Point: Where the Partition is mounted during or after boot.
NAND: Internal Storage
SD Card: Your EXTERNAL SD Card. (Not INTERNAL)
Your phone has whats called partitions on its internal NAND storage device (mmcblk0). This storage device holds the OS, User data, etc. This NAND is what is changed when flashing ROMs, Wiping data, etc. Your phone also has what is call mount points. Mount points, for all intents and purposes, is a sort of folder on the NAND storage that can mount these partitions so your phone boots up, can download things, run apps, etc. This mod changes the /data mount point (Where all USERDATA is stored, like apps, app data, settings, wifi, etc.) to the SD Card(mmcblk1). Doing this mod, you will have 2 partitions on the SD Card, mmcblk1p1 and mmcblk1p2. This mod, in order to be used, requires that the SD Card have TWO(2) partitions. mmcblk1p1(fat32), & mmcblk1p2(ext4). This new kernel will use the mmcblk1p2 partition to store the USERDATA by replacing the mount point that was originally mmcblk0p2 (Or something to that affect). This is done by unpacking the kernel modifing the fstab(File with a list of mount points and partitions).
So at the end of formatting the SD Card the partition table should look something (does NOT need to be exact
----------------------------------------------
| FAT32(500MB) | EXT4(28GB) |
----------------------------------------------
PARTITION 1 | PARTITION 2
mmcblk1p1 | mmcblk1p2
I hope this explination helps everyone under stand exactly what this does. This is not a apps2sd mod, this is a DATA2SD mod. ALL user data, not just apps, will be stored on the SD Card.
Wiki: https://urgero.org/626ExtData
Download: https://www.mediafire.com/?poalj63aubajkd2
Need to Factory Reset (Post MODDED KERNEL install): https://www.mediafire.com/?qaxcyhxusfc1f2u (Flash in TWRP, Not tested)
Download for latest Firmware(1.23.155.0.3): https://www.mediafire.com/?0po4jm2a6k8rx7u
Warnings:
You always run the risk of bricking a device when using non-oem firmware.
Although I have tested this extensively (And currently using it as my Daily Driver) expect bugs.
Under Settings -> Storage you will see "Unavailable/8.00GB" This is fine and can be ignored.
This can cause a bootloop if not used properly. and can Soft-Brick your device.
This process requires the phone to act AS IF it was factory data reset. But it was not. You will need to re-download all your apps, configure the phone again as if you did a factory data reset. This is required because of the new kernel. If you want to revert back to before, just flash the boot from the backup you will be making in the install steps.
Notes before installing:
1. The external data partition MUST be Partition 2 no if ands or buts!
2. This **MAY** cause some lag on the device if the SD Card is class 4 and lower, or if the SD Card is old.
3. The partition SIZES do not matter as long as there are two partitions as explained in the instructions.
4. The Wipe data function in TWRP will STILL BE MAPPED TO THE INTERNAL DATA NOT THE NEW EXTERNAL ONE SO DO NOT WIPE DATA OR FACTORY RESET WILL USING THIS KERNEL OR YOU WILL LOSE THE DATA FROM BEFORE THE KERNEL WAS FLASHED.
Install:
You need TWRP installed, so go to xda forums and install it.
Then boot into TWRP.
Select Backup.
Select Storage Device
Select Micro SD
Select All options and click "Backup"
Wait until it is done.
plug your phone in and in Windows/Linux/Mac go to your phone in a file manager then Phone\TWRP\BACKUPS\<SOME_RANDOM_NUMBERS\todays date and copy everything out of there.
Put htc626s_extData.img on the INTERNAL SD CARD.
Reboot into android and Install AParted
Open it and press the green plus button twice.
For Partition 1: Make sure the file system is fat32, this is important!!!! (Size it how you like) This is required so Android does not bug you about an unsupported filesystem.
For Partition 2: Make the file system ext4(Size it how you like)
Hit "Apply Changes"
Wait and then reboot back into TWRP.
Go to Install -> Then in the bottom right select "Install Image" and browse to the htc626s_extData.img file you downloaded and put on the internal SD Card.
Select "Boot" and install.
wait a second.
then click Reboot System.
First boot up time will be long, but after that it will boot up like a new phone!!! Dont worry, your data is still on the OLD data partition, the phone just does not have access to it.
Enjoy and profit from the new space.
Any question let me know here, PM, or whatever.

Hi, thanks for all the hard work your putting into this phone. I want to try the mod but I already use link2sd (Free version) and link some of my apps to the sd card. So I already have an ext2 partition on my sd card. Can I just flash the kernel and it boots with the second partition mounted and the apps that I already linked with link2sd, still work. Thanks again!!!

ricki13th said:
Hi, thanks for all the hard work your putting into this phone. I want to try the mod but I already use link2sd (Free version) and link some of my apps to the sd card. So I already have an ext2 partition on my sd card. Can I just flash the kernel and it boots with the second partition mounted and the apps that I already linked with link2sd, still work. Thanks again!!!
Click to expand...
Click to collapse
Unfortunately no. The mod requires a fresh ext4, not ext2, partition.

Can you take screenshot of system storage?

So partition 2 will be acting like internal storage completely or just data for apps? If its completely, couldn't I just dedicate 99% of my external card to partition 2?
---------- Post added at 09:13 AM ---------- Previous post was at 09:12 AM ----------
Or better yet, what is the purpose of each partition?

Will you be adding more features to this Kernel in the future?

talksickisil said:
So partition 2 will be acting like internal storage completely or just data for apps? If its completely, couldn't I just dedicate 99% of my external card to partition 2?
---------- Post added at 09:13 AM ---------- Previous post was at 09:12 AM ----------
Or better yet, what is the purpose of each partition?
Click to expand...
Click to collapse
The first partition is there so Android does not bug you about a broken SD card. The second acts as 100% internal storage AND /data.
And yes 99% of the SD card can be for this mod. Or 50% that's up to you.
Screenshot uploaded so you guys can see the amount of apps is over the amount of space this phone used to have.

Quote from OP: An extended explanation of what this mod does:
Partition: A specific area of the drive.
Mount Point: Where the Partition is mounted during or after boot.
NAND: Internal Storage
SD Card: Your EXTERNAL SD Card. (Not INTERNAL)
Your phone has whats called partitions on its internal NAND storage device (mmcblk0). This storage device holds the OS, User data, etc. This NAND is what is changed when flashing ROMs, Wiping data, etc. Your phone also has what is call mount points. Mount points, for all intents and purposes, is a sort of folder on the NAND storage that can mount these partitions so your phone boots up, can download things, run apps, etc. This mod changes the /data mount point (Where all USERDATA is stored, like apps, app data, settings, wifi, etc.) to the SD Card(mmcblk1). Doing this mod, you will have 2 partitions on the SD Card, mmcblk1p1 and mmcblk1p2. This mod, in order to be used, requires that the SD Card have TWO(2) partitions. mmcblk1p1(fat32), & mmcblk1p2(ext4). This new kernel will use the mmcblk1p2 partition to store the USERDATA by replacing the mount point that was originally mmcblk0p2 (Or something to that affect). This is done by unpacking the kernel modifing the fstab(File with a list of mount points and partitions).
So at the end of formatting the SD Card the partition table should look something (does NOT need to be exact
----------------------------------------------
| FAT32(500MB) | EXT4(28GB) |
----------------------------------------------
PARTITION 1 | PARTITION 2
mmcblk1p1 | mmcblk1p2
I hope this explination helps everyone under stand exactly what this does. This is not a apps2sd mod, this is a DATA2SD mod. ALL user data, not just apps, will be stored on the SD Card.
Click to expand...
Click to collapse

Will a 16gb SD be good enough? It looks like you're using a 32gb SD card. For ext4 partition you have it for 28gb why not 31gb? And can I make fat32 500mb as well? And since you use 28gb.. 8gb is used for nand storage? Can u give me an example for a 16gb SD card for aparted? I will like to make use of all of the 16gb SD. Thanks

kdayyy said:
Will a 16gb SD be good enough? It looks like you're using a 32gb SD card. For ext4 partition you have it for 28gb why not 31gb? And can I make fat32 500mb as well? And since you use 28gb.. 8gb is used for nand storage? Can u give me an example for a 16gb SD card for aparted? I will like to make use of all of the 16gb SD. Thanks
Click to expand...
Click to collapse
The sizes can be what ever you want. as long as the 2nd partition is ext4. thats all you really need to worry about.
But here is an example:
Partition 1:
Filesystem: fat32
Size: 500MB
Partition 2:
Filesystem: ext4
Size: 1100MB
It is really that simple. I am using a 32GB SD Card, and have it split so that there is an 8GB is fat32 for Pictures I take and other misc Windows based programs I use with my phone.
But you do what you want. But once you set the sizes and go through Android's Setup, you cannot resize them.

Man I can't wait to get to a computer and try this out. Man, with xposed finally working it really couldn't have came at a better time. I'm down to about 327 mb of free space in the internal storage.. 8gb of total internal space was a horrible decision by HTC. I understand the phone is a budget buy but 8gb is downright insulting in 2015 on a lollipop device. But let me stop that miniature rant now. I did notice that my 32gb card I bought 3 phones ago is only class 4. Hopefully it doesn't lag like you mentioned could possibly be the case.. And if it is the case, I'm going to upgrade my micro SD card to a higher storage level and class level. I really need to get this mod working, and working optimally. In my opinion, if all goes correctly it will be a major upgrade to the phone and be a solution for my single biggest issue about this phone.

talksickisil said:
Man I can't wait to get to a computer and try this out. Man, with xposed finally working it really couldn't have came at a better time. I'm down to about 327 mb of free space in the internal storage.. 8gb of total internal space was a horrible decision by HTC. I understand the phone is a budget buy but 8gb is downright insulting in 2015 on a lollipop device. But let me stop that miniature rant now. I did notice that my 32gb card I bought 3 phones ago is only class 4. Hopefully it doesn't lag like you mentioned could possibly be the case.. And if it is the case, I'm going to upgrade my micro SD card to a higher storage level and class level. I really need to get this mod working, and working optimally. In my opinion, if all goes correctly it will be a major upgrade to the phone and be a solution for my single biggest issue about this phone.
Click to expand...
Click to collapse
I'd recommend a class 6 or 10 I don't think this phone supports an SD card larger than 64GB so be warned on that aspect. A brand new card would also be better.

sandix said:
I'd recommend a class 6 or 10 I don't think this phone supports an SD card larger than 64GB so be warned on that aspect. A brand new card would also be better.
Click to expand...
Click to collapse
Thanks for the tip. Like I said, I will try it out on my current card first. I'll report back the results once I do. I just need to get to a computer already! My laptop is at my moms house. I will be over there today for the holiday. Hopefully I remember to get it. By the way merry Christmas man! Thanks again

talksickisil said:
Thanks for the tip. Like I said, I will try it out on my current card first. I'll report back the results once I do. I just need to get to a computer already! My laptop is at my moms house. I will be over there today for the holiday. Hopefully I remember to get it. By the way merry Christmas man! Thanks again
Click to expand...
Click to collapse
How'd the card react to the mod?

Thanks sandix this looks awesome. I have a class 4 sd but am going to try this when I get my class 10 in the mail. My manual says this phone supports sd cards up to 200gb. Hope I can use all that .

Wow. Yes if the phone supports 200GB then you can use 99.99% of that. (Some factors come into play like the SD card will have dead spots in it it will probably be closer to like 196GB, as well as the fat32 partition you need.) Post screenshots as well as results
Sent from my HTC Desire 626s using Tapatalk

sandix said:
How'd the card react to the mod?
Click to expand...
Click to collapse
I still haven't gotten around to the PC yet.. I'm not sure if I need this actually.. For a few days I've had xposed mod xinternal sd and well, check out the screen shot
Are you familiar with this module? I've never used it before.. But I have plenty of app space now. Finally I have everything I want installed coexisting all at the same time
No issues so far

That's a good module, but it's not doing what you think it does. It will work for awhile but you will find that you will run out of space because of apk size.
Sent from my HTC Desire 626s using Tapatalk

Thanks for the heads up. I figured it's worth a try. If I have issues I'll remove it. I updated the screenshot. It says I have 32 removable apps right now.

sandix said:
Wow. Yes if the phone supports 200GB then you can use 99.99% of that. (Some factors come into play like the SD card will have dead spots in it it will probably be closer to like 196GB, as well as the fat32 partition you need.) Post screenshots as well as results
Sent from my HTC Desire 626s using Tapatalk
Click to expand...
Click to collapse
Will do. Waiting for sd card.

Related

Important question pertaining the Cyanogen auto apps2sd

Yesterday I upgraded to cyanogen's 4.0.4, it said that i would have to partition my sd card(8gb) to allow the apps2sd to automatically work, a friend of mines recommended Paragon Partition Manager, i installed it, and partition my sd card, to ext 3 format, so i have about 1.3 gb of partitioned sd card and about a little over 6 gigs for music and videos. The cyanogen FAQs said that " 4. How do I set up apps-to-sd?
You need to create a second partition on your SD card in the ext2/ext3/ext4 format. Search the forums if you don't know how to do this. Once created, the ROM will move your apps automatically and new apps will be installed to the SD by default. " but it hasnt freed up any space on my phone, and when i download new apps, it still goes directly to the phone. Am I doing somthing wrong and should i consider reformating the whole sd card, partioning over again and adding a lower amount for apps and a linux swap partion also.
mrhalfdeadman said:
Yesterday I upgraded to cyanogen's 4.0.4, it said that i would have to partition my sd card(8gb) to allow the apps2sd to automatically work, a friend of mines recommended Paragon Partition Manager, i installed it, and partition my sd card, to ext 3 format, so i have about 1.3 gb of partitioned sd card and about a little over 6 gigs for music and videos. The cyanogen FAQs said that " 4. How do I set up apps-to-sd?
You need to create a second partition on your SD card in the ext2/ext3/ext4 format. Search the forums if you don't know how to do this. Once created, the ROM will move your apps automatically and new apps will be installed to the SD by default. " but it hasnt freed up any space on my phone, and when i download new apps, it still goes directly to the phone. Am I doing somthing wrong and should i consider reformating the whole sd card, partioning over again and adding a lower amount for apps and a linux swap partion also.
Click to expand...
Click to collapse
You aren't meant to make one bigger than 1.5, yours is very close so it could be the issue.
A good way to check if its working is if space is being used up on the ext3. Go to Setting > SD > secondary partition.
Also try rebooting, you might find that your internal space increases afterwards.
If neither of those work then reformat and make a smaller ext partition. I'm struggling to fill up my 500mb, why anyone would need 1GB+ is beyond me.
also,i am noticing since i have done this partitioning, that if i have my sd card in the phone and reboot, that after the android boot screen, that my phone will go blank, and if i pull the card and battery out and reboot with no card in the phone will do fine.
mrhalfdeadman said:
also,i am noticing since i have done this partitioning, that if i have my sd card in the phone and reboot, that after the android boot screen, that my phone will go blank, and if i pull the card and battery out and reboot with no card in the phone will do fine.
Click to expand...
Click to collapse
Hold on. Your phone will only boot properly without the sdcard. You should not remove the card when the phone is on, because it can bork your entire partition.
If I was you I'd wipe the card and start over, adding a smaller ext partition.
ahh shoot, ok then, i just formatted the partion back to fat 32, so you suggest me to just, re partition it in ext 3 and make it smaller to about 500 mb should i also make a linux swap?
and also, although i formatted it back to fat 32, it wont let me merge the files back into 7.3 gigs. or maybe i am not doing it right.
mrhalfdeadman said:
and also, although i formatted it back to fat 32, it wont let me merge the files back into 7.3 gigs. or maybe i am not doing it right.
Click to expand...
Click to collapse
merge files? got no idea what you're talking about.
Just wipe all partitions on the card. Make one ~7GB FAT32, ~500mb ext3 and if you want 32mb linux swap. To be safe wipe your phone and reflash cyanogen mod.
yea well, i dont know what is going on with it, but i have wiped, and rebooted, now and it is still blank after the android boot screen, and the sd card is in it now. i dont know what to say now.
i have the same issue
The problem is the Recovery IMG
Try install this recovery image: RA-dream-v1.2.3 Recovery Image
The make the partitions again from the recovery console
Jesus, man...
I suppose because of lingering paranoia from the days of filling my phone up daily, I've always made an Ext partition around a gig. I've never, ever, ever even filled half of it.
Then again, since I don't usually listen to music on my phone I also Have a nearly 7 gig fat 32 partition that I don't often fill. Honestly, it's probably because I keep losing the damned jack adapter and I haven't seen the earbuds I bought with the jack attached in months.
I have so many 3.5mm headphones around and still, those damned adapters elude me.
having a few issues in this area as well, all is partitioned as reccomended within the recovery console, (~7Gigs'ish fat32 and a 500MB part on ext3...) apps to SD is still blanked out... weird from my POV, as it worked fine until i updated to CyanogenMod 5.0.7 test 5..
Can anyone reccomend a more stable "2.1" based Cyan rom? or is the 5.*.* series the first of its kind to utilize 2.1? sorry for veering off-topic, but i feel my problem may be the newest releas of CM as it IS a test build...
Any words of wisdom would be greaaaaatly appreciated. not new to this stuff, but the apps2sd thing i never bothered with untill now (i do so mu h reformatting and build testing its becoming a pain to re-install all my apps... as i refuse to pay for the MyBackup app lol)
~Dark

[Q] Can I Store Files and Boot from the Same microSD Card?

Hi,
I just got myself a Nook Color with version 1.2 update and I am planning to root the device from a microSD Card with CM7 or Honeycomb. But before I start, I have two basic queries:
1. Which rooting will give a better and stable web browsing experience - CM7 (Gingerbread) or Honeycomb
2. Can I store and view my personal files (e.g, movies) from the microSD Card which will boot my Nook Color with CM7/Honeycomb? I am very concerned about this, as the Nook Color v1.2 comes with only 1 GB of free space for personal files storage and so I need to store my movies in mircoSD card. At the same time, I don't want to change the stock software thus violating warranty, so I have to root using a microSD card.
I am very new to this, so will appreciate your response very much. Thanks in advance.
Dazed378 said:
Hi,
I just got myself a Nook Color with version 1.2 update and I am planning to root the device from a microSD Card with CM7 or Honeycomb. But before I start, I have two basic queries:
1. Which rooting will give a better and stable web browsing experience - CM7 (Gingerbread) or Honeycomb
2. Can I store and view my personal files (e.g, movies) from the microSD Card which will boot my Nook Color with CM7/Honeycomb? I am very concerned about this, as the Nook Color v1.2 comes with only 1 GB of free space for personal files storage and so I need to store my movies in mircoSD card. At the same time, I don't want to change the stock software thus violating warranty, so I have to root using a microSD card.
I am very new to this, so will appreciate your response very much. Thanks in advance.
Click to expand...
Click to collapse
1. Without a doubt cm7. Honeycomb will unfortunately be forever buggy.
2. Yes you can use the left over storage on your SD card for files, music, videos, app etc.
And FYI you can root the internal memory and if you need to return for warranty then you can just return to stock and b&n will not know a thing but if you are going to run off the SD card make sure that it is a sandisk.
Sent from my NookColor using Tapatalk
The thing to remember if you want to access the 4th partitiion for storage is that you have to do it while the SD is in the NC. Win xp will only see the first partition which has only about 155 megs.
Thanks a ton! I have few more quick questions.
1. What is the most stable CM7 version for rooting 1.2 version Nook Color as of today?
2. Will the rooted nook be able to play AVI video files? What app I need to download for that?
3. I found that PDF page load is very slow in my Nook Color. What app do you suggest for a good reading experience?
Once again, thanks in anticipation.
1. 7.0.3 is the latest stable version of CM7, however, most people keeps up-to-day with nightly builds.
2. it should, if not, install Rock Player Lite, it plays virtually everthing
3. Either Adobe Reader or Alkido would do the job
Not able to copy files to uSD card which boots CM7
Hey thanks for your all your support. I was able to install CM7.0.3 on my 1 GB uSD card and also installed Adobe Reader and Moboplayer. Everything works fine, except when I connect my NC to my PC, and then turn on USB Mass Storage on NC, I can only explore my Nook Color (showing as F: drive) to copy files. I cannot open/explore my SD card, though the PC shows the uSD card as "Removable Disk (E. When I try open this E: drive, I get the message "Please insert a disk in E: drive".
Also, my NC does not seem to identify the SD card. When I go to Settings -> Storage, it shows total space unavailable under SD card. Even when I open Moboplayer, I get the message "There is no SD card, make sure it is usable". I could only play videos copied to my NC internal memory.
I was told that I can use the leftover space of the uSD card to copy personal files, but I have no success on that front yet :-(. Any idea/suggestions how to fix this issue?
More information:
In my NC Storage Settings, it shows:
1. SD card: Total space unavailable, Available space unavailable.
2. Internal storage: Total space 525 MB, Available space 449 MB
3. Additional storage (emmc): Total space 1 GB, Available space 63.51 MB
Wondering what is 2nd one (Internal storage)? Is that the data partition of my SD card? If yes, how can I copy personal files there?
Did you say you are using a 1GB uSD? IMO, that's way too small for what you want to do. I would recommend either a 4 or 8GB sandisk card to allow you enough space for files and the OS. Remember that this is also your boot disk and the cm7 files are taking up most of the available space on a 1GB card. Just sayin......
Sent from my NookColor using Tapatalk
I have ordered for a 16 GB class 4 SanDisk uSD card. I had a 1 GB uSD card at hand, so wanted to test with that first before I receive the 16 GB card. And as I said, I had no prob at all installing CM7.0.3 on the 1 GB card and if I am not wrong the card still has hunderds of MB memory free. My question is why can't I explore the SD card when I connect my NC to PC thru' the USB cable?
Dazed378 said:
I have ordered for a 16 GB class 4 SanDisk uSD card. I had a 1 GB uSD card at hand, so wanted to test with that first before I receive the 16 GB card. And as I said, I had no prob at all installing CM7.0.3 on the 1 GB card and if I am not wrong the card still has hunderds of MB memory free. My question is why can't I explore the SD card when I connect my NC to PC thru' the USB cable?
Click to expand...
Click to collapse
I don't recall the specific partition sizing of SASD but I would suspect there is no space available on the uSD after SASD creates the first 3 partitions... thus no partition 4 to be mounted as /sdcard.
Ok, thanks. As a mentioned in couple of posts back, any idea what is the "Internal Storage" of 525 MB total space that shows up in my storage settings? It is different from the emmc storage, because that shows up as the third storage option with 1 GB total space.
Ok - just found this thread and had to ask:
I'm running a stock 1.3 on the eMMC, and CM7.1 on a 16G micro-SD.
When I boot into the stock ROM, I see that my SD is mounted, but that the stock ROM mounted the /boot partition, rather than the /SD Card partition.
Is there a way to set the stock rom to boot /SD Card, or hide the other three from it?
Thanks!
traumadog said:
Ok - just found this thread and had to ask:
I'm running a stock 1.3 on the eMMC, and CM7.1 on a 16G micro-SD.
When I boot into the stock ROM, I see that my SD is mounted, but that the stock ROM mounted the /boot partition, rather than the /SD Card partition.
Is there a way to set the stock rom to boot /SD Card, or hide the other three from it?
Thanks!
Click to expand...
Click to collapse
To my knowledge, no, you cannot make the stock OS see any but the boot partition of the SD card. Both stock and your CM7 card can access eMMC storage, but stock can only see the first partition of your card. If you want a stock and a CM7 installation to share one /sdcard partition, you will have to set up a dual boot on internal storage (mine is linked in my sig).
If you just want to have some SD storage available to your stock install, you might be able to stretch the card's /boot partition and store some files in there, but I don't know if your SD install would remain stable. You could always back up your card as a disk image and try it out.
Taosaur said:
To my knowledge, no, you cannot make the stock OS see any but the boot partition of the SD card. Both stock and your CM7 card can access eMMC storage, but stock can only see the first partition of your card. If you want a stock and a CM7 installation to share one /sdcard partition, you will have to set up a dual boot on internal storage (mine is linked in my sig).
If you just want to have some SD storage available to your stock install, you might be able to stretch the card's /boot partition and store some files in there, but I don't know if your SD install would remain stable. You could always back up your card as a disk image and try it out.
Click to expand...
Click to collapse
I would also like to know the answer for how to make the /boot partition larger on various images to allow sufficient room when booted from eMMC. I tried doing this with EASEUS Partition Master but it will not let me resize the boot partition. Any other options to solve the issue? The only other options is to swap cards when you know you are booting off eMMC and that is a pain.
hikersc said:
I would also like to know the answer for how to make the /boot partition larger on various images to allow sufficient room when booted from eMMC. I tried doing this with EASEUS Partition Master but it will not let me resize the boot partition. Any other options to solve the issue? The only other options is to swap cards when you know you are booting off eMMC and that is a pain.
Click to expand...
Click to collapse
What are you trying to accomplish?
What is your running system?
Why do you want to expand the boot partition?
votinh said:
What are you trying to accomplish?
What is your running system?
Why do you want to expand the boot partition?
Click to expand...
Click to collapse
Sorry, I guess that I could have been more clear in what I am trying to do. I have a rooted nook color 1.1. I burned the image for the dualboot phiremod/Honeycomb that is approximately 3.5 Gb. I burned it to an 8 Gb card and then expanded the 7th (/sdcard) partition to use the space which is available when booted to phiremod. When I boot (with the card installed) to eMMC via J4mm3r's u-boot menu, my rooted 1.1 comes up but sees the /boot partition as the SD card. Since it is the /boot partition, it only has 80 Mb free which is not enough for Titanium Backup, etc. If I could make the /boot partition larger (say 2 Gb) then everything would work as desired.
1. I don't use dual boot option so can't help you
2. I don't use either Phiremod nor Honeycomb so can't help you but
a. I think the NC should still the left-over of the uSD card. if not
b. Try using MiniTool Partition wizard to expand the boot partition and see what happens. Not so sure if it allowed to do so.
hikersc said:
Sorry, I guess that I could have been more clear in what I am trying to do. I have a rooted nook color 1.1. I burned the image for the dualboot phiremod/Honeycomb that is approximately 3.5 Gb. I burned it to an 8 Gb card and then expanded the 7th (/sdcard) partition to use the space which is available when booted to phiremod. When I boot (with the card installed) to eMMC via J4mm3r's u-boot menu, my rooted 1.1 comes up but sees the /boot partition as the SD card. Since it is the /boot partition, it only has 80 Mb free which is not enough for Titanium Backup, etc. If I could make the /boot partition larger (say 2 Gb) then everything would work as desired.
Click to expand...
Click to collapse
Mmm, I think you maybe just need to make up your mind, or deal with the limitations--have your cake or eat it, because you can't do both. That said, I see no reason EASEUS wouldn't let you expand the boot partition, unless there's just no unallocated space, in which case you need to shrink your storage partition first. I don't know whether your card would boot properly with an expanded boot and random files in there, but you should be able to move the partitions around just fine.
Still, your better bet is to decide what's going to be your primary OS and stick with it. You can even dual-boot from eMMC and have two full OSes, but as long as you're using the SD as a boot drive, you're going to be trading off its ability to serve as storage for your interal OS.
Edit: sorry, didn't realize how old the thread was...was trying to find my info with the forum search. ^^;
In the original post the user asked if you could use the microSD for both booting/rooting and for storage -- when I tried this, I got a "SD Card must be formatted" error in my rooted Nook. I let it rty to format the card (then let Windows format it) and -then- I was able to store on the SD card.
But when I rebooted my Nook Color, it got stuck Infinite-looping the Nook Color splash screen. =\
I'm about to root it again, and I'd like to use the same SD card I use to root to have some storage space on it. I (had) a 4GB microSD card, but because the slot is in the worst place it could possibly be on the device...I've already managed to get it wedged inside the casing. =\ The drive still works but I'd rather not have to worry abotu swapping cards in and out and in and out; maybe I have fatter fingers than It hink, but that SD card slot is a pain in my arse.
What did I do wrong my first go 'round? I had a 4GB card, so I used the 4GB CWM image for it. Is it...really simple, and I need to format it into two partitions in windows; set 1GB aside for the CWM boot disc and the other 3GB would be available for file storage?
1. use SD formatter
2. if you used a 4GB CWM image, did you manually update it to the latest build? If not, just grab the 1GB image in the quote at the top of this thread: updated CWM. If you're planning to wipe it right after, it doesn't matter how big it is.
Also, regarding the OP and my response, I later found this link I'd saved about pointing stock to the storage partition of a CM7 SASD card: http://forum.xda-developers.com/showpost.php?p=13668471&postcount=529
I haven't tried it or seen anyone report back after trying it, but there it is if anyone wants to give it a go.

SD Storage & Partition

I am running CM7.1.0 on my nook color off the SD card. I used the YouTube tutorial by the Crash Tech Dummies. Now I notice that I am only allowed only 1GB of storage on the SD card. I used partition wizard to increase the space on the 4th partition like I was instructed. I would prefer to install the apps to the SD card so I have already burned through the space provided. Bellow I have listed what I see in partition magic. Should I move the free space in the 4th partition into the first? Or should I load the cm7 onto the HD of the nook? I am a bit of a noob but I have gotten this far.
My 16 GB card partitions read:
G:boot 30.32mb used 118.69mb unused
*: 179.55mb used 283.25mb unused
*: 367.34mb used 597.50mb unused
*: 6.68 gb used 6.61gb unused
Any suggestions would be great…I don’t know what else to do.
Help me XDA Developers you my only hope…
Steve da Noob
First of all, what is "1GB of storage on the SD card" you're talking about?
Secondly, the 4th partition has nothing to do with holding installed apps.
votinh said:
First of all, what is "1GB of storage on the SD card" you're talking about?
Secondly, the 4th partition has nothing to do with holding installed apps.
Click to expand...
Click to collapse
when i go into settings, apps, storage use, sd card it says 1.0 gb used 0.00 free...i was assuming this was referring to a section of the sd card. I also assumed that the 4th partition was being used by something do the fact that half of it has been used by something...
Steve
Quoting from VeryGreen's instructions
Partition layout for the SD cards depends on size:
Less than 600M - unsupported.
up to 1G cards gets: system of ~300M and data of the rest of space. No FAT partition
2G cards (more than 1G up to 1800M) gets: 300M system, 612M data, rest is FAT sdcard
more than 2G cards gets: 460M system, 975M data, rest is FAT for sdcard.
Your first partition is the boot, nothing else should go on here.
Your second partition is the system partition containing the OS and system applications
Your 3rd partition is the data partition used for downloaded apps. The space allocated is adequate for a decent number of downloaded apps but may get tight if you load lots of games. You can move apps to "SD" which is the 4th partition if you get tight on space.
Your 4th partition is the "SD" user data area. This can be used by apps for their working folders and is also where you put stuff like media (pictures, music, video). It is the partition that will normally get mounted as a drive on a PC when the USB is connected and USB disk storage is turned on via the notification panel.
You say the 4th partition has got 6.68GB data on already? That should start off fairly empty until you put stuff on there.
I do have music and pictures on the device that i uploaded so that's where the items on partition #4 came from.
When i try and move the applications to the sd card it tells me that there is not enough room on the card. Also when i plug in the nook to my computer without the sd card in it shows the applications on the internal hard drive. Should i try and move space from the 4th partition to the 3 and see if that helps?
Thanks,
Steve
WileECoyote79 said:
When i try and move the applications to the sd card it tells me that there is not enough room on the card. Also when i plug in the nook to my computer without the sd card in it shows the applications on the internal hard drive. Should i try and move space from the 4th partition to the 3 and see if that helps?
Click to expand...
Click to collapse
I'm a little surprised it says there is no room available to move an app if the partition still shows 6GB free. Have you tried using Apps2SD app. This will show space available and is a convenient way to move stuff around. Another possibility is that you are trying to do this whilst USB connected to the PC. That won't work as the Nook software can't access the SD partition while it is PC mounted.
Currently you said there was nearly 600MB free in your 3rd partition where new downloads go. If so I wouldn't bother with trying to move stuff until you get tight on space there.
If that happens and you just need to create some more app space in the 3rd partition then you can use a partition tool on the PC like minitools to reallocate some of the space from 4 to 3 to give yourself more app space.
I tried the apps2sd and i get the same error. It sends me to the same place as i discussed above and when i tell it to send it to the sd card i get the same error. "failed to move application, there is not enough storage space".
I am not trying to move anything while i have the nook attached to my computer. the only time i really used that function was to add music and some pictures.
This is really starting to get frustrating. I do appreciate all your help.
Is another option loading CM7 to the nook instead of the SD card?
I only used the SD CM7 method for a short while and I don't think I ever tried to move apps to the "SD" so maybe there is an issue trying to do this.
I think you have two choices.
If you stick with SD then increase the data partition to give yourself more room for apps.
If you never want to use the B&N OS then the internal memory is the best option. The SD card then becomes a single partition user space card and you can certainly move apps to it. If you do this then also consider using the zip that increases the internal data partition to 2GB to give yourself more internal room for apps anyway.
bobtidey said:
I only used the SD CM7 method for a short while and I don't think I ever tried to move apps to the "SD" so maybe there is an issue trying to do this.
I think you have two choices.
If you stick with SD then increase the data partition to give yourself more room for apps.
If you never want to use the B&N OS then the internal memory is the best option. The SD card then becomes a single partition user space card and you can certainly move apps to it. If you do this then also consider using the zip that increases the internal data partition to 2GB to give yourself more internal room for apps anyway.
Click to expand...
Click to collapse
I think ill try adjusting the partition and see if that helps. Like you said if it doesn't ill look into loading onto the internal memory. I am not to impressed with the B&N software and i use the kindle software for my e-reading.
Is there a method you could recommend for loading it onto the internal memory? A step by step tutorial would help out lots. I am not familiar with the zip you are referring to.
Thanks,
Steve
WileECoyote79 said:
I think ill try adjusting the partition and see if that helps. Like you said if it doesn't ill look into loading onto the internal memory. I am not to impressed with the B&N software and i use the kindle software for my e-reading.
Is there a method you could recommend for loading it onto the internal memory? A step by step tutorial would help out lots. I am not familiar with the zip you are referring to.
Thanks,
Steve
Click to expand...
Click to collapse
Yes. If you don't think you'll use the B&N then internal is the way to go. Especially if you use Amazon Kindle for your books.
The easiest method in my view is to use the Eyeballer Clockwork boot SD and use that then to flash the main ROM and gapps zips.
You can find the most straightforward instructions here but I would use the KANG MiRaGe ROM as the main OS.
http://rootzwiki.com/topic/8208-guide-install-cm71-clockworkmod-to-emmc-all-nooks-updated101111/
The 2GB partition zip can be found here
http://forum.xda-developers.com/showthread.php?t=1094371
This can actually be applied at same time as installing the OS and gapps. Put the repartition zip, the ROM zip and the gapps zip on the Eyeballer SD card then use the menus to flash repartition, ROM and then gapps.
If you also follow the advice to put ROM manager and flash clockwork to the internal as well then future updates become very easy and do not even involve removing the SD card.
Ive decided that the best solution is to install on the internal rather than the sd card. i think this will be less of a pain in the butt in the long run.
being new to android and coming over from apple (booooo) is there anyway to easy re-install the apps that i have already downloaded? I do have one that i did pay for.
Steve
easy way to re-install? hmmm, maybe not but I would suggest you make the backup for all of your apps first (meaning save all .apk files to somewhere else)
ok here goes nothing lol
Titanium backup would allow you to back up all your apps. If you save the Titanium back up folder (say onto a PC via USB) then after you have done the internal install then put the Titanium back up folder back onto the fresh SD card and you can restore the apps back from there.
everything seems to be working just fine...thank you all for the help and advice...
Steve

[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

Increase Internal Memory of our phone - step by step guide

Thought I will share this simple and very effective method with all folks, I guess some of you might have known this method, I am sure there are other ways (via CWM which I tried few months back and ended up wiping my SD card data :crying, but I could'nt find a simpler guide like this one for "learner' like me
No need to delete any of your existing favourite apps to carve out space for a new one.No running out of memory issues.
All you need to have is:
A SD card of sufficient capacity (preferably,class 4 or higher)
A rooted phone
SD card reader (you can do the steps below with the SD card in the phone connected via USB)
A PC running Windows
BACK UP YOUR CONTENTS ON THE SD CARD TO A SAFE LOCATION IN CASE YOU NEED TO REVERT AGAIN. THE SD CARD WILL BE FORMATTED DURING THE PROCESS. NOT RESPONSIBLE IF YOU SKIP THIS STEP AND LOSE YOUR DATA !!!
Now follow these steps..
First of all,you have to partition your SD card.To do this,first search (via google on your PC) download & install Mini Tool Partition Wizard.
Connect your SD card to the pc (via a card reader/via phone).Your pc and the wizard will detect the sd card.
In the Mini Tool Partition Wizard,right click on your SD card and select delete. Take care that you do not mess with any other hard drive or partition on your PC and select only the SD card
Now,you will have whole of the space on your sd card as unallocated.
Right click on it and select create.
A popup will open,in that box,select the partition as primary,file system as FAT (if your sd card is below 4GB) or FAT32 (if your sd card is of more than 4GB capacity).
You can size any amount of the SD card for this partition ; this will be the SD card space in which you eill eventually store your music, photos etc. Make sure you leave about 512 MB or more space (upto 1Gb is good enough) for the next partition.
Select done.
Right click on the unallocated space and again click create.This time too,select Primary but change the file system to Ext2,Ext3 or Ext4 (Ext2 is recommended as most ROMs work fine with it)
Click apply changes and the process will take a few minutes, let it complete.
After it is done, search for link2sd on Google play and install the app on your device.
On the first launch, it will ask for root permissions and then, will ask you the file system of the Ext partition, choose the Ext partition that you created, accordingly.
Sort the apps according to size, do a multi-select and start linking them and voila, you can now Install more and more apps without filling your phone memory, thus the internal memory of your phone is increased to the size of the ext partition you create. Once done reboot the phone and enjoy using normally
Use common sense and move only apps that you have downloaded and installed, not system apps, launcher themes etc which are very much required in the phone memory
In link2sd settings select auto link for any new apps that you will install, in future.
Another super benefit ! When you turn USB storage on, all the apps on your sd will keep working and so well be the widgets
This method should work for all phones.
Enjoy !!!...
Many Thanks to Gaurav Gayhlan for the method posted in Droidiser
many many thanks
vijayar said:
Thought I will share this simple and very effective method with all folks, I guess some of you might.........................................................
Click to expand...
Click to collapse
nice how-to mate. But may I suggest changing the title to something like "How to link2sd or install app on sd card"? I opened this thread thinking it was an how to increase the size of the /data partition
pls post video tutorial link..........................................
thank you.
Deleted
Create new thread
Sent from my Spice Mi-410 using Tapatalk 2
whyzee said:
nice how-to mate. But may I suggest changing the title to something like "How to link2sd or install app on sd card"? I opened this thread thinking it was an how to increase the size of the /data partition
Click to expand...
Click to collapse
Thanks for the suggestion; I went with a simple title that people will normally use to search on Google or on this forum w.r.t this subject....like how I searched ...
But again this method is all about increasing space for the /data partition using sd-ext !
vijayar said:
Thought I will share this simple and very effective method with all folks, I guess some of you might have known this method, I am sure there are other ways (via CWM which I tried few months back and ended up wiping my SD card data :crying, but I could'nt find a simpler guide like this one for "learner' like me
No need to delete any of your existing favourite apps to carve out space for a new one.No running out of memory issues.
All you need to have is:
A SD card of sufficient capacity (preferably,class 4 or higher)
A rooted phone
SD card reader (you can do the steps below with the SD card in the phone connected via USB)
A PC running Windows
BACK UP YOUR CONTENTS ON THE SD CARD TO A SAFE LOCATION IN CASE YOU NEED TO REVERT AGAIN. THE SD CARD WILL BE FORMATTED DURING THE PROCESS. NOT RESPONSIBLE IF YOU SKIP THIS STEP AND LOSE YOUR DATA !!!
Now follow these steps..
First of all,you have to partition your SD card.To do this,first search (via google on your PC) download & install Mini Tool Partition Wizard.
Connect your SD card to the pc (via a card reader/via phone).Your pc and the wizard will detect the sd card.
In the Mini Tool Partition Wizard,right click on your SD card and select delete. Take care that you do not mess with any other hard drive or partition on your PC and select only the SD card
Now,you will have whole of the space on your sd card as unallocated.
Right click on it and select create.
A popup will open,in that box,select the partition as primary,file system as FAT (if your sd card is below 4GB) or FAT32 (if your sd card is of more than 4GB capacity).
You can size any amount of the SD card for this partition ; this will be the SD card space in which you eill eventually store your music, photos etc. Make sure you leave about 512 MB or more space (upto 1Gb is good enough) for the next partition.
Select done.
Right click on the unallocated space and again click create.This time too,select Primary but change the file system to Ext2,Ext3 or Ext4 (Ext2 is recommended as most ROMs work fine with it)
Click apply changes and the process will take a few minutes, let it complete.
After it is done, search for link2sd on Google play and install the app on your device.
On the first launch, it will ask for root permissions and then, will ask you the file system of the Ext partition, choose the Ext partition that you created, accordingly.
Sort the apps according to size, do a multi-select and start linking them and voila, you can now Install more and more apps without filling your phone memory, thus the internal memory of your phone is increased to the size of the ext partition you create. Once done reboot the phone and enjoy using normally
Use common sense and move only apps that you have downloaded and installed, not system apps, launcher themes etc which are very much required in the phone memory
In link2sd settings select auto link for any new apps that you will install, in future.
Another super benefit ! When you turn USB storage on, all the apps on your sd will keep working and so well be the widgets
This method should work for all phones.
Enjoy !!!...
Many Thanks to Gaurav Gayhlan for the method posted in Droidiser
Click to expand...
Click to collapse
Very informative buddy should have posted this when i had samsung spica with its internal memory of just 170 mbs
gr8 job! keep posting more
great guide
thanks a lot mn for your excellent guide
vijayar said:
Thought I will share this simple and very effective method with all folks, I guess some of you might have known this method, I am sure there are other ways (via CWM which I tried few months back and ended up wiping my SD card data :crying, but I could'nt find a simpler guide like this one for "learner' like me
No need to delete any of your existing favourite apps to carve out space for a new one.No running out of memory issues.
All you need to have is:
A SD card of sufficient capacity (preferably,class 4 or higher)
A rooted phone
SD card reader (you can do the steps below with the SD card in the phone connected via USB)
A PC running Windows
BACK UP YOUR CONTENTS ON THE SD CARD TO A SAFE LOCATION IN CASE YOU NEED TO REVERT AGAIN. THE SD CARD WILL BE FORMATTED DURING THE PROCESS. NOT RESPONSIBLE IF YOU SKIP THIS STEP AND LOSE YOUR DATA !!!
Now follow these steps..
First of all,you have to partition your SD card.To do this,first search (via google on your PC) download & install Mini Tool Partition Wizard.
Connect your SD card to the pc (via a card reader/via phone).Your pc and the wizard will detect the sd card.
In the Mini Tool Partition Wizard,right click on your SD card and select delete. Take care that you do not mess with any other hard drive or partition on your PC and select only the SD card
Now,you will have whole of the space on your sd card as unallocated.
Right click on it and select create.
A popup will open,in that box,select the partition as primary,file system as FAT (if your sd card is below 4GB) or FAT32 (if your sd card is of more than 4GB capacity).
You can size any amount of the SD card for this partition ; this will be the SD card space in which you eill eventually store your music, photos etc. Make sure you leave about 512 MB or more space (upto 1Gb is good enough) for the next partition.
Select done.
Right click on the unallocated space and again click create.This time too,select Primary but change the file system to Ext2,Ext3 or Ext4 (Ext2 is recommended as most ROMs work fine with it)
Click apply changes and the process will take a few minutes, let it complete.
After it is done, search for link2sd on Google play and install the app on your device.
On the first launch, it will ask for root permissions and then, will ask you the file system of the Ext partition, choose the Ext partition that you created, accordingly.
Sort the apps according to size, do a multi-select and start linking them and voila, you can now Install more and more apps without filling your phone memory, thus the internal memory of your phone is increased to the size of the ext partition you create. Once done reboot the phone and enjoy using normally
Use common sense and move only apps that you have downloaded and installed, not system apps, launcher themes etc which are very much required in the phone memory
In link2sd settings select auto link for any new apps that you will install, in future.
Another super benefit ! When you turn USB storage on, all the apps on your sd will keep working and so well be the widgets
This method should work for all phones.
Enjoy !!!...
Many Thanks to Gaurav Gayhlan for the method posted in Droidiser
Click to expand...
Click to collapse
Help please !!!!
I followed the above procedure and now i have linked to my partition to link2sd app.. when i connect my mobile to my PC it is not detecting the FAT32 partition..it opens the formatting dialog box .. How am i supposed to transfer data from system to my mobile.. PLSSS HELP ME... !!
about increase memory phone
i did this method and apps installed in my sd card really but also any app i download it from google play takes a space on my internel storage:crying:
---------- Post added at 04:22 PM ---------- Previous post was at 03:57 PM ----------
ashraf fahmy said:
i did this method and apps installed in my sd card really but also any app i download it from google play takes a space on my internel storage:crying:
Click to expand...
Click to collapse
my words mean that for example i downloaded viber and before i download this program i went to see my internal storage i found it 25m.b. free on my internal storage and after i downloaded this program"viber" i opened link2sd i found it in my sd card and a lso opened my internal storage i found it became 19m.b. and i cant download a lot of apps because my internal storage of my phone became little so yr method cant benifit me. so what can i do to stop apps to take a space on my internal torage?

Categories

Resources