Galaxy Nexus RAM vs Galaxy S2 RAM - Samsung Galaxy Nexus

hey guys.
today I installed resurrection remix v3.0.5 on my friends s2. in the aroma installer I selected to install the stock CM10 kernel.
then in about phone, hardware info there was listed 825MB RAM!!!!!
and we also have 1GB ram, and here with us we have only 678MB RAM available...
so both phones have 1GB ram, and yes I know a part is OS reserved, but why needs the GN OS more ram than the S2 OS?

Free ram is wasted ram.
My wife also have s2 and same rom as you say(....remix) but not fast as my GNex on stock firmware.
Sent from my Galaxy Nexus using Tapatalk 2

I find it's best not to worry about RAM in android devices. Unless you're actually seeing decreased performance.

It just so happens that our chip set had one of the fastest RAM speeds when it released.
Sent from my Galaxy Nexus using xda app-developers app

It matters about how much RAM we have total
Sent from my Galaxy Nexus using xda premium

The ram missing is used by the GPU. 698 is whats available to cpu
Sent from my Galaxy Nexus using xda app-developers app

This doesn't answer your question and will probably add more confusion as to why we're missing so much RAM but I think Android Jelly Bean uses more system RAM.
Fast forward to 1:47. You'll notice that CM9 leaves us with 829MB or memory and CM10 gives us 693MB. http://www.youtube.com/watch?v=MIQO_kRFLwQ&feature=related

no more care about the ram.use the GN fast and comfortable is the best.
Sent from my Galaxy Nexus using xda app-developers app

Do your own build with tweaked settings to have "more ram". We could even set it to say you have 900 exobytes of ram if that'll make you feel better? To be honest you shouldn't even be concerned with it. Is it causing problems? No. Android has its ram situation taken care of just let it be and go on with your day.
Sent from my Galaxy Nexus using Tapatalk 2

thegtfusion said:
hey guys.
today I installed resurrection remix v3.0.5 on my friends s2. in the aroma installer I selected to install the stock CM10 kernel.
then in about phone, hardware info there was listed 825MB RAM!!!!!
and we also have 1GB ram, and here with us we have only 678MB RAM available...
so both phones have 1GB ram, and yes I know a part is OS reserved, but why needs the GN OS more ram than the S2 OS?
Click to expand...
Click to collapse
Because your friends s2 screen is only 800x480, so the gpu only needs a small amount of ram dedicated to it. The gnex has 720p display and requires much more ram to be blocked off to run the display and gpu.
Can't believe not a single response in this thread understood the question!

RogerPodacter said:
Can't believe not a single response in this thread understood the question!
Click to expand...
Click to collapse
Whatever helps you sleep at night.

It was well understood but it has just been asked 800,000 times on every device and could easily be discovered with a search.
Sent from my Galaxy Nexus using Tapatalk 2

I had the SGS2 as well and had about 835mb free and was surprised that that the GNEX only had 695mb available. I don't really believe that in order to support 720p, the GNex needed another extra 140mb reserved. Probably reserved for something else.
On the downside, the GNEX does not multitask as good as the SGS2 because it lost the extra available ram.
Every 3rd app in the background seems to get killed whereas on the SGS2 even the 5th app resumes fine from previous state.
Sent from my Galaxy Nexus using Tapatalk 2

Depending on the version it may have more reserved for lte baseband. Things memory are reserved for are baseband, GPU, camera, multimedia decoder, etc. Probly got 128mb or so for GPU, then the other 200mb go to baseband, multimedia decoder, camera, and whatever else.
Sent from my Galaxy Nexus using Tapatalk 2

ECOTOX said:
Depending on the version it may have more reserved for lte baseband. Things memory are reserved for are baseband, GPU, camera, multimedia decoder, etc. Probly got 128mb or so for GPU, then the other 200mb go to baseband, multimedia decoder, camera, and whatever else.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
It was a gsm version.. but i get it now. Jellybean takes more ram. On cm9 it was also 825MB. Now it is 68x MB..
Sent from my Galaxy Nexus using Tapatalk 2

thegtfusion said:
It was a gsm version.. but i get it now. Jellybean takes more ram. On cm9 it was also 825MB. Now it is 68x MB..
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
No they probably just haven't tweaked kernel memory settings yet since its still in early development. Cm10 is just started development and cm9 is in release state and cm10 does not have all changes merged
Edit: Also it may never have same amount as the s2 as Samsung configuration for memory is gonna be diff because of the diff chip. The omap soc may need more memory dedicated to it for one reason or another.
Sent from my Galaxy Nexus using Tapatalk 2

Ram management ok this phone is alot better then it ever was with my gs2
Sent from my Galaxy Nexus

here is accounting for some of the "missing ram" your referring to
#define OMAP_TUNA_ION_HEAP_SECURE_INPUT_SIZE (SZ_1M * 90) not sure what this is
#define OMAP_TUNA_ION_HEAP_TILER_SIZE (SZ_128M - SZ_32M) this is GPU and its reserves 128mb
#define OMAP_TUNA_ION_HEAP_NONSECURE_TILER_SIZE SZ_32M
#define OMAP_TUNA_ION_HEAP_LARGE_SURFACES_SIZE SZ_32M
#define PHYS_ADDR_SMC_SIZE (SZ_1M * 3) buffers for I/O?
#define PHYS_ADDR_SMC_MEM (0x80000000 + SZ_1G - PHYS_ADDR_SMC_SIZE)
#define PHYS_ADDR_DUCATI_SIZE (SZ_1M * 105) no idea what ducati is? baseband?
#define PHYS_ADDR_DUCATI_MEM (PHYS_ADDR_SMC_MEM - PHYS_ADDR_DUCATI_SIZE -\
OMAP_TUNA_ION_HEAP_SECURE_INPUT_SIZE)
total reserved = ~300mb
and here is S2
CONFIG_VIDEO_SAMSUNG_MEMSIZE_FIMC0=62464
CONFIG_VIDEO_SAMSUNG_MEMSIZE_FIMC1=15360
CONFIG_VIDEO_SAMSUNG_MEMSIZE_FIMC2=0
CONFIG_VIDEO_SAMSUNG_MEMSIZE_FIMC3=0
CONFIG_VIDEO_SAMSUNG_MEMSIZE_MFC_SECURE=50176
CONFIG_VIDEO_SAMSUNG_MEMSIZE_MFC_NORMAL=4096
CONFIG_VIDEO_EXYNOS_MEMSIZE_FIMC_IS=12080
CONFIG_VIDEO_SAMSUNG_MEMSIZE_FLITE0=10240
CONFIG_VIDEO_SAMSUNG_MEMSIZE_FLITE1=10240
CONFIG_ION_EXYNOS_CONTIGHEAP_SIZE=71680
total reserved = ~200mb
simply put samsung reserves less ram for system in the S2
The S2 uses less GPU memory for sure (almost 1/2 of the GNex's) and overall less is allocated to the system
also i will say it may depend on the kernel your running because My GNex registers 694mb ram with Franco kernel just fyi
if you want less things to be killed off then set your ram settings to be less aggressive so it will keep processes for longer periods of time

Related

[DER KERNEL] Trinity NP 4.2/4.1 Vibrator/Sound/Color Control

-------------------------------------------------------------------------------------------
Files, sources and app:
www . Der Kernel . com
-------------------------------------------------------------------------------------------​
Featuring:
Offering lowered voltages
Build optimizations
Performance through research
Removed wasteful debugging
Optimized ext4 mount options
VM, Filesystem, governor tweaks
Color Control
Contrast Control
Sound Control
Vibration Control (3/15/2012)
307MHz to 512MHz GPU as indicated in filename
1344 to 1728MHz as indicated in filename or any in between or above
Bull**** Free (Not pushing buzzwords to drop them later like others)
Tabs on the site:
Release: Kernels that have passed the experimental stage and matured in "Prerelease" (Full 3x3 kernel sets typically)
Prerelease: New kernels deemed to now be ready for stabilizing, consider this the Release sandbox (Full 3x3 kernel sets typically)
! Experimental !: The latest ideas, tweaks, features, test builds for users get tried here in limited sets to help speed development.
Why you want Trinity Colors​
-------------------------------------------------------------------------------------------
Welcome to the thunderdome, *****es!
If I don't play a lot of games, what would be the advantage to using the one with the OC GPU versus the normal one?
lonnyrs said:
If I don't play a lot of games, what would be the advantage to using the one with the OC GPU versus the normal one?
Click to expand...
Click to collapse
I would go for the non 512 versions.
Trinity-NP-Inferno is what I would run if I had a Nexus Prime (aka Gnex)
Sent from my RW Sensation.
Holy crap 512mhz! Im gonna do it! you wreaked on the vibrant
You should look at the source for glados (its on rootzwiki) it has an awesome liveoc function that I'm sure you could get on this kernel
Just a suggestion
Sent from my Galaxy Nexus using Tapatalk
bbm21 said:
Holy crap 512mhz! Im gonna do it! you wreaked on the vibrant
You should look at the source for glados (its on rootzwiki) it has an awesome liveoc function that I'm sure you could get on this kernel
Just a suggestion
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
You forget where glados came from (ezekeel, ogdobber, francisco, we all worked on nexus s together the past couple months)
I just tend to keep variables small while there is so much to be done.
Allows me to focus on the area worked on and not wonder what patch may have brought on the issue at hand.
So it'll come down the road.
More things will come with more feedback
Sent from my EPAD using Tapatalk
Using the inferno kernel. Antutu scores are lower than ever (like 4400), but I've basically learned to ignore it, because all I get on every rom and kernel are whack ass random results on Antutu.
On the plus side, nenamark2 bumped up from my previous max of 27.7 fps to 31.1. It is actually the first time I've seen a variation in the fps at all, from stock to other overclock kernels.
Sometimes backgrounded apps force close, but I haven't screwed with voltages yet, just running 1350/interactive so far.
Sent from my Galaxy Nexus using xda premium
NP?
Why name these kernels NP when they are for the Galaxy Nexus (GN)? Haha seems kinda odd
cms5423 said:
Why name these kernels NP when they are for the Galaxy Nexus (GN)? Haha seems kinda odd
Click to expand...
Click to collapse
Nexus Prime
morfic said:
Nexus Prime
Click to expand...
Click to collapse
Haha obviously I know what NP stands for, but that's not the name of the device, so I was kinda curious why you chose to use Nexus Prime vs Galaxy Nexus?
cms5423 said:
Haha obviously I know what NP stands for, but that's not the name of the device, so I was kinda curious why you chose to use Nexus Prime vs Galaxy Nexus?
Click to expand...
Click to collapse
I'm just correcting a marketing mistake
Difference between given name an trivial name?
All with a big smile.
Ok, a fat grin.
Sent from my EPAD using Tapatalk
Just Flashed Your Kernel And Then I Seen
"Your System Is Now Successfully Corrupted"
Haha I Was Like. Oh Sh*t!!! And Then I Was Like.. Ohhh!!!
morfic said:
You forget where glados came from (ezekeel, ogdobber, francisco, we all worked on nexus s together the past couple months)
I just tend to keep variables small while there is so much to be done.
Allows me to focus on the area worked on and not wonder what patch may have brought on the issue at hand.
So it'll come down the road.
More things will come with more feedback
Sent from my EPAD using Tapatalk
Click to expand...
Click to collapse
You guys worked together!!! That must have been awesome!!!!
Sent from my Galaxy Nexus using Tapatalk
Just flashed this. Holy ****. This is ridiculously smooth and fast.
Sent from my Galaxy Nexus using XDA App
idkwhothatis123 said:
Just flashed this. Holy ****. This is ridiculously smooth and fast.
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
smooth > *
I'll always sacrifice performance for smooth.
Usually you just wouldn't know I did
morfic said:
smooth > *
I'll always sacrifice performance for smooth.
Usually you just wouldn't know I did
Click to expand...
Click to collapse
That's what she said.
Sent from my Galaxy Nexus using XDA App
I'm impressed. I've been running it for 40 minutes and it's my new favorite kernel. Running the 512mhz GPU version, I get 60FPS in n64oid. If I put it in powersave, the battery won't budge.
just flashed 512 version, can not wait to try this out for a day or two!!!
Checking out the 512 version. I wonder how much stress this causes the GPU? I imagine long sustained use of it at 512 could cause permanent damage to it? I have no idea, just wondering. Meh, who cares.... I get a new phone every 6 months.
Thanks morfic loved ya ever since the great old vibrant days and now look at you a million and a half codes later!
Sent from my Galaxy Nexus using xda premium

Available RAM explanation please.

It's my understanding that this phone comes with 1gb of ram... Why is it that at any given time only about 350mb of that is free to use, and only 768mb is available total? I realize the OS needs ram to run, but I can't imagine that it needs ~600mb.
Sent from my SGH-T989 using xda app-developers app
bump.
I want to know as well, the lowest I get it is 326mb with easy task killer,
I assume 768mb available is just what they give us, it's always less than advertised.. but I dont understand how on my last phone there would be 100mb free but itd be running like.. ****
http://m.androidcentral.com/ram-what-it-how-its-used-and-why-you-shouldnt-care
Check this out.
Sent from my SGH-T989 using xda premium
drw00tn3ss said:
It's my understanding that this phone comes with 1gb of ram... Why is it that at any given time only about 350mb of that is free to use, and only 768mb is available total? I realize the OS needs ram to run, but I can't imagine that it needs ~600mb.
Sent from my SGH-T989 using xda app-developers app
Click to expand...
Click to collapse
I believe a certain portion of your RAM is reserved for system devices like Radio and isn't seen by the Android OS.
h.nocturna said:
I believe a certain portion of your RAM is reserved for system devices like Radio and isn't seen by the Android OS.
Click to expand...
Click to collapse
I noticed this to, but if you ever had an older Gingerbread device, even running CM7 they came with 256-384mb of Ram. By the time the phone was booted and all the front end services and apps were loaded, you had roughly 90mb of free ram to play with. I heard ICS and JB would at least double that, which is in par for the 768 +/- Ram usable. With a custom ROM, and removed bloat, I have close to 500mb free at boot time, so still a lot of front end apps are being loaded and using that Ram.
I think this is why a lot of older devices, even with 512 ram had a hard time getting an ICS update. Processor wasn't really the hardware in question, but moreso the Ram.
I hope this makes a little sense since I'm still half a sleep
Remember that android loves to fill up your ram with your apps for quicker launching. Android actually runs worse when you have free ram. Go into developer options and limit background processes to 0 and see for yourself lol
Sent from my SGH-T989 using xda premium

[q] why we only have 624mb ram

As we all know, our device has 768 MB of RAM, so I wonder why we just can use 624MB?
Is Samsung going to update JB 4.2.2 for us ? because our GB ROM uses 555 MB RAM, JB 4.1.2 uses 624 MB RAm ==> JB 4.2.2 uses 768 MB RAM, doesn't it?
There is only 624 Listed because the rest is used by our GPU I would guess. I don't think that we'll get 4.2.2 update. Because we are just a little mid range phone and not a flagship like the s4!
Sent from my GT-I8160 using xda app-developers app
Shadowcareful said:
There is only 624 Listed because the rest is used by our GPU I would guess. I don't think that we'll get 4.2.2 update. Because we are just a little mid range phone and not a flagship like the s4!
Sent from my GT-I8160 using xda app-developers app
Click to expand...
Click to collapse
Modules and cpu make use of memory as well, but this is hidden from view to the system so it doesn't show. We do actually have the 768 MB tho
for 4.2.2, CM 10.1 and the custom roms built on it are all good, but i don't expect samsun to release 4.2.2 (or 4.3 even) anytime soon either
Shadowcareful said:
There is only 624 Listed because the rest is used by our GPU I would guess. I don't think that we'll get 4.2.2 update. Because we are just a little mid range phone and not a flagship like the s4!
Sent from my GT-I8160 using xda app-developers app
Click to expand...
Click to collapse
if GPU used RAM, then why MiUI v4 has 768 MB of RAM ?
and I remember having read about samsung 4.2.2 update list and this list included our device, I have a link but it's written in Vietnamese, you can use google translate to read it
http://translate.google.com.vn/tran...xy-nang-len-android-5-0-va-4-2-2/a215800.html

Hear me out... Gingerbread on GNex?

Has someone made a GB ROM for the gnex? I bet it would be wicked fast and smooth compared to other ROMs with higher Android versions. Is there anything that holds it back from getting GB?
Sent from my SCH-I500 using Tapatalk 2
PenguinxEnjoi said:
Has someone made a GB ROM for the gnex? I bet it would be wicked fast and smooth compared to other ROMs with higher Android versions. Is there anything that holds it back from getting GB?
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
No, Even with its bugs, Kit Kat is much more optimized.
There are probably no drivers for it anyway.
You are not the first one to ask this question. Short answer: no.
Long answer: as of now there exists no known build of GB for gnex from anyone, since there is no blob and driver available from Samsung and TI to build GB on gnex. It will run fast, but not that much comparing to newer Android builds because of the lack of optimization at that time.
Don't forget the fact that 4.1.2 was probably the fastest for the GNexus, then again there's a ton load of optimizations that are needed to be done, then a massive downgrade to the camera drivers and chipset. Besides it would be a waste of time as there are a lot of restrictions and limitations. App support goes down the drain as well, you can kiss goodbye to all those fancy animations or superbly optimized launchers like Nova.
Also the only reason it will be fast is because of the scaling option is really low res compared to Jellybean/ICS.
I'm not sure if you really thought this through but it makes absolutely no sense to do so. It's like buying an i7 with 16GB RAM and high end graphics card... And then you install Windows 95.
Sent from my Nexus 4 using Tapatalk
Misledz said:
Don't forget the fact that 4.1.2 was probably the fastest for the GNexus, then again there's a ton load of optimizations that are needed to be done, then a massive downgrade to the camera drivers and chipset. Besides it would be a waste of time as there are a lot of restrictions and limitations. App support goes down the drain as well, you can kiss goodbye to all those fancy animations or superbly optimized launchers like Nova.
Also the only reason it will be fast is because of the scaling option is really low res compared to Jellybean/ICS.
I'm not sure if you really thought this through but it makes absolutely no sense to do so. It's like buying an i7 with 16GB RAM and high end graphics card... And then you install Windows 95.
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
You mean Windows XP? Because GB is the windows copy of Android and I'll deal with xp, I like it more than windows 7 &/or 8. But I see what your saying.
Sent from my SCH-I500 using Tapatalk 2
Your understanding about the OS is miss leading..
GB is probably 'heavier' on any Android phone due to worst memory management compared to ICS and JB (also depends on the hardware).
For example, my dad's Galaxy Ace 2 running smoother on JB 4.1.2 than on GB. Why? Because JB eat less RAM to run. KitKat supposed to eat lesser. Meanwhile my brother's Optimus One runs at best on ICS (first came out on Eclair, updated to GB officially), but really slow when it run on JB (the hardware won keep up).
BTW, I agree, JB 4.1.2 was the fastest on GNex.
haidoz said:
Your understanding about the OS is miss leading..
GB is probably 'heavier' on any Android phone due to worst memory management compared to ICS and JB (also depends on the hardware).
For example, my dad's Galaxy Ace 2 running smoother on JB 4.1.2 than on GB. Why? Because JB eat less RAM to run. KitKat supposed to eat lesser. Meanwhile my brother's Optimus One runs at best on ICS (first came out on Eclair, updated to GB officially), but really slow when it run on JB (the hardware won keep up).
BTW, I agree, JB 4.1.2 was the fastest on GNex.
Click to expand...
Click to collapse
If only they hadn't picked Omap as its chipset, probably it would live to see another day. A year in and the company closes down. I don't know if they tried to save the company thinking adding it on a Google phone would redeem the company, instead the GNexus was one of those poorly advertised phones, where only people who kept up with the Google trend or xda/root wiki knew about the phone and what it was really intended for.
Sent from my Nexus 7 using Tapatalk 4
PenguinxEnjoi said:
Has someone made a GB ROM for the gnex? I bet it would be wicked fast and smooth compared to other ROMs with higher Android versions. Is there anything that holds it back from getting GB?
Sent from my SCH-I500 using Tapatalk 2
Click to expand...
Click to collapse
GB 2.3.7 Lezo Rom for Maguro..Try it here http://www.shendu.com/android/rom-3811.html
haidoz said:
Your understanding about the OS is miss leading..
GB is probably 'heavier' on any Android phone due to worst memory management compared to ICS and JB (also depends on the hardware).
For example, my dad's Galaxy Ace 2 running smoother on JB 4.1.2 than on GB. Why? Because JB eat less RAM to run. KitKat supposed to eat lesser. Meanwhile my brother's Optimus One runs at best on ICS (first came out on Eclair, updated to GB officially), but really slow when it run on JB (the hardware won keep up).
BTW, I agree, JB 4.1.2 was the fastest on GNex.
Click to expand...
Click to collapse
Yes ...p500 optimus one is slow on JB ..but its smooth ...and with the help of greenify and seeder ...
It works as good as stock ...
ICS is fast but not smooth
JB is smooth but not fast
Now i am waiting for kitkat
To run it on 3 years old phone ..
Sent from my LG-P500 using xda premium
Fast-Droid said:
GB 2.3.7 Lezo Rom for Maguro..Try it here http://www.shendu.com/android/rom-3811.html
Click to expand...
Click to collapse
Is this really for Maguro? The screenshots look more like 800x480...
Sent from Samsung Captivate Glide @ CM10.2
Woah OP......
Sent from my SCH-I500 using Tapatalk 2

Massive RAM usage

Does anyone know how to fix the massive RAM usage on the Galaxy Pro Tab 10.1?
My Tab is stock unrooted. Without me doing anything it uses 1.2 or more GB of RAM.
Welcome to touchwiz world
Sent from my MI 2S using Tapatalk
BLueBLaze100 said:
Welcome to touchwiz world
Sent from my MI 2S using Tapatalk
Click to expand...
Click to collapse
That was a pretty funny comment haha
Keep in mind touchwiz uses a ton but android is made to keep things in ram.
Sent from my VS980 4G using Tapatalk
Why do you worry about it? Unused RAM in Android is wasted RAM. Let OS manage it, you don't need to pay attention.
PaRaNoidNeM said:
Does anyone know how to fix the massive RAM usage on the Galaxy Pro Tab 10.1?
My Tab is stock unrooted. Without me doing anything it uses 1.2 or more GB of RAM.
Click to expand...
Click to collapse
This is not a "problem."
PaRaNoidNeM said:
BLueBLaze100 said:
Welcome to touchwiz world
Click to expand...
Click to collapse
That was a pretty funny comment haha
Click to expand...
Click to collapse
But inaccurate. It has more to do with how Android manages memory, not with the TouchWiz skin.
jmill75 said:
Keep in mind touchwiz uses a ton but android is made to keep things in ram.
Click to expand...
Click to collapse
+1 Android intentionally keeps commonly used code and apps in memory to save battery. Keeping apps in memory is more processor efficient than repeatedly dumping and loading them which increases load on the processor, and processor usage makes the difference in battery performance, not how much memory is being used.
ddavtian said:
Why do you wary about it? Unused RAM in Android is wasted RAM. Let OS manage it, you don't need to pay attention.
Click to expand...
Click to collapse
+1 Task killers and other apps that promise to manage memory are worthless.
A good resource on memory management in the Android world:
http://forum.xda-developers.com/showthread.php?t=904023
CafeKampuchia said:
This is not a "problem."
But inaccurate. It has more to do with how Android manages memory, not with the TouchWiz skin.
+1 Android intentionally keeps commonly used code and apps in memory to save battery. Keeping apps in memory is more processor efficient than repeatedly dumping and loading them which increases load on the processor, and processor usage makes the difference in battery performance, not how much memory is being used.
+1 Task killers and other apps that promise to manage memory are worthless.
A good resource on memory management in the Android world:
http://forum.xda-developers.com/showthread.php?t=904023
Click to expand...
Click to collapse
Excellent post. I usually get to respond to these so thanks for beating me to the punch with very good information.
I know Android does a good job managing RAM and that other task managers are worth using.
I did think that using most of the RAM would slow down the tablet.
Thanks to all of you for explaining it to me, I really appreciate it! Now I'm more confident about having only 2GB of RAM.
Sent from my Nexus 5 using xda app-developers app
Also, there are some apps which are using RAM that I don't use, haven't used, and haven't opened. I was wondering how to get them to stop using RAM because there's no point for them to use my RAM when I don't use the app.
Most are stock Samsung apps.
Sent from my Nexus 5 using xda app-developers app
PaRaNoidNeM said:
Also, there are some apps which are using RAM that I don't use, haven't used, and haven't opened. I was wondering how to get them to stop using RAM because there's no point for them to use my RAM when I don't use the app.
Most are stock Samsung apps.
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
settings-applications.....disable those apps that you are not using

Categories

Resources