Minimum storage space leftovers - One (M7) Q&A, Help & Troubleshooting

h-hello
this might be an odd question, targeting both the HTC One but also android OS's as a whole.
my previous device (iOS) was met with massive slowdowns when i began running out of storage space (200MB remaining of a 32GB model) and here i am yet again, approaching 4GB of storage remaining for my HTC One that i bought one month ago.
my question would be how much space should i ideally leave over to permit my device to run at its full potential. 1GB? i heard that 500MB is sufficient enough but i wanted to get some more opinions before i take the plunge and fill my phone up. i care more about speed and power than space.
thanks~

quick bump due to thread being moved!

f-final bump i guess ;_;

KilimIG said:
f-final bump i guess ;_;
Click to expand...
Click to collapse
I suggest reserve around 300MB, so when the system needs space you'll not have a problem,

rerenznz said:
I suggest reserve around 300MB, so when the system needs space you'll not have a problem,
Click to expand...
Click to collapse
alright i'll stick with that to be safe then (probably a little more, 500MB seems about even)
thank you!

Related

swap how it works not how to set it up

i have not stayed as up to date with all the advancements on the g1. so im asking about swap and how it works i read how works on like desktop and ect but i did not fully understand it. also tried looking a some threads about again could not really find anything on how it works. i get that its kind of like extra ram but not really. i guess im wondering how its not like ram i understand that its not hardwired and that can create issue is that the only real difference? and why can too much give you strange lags and ect? any reply would be of tremendous help
on that subject please explain swappiness 2. how to check and change swappiness. i understand u can change swappiness with terminal with code: su
then
echo xx > proc/sys/vm/swappiness
but how to check the swappiness?
j0k3rn2o said:
on that subject please explain swappiness 2. how to check and change swappiness. i understand u can change swappiness with terminal with code: su
then
echo xx > proc/sys/vm/swappiness
but how to check the swappiness?
Click to expand...
Click to collapse
I actually pull the file and look at it.
Code:
su
cp /system/bin/user.conf /sdcard/user.conf
Then once you edit or do what you will now we need to move it back.
Code:
cp /sdcard/user.conf /system/bin/user.conf
Then i use "Text Edit" to look at the file and read the swappiness.
jmon777 said:
i have not stayed as up to date with all the advancements on the g1. so im asking about swap and how it works i read how works on like desktop and ect but i did not fully understand it. also tried looking a some threads about again could not really find anything on how it works. i get that its kind of like extra ram but not really. i guess im wondering how its not like ram i understand that its not hardwired and that can create issue is that the only real difference? and why can too much give you strange lags and ect? any reply would be of tremendous help
Click to expand...
Click to collapse
The swap is something like Virtual Ram. It helps the G1 run things like Hero or make cupcake faster. Its something that the G1 lacks but most other android devices will have. You'll need to set up your SD card in the following order. Fat32/Ext2-3-4/Linux-Swap. Most ROM's will use the swap automatically so there's nothing extra you need to do.
nolimit78 said:
The swap is something like Virtual Ram. It helps the G1 run things like Hero or make cupcake faster. Its something that the G1 lacks but most other android devices will have. You'll need to set up your SD card in the following order. Fat32/Ext2-3-4/Linux-Swap. Most ROM's will use the swap automatically so there's nothing extra you need to do.
Click to expand...
Click to collapse
ok i get that. and i dont think that any of the new phones will have this until there is larger internal storage. but i could wrong. but my question that remains is why a swap partition of 128 or so seem to create odd lag problems. and most devs say 32 mb is most stable so a little information on this would be nice.
jmon777 said:
ok i get that. and i dont think that any of the new phones will have this until there is larger internal storage. but i could wrong. but my question that remains is why a swap partition of 128 or so seem to create odd lag problems. and most devs say 32 mb is most stable so a little information on this would be nice.
Click to expand...
Click to collapse
Hmmm I've acutally heard good things about 128. I haven't gone over 100mb for Linux Swap and it's actually pretty smooth... I would stick with that and if you want more speed increase your swappiness And that's the thing when rooting your phone like we're doing. It's a clear example of "Results my Vary" What works for one person may not work for another. I would use a linux-swap that works best for you. Try using 64 or 96mb.. see if that works better for you.
nolimit78 said:
Hmmm I've acutally heard good things about 128. I haven't gone over 100mb for Linux Swap and it's actually pretty smooth... I would stick with that and if you want more speed increase your swappiness And that's the thing when rooting your phone like we're doing. It's a clear example of "Results my Vary" What works for one person may not work for another. I would use a linux-swap that works best for you. Try using 64 or 96mb.. see if that works better for you.
Click to expand...
Click to collapse
i haven't done much experimenting because i have not had a complete understanding of it but i am getting there. and i had to get a replacement g1. im going play with a probably burn out a card or 2. but still i would like to know why too much room in the swap partition can make issues and also i was wondering if the size of the card matters in relation to size of the partitions.
jmon777 said:
i haven't done much experimenting because i have not had a complete understanding of it but i am getting there. and i had to get a replacement g1. im going play with a probably burn out a card or 2. but still i would like to know why too much room in the swap partition can make issues and also i was wondering if the size of the card matters in relation to size of the partitions.
Click to expand...
Click to collapse
Some of the ROM's just have a hard time. I don't think there's an exact reason. (someone correct me if I'm wrong, I've looked myself) It's weird because some people have great results and others it's just awful.
When it comes to your SD Card It doesn't matter the sizes as long as:
Fat32 Can be the remainder of the card
EXT2/3/4: 1.5GB or less. I've read that any higher and the ROM's freak out
Linux: This can be 128mb or less. Either create a 32/64/96/128 size partition and you should be fine.
do you mind if u can dumb it down for me a lil cuz i have been trying to figure out what the helll swappiness means and i cant find any good explanations. heres what i got so far, correct me if i am wrong. basically, as mentioned, its virtual ram. this virtual ram comes from ur SD card. so when our phones internal ram is not enough, say like on my MT3G, then the ROM, hero in this case, will use the SD memory as RAM. right? ok so whats the point of needing 3 partitions? why is this linux one so freakin important? and what do u mean by swappiness? do u mean just how much mb u are using from every partition?
from what i understand... (which isn't very much)
a swap space is used like ram (like some one said earlier virtual memory) the reason a larger swap space is not as stable in the long run is that once the space starts to fill up more it has more to read through and swap between the swap space and the phone.
swappiness is the rate at which the info is stored in the swap space. its measured in 0 to 100. 0 being the lowest and 100 the highest. the higher the number the more the swap space is used but also the faster the swap space will start to fill up.
i hope my mediocre explanations are not to horribly wrong
Iman07 said:
do you mind if u can dumb it down for me a lil cuz i have been trying to figure out what the helll swappiness means and i cant find any good explanations. heres what i got so far, correct me if i am wrong. basically, as mentioned, its virtual ram. this virtual ram comes from ur SD card. so when our phones internal ram is not enough, say like on my MT3G, then the ROM, hero in this case,
Click to expand...
Click to collapse
will use the SD memory as RAM. right?
Click to expand...
Click to collapse
It'll use it in addition to the internal RAM.
ok so whats the point of needing 3 partitions?
Click to expand...
Click to collapse
Fat32: Needed to keep additional files on. Storage, music, pictures, ect.
EXT2-3-4: This is used in conjunction with the internal memory. (The G1 suffers from a lack of internal space. This is the primary reason why I rooted to begin with)
Linux-Swap: This helps improve the G1/MT3G run CupCake/AOSP/Hero a lot smoother. This works as additional RAM for the unit.
why is this linux one so freakin important?
Click to expand...
Click to collapse
This helps run ROM's on a phone that it shouldn't be running on. IE the G1 Running Hero
and what do u mean by swappiness?
Click to expand...
Click to collapse
Swappiness is the speed that the ROM can access the LinuxSwap Partition
do u mean just how much mb u are using from every partition?
Click to expand...
Click to collapse
This one I didn't understand..
this thread has been very helpful to ne thanks to all those who read it and gave me some info i hope it helps others as well. i got a g1 in the mail today (hope its new and not referb) but im try this this weekend and see how works. but im going try look into and understand why the size matters little more. because i dint think anyone knows.
thank you so much nolimit and everyone else for helping me understand this. i really do appreciate it. it all makes sense now!

[DEV] [Progress towards DATA2EXT]

So this is the future thread of DATA2EXT.
Basically this is a hack to mount part of /data onto the SDcard, improving I/O thoroughput, as data will be written to internal NAND and SDCard. (Theoretically)
I've currently gotten really close to a functional DATA2EXT.
About to flash the next test, and I think I got it this time.
Progress will be posted here.
v1: Failed. Not that easy.
v2: OOOHHH. Still failed.
v3: Mhmm. THAT should do it.
v4: Heyyy! Found an error! *fixes. Trying now =] Failed as well.
v5: Failed failed.
lots more fails.
v17 Trying new idea now!
Bugs go herreeeeeeeeeeeeee
Maybe some random stuff here xD
Thanks man I'm excited about this thanks for looking into it.
Sent from my Incredible using XDA App
Gahh Its Lee said:
Thanks man I'm excited about this thanks for looking into it.
Sent from my Incredible using XDA App
Click to expand...
Click to collapse
EDIT: Haha... I realize that this quote has nothing to do with cyanogen's warning xD Oh well
Yup yup. I respect cyanogen, but from what I've read, it seems his main issues are:
1. Doesn't actually help anything.
2. Doesn't get wiped, so errors between ROMs will occur.
However, theoretically, it SHOULD help. Read / write is now spread across NAND and SD, so should increase I/O. But again, real-world difference has yet to be looked at.
Wiping it IS possible. One could delete the partition, and the recreate it. Wipe. What cyanogen seems to mean is that it's not baked into clockworkmod. It means that a separate zip will have to be included for those who want to wipe.
But again, I've yet to get it actually functional. Once it's functional, the performance vs risk can be weighed.
On another note, I've seen talk about DATA2InternalStorage. It certainly makes sense, we've a whole 6GB to play around with, and it should be really fast. However, the added r/w that occurs with DATA2X should drastically reduce life. And since we can't change it out... not a good idea.
The SD card can be changed out very very easily, so a shorter life shouldn't matter too much. And I'm not sure of the logistics, but if internal storage is on the same NAND as /data, then moving writes over to there really won't improve anything.
Anyways, I'm testing v4 now after my phone charges a little more. *crosses fingers.
.
What partition layout is needed for this? Maybe you've already seen it, but I've been following THIS, also.
hopefully this helps with real life performance too. When I compare the inc to the crazy fast new devices out there, I feel a bit jealous. If I see some increased speed/smoothness, it will certainly be worth it for me. Also, will it be possible to get this in a flashable zip format? 1 for AOSP Roms, 1 for Desire Z/HD/MT4G Roms, 1 for old sense based roms or am I smoking the wrong pipe in thinking this way?
overground said:
What partition layout is needed for this? Maybe you've already seen it, but I've been following THIS, also.
Click to expand...
Click to collapse
I've been tweaking the script to work for the DInc. I had to change the place where it mounts stuff, and I've finally got bootup. However, still a billion force closes. Digging into this...
This is all very interesting and I thank you for taking the time to try and get it to work. I just hope in the end it is worth the effort
I agree! Can't wait to test for you! And again thanks for putting your personal time toward improving our devices!!!
How did it go? Any luck getting it stabilized?
Sent from my ADR6300 using Tapatalk
khanam said:
How did it go? Any luck getting it stabilized?
Sent from my ADR6300 using Tapatalk
Click to expand...
Click to collapse
=[. Noope. Failed failed failed. haha, but at least I'm making some progress. About to try again now, I'm getting closer each time xP
After so many failed attempts, I am forced to give up.
It's too much work for too little gain.
The whole point of DATA2EXT is twofold: Increase /data space for apps, and increase I/O.
The Desire (what this was originally designed for) has a 150mb /data partition. That's hilariously small.
The Inc has a ~700 mb /data partition.
Hilariously huge.
So, the /data space point is moot.
As for the I/O speeds, there are no real-world benefits. Yes, I/O will increase dramatically in Quadrant, but that's it. Quadrant writes a pretty large amount of files to read I/O, so difference in I/O speed helps.
But that's not the case with apps. Apps store their data in /data/data. The whole of which is usually about 170kb. Yes, Kb. Not even an MB. If I write at 1mb/sec, I'm done in about 0.1 seconds. The I/O will increase throughput to ~2.6mb/sec. I'm done in about 0.065 seconds. That's a 0.035 second difference.
Again, that's if EVERY SINGLE app was writing at once. 0.035 seconds. Negligible.
Haha, I do realize I am making such a strong case against it because I couldn't get it to work xD
So, in the end, Cyanogen was right xP It's just a benchmark hack. Real world performance doesn't depend on I/O.
got it. Now it makes more sense. thanks
finally come to the same conclusion?
i worked on it for a bit, did a bit of research, got it to boot.
after researching a bit more-and being stuck at the FCs where you were-i gave up. cost/benefit ratio just wasnt gootd enough
r2DoesInc said:
finally come to the same conclusion?
i worked on it for a bit, did a bit of research, got it to boot.
after researching a bit more-and being stuck at the FCs where you were-i gave up. cost/benefit ratio just wasnt gootd enough
Click to expand...
Click to collapse
Haha, yeah. It's like there's some hidden mount file that I can't control. bleh. It did get kinda funny, EVERY single app FCed and I tried to tap my way through xD Yeah... didn't work so well xP
gmichaelow said:
Haha, yeah. It's like there's some hidden mount file that I can't control. bleh. It did get kinda funny, EVERY single app FCed and I tried to tap my way through xD Yeah... didn't work so well xP
Click to expand...
Click to collapse
ya, you tap REAL fast and think you got all the way through, get a glimpse of a black screen, the BAM! FC for EVERY single app

[CONFUSION] W8 vs Micromax ninja 4.0

I want to change my w8 with micromax ninja 4.0(A87).
Do you think, it really worth so???
Officially corp via w8
Go for x8....dont buy galaxy y.....why y?
Sent from my GT-S5570 using xda premium
Micromax A87
I just bought Micromax A87 around 3-4 days ago. It's pretty good for its price. 1 GHZ processor for that price is pretty astonishing. But, if you have a better budget, I suggest you go for something better. But, if your budget is low, this is the best for its price range. It's got good looks, 1 GHZ processor, good touch and works smooth so far.
Although, 2 things I'm worrying about is, its internal memory and its RAM. Its internal memory is 200 MB out of which about 180 MB is available, which I think for the heavy apps now, is not enough. But, again with the help of useful apps we can transfer a lot from internal to the external memory. So, it's not a very big problem. It's quite manageable I'd say.
Now, for my main worry. It's RAM. According to their website, it's RAM is 256 MB. But as seen on my device, in the "running services" section, I have a total of 110 MB RAM as shown in the bottom. I'm not sure if I'm wrong about the fact that the results displayed there are the fact about the RAM's size, but I'm assuming it to be that as I've checked with more friend's too. Their RAM shown there are matching. Now, if I'm getting 110 MB of RAM, I think I can say that the RAM may be 128 MB. But it is pretty less for phones nowadays. On top of that, the bloatware present takes upto 100 MB of the RAM, after which I'm left out with only 10 MB of RAM. So, I can't run many applications, and especially simultaneously.
I am planning to root it to remove bloatware and see if I can make the performance a little better. So, if someone can guide me through the rooting process for this specific phone, it would be really helpful. I know the rooting process but I just want to cross check it with an experienced guy because I don't want to brick my phone. And, also I'm going to call up their customer care to clarify why I'm getting such low RAM space even though they've stated much more on their website. I will post here, when I'm aware of what the problem is.
But, I still say that for the cost, it is really good and worth it. Depends on your budget. If it's low, then this is the best. And, I'm sure it can perform better than W8, if you're planning to shift, with a less budget.
*" If someone can guide me through the rooting process for this specific phone, it would be really helpful "*
Thanks for details guide aashish
Officially corp via w8
I check that phone specifications, there is no proximity sensor and accelerometer. Is it matter a lot for daily use phone??
Officially corp via w8
Welcome leecorp.
Actually, as per my usage till now, I've experienced the application of both accelerometer and proximity sensor. According to my knowledge, proximity sensor is the sensor which activates usually when we are in a call. The screen goes to sleep, when we get the phone near our face, so that our cheek or ear doesn't cause any interruption during call. Please correct me if I'm wrong. I've noticed this to be working with no problem at all. So, according to my knowledge of what it is, I would conclude that the proximity sensor is working fine. Now, for the acclerometer, according to me it's the sensor which detects the motion of the mobile in our hand. Like tilting or shaking, etc. Again, please correct me if I'm wrong. This is used many times while playing games. I've used an option in the settings which says "horizontal calibration", which uses the accelerometer to set the horizontal calibration. And, I also tried it and it works well. Also, I remember going through an option like, shake to change the song feature on the phone. I don't use it though. But, I remember seeing it. I can't tell you if it works but I think it does work as everything seen on this phone till now works. If you want me to check the working, I can do so and let you know. So, I think both the features that you're worrying about, works well. :good:
Also, just to update, I called the Micromax customer relations office and asked them about my RAM and Internal Memory. The figures I mentioned in my previous comment and quite wrong. My assumptions of the actual numbers were wrong. They told me that the RAM is 256 MB and that the OS takes a lot of it, leaving me with only 161 MB left. In which a lot goes to the preloaded apps leaving behind 35-50 MB of RAM space. But, if I root my phone and remove all the unwanted preloaded apps, I'm sure to gain much more space. Also, I'm planning to get a custom ROM for this, which is of smaller size than my OS now. So, by doing both I can gain a lot of RAM space.
And for the internal memory, they said that it is actually of 512 MB. Why we get very less space is because of the preloaded apps. Again, my solution is to root. Will remove as many as I can. It will give me much more space.
So, I hope this helped you gain more clarity about the phone.
Please help me get the rooting process for Micromax A87 ASAP. Any kind of help will be useful.
Hey
I just wanted to ask how's ninja 4s battery backup
Sent from my p 300(Funbook) using xda app-developers app
Well, it's really nice. I only charge in the night. I use wi-fi, mobile internet whenever I'm out, and many apps running. It comes down to 45-50%.
It actually depends on you're usage. It might come down a little more depending on your usage. If it's heavy I think it'll go down a little more. My usage is moderate i'd say.
On the whole it's not complainable.
Sent from my Micromax A87 using xda app-developers app
Can you pls share some screenshots of a87.
Officially corp via w8
Yes leecorp.
Sorry for the late reply. I will shortly send them. Won't be able to do it immediately. Exam time so away from everything. Please give me a little time if that's alright.
Hope you understand.
Sent from my Micromax A87 using xda app-developers app
---------- Post added at 07:51 PM ---------- Previous post was at 07:46 PM ----------
And just post here what you exactly wanna see. It'll help me solve your purpose better.
Sent from my Micromax A87 using xda app-developers app
When you speak of ram and it's usage you really should read up on how Linux manages ram..
You are speaking from a windows users point of view i believe. Windows has a completely different (and bad) way of managing ram from Linux.
Linux will grab most of the available ram and use it wisely (makes it look like you have little ram left).
Doesn't mean your system will run less efficiently - quite the opposite in fact..
Oh thanks a lot CtrlAltDelIrl !
I will look into it. I will hopefully find something now which can make me a little happy about my RAM.
But, I'm still quite keen on rooting it, just to make the performance a bit better. I hope someone helps me get a proper rooting process for my Micromax A87. Please update here if you do.
Thanks a lot. You gave me a new vision now. My bad that I forgot to differentiate between Linux and Windows. I forgot to let go my Windows habits and practices.
Like this. Taken from es task manager
And any pic to check it's screen resolution. And ppi
Officially corp via w8
AshishRao said:
Oh thanks a lot CtrlAltDelIrl !
I will look into it. I will hopefully find something now which can make me a little happy about my RAM.
But, I'm still quite keen on rooting it, just to make the performance a bit better. I hope someone helps me get a proper rooting process for my Micromax A87. Please update here if you do.
Thanks a lot. You gave me a new vision now. My bad that I forgot to differentiate between Linux and Windows. I forgot to let go my Windows habits and practices.
Click to expand...
Click to collapse
i to brought the a87 yesterday
if ur flash with cfw then plz include me toooo
i will also try and after rooting did u remove any app? if yes then plz list it here
Custom roms for Micromax a87
Guys I got my sis this phone..and i wanted to install a custom rom preferably ics...any suggestions to where I can find it..thank you in advance
Guys I am realy very confused should I buy nija3.5 or 4 please help me or suggest me a good phone to buy in this range
Sent from my p 300(Funbook) using xda app-developers app
Dear All,
I have started this thread:
Link
Kindly contribute, share and explain.
We can help and built a community like I have done for Karbonn & Spice mobiles.
Without help from all members its not possible.
Thanks for reading.

[Q] about moving applications to SD card

Guys does anyone here solved this problem in xperia z1 to move applications in SD card because i dont want to fully loaded my internal memory which is only 16GB..
sent from future!
I would like to know about that also. Since my phone is not rooted, how do you get apps to install directly to the SD card. thanks
Me too.
bhagiratha said:
I would like to know about that also. Since my phone is not rooted, how do you get apps to install directly to the SD card. thanks
Click to expand...
Click to collapse
Still my apps is installed in my internal memory...i hope in the next release of their firmware or android kitkat it supports moving apps to sd card.
sent from future!
gaboh24 said:
Guys does anyone here solved this problem in xperia z1 to move applications in SD card because i dont want to fully loaded my internal memory which is only 16GB..
sent from future!
Click to expand...
Click to collapse
I don't think we can install apps on the SD card yet ):
The OS is unix based, you can create symbolic links in the internal memory to point to the External SD card. These links tell the OS to look in the location you specified whenever something requests that folder, pretty much seamless.
There are other tools that have been developed which automate some of this for you, if you are not comfortable typing in a terminal window.
There is already a thread about this, conclusion is that mattiad is not going to be doing an internal2external mod, been using his mod for years and I asked him, told me that without the device in his hands (probably donated as he isn't going to be buying it) it isn't going to be happening, mount points and code are different from the s3 apparently.
I've personally been using folder mount, it's a paid app but allows you to mount the larger games and apps found in android/obb or anywhere from one location to another.
Upped my memory to 5GB from 2GB, I've got about 4 large games and around 100 apps installed so it does work.
Link: https://play.google.com/store/apps/details?id=com.devasque.fmount&hl=en_GB
dladz said:
There is already a thread about this, conclusion is that mattiad is not going to be doing an internal2external mod, been using his mod for years and I asked him, told me that without the device in his hands (probably donated as he isn't going to be buying it) it isn't going to be happening, mount points and code are different from the s3 apparently.
I've personally been using folder mount, it's a paid app but allows you to mount the larger games and apps found in android/obb or anywhere from one location to another.
Upped my memory to 5GB from 2GB, I've got about 4 large games and around 100 apps installed so it does work.
Link: https://play.google.com/store/apps/details?id=com.devasque.fmount&hl=en_GB
Click to expand...
Click to collapse
Thanks mate!
sent from future!
dladz said:
There is already a thread about this, conclusion is that mattiad is not going to be doing an internal2external mod, been using his mod for years and I asked him, told me that without the device in his hands (probably donated as he isn't going to be buying it) it isn't going to be happening, mount points and code are different from the s3 apparently.
I've personally been using folder mount, it's a paid app but allows you to mount the larger games and apps found in android/obb or anywhere from one location to another.
Upped my memory to 5GB from 2GB, I've got about 4 large games and around 100 apps installed so it does work.
Link: https://play.google.com/store/apps/details?id=com.devasque.fmount&hl=en_GB
Click to expand...
Click to collapse
Thank you for the hint. I hope, that after upgrading to 14.2.A.0.290 root will not be remove and rooting will not be so difficult.
schickel said:
Thank you for the hint. I hope, that after upgrading to 14.2.A.0.290 root will not be remove and rooting will not be so difficult.
Click to expand...
Click to collapse
Root will happen and there will always be a way around things, the problem Z1 users are facing is a lack of dev's to accomplish these things. Just compare the note 3 forum with this one, huge difference.
The camera bug has obviously played a part in this but it's causing irreparable damage to the Z1 community and has probably put off some dev's we could sorely do with.
Hopefully it'll change withe new releases but as time goes on i'm losing faith to be honest.
dladz said:
Root will happen and there will always be a way around things, the problem Z1 users are facing is a lack of dev's to accomplish these things. Just compare the note 3 forum with this one, huge difference.
The camera bug has obviously played a part in this but it's causing irreparable damage to the Z1 community and has probably put off some dev's we could sorely do with.
Hopefully it'll change withe new releases but as time goes on i'm losing faith to be honest.
Click to expand...
Click to collapse
Haha! Dont loose faith mate it's just a phone we people are more intellegent than technology, because humans created it..
sent from future!
gaboh24 said:
Haha! Dont loose faith mate it's just a phone we people are more intellegent than technology, because humans created it..
sent from future!
Click to expand...
Click to collapse
Wearing very thin my friend

3.6 GB Storage used up by others after 7.1.1(OOS 4.1.0) Update !!

After Updating to OOS 4.1.0, 3.6gb storage was used by others under storage in settings. Many users are reporting this in Oneplus forums and reddit. I can find nothing in the sdcard. I even factory reset my phone but no use !! When I switch to other roms, there is nothing under others. I switch back to OOS 4.1.0 then again the others is using 3.6gb !! Please help me , Is it for seamless updates or something ??
Whoa dude chill. Lol at least you have it...You have 64gb version?
Sent from my ONEPLUS A3000 using Tapatalk
nano303 said:
Whoa dude chill. Lol at least you have it...You have 64gb version?
Click to expand...
Click to collapse
What?
I have the same problem with lacking almost 4gb
terragady said:
What?
I have the same problem with lacking almost 4gb
Click to expand...
Click to collapse
At least you have the update . 4GB is not too much space does every have this??
Sent from my ONEPLUS A3000 using Tapatalk
I used VPN for Ota. Update is available for everyone.
I do not really understand what you are talking to me.
I'm in the same boat but it's even worse on my end.
Honestly. With so much available space. Does it really matter? This also feels like another storm in a teacup. Oneplus are screwing us once again etc.
white43 said:
Honestly. With so much available space. Does it really matter? This also feels like another storm in a teacup. Oneplus are screwing us once again etc.
Click to expand...
Click to collapse
Yes because we are paying for that memory and instead they load it with crap
Yea, but you're not paying much are you? And with the ease of unlocking the bootloader, rooting, putting on custom ROMs WITHOUT voiding the warranty...Pffff i don't really care.
Not much? It is more expensive now that any other top device from 2016, it is not good cheap OnePlus anymore. They do not change the price over year like the other companies do.
I am pretty annoyed when something is like it shouldn't be. I should have that memory free and it is a bug or something. There is sale for beer and you buy 1L and get only 0,7L, will you be happy? You still have more than 0.5L and you still have cold good beer which is probably enough but yet you paid for 1L and didnt get it
I updated mine over ota yesterday and lost 7% of my storage space. Tried to do a cache wipe from the factory reset screen but that didn't help. Any ideas? This doesn't seem right for an ~350mb update.
nerotic said:
I'm in the same boat but it's even worse on my end.
Click to expand...
Click to collapse
I had this storage bug on my oneplus 3t, but I was on OOS 4.1.0. "Other" was using upwards of 15 gb of data for no reason. I fixed it by downloading ES file explorer in the google play store and analysing the storage. This oddly fixed it for me. The image with ES is my storage after analyzing, and the screenshot with DiskUsage was "Other" usage before. Did you check your oem_log folder to see if that was sucking up your storage?
Ulti2x said:
I had this storage bug on my oneplus 3t, but I was on OOS 4.1.0. "Other" was using upwards of 15 gb of data for no reason. I fixed it by downloading ES file explorer in the google play store and analysing the storage. This oddly fixed it for me. The image with ES is my storage after analyzing, and the screenshot with DiskUsage was "Other" usage before. Did you check your oem_log folder to see if that was sucking up your storage?
Click to expand...
Click to collapse
I checked and this bug is just awful. I deleted 13gb of crap to go back down from 31gb of other to 17gb which I can't find anywhere.
I used the disk usage app to try to figure out what is eating my space and it looks like my system data occupies 26.6 GB. That doesn't seem right. Have only about 4 GB of apps on the phone.
Using the app drives i have only 2.4 GB of system data. Both apps give the same amount of app data.
https://forums.oneplus.net/threads/storage-shows-3-5gb-in-other-after-factory-reset.510890/
EVR_PR said:
https://forums.oneplus.net/threads/storage-shows-3-5gb-in-other-after-factory-reset.510890/
Click to expand...
Click to collapse
That thread isn't accurate by any stretch and there's plenty of evidence on the OP forum showing contrary information.
I decided to take a chance on a tip I saw on Reddit and wipe the userdata partition as well. Immediately after the initializing the OS again I had 14gb used in other (see attached)
However, my issue with the phone not booting because of an encryption problem was resolved. It's looking as though there might be a bug with how the userdata partition is handled.
This is probably a filesystem bug with Android. Far too hasty to blame OnePlus for this. On my S7, if you adopted an SDcard as internal storage, it took the size of the internal and double the size of the sdcard and showed that as availkable. So, in taht case it was 32GB + (64GB * 2) = 160GB, whhich obviously was wrong.
The "other" folder shows App data that isn't part of the APK itself. Any caches, game data, etc.
Mine right now has 10GB apps, 17GB other. I've used 31GB out of 113GB available.
nerotic said:
I checked and this bug is just awful. I deleted 13gb of crap to go back down from 31gb of other to 17gb which I can't find anywhere.
Click to expand...
Click to collapse
Another person said to restart your phone to fix the storage issue. Try that and report back.
Fair enough, a bit hasty in blaming OP I suppose, that's just been my frame of reference.
As for the restart, nothing doing there.

Categories

Resources