How do I get the build.prop values that are found in /system/build.prop without root access? How do I edit them?
build.prop
/system/build.prop
use android.os.Build class, see http://developer.android.com/reference/android/os/Build.html, but you can not edit it without root access.