Hello,
I have a atrix orange FR.
For many reason i 'm rooted my phone, with the latest version of gingerbreak apk.
After this operation my internal SD (aka phone memory) size is 10,71 Go (total of amount), but the phone have a 16 Go Int_SD at the origins ???
For resolve thise i try :
- use a android tools (format etc)
- tested a android market apk
- Flash the phone with SPB 2.1.1
No issues my phone have just 10, 71 Go...
Any people have this probleme, how to resolve it ?
Many thanks
Regards
SnOOpNiCo2
This has nothing to do with Gingerbreak. We all have this amount useable out of the 16GB. The rest is reserved for system files, etc.
Gingerbreak may have wiped your internal sdcard as it does this to most phones...............only the 10+GB you see there though.
hi, thanks for your response.
If i understand the total amount 10,71 Go is the same for all user rooted or not, stock rom or not, it's possible i have not controlled this point on first use.
For gingerbreak wipe i have see that, and it's not a confusion for me, just i think gingerbreak modificated the international SD partitionnement 16 Go to 10go for any reason.
but your post say this a amount available for all ATrix (10,71 Go), you confirm that ?
PS: if are correct (and the spec confirm this way ) the system android + motorolla tool connexion use 6 Gb of 16 Go --> end user stockage 10,71 Go
There may be space kept aside for file swapping, updates, etc. Sorry, but I am not sure exactly how this space is utilized.
Beamed in from WinBorg 4G via XDA Premium app
ok, thanks, the repartition of memory use is minor for me, i think you are right file swap system etc, apps...
But the amount approximatively 6 Go is strong Android run with the constructor addon etx approximatively 512 Mo, if have large swap 300 Mo and 1 Go for apps (this is just a concept view) only 2 Go used ....
2gb for /data 650mb for /cache 330mb /system plus the other partitions for webtop etc and you'll find the missing few gb easy enough
Sent from my Atrix using Tapatalk
Related
Hi everyone,
A relatively noob question here.
I am running the Official ROM 2.76.405.5 on an unbranded Hero, and want to give Linux-Swap a try. But I don't want Apps2SD; I might move certain apps cache to the SD after rooting, but like the Apps themselve on the internal memory though. How can I go about it? What do I need to do?
1) Can I format my SD card so that it has a fat32 and a linux-swap partition but NO "ext" partition?
2) If I do make an EXT partition, what patch/fix should I do to make only swapping work, without Apps2SD? Modaco's Hero patch as well as his custom ROMs come with Apps2SD. Is there a way to get rid of it?
3) Will I need "busybox" to make swapping work? Or is "Swapper" alone going to be enough?
4) If I make my custom update.zip file from Modaco's Hero patch.zip, from which I delete A2SD, and then falsh that update.zip via the recovery mode, will it work?
5) And what swap size do you recommend? Some people use as large as 256MB... while the default in most cases is 32MB. Is the larger the better?
Please help a non-developer here. Many thanks in advance!
OK, I have done it and it seems right. I made all three partitions (fat32, ext3, and linux-swap) and then pushed busybox by Modaco's method via "adb shell". That means I have the ext3 partition but no Apps2SD, so my apps would stay on the internal memory. Am I right?
Now I have also installed Swapper and so far it has not given me any error. Via Advanced settings, I have told it to use Swap "partition" instead on swap file. My swap partition is 256MB
My questions now are:
1) If I kill swapper by taskkiller, will swapping end?
2) How much swappiness should I choose?
3) How do I know that it is working and what improvements should I expect to see? How can I test that my phone is functioning faster??
Please reply
Would anyone like to share their comments on this, please?!?
One more thing, Hero comes with a 288MB RAM, but the total available system memory (RAM) shown by Swapper app is 197MB. Why such discrepancy??
Your views will be much appreciated!
Very well asked questions. Some masters respond to them please so we don't disturb you about these questions within every thread of yours
to format your sdcard (i'm assuming you know how to use parted and have only 1 partition) resize your fat32 partition, for example, with my 7948 MB sdcard:
Code:
(parted) resize 1 0 7850 (where 7850 is the maximum size of your sd-card minus the amount you wish to allocate for swap, in this case, 98 MB)
wait for it to finish re-sizing, doing it this way prevents data loss, after it's done;
Code:
(parted) mkpartfs primary linux-swap 7850 7900
(parted) mkpartfs primary linux-swap 7900 7948
(parted) rm 2
(parted) resize 3 7850 7948
(parted) quit
you basically create two linux-swap partitions (the second partition can be anything, but I use linux-swap because it can be any size in MB) so that the third one gets asigned a p# of 3, then remove the second one, and then resize the third one to take up the whole space left after your fat 32 partition, that way you don't waste any space. You can always
Code:
(parted) print
to make sure your fat 32 partition has a p# of 1 and your linux-swap has a p# of 3
About why there's only 197MB left on your device? Radio and GPU take the other 96 MB and the system has no access to that memory. Don't worry, it's still enough for you to run hero, pity us dream users with only 96 MB working RAM.
===edit====(answer more questions)
If by "official rom 2.73.405.5" you mean the one you can download from MoDaCo, then I don't even think it has root. There are four 2.73.405.5 roms there, the RUU, which you should avoid like the plague, the Official one which is only the RUU but packaged in OTA format, the Official one with Radio update, and the Official rooted one. You wan't to use the rooted one. Also, you do need busybox (you're already done it). I think that in the official rooted there are no scripts running at boot, so you won't get A2SD forced upon you (always a good thing, soon as I buy my Hero I'm using that build too as a base for my build), no compcache, no swap-file usage, nothing, just a stock rom with root. Anyway, you already have busybox, and that's all swapper requires, so you're good. For extra credit, you could learn how to unpack boot.img and edit the init.rc to call on your own script from bin and have it do swap automagically instead of using swapper (plus you can do nifty things like using mmcblk0p2 instead of p3, among other things).
I don't know how swapper works exactly, but I think all it does is echo settings to the VM to set up swap, so killing the app should do nothing (it's just a front-end to what other roms do automatically) and swap should stay working after you kill it. You can try, just kill the app and then open up the terminal and type
Code:
$su
# busybox free
that will tell you how much memory you have and how much swap you have, you should still have swap even after killing swapper.
About swap size?... depends who you ask. If you ask me, you have a hero with 198 MB working ram and you shouldn't even have to bother with swap at all. If you still want to, maybe try to set up a 32 MB compcache setup (you have enough ram where compcache makes sense) with a swappiness of 0 (this keeps the memory pages for Rosie in swap and even after heavy usage, you can always go back to rosie w/o reloads).
Having a swap-file on your sdcard makes no sense if you don't have a class 6 sdcard as it will hurt performance, so, if you do, anywhere between 64 MB and 198 MB (to match the whole working memory space of the device) with a swappiness of 60 should suffice.
I wish I had a hero...
Thanks jubeh, thanks soo much. It was really helpful After reading your answer, I completely understand how to make only fat32 and linux-swap partitions and save space by not having an ext3.
I am afraid I don't quite understand the compcache thing; I think I have to do more reading/homework on this before I ask further questions
I did install the Official ROM which I downloaded from HTC website as an RUU >> flashed Amon_RA's recovery image via flashrec >> rooted by pushing "su" and "Superuser.apk" via ADB shell, and then also pushed Busybox (from Modaco's 2.2 ROM, I think it is version 1.5.1).
I am using a Sandisk 8GB class 6 card... it is fine so far (except the photo thumbnails not being generated in the ".thumbnails" forlder, but that's a different story). I have noticed that after the ROM upgrade, a folder called "rosie_scroll" get automatically created on the SD card... may be it's a kind of built-in swap?!?! Am not too sure.
Moreover, at the moment, I have set swappiness to 60. When most of the apps are open, the hero functions quite well but I see that about 190-194MB of the internal memeory is being uesd at times and heavy use and the area of occupied swap partition gradually increases. I think it is because only thise apps will swap which are kind of sleeping or dozing in the background. Am I right?
Just another question, if you unzup MCR 2.2, you see in the xbin folder, a file called "dexopt-wrapper", an addition to busybox. What does it do? Its function?
Will having lots off apps open in the background and swapping them continuosly have a deleterious effect on the battery life??
Thanks again
Best regards.
having many apps open means using ram a lot. if you add swapping, it means not only ram sucking battery, but also reading/wirtting sd, which is pretty much battery sucker itself.
so yes, if you want to lengthen your battery life, keep your apps loaded atst to a minimum.
if what you want is a comparison for battery life between swapping and not swapping.. you should check if you have your phone always on or off and some other factors (keeping ram alive in hibernation mode wastes more battery than static sd memory, ie).
Thanks sik_gerar I understand where you are coming from.
Can someone provide me a tutorial about how to install app2sd on rooted Lg Optimus GT540.
Thanks a lot & Regards
Anyone...?
i wanna know too...
You wanna too, but anyone don't want to explain us how to make it work.
Not possible on Android 1.6
how to install app2SD on LG GT540 (android 1.6)
yes me too
plz help me
how to install app2SD on LG GT540 (android 1.6)
If you update to 2.1 then it's meant to work. There's a guide on Modaco on how to do it.
I am only passing on information that I have searched (mainly through Modaco) for and tried and tested. This is by no means my creation or discovery! And also...dont sue me if you mess your phone up!
First of all, you must be rooted!
Best thing to do before installing apps2sd is to do a factory data reset.
There has been discussions on whether apps2sd overwrites the phones factory defaults. I think the problem lays in an old script of apps2sd, perhaps there is a new on out... I couldnt tell ya! Anyhow, this is not really a problem if you want apps2sd permanently on your phone though. So remember, start from scratch, reset your data.
1. Partition your sdcard and make 3 partition on it.
Example: sdcard is 1 GB
1st partition in FAT32 600mb
2nd partition in ext2 300mb
3th partition as swap 100mb
Im not sure if the swap partition is needed but I made it anyway.
2. Copy the apps2sd folder to the root of the sdcard.
Example: /sdcard/app2sd/
3. Connect your phone from ADB and type this command :
adb shell
su (approve with superuser aplication in your phone)
sh /sdcard/app2sd/app2sd.sh
After a while your phone will reboot.
4. Now check how much internal memory you have (I had 135mb after my clean install of apps2sd. I have never had that much after a factory reset, a hard reset or a flash).
And there you have it folks!
tutorial : how to insert app2sd in optimus
first, im sorry for my english
for app2sd on optimus, you must have root level.
before install app2sd, please check you internal memory (setting-sd card & phone storage)
and remember your free space. biggrin.gif
step:
1.Partition your sdcard (i use paragon manager)
make 3 partition on your sd card.
example : your sdcard is 4 GB
1st partition in FAT32 3 GB
2nd partition in ext2 700mb
3th partition swap 300 mb
2.download this file mediafire[dot]com/?2os3np35b0fmc60
3.extract the download file
Added automatic installation app2sd. Just run APP2SD.bat
Unnecessary SDK TOOLS
what happen in your memory?
good luck
@skribbler86 swap is not needed I think, i don't make swap and app2sd works for me
jakubek1994 said:
@skribbler86 swap is not needed I think, i don't make swap and app2sd works for me
Click to expand...
Click to collapse
swap like a virtual memory may be.
i think phone need a virtual memory for app2sd.
Swap is like a linux swap (as in swap space for the RAM), but from what I read, it's not actually needed
Ah I see! Well thanks for that info. Its a bit too late now lol but atleast I know for next time. Thanks
Here We Go Everyone
http://forum.xda-developers.com/showthread.php?goto=newpost&t=803695
Click to expand...
Click to collapse
Hey, I have an unlocked LG Optimus, if I set it to factory default will that lock it again? Or can I do this without setting my phone to factory default?
Old post but for reference's sake, am posting this here.
I used MiniTool Partition Wizard Home Edition for making the partition.
I had a 16GB microSDHC but I made only a 512mB ext2 and left the rest as FAT32.
GT540 was designed to handle only 140mB of usable internal memory. So, making a huge ext2 partition will considerably slow down your phone. I would recommend to keep it below 512mB. Most often, you won't install more than 200-300mB worth of apps. Most games have their extra data downloaded to the SD and only apk and dex files reside in the phone.
And, I found that Link2SD was better than apps2sd. I never used apps2sd because by the time I wanted apps2sd, Link2SD was out. Check it out.
http://forum.xda-developers.com/showthread.php?t=919326
@nibras_reeza
i am having 8 GB memory card. can you please tell me the steps how to do partion..
why dont you just put 2.2 or 2.3 on your phone. the roms are available in the developer forum.
I found installing cm7 made it work. Although i lost the functionality of my camera app2sd worked other than that it is a great rom.
I agree, link2sd is far more better than apps2sd.
Also u need to upgrade ur firmware from 1.6 and 2.1 to higher roms, 2.3 is good.
So to fully use ur android,root your device, install a rom manager, then clockworkmod and superuser, there you can enjoy.
I have a HTC Legend running on NewSense RC4. I have App2SD installed. I've changed the default install location to SD Card via " pm shell setInstallLocation 2". Though I've done all this, I have only around 2-3 MB space always. I're removed the data and cache for many apps. Yet, this is the situation. And I only have 52 APPS.
Please tell me another method to increase the amount of space. Please don't sugesst me to flash to another ROM.
I also read somewhere about partitions on SD card or something. Can you please enlighten me on this?
Note: I read to fast and COMPLETELY skipped the part where you said "Don't tell me to flash another rom" I am soooooo sorry!
The only other option I can give you is to flash Cyanogenmod7 and use data2ext if you want app space, but that is probably out of the question for you!
On the partitioning note:
Partitioning quite simply means splitting your microSD card into 2 or more PARTS (hintART-itioning). Often times, partitioning is used to create a separate space for apps2SD or data2ext. The simplest way to partition is to download rom manager (you must have root and be able to boot into recovery) and choose the option "partition sd card" choose 0 swap , then choose 512mb partitioning space! WARNING: this will delete EVERYTHING on your memory card, so either turn back, or backip tour mem. Card! After it is partitioned, you can proceed to add apps to the new partition of your SD card. Note this will, like I said, split your memory card space! Ex:
If you hav a 1 GB (1024 MB) Memory card, after partitioning, your memory for files will decrease to 512 mb, while 512 mb is reserved for your apps!
Just a word of advice from a fellow XDA-er!
I am not aware whether or not the HTC legend runs Cyanogenmod7 or not, but it would be well worth the flash to use it. Unless you are in love with the Sense UI (because CM7 uses 2.3.3 Gingerbread) then come on over to the Cyan side . Data2ext takes your ENTIRE data section of your phone (that part that holds the meat and bones of an app, PLUS the huge apk file) and puts it in that partition you created. Data2ext is simply a flashable script that puts that partition in action. After flashing the script via recovery, just go to your terminal emulator app on your phone and on the first line, type "su" (without quotes) and then type "data2ext --enable" (exactly as typed without quotes) and vuala, your REAL data section on your phone is literally virtually UNTOUCHED! Which makes your phone a lot faster. There is also a script that let's you choose the size of your partition (no more than 2 GB is strongly recommended) but I haven't used that script just yet, but will soon! Data2ext is WAY bettr than apps to SD! I know that I did way more than just answer your question, but I wanted to answer, plus give a better alternative should you choose to use it
Hope I answered ur question,
Ognimnella
Sent from my T-Mobile myTouch 3G Slide using XDA App
ognimnella said:
Note: I read to fast and COMPLETELY skipped the part where you said "Don't tell me to flash another rom" I am soooooo sorry!
The only other option I can give you is to flash Cyanogenmod7 and use data2ext if you want app space, but that is probably out of the question for you!
On the partitioning note:
Partitioning quite simply means splitting your microSD card into 2 or more PARTS (hintART-itioning). Often times, partitioning is used to create a separate space for apps2SD or data2ext. The simplest way to partition is to download rom manager (you must have root and be able to boot into recovery) and choose the option "partition sd card" choose 0 swap , then choose 512mb partitioning space! WARNING: this will delete EVERYTHING on your memory card, so either turn back, or backip tour mem. Card! After it is partitioned, you can proceed to add apps to the new partition of your SD card. Note this will, like I said, split your memory card space! Ex:
If you hav a 1 GB (1024 MB) Memory card, after partitioning, your memory for files will decrease to 512 mb, while 512 mb is reserved for your apps!
Just a word of advice from a fellow XDA-er!
I am not aware whether or not the HTC legend runs Cyanogenmod7 or not, but it would be well worth the flash to use it. Unless you are in love with the Sense UI (because CM7 uses 2.3.3 Gingerbread) then come on over to the Cyan side . Data2ext takes your ENTIRE data section of your phone (that part that holds the meat and bones of an app, PLUS the huge apk file) and puts it in that partition you created. Data2ext is simply a flashable script that puts that partition in action. After flashing the script via recovery, just go to your terminal emulator app on your phone and on the first line, type "su" (without quotes) and then type "data2ext --enable" (exactly as typed without quotes) and vuala, your REAL data section on your phone is literally virtually UNTOUCHED! Which makes your phone a lot faster. There is also a script that let's you choose the size of your partition (no more than 2 GB is strongly recommended) but I haven't used that script just yet, but will soon! Data2ext is WAY bettr than apps to SD! I know that I did way more than just answer your question, but I wanted to answer, plus give a better alternative should you choose to use it
Hope I answered ur question,
Ognimnella
Sent from my T-Mobile myTouch 3G Slide using XDA App
Click to expand...
Click to collapse
Yes, I read about the partitioning method. I've a few questions.
1. Will this method work on ANY ROM ?
2. Will I reclaim ALL my internal memory?
3. Is this is a sure shot method to install AS MANY apps as we need (the only condition being you that much SD card partition space) ?
4. Can you please link me to a detailed tutorial?
abhishek_turbo911 said:
Yes, I read about the partitioning method. I've a few questions.
1. Will this method work on ANY ROM ?
2. Will I reclaim ALL my internal memory?
3. Is this is a sure shot method to install AS MANY apps as we need (the only condition being you that much SD card partition space) ?
4. Can you please link me to a detailed tutorial?
Click to expand...
Click to collapse
1. Method will only work on rom that support it.
2. You will get a lot of internal memory back but data will remain internal unless you move app's data to sd-ext also.
3. Method trick the phone into thinking the sd-ext is part of your internal memory so you'll be able to install a good amount of apps.
4. Search Dark Tremor's a2sd or S2E in the market.
abhishek_turbo911 said:
Yes, I read about the partitioning method. I've a few questions.
1. Will this method work on ANY ROM ?
2. Will I reclaim ALL my internal memory?
3. Is this is a sure shot method to install AS MANY apps as we need (the only condition being you that much SD card partition space) ?
4. Can you please link me to a detailed tutorial?
Click to expand...
Click to collapse
1. No to my knowledge it only works on CM7 (and you said flashing a new rom is out of the question)
2. Yes, plus more
3. Yes, so far, I hav somewhere around 85 apps installed (and that's with 512 mb only, with 150-200mb still left
4. http://forum.xda-developers.com/showthread.php?t=902395
P.S. - If you want to have the freedom of installing up to 2GB partition space for apps, use data2ext-v4. If you want the already preset 512mb, then use data2ext-v7 (it is thoroughly explained in the post)
Sent from my T-Mobile myTouch 3G Slide using XDA App
Hello!
I've just rooted Viewpad 7 and installed EUViewpad7 v1.7b firmware.
In Quick System Info app it says I have only 4 kb free "system storage" left.
I'd like to try to increase internal storage size, perhaps at expense of some internal storage or somesuch (since apps run from SD thanks to apps2sd)
And yes, the ROM already has apps2sd, so I don't think I can move any more stuff to SD without breaking everything...
Is increasing "system storage" possible ?
1. Link2sd way
- Rooted
- Partition EXT3 or 4 in your micro-sd, size whatever u want (1024 mb recommend).
- Open Link2sd's app select ext3 or 4.
- Reboot
2. a2sd way
- Rooted
- Install CMW.
- Partition EXT3 or 4 in your micro-sd, size whatever u want (1024 mb recommend).
- Install a2sd from recovery mode.
- Install a2sd gui from Google play.
- move data from app or in terminal [type su>enter>type a2sd datasd>enter>auto reboot]
3. Google move to sd-card, apps2sd or app way
- Install app that the name say move to sd or something.
- Not help.
And like other developer alway said, Do it with your own risk.
Sorry for my weak english.
I think a2sd is already installed and all the apps that can be moved to SD are on SD already (a2sd comes with EUViewpad7 v1.7b by default, and I did create all the partitions and stuff on SD. Also, terminal emulator -> a2sd check says that I have apps and dalvik cache running from SD)
So. moving apps 2 sd is unlikely to yield much relief since they all are already there
Any other ideas on getting more "system storage" ?
If your a2sd run perfect, your rom space will not decreate even if u install a lot of app.
Sent from my ViewPad7 using xda premium
Yeah.
Though I would still rather have it larger, you know, just in case (also curious about it on general principle of finding out new stuff)
indyend said:
If your a2sd run perfect, your rom space will not decreate even if u install a lot of app.
Sent from my ViewPad7 using xda premium
Click to expand...
Click to collapse
+++1 on that, many others have successfully used A2SD on the EU v1.7b ITE ROM like myself, it's been documented in extensive details in the custom Rom's thread, please re-read and follow the steps outlined, and, backup anything & everything important on the mSD card first.
I'm guessing that the mSD card wasn't fully reformatted and setup properly.
Quick key steps: make sure you do a full dalvik, cache & system wipe first (after backing up via CWM 2.x - recommended verison over 4.x or newer 5.x) and format ext3/4 with 1MB space, move/copy ZIP file back to ROM and select it to flash/install, continue with full setup, power down & restart.
You will need to re-install Titanium Backup & A2SDGUI from Market (it's now Google Play, once your account is setup/restored) and check your memory/storage with A2SDGUI, it should show plenty of available/free space for internal, system/rom and SD/ext card usage.
If not, re-check your steps and repeat it for proper installation. If it's working, A2SD will dynamically move & free up plenty of space for Apps, I have over 50 (market) apps of them in addition to the default/custom Rom's Apps, and 2 verisons (soon to be 3) of Angry Birds running on it.
A 8GB mSD is the minimum that I would use, a 16GB mSD is better with all the CWM files that you will store on it, plus MP3 and videos, etc.
FYI - mine device's readings are:
Internal memory free (total) 93MB (171MB)
SD-Ext free (total) 555MB (914MB)
/cache/free (total) 86MB (88MB)
Ram free (total) 226MB (415MB)
A corrupt installation will not display all of the above. I have yet to come across after trying other App2SD apps out in the "Market" that work and can free up so much "extra" for the Vpad7 ... YMMV
Good luck & if you are not sure, please post your results/space as shown under A2SD as written by DT.
Link of my space and u will see how much free of my viewpad7. And the most important is no app on m-sd. It's all in ext3.
http://db.tt/YTSbK5Ss
Sent from my ViewPad7 using xda premium
Okay, guess I'll just have to stop worrying lol
Hi all,
I've just received my HTC desire x, checking the specs there is written
that the internal memory should be 4GB, but I have just 1GB.
the total space shows 1.09 GB (screenshot attached)
on the HTC website there's written
Total storage: 4 GB, available capacity varies*
and then *Available storage is less due to phone software.
Is it possible that the OS takes 3GB? Seems a bit too much for me...
Any idea?
Thanks all in advance
crazypixel said:
Hi all,
I've just received my HTC desire x, checking the specs there is written
that the internal memory should be 4GB, but I have just 1GB.
the total space shows 1.09 GB (screenshot attached)
on the HTC website there's written
Total storage: 4 GB, available capacity varies*
and then *Available storage is less due to phone software.
Is it possible that the OS takes 3GB? Seems a bit too much for me...
Any idea?
Thanks all in advance
Click to expand...
Click to collapse
This is correct man. There is no issue or problem. The system takes ~3gb. Cos imagine when you are factory resetting your phone. The original OS file (called ROM) will reside in that memory with a whole lot of other backup stuff which you cant access.
This is why ppl use CUSTOM ROMS, cos we remove bloatware and other things.
What you see in that screenshot is same as mine and as other. Just buy an external card and it will rock
and please go to about > software update > PRESS CHECK NOW even though "Scheduled Check" is ticked cos there are updates and possibly u have one waiting also.
ayyu3m said:
This is correct man. There is no issue or problem. The system takes ~3gb. Cos imagine when you are factory resetting your phone. The original OS file (called ROM) will reside in that memory with a whole lot of other backup stuff which you cant access.
This is why ppl use CUSTOM ROMS, cos we remove bloatware and other things.
What you see in that screenshot is same as mine and as other. Just buy an external card and it will rock
and please go to about > software update > PRESS CHECK NOW even though "Scheduled Check" is ticked cos there are updates and possibly u have one waiting also.
Click to expand...
Click to collapse
^ +1.
anyway i cant see why 1gb isnt enough for apps and games. if you have a sd card, it will be more than enough because of the ability to move apps to sd.
asus.3s93r virthqu
ayyu3m said:
This is correct man. There is no issue or problem. The system takes ~3gb. Cos imagine when you are factory resetting your phone. The original OS file (called ROM) will reside in that memory with a whole lot of other backup stuff which you cant access.
This is why ppl use CUSTOM ROMS, cos we remove bloatware and other things.
What you see in that screenshot is same as mine and as other. Just buy an external card and it will rock
and please go to about > software update > PRESS CHECK NOW even though "Scheduled Check" is ticked cos there are updates and possibly u have one waiting also.
Click to expand...
Click to collapse
Thanks man all doubts vanished now,
does it mean that once rooted (I haven't seen any good rom around yet, please advise if you know any)
I can partition the internal memory? Or it's better not to partition anything for a smoother and faster phone?
Thanks again
Yes 4GB in these mount points:
dev - 303MB
cache - 251MB
data 1,1GB
internal memory (emmc) - 1,1GB
system/942MB
Plus a few more like radio boot and / mount point. It's up around 4GB.
i think you want this? https://play.google.com/store/apps/details?id=com.buak.Link2SD
with that app. you will no longer have to worry about low internal storage again. i use that all the time on my previous phone who has low internal memory (400mb below). but with des x i dont need it. 1gb internal memory are a lot!
nlooooo said:
Yes 4GB in these mount points:
dev - 303MB
cache - 251MB
data 1,1GB
internal memory (emmc) - 1,1GB
system/942MB
Plus a few more like radio boot and / mount point. It's up around 4GB.
Click to expand...
Click to collapse
Is it possible to reformat partitions? Why not to have internal memory (emmc) - 1,1GB and system/942MB merged? I'm not using emmc, cuz I have SDCard for all my stuff, so 1,1 Gb are empty, but I have insufficient space on system.