[Q] how to check partition of internal memory - Nexus S Q&A, Help & Troubleshooting

Hey guys,
Im not sure if this has been asked as I've looked as many places as I can. This is the first android phone that i had that uses only internal memory so im not sure how to check the partitions i have made using CWM recovery.
usually i would use adb shell and check my mmcblk0 but that obviously doesnt work.
When i used the partition SD option in CWM i did:
advanced -> partition SD card -> 1024 for the ext -> 32 for the swap
my question is, is the internal memory now partitioned to ext4? as i now have an internal storage or 0.92gb
also if i wanted to increase the partition can i just simply go back and do the process over again? except chose 2048 and etc?

you cant repartition it. this isnt the G1 where you need a
ext2/3/4 partition
swap
hd space
the NS is:
0.98 GB Internal App Space
13.31 GB of USB Storage
1.71 GB reserved for Android OS
other phones have:
internal + sd card space. If this is the case, it follows the same format as the NS BUT the sd card is expanded space for USB storage.

thanks for the reply zephik, so CWM's partition tool shouldnt be used? or it just doesnt do anything for us.
because i now have:
total storage:13.31 GB
internal storage:0.93 GB <-- instead of 0.98
im currently downloading gparted to see if i can check what CWM has done. and perhaps getting rid of the 32mb swap if its not needed

imisky said:
thanks for the reply zephik, so CWM's partition tool shouldnt be used? or it just doesnt do anything for us.
because i now have:
total storage:13.31 GB
internal storage:0.93 GB <-- instead of 0.98
im currently downloading gparted to see if i can check what CWM has done. and perhaps getting rid of the 32mb swap if its not needed
Click to expand...
Click to collapse
I would just straight up stay away from it. I remember on the Vibrant, "partition sd card" would semi-brick your phone because it would attempt to repartition the internal sdcard (which is what we have) and to fix it would require using Odin.
You also probably have 9020A, I have 9020T so it could be partially different. Swap is not needed.. at least not on 2nd-gen Android phones and above.

zephiK said:
I would just straight up stay away from it. I remember on the Vibrant, "partition sd card" would semi-brick your phone because it would attempt to repartition the internal sdcard (which is what we have) and to fix it would require using Odin.
You also probably have 9020A, I have 9020T so it could be partially different. Swap is not needed.. at least not on 2nd-gen Android phones and above.
Click to expand...
Click to collapse
OK cool, its good that i didnt get a semi brick from this then. From what i can tell CWM didnt do anything if the total storage is still 13.31 and didnt modify anything on the internal storage as it is still 0.98 ( used up 57mb of it thats why it shows 0.93) still a bit interested as to if the swap got created or not

Related

Partitions, appstosd, MoDaCo

I used the recovery partition to create FAT32, ext2, and swap partitions on my sd card.
1) What size does it make each of these partitions?
2) What is each used for?
3) When loading the MoDaCo update.zip (and rebooting after first boot) after creating these partitions, what does it do with each of them? My free space on each seems to change, and I think it's loading some apps to the SD card? But not others?
4) How do you see how much space remains on the fat32 and ext2 partitions? Which one is shown in the SD card info settings page, and which one is used for USB mass storage mode? Neither seems to change much even after I install a bunch of >1MB apps.
Thanks for any help.
Also, what's taking up all my internal phone space? If the update.zip moved apps to the SD card, why do I only have 50 MB left of internal space?
jonnythan said:
I used the recovery partition to create FAT32, ext2, and swap partitions on my sd card.
1) What size does it make each of these partitions?
2) What is each used for?
3) When loading the MoDaCo update.zip (and rebooting after first boot) after creating these partitions, what does it do with each of them? My free space on each seems to change, and I think it's loading some apps to the SD card? But not others?
4) How do you see how much space remains on the fat32 and ext2 partitions? Which one is shown in the SD card info settings page, and which one is used for USB mass storage mode? Neither seems to change much even after I install a bunch of >1MB apps.
Thanks for any help.
Click to expand...
Click to collapse
32 mb swap, 500mb ext2 rest fat32
swap is for linux swap if its used in the rom, ext2 is for your apps, and fat32 is for your storage
yes it loads all of your /data/app and /data/app-private apps on your sd card, your /system/app stays there
you can do a df -h under adb to see your free space
jonnythan said:
I used the recovery partition to create FAT32, ext2, and swap partitions on my sd card.
1) What size does it make each of these partitions?
Click to expand...
Click to collapse
I believe it makes a 32MB Swap partiton, a 500 MB Ext2 partition and the rest fat32.
jonnythan said:
2) What is each used for?
Click to expand...
Click to collapse
The Fat32 is normal files like music, pictures, etc. The ext2 is used for apps2sd. Don't worry, 500MB is more than enough for this. The swap is used for bakcground applications so they run better without slowing the phone down as much.
jonnythan said:
3) When loading the MoDaCo update.zip (and rebooting after first boot) after creating these partitions, what does it do with each of them? My free space on each seems to change, and I think it's loading some apps to the SD card? But not others?
Click to expand...
Click to collapse
The Fat32 it shouldnt do anything. Obviously you will have less space because the other partitions are taking some of it's space. It loads the apps onto your ext2 partition but not all of them. System apps such as the calculator, browser, phone, etc stay on the system partition because it's faster.
jonnythan said:
4) How do you see how much space remains on the fat32 and ext2 partitions? Which one is shown in the SD card info settings page, and which one is used for USB mass storage mode? Neither seems to change much even after I install a bunch of >1MB apps.
Thanks for any help.
Click to expand...
Click to collapse
Do you have Windows, Linux or Mac. I don't know about Mac but I know Linux can view ext partitions natively (obviously, it's the native filesystem). For Windows you might be able to load the disk management application but if that doesnt show it you need a partitioning application or any other application that can read ext partitions off an sdcard. Don't know any off hand except paragon partitioning manager 9.0 (8.0 never seemed to work with my sd cards)
jonnythan said:
Also, what's taking up all my internal phone space? If the update.zip moved apps to the SD card, why do I only have 50 MB left of internal space?
Click to expand...
Click to collapse
See the above explanation.
nelson8403 said:
32 mb swap, 500mb ext2 rest fat32
swap is for linux swap if its used in the rom, ext2 is for your apps, and fat32 is for your storage
yes it loads all of your /data/app and /data/app-private apps on your sd card, your /system/app stays there
you can do a df -h under adb to see your free space
Click to expand...
Click to collapse
That answers my questions, thank you.
I found another though. I unmounted my SD card via Settings to see if the apps would fail to work in an effort to try to figure out if they were actually installed there. Predictably, they failed to work, but the system didn't pick the card back up after I reinserted it. So I rebooted the phone with the SD card in.
Then everything died. The apps didn't come back, but the phone still had them listed and tried to launch them, resulting in force-closes. An ext2 repair didn't fix it, so I just went back to my last Nandroid backup and reapplied update.zip.
I learned that this is a Bad Thing to do, but I'm wondering if this was a fluke or is it generally inadvisable to unmount the SD card for this reason?
im a noob to the whole android thing.but how do i partition the sd card and create ext2?????
jonnythan said:
I learned that this is a Bad Thing to do, but I'm wondering if this was a fluke or is it generally inadvisable to unmount the SD card for this reason?
Click to expand...
Click to collapse
Since this is a simple symlink, if you reboot the phone without the target of the symlink being there, and the phone tries to use it...
The results are left as an exercise for the reader.
Now for anyone who asks why it isn't smart enough not to break... that's like asking why your car doesn't run if you take half the spak plugs out.
posguy99 said:
Since this is a simple symlink, if you reboot the phone without the target of the symlink being there, and the phone tries to use it...
The results are left as an exercise for the reader.
Now for anyone who asks why it isn't smart enough not to break... that's like asking why your car doesn't run if you take half the spak plugs out.
Click to expand...
Click to collapse
Ah, but I'm asking why it still doesn't work once you put the spark plugs back in
It's not a big deal, I certainly learned not to do it.
jonnythan said:
Ah, but I'm asking why it still doesn't work once you put the spark plugs back in
It's not a big deal, I certainly learned not to do it.
Click to expand...
Click to collapse
Because booting the phone with it thinking the app was installed but it not able to find it trashed other data structures.
BTW, people trying to do stuff with the SD card removed after putting the apps on the SD card is probably one of the main reasons it currently is root only.
The OS needs to be modified to handle removable app storage gracefully (not something that happens in a standard phone.)
So should you format the card prior to flashing Modaco's ROM so the system knows to install all the apps to the ex2 partition. Or can you format the card AFTER you have already flashed Modaco's ROM and still have the apps automatically install on ext2 partition? I only ask cuz I formatted after flashing the ROM and wanna make sure it's installing it on the ext2.
I formatted mine afterwards and it moved all my apps over to the sd card automatically.

[Q]How to expand my expand storage capacity?

Hi can someone properly guide me how to expand my storage capacity on my galaxy fit with razordoid v4.
I have checked other threads but they are more or less confusing... :/
I'd appreciate if someone could put the apps i need and the steps required in order to do that.
Thank you very much for the support!
Do you have a sd ext partition?
If not, refer the guide in my sig...
From what i know, razodroid has a memory hack, so you just need a working sd partition...
Do not use Link2sd or other apps, since razodroid should set up the memory hack itself...
a.cid said:
Do you have a sd ext partition?
If not, refer the guide in my sig...
From what i know, razodroid has a memory hack, so you just need a working sd partition...
Do not use Link2sd or other apps, since razodroid should set up the memory hack itself...
Click to expand...
Click to collapse
In your guide you mentioned ext3, but on razordroid i see that they talk a lot about ext4. What is all that about ?
Ext 3 and 4 are different file systems...
When you format system while installing a custom rom, cwm partitions it to ext4...
And when you partition sd with cwm, then the sd partition is ext3...
Try it...
Typed using a small touchscreen
If raj has given specific instructions on partitioning, then follow those (tell me also)...my guide is as general as it can be...
Typed using a small touchscreen
a.cid said:
If raj has given specific instructions on partitioning, then follow those (tell me also)...my guide is as general as it can be...
Typed using a small touchscreen
Click to expand...
Click to collapse
Hardly found any specific advice about that so i'll stick to the basics and i can't post on the dev forum yet (new member limitation or smth) to ask directly there.
Atm i am backing up my system and application data for making the partition.
Also regarding your thoughts on shdc maybe in 1-2 years UHS-I and II will work with smartphones for faster transfer rates.
Its very easy.
Just do backup of all your sd card data(copy all your sd card to your pc).-IMPORTANT
Then boot in clockwork mod recovery and go in partition sd card option.(Its in mount and storage or advanced)
Then it will ask for your confirmation to format sd card. Selact yes.
Then you will be asked to set the value of partition. Then select 1024M(which means 1gb)
Then proceed further. Partitioning takes quite a long time so dont panic.
After its done and after rebooting device, in settings>sd card and phone storage, you will find that the sd card total space will be 1gb lesser than before(ex. If u have 7.32gb memory then it will become 6.32gb)
This tells that partition is complete. Now flash razodroid 4 and the memory hack patch and you will get 1gb of internal memory
Best of luck
K did all that but:
i had already installed razordroid v4. And although the partition was made ( i chose only 512, not that it would matter) it didn't increase the internal storage with 512. Can i do that manually? I woudn't want to flash razord again....
hangman04 said:
K did all that but:
i had already installed razordroid v4. And although the partition was made ( i chose only 512, not that it would matter) it didn't increase the internal storage with 512. Can i do that manually? I woudn't want to flash razord again....
Click to expand...
Click to collapse
If you chose 512m then its ok. Ultimately it depends on users choice. And internal memory will become 512 mb only. The rom itself takes some internal memory by which you will not see complete 512 mb remaining under the internal phone storage option.
hangman04 said:
K did all that but:
i had already installed razordroid v4. And although the partition was made ( i chose only 512, not that it would matter) it didn't increase the internal storage with 512. Can i do that manually? I woudn't want to flash razord again....
Click to expand...
Click to collapse
You would have to flash razo again...
The memory hack is implemented at first boot...
Typed using a small touchscreen
Reflashed. It didn.t work. Whne deleting cache and data is it possible to delete the partition settings?
Reflashed. It didn.t work. Whne deleting cache and data is it possible to delete the partition settings?
Click to expand...
Click to collapse
Partition isn't "soft"...
Even after data wipe, your partition shall remain, though it would be wiped too...
And just check how much internal memory you have...(from the default task manager)...
@people who've flashed razo - memory hack isn't optional...??
Typed using a small touchscreen
I have the same problem. I made a partition of 1 gb, i can see it is mounted, and when i flash razodroid, the internal memory is 178 Mb, But the sd card shows 1gb less. What can I do?
Can someone who has flashed the rom say whether memory hack is included or optional?
Typed using a small touchscreen
In the dev page raj says that it is included..
Its not included in the rom. It needs to be flashed seperately. But i hav not tried it.
---------- Post added at 12:08 AM ---------- Previous post was at 12:06 AM ----------
srady89 said:
I have the same problem. I made a partition of 1 gb, i can see it is mounted, and when i flash razodroid, the internal memory is 178 Mb, But the sd card shows 1gb less. What can I do?
Click to expand...
Click to collapse
Once you have partitioned your sd card you will always see and have 1gb less memory.
djbjpanchal said:
Its not included in the rom. It needs to be flashed seperately. But i hav not tried it.
Click to expand...
Click to collapse
This explains it then...
Its not included, so either flash the memory hack, or use your preferred hacks/scripts/apps to make use of your sd ext partition...
Typed using a small touchscreen
Can you please give a link to memory hack for razodroid 4 ?
Sent from my GT-S5670 using Tapatalk 2
srady89 said:
Can you please give a link to memory hack for razodroid 4 ?
Sent from my GT-S5670 using Tapatalk 2
Click to expand...
Click to collapse
Have no idea, in the description the mem hack is said to be included. And there is no parch. Anyway i PMed Raj and asked him to comment in this thread... He should be able to help us ...

[GUIDE] Format your new SDCard (especially 64GB) to FAT32

This is a very simple and quick guide to show you how to format your external SD Card to FAT32. It took me a total of about 4 minutes from start to finish to format my 64 GB SD Card to FAT32. The main benefit of this is that your SD Card will now be recognized in CWM. I could not get Windows to format my SD Card by itself, which I was I use the program mentioned below.
Step 1: Download and Install EaseUS Partition Master Home Edition
http://download.cnet.com/EaseUS-Partition-Master-Home-Edition/3000-2248_4-10863346.html
Step 2: Insert your SD Card into your computer with SD Card reader and open up the partition program
Step 3: On the main screen you should see your SD Card. Right Click and select format partition. Put in Partition Label (Optional), Select FAT32, and select a cluster size. The smaller the cluster size, the less wasting there is of disk space. I chose 4kb. Then Click "Ok"
Step 4: The Format will go into Pending Operations. Now click "Apply"
Step 5: Profit! Your card should now be FAT32.
Disclaimer: I am in no way affiliated with Chengdu Yiwo Tech Development or their programs. I am also not responsible for anything that may happen as a result of this guide.
Also you can just use this simple tool: fat32format
I have refrained from doing this to my 64 gig card because IIRC doesn't FAT32 prevent you from saving any file over 4 gigs??
jmorton10 said:
I have refrained from doing this to my 64 gig card because IIRC doesn't FAT32 prevent you from saving any file over 4 gigs??
Click to expand...
Click to collapse
you're fine with exFAT as long as you don't want to flash a CM/AOSP based rom. Otherwise, you're just going to end up with a corrupt sdcard.
jmorton10 said:
I have refrained from doing this to my 64 gig card because IIRC doesn't FAT32 prevent you from saving any file over 4 gigs??
Click to expand...
Click to collapse
That is correct however you might want to read this article: Team Epic: Why not exFAT?
Also CWM and TWRP can't read your SD Card properly until you format it to Fat32.
open1your1eyes0 said:
Also CWM and TWRP can't read your SD Card properly until you format it to Fat32.
Click to expand...
Click to collapse
I realize that, but I have movie RIPs that are over 4 gigs, so I just let CWM write to the internal storage & then back it up to my PC.
jmorton10 said:
I realize that, but I have movie RIPs that are over 4 gigs, so I just let CWM write to the internal storage & then back it up to my PC.
Click to expand...
Click to collapse
As of this moment, unfortunately, CWM doesn't support internal storage. There is one alpha build out there version 6.0.1.0 that I haven't tried yet, but so far every other version up to 5.8.4.9 either doesn't work properly or doesn't have an option for internal memory. In that case you may want to switch to TWRP and just use the internal storage there if you want to keep exFAT on your external SD Card.
open1your1eyes0 said:
As of this moment, unfortunately, CWM doesn't support internal storage. There is one alpha build out there version 6.0.1.0 that I haven't tried yet, but so far every other version up to 5.8.4.9 either doesn't work properly or doesn't have an option for internal memory. In that case you may want to switch to TWRP and just use the internal storage there if you want to keep exFAT on your external SD Card.
Click to expand...
Click to collapse
huh? Every version I've installed was able to access the "internal sdcard". Backup/Restore works fine.
PJnc284 said:
huh? Every version I've installed was able to access the "internal sdcard". Backup/Restore works fine.
Click to expand...
Click to collapse
What version are you on now? Try choosing to flash a zip file, anytime I have done that it errored out and went back, wouldn't let me read the partition. The only exception is version 5.8.4.9 non-touch which uses the external SD card as it's only memory option and even then you still need to reformat it as FAT32 to get it working. So far, no version of official CWM has supported internal SD card at all, the default was always external but only started working with 5.8.4.9.
EDIT: Just checked CWM 6.0.1.0 is the first version that not only shows options for both the internal and the external memory, but also works with both as well. But upon further checking it's not official CWM either, just CWM-based.
open1your1eyes0 said:
As of this moment, unfortunately, CWM doesn't support internal storage..
Click to expand...
Click to collapse
The version I'm using (5.8.4.9) works just fine with the internal storage, I use it all the time & have done 3-4 restores from it also with no problem,
It also installs zips just fine, I do it all the time.
open1your1eyes0 said:
What version are you on now? Try choosing to flash a zip file, anytime I have done that it errored out and went back, wouldn't let me read the partition. The only exception is version 5.8.4.9 non-touch which uses the external SD card as it's only memory option and even then you still need to reformat it as FAT32 to get it working. So far, no version of official CWM has supported internal SD card at all, the default was always external but only started working with 5.8.4.9.
EDIT: Just checked CWM 6.0.1.0 is the first version that not only shows options for both the internal and the external memory, but also works with both as well. But upon further checking it's not official CWM either, just CWM-based.
Click to expand...
Click to collapse
I'm using the kexec cwm right now listed as 6.0.0.8. Can't remember the other version number but it was the one included in the original root thread. Also didn't have an issue with the touch based kexec cwm that was linked with the first cm9 rom. Only errors related to flashing a zip file I've seen were corrupt downloads or flashing a kexec rom on a noncompatible cwm. Haven't tried the official one through rom manager but I tend to avoid that app anyways.
Just to make sure I wasn't imagining things, I just restored a CWM BU made two days ago from my internal storage (I figured worst case scenario I have to start over with all my apps)
The restore worked perfectly & it is definitely coming from the internal storage as CWM does not see my 64 gig card at all.
There is no way I am going to format a 64 gig card to a file system that limits me to under 4 gigs in file size, half the reason I bought that card was so I didn't have to worry about large file size.
jmorton10 said:
Just to make sure I wasn't imagining things, I just restored a CWM BU made two days ago from my internal storage (I figured worst case scenario I have to start over with all my apps)
The restore worked perfectly & it is definitely coming from the internal storage as CWM does not see my 64 gig card at all.
There is no way I am going to format a 64 gig card to a file system that limits me to under 4 gigs in file size, half the reason I bought that card was so I didn't have to worry about large file size.
Click to expand...
Click to collapse
I find it very interesting that CWM is giving you an option for internal SD card. Please tell me which version you are using and the exact words you see. Perhaps a photo? I just flashed 5.8.4.9 non-touch and I see no such option for internal SD card. The only memory option there goes directly to my external SD card without even asking.
open1your1eyes0 said:
I find it very interesting that CWM is giving you an option for internal SD card. Please tell me which version you are using and the exact words you see. Perhaps a photo? I just flashed 5.8.4.9 non-touch and I see no such option for internal SD card. The only memory option there goes directly to my external SD card without even asking.
Click to expand...
Click to collapse
I am using (5.8.4.9) non-touch version.
I could care less if its touch or non-touch or what it looks like as long as it works.
Mine has been backing up to the internal memory /mnt/sdcard/clockworkmod/backup by default & never gives me the option to do it anywhere else.
When I first installed it, I was pissed that it didn't detect my 64 gig card not realizing at the time it was because of the file system.
I tried to find an option to BU to the card, but there was no way to choose it. At that point, I figured who cares really as long as it works.
I flashed the root66 ROM & immediately made a BU. I then restored it to make sure it worked before I went any further.
It worked fine, so from then on every few days I copied the BU's to my PC & didn't worry about it.
jmorton10 said:
I am using (5.8.4.9) non-touch version.
I could care less if its touch or non-touch or what it looks like as long as it works.
Mine has been backing up to the internal memory /mnt/sdcard/clockworkmod/backup by default & never gives me the option to do it anywhere else.
When I first installed it, I was pissed that it didn't detect my 64 gig card not realizing at the time it was because of the file system.
I tried to find an option to BU to the card, but there was no way to choose it. At that point, I figured who cares really as long as it works.
I flashed the root66 ROM & immediately made a BU. I then restored it to make sure it worked before I went any further.
It worked fine, so from then on every few days I copied the BU's to my PC & didn't worry about it.
Click to expand...
Click to collapse
Wow, I feel like a complete idiot. Apparently (and I have no idea how this happened) but my SD card got cloned onto my internal storage. So actually what's happening is that CWM 5.8.4.9 is by default to internal storage and in fact doesn't give you an option for external SD card at all. CWM-based 6.0.1.0 that I linked finally shows and works with both and so does TWRP but only when you format to FAT32. So ignore that I said CWM doesn't see internal storage, that was in fact it's default this whole time.
Format Int or Ext SD?
open1your1eyes0 said:
As of this moment, unfortunately, CWM doesn't support internal storage. There is one alpha build out there version 6.0.1.0 that I haven't tried yet, but so far every other version up to 5.8.4.9 either doesn't work properly or doesn't have an option for internal memory. In that case you may want to switch to TWRP and just use the internal storage there if you want to keep exFAT on your external SD Card.
Click to expand...
Click to collapse
I fell upon this thread for 2 reasons
1. Insufficient memory downloading apps from GPStore ( 9/16GB Remaining on SD + 9/16GB Remaining on Enternal + 600MB Remaining on System)
-- I dont understand why that is happening.?!?!?
2. Is it neccesary to Format the Enternal memory (16GB)?
---------- Post added at 11:47 AM ---------- Previous post was at 11:37 AM ----------
open1your1eyes0 said:
Wow, I feel like a complete idiot. Apparently (and I have no idea how this happened) but my SD card got cloned onto my internal storage. So actually what's happening is that CWM 5.8.4.9 is by default to internal storage and in fact doesn't give you an option for external SD card at all. CWM-based 6.0.1.0 that I linked finally shows and works with both and so does TWRP but only when you format to FAT32. So ignore that I said CWM doesn't see internal storage, that was in fact it's default this whole time.
Click to expand...
Click to collapse
@open1your1eyes0,
so what you are saying is:
- its NORMAL to see CWM in both Internal and External SD? Therefore, it does not matter which CWM I use to flash a ROM? CWM 6.x.x.x vs CWM Touch 5.x.x.x vs TWRP?
Like right now I am copying all my internal storage to my PC & external storage card(merging)
kuntri said:
I fell upon this thread for 2 reasons
1. Insufficient memory downloading apps from GPStore ( 9/16GB Remaining on SD + 9/16GB Remaining on Enternal + 600MB Remaining on System)
-- I dont understand why that is happening.?!?!?
2. Is it neccesary to Format the Enternal memory (16GB)?
---------- Post added at 11:47 AM ---------- Previous post was at 11:37 AM ----------
@open1your1eyes0,
so what you are saying is:
- its NORMAL to see CWM in both Internal and External SD? Therefore, it does not matter which CWM I use to flash a ROM? CWM 6.x.x.x vs CWM Touch 5.x.x.x vs TWRP?
Like right now I am copying all my internal storage to my PC & external storage card(merging)
Click to expand...
Click to collapse
Only CWM 6.x.x.x will see both where as CWM 5.x.x.x will see only internal memory. But even if you use CWM 6.x.x.x, to work with external SD card it has to only be formatted in FAT32.
open1your1eyes0 said:
Only CWM 6.x.x.x will see both where as CWM 5.x.x.x will see only internal memory. But even if you use CWM 6.x.x.x, to work with external SD card it has to only be formatted in FAT32.
Click to expand...
Click to collapse
do we have to format the internal memory? only the external - fat32, correct!
kuntri said:
do we have to format the internal memory? only the external - fat32, correct!
Click to expand...
Click to collapse
Can't format it even if you wanted (device limitation) so yes, correct.
kuntri said:
I fell upon this thread for 2 reasons
1. Insufficient memory downloading apps from GPStore ( 9/16GB Remaining on SD + 9/16GB Remaining on Enternal + 600MB Remaining on System)
-- I dont understand why that is happening.?!?!?
2. Is it neccesary to Format the Enternal memory (16GB)?
---------- Post added at 11:47 AM ---------- Previous post was at 11:37 AM ----------
@open1your1eyes0,
so what you are saying is:
- its NORMAL to see CWM in both Internal and External SD? Therefore, it does not matter which CWM I use to flash a ROM? CWM 6.x.x.x vs CWM Touch 5.x.x.x vs TWRP?
Like right now I am copying all my internal storage to my PC & external storage card(merging)
Click to expand...
Click to collapse
open1your1eyes0 said:
Only CWM 6.x.x.x will see both where as CWM 5.x.x.x will see only internal memory. But even if you use CWM 6.x.x.x, to work with external SD card it has to only be formatted in FAT32.
Click to expand...
Click to collapse
kuntri said:
do we have to format the internal memory? only the external - fat32, correct!
Click to expand...
Click to collapse
open1your1eyes0 said:
Can't format it even if you wanted (device limitation) so yes, correct.
Click to expand...
Click to collapse
Thanks!
Also I followed thread using GScript to enable/disable MSU so that your PC will only read the External SD and not both Ext/Int Storage.
---> http://forum.xda-developers.com/showthread.php?t=1785243
One last question .. have you encountered "insufficient storage" while downloading an app? I manually pushed my apps2sd using TiBu and Links2SD and was still getting the same error. any suggestions?

I can't partition internal memory.

Got a Tab10DUALC Sunstech tablet (RK3066 chip, 8 GB Flash NAND).
As I started to install some apps it quickly became out of space, checking storage settings I found out that internal storage was about 1gb full and Nand flash 5.26gb free.
So I started to search how to root it and after a lot of trials and errors I got to flash CWM and root it.
Now, I wanted to make a partition out of that 5gb non used space but when I tried that with CWM recovery (advanced, partition) despite having doing it correctly, when the tab restarted it all reseted back to the way it was, this is, no ext2 or whatever.
I've tried just about everything, Link2SD tells me there's no SD CARD 2nd Part. I went to recovery and mounted USB and tried partition it with Mini Tool Partition Wizard and while succeed, when restarting, the tab reported bad SD so made me reformat (Link2SD reported unmountable 2nd Part) so it all came back to the way before, no partition.
Could it be some safe measure or something that doesn't allow me to get this partitioned? I've tried just about everything and can't come up with any other ideas. I mean, I don't want to use my only mini SD card if I can help it, I just don't understand why I can't use that extra 5gb while running out of space on the internal memory.
I also tried moving a few apps to SD and got all kind of errors like not loading.
Thanks for any idea on how to fix this.

merge data and internal sd

I have the infuse which has a16gb ROM with 12gb internal SD and a 2gb data partition and a galaxy s5 with 16gb ROM which has 12gb storage space that is shared between apps and internal SD. I was wondering if there is a way to setup the infuse to work like the s5 does or at least switch the internal 12gb SD card with the 2gb app storage space. I need lots of room for apps and don't ever even use the internal SD card as I have a 32gb external card in the phone so there is like 12 megs total in use on the internal SD while app storage is completely full with hardly any apps installed. Just kind of seems like a waste to me. Thanks in advanced for any help you might be able to give
diablo5189 said:
I have the infuse which has a16gb ROM with 12gb internal SD and a 2gb data partition and a galaxy s5 with 16gb ROM which has 12gb storage space that is shared between apps and internal SD. I was wondering if there is a way to setup the infuse to work like the s5 does or at least switch the internal 12gb SD card with the 2gb app storage space. I need lots of room for apps and don't ever even use the internal SD card as I have a 32gb external card in the phone so there is like 12 megs total in use on the internal SD while app storage is completely full with hardly any apps installed. Just kind of seems like a waste to me. Thanks in advanced for any help you might be able to give
Click to expand...
Click to collapse
Not that easy. You would have to re-route (comment out) the line for /data/data in the fstab file on the boot.img ramdisk. If using stock ROM, then you have to make sure all that is signed the way Samsung wants it.
There are some later KK 4.4 ROM's that ignore the datadata partition (my signature has a link that will provide options) but if you have the AT&T model (v.s. Rogers) and still on FY 2.2 or GB 2.3, there does not seem to be an upgrade path anymore (patched bootloader to flash ICS+ is lost).
A simple solution is to get a MicroSD card, split up that MicroSD with a ext2 second partition, and then use Link2SD. Mind you, the apps on the external SD would be slower, but at least you can get more apps that what you could before.
Hope this helps.
I have cyanfox 4.4 kitkat installed on it already. I know there is ways to use external SD as ext4 partition, is there any way to do something like that with internal SD instead.
diablo5189 said:
I have cyanfox 4.4 kitkat installed on it already. I know there is ways to use external SD as ext4 partition, is there any way to do something like that with internal SD instead.
Click to expand...
Click to collapse
You may be able to figure out a solution with FolderMount (or one of the other options in the following SII thread):
http://forum.xda-developers.com/showthread.php?t=2548834
Alternatively...
I am curious though, how are your wakelocks? Is your Infuse able to fall asleep? This can be determined by going into Settings > Battery > History Details, and checking the blue bar under "Awake". If it spans the width underneath that title (and the screen has been off for a portion of the uptime), then you have a GMS bug, and is common with most 2014 KK ROMs.
Not to sway you particularly - I compiled a build in 2015 that not only abandons /datadata, but also fixes the GMS bug:
http://forum.xda-developers.com/showpost.php?p=61012641&postcount=1060
May be worth it, even if only just looking at the post.

Categories

Resources