This looks like a very basic question.
I am unable to retrieve a few basic information like Build.MANUFACTURER, Build.MODEL, and Build.V
Build.MANUFACTURER
Build.MODEL
Build.V
this is returning "unknown" from user space; if we place the same app in system space its returning proper values.
I tried by invoking methods/fields with reflectionfrom android.os.Build.java / SystemProperties.java files still no use...
Not sure why HTC wants to hide such info..