Could anyone help me how to get processor name, speed and RAM of Android device via code.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
its only possible on a rooted device or your app is running as system application.
For wanted informations you have to look in the running kernel, as i know this informations
cant be obtained by the android system itself.
To obtain informations about the CPU, you can read and parse this file:
/proc/cpuinfo
To obtain memory informations, you can read and parse this file:
/proc/memory