Page 1 of 1
RAM
Posted: Mon Dec 12, 2011 4:02 pm
by krissto
Hi, how can I check how much RAM does my TPT have? All available software shows about 725 MB? Can it be? How can I be shure it is declared 1GB?
Thanks.
Re: RAM
Posted: Mon Dec 12, 2011 6:54 pm
by loyukfai
It's normal for Android devices to show less than the total physical RAM available, as part of it has been reserved by the GPU, the radio and maybe other hardware. What you see from the settings should be exactly the same as what is reported by and available to the Linux kernel.
If you're so inclined, you can run dmesg at boot, either via adb or have the device rooted and verify it, that should show you the true memory installed on your device (at least for me).
Cheers.
Re: RAM
Posted: Tue Dec 13, 2011 2:41 pm
by krissto
OK, thank you for the reply.