Akdeniz / google-play-crawler

Play with Google Play API :)
Other
561 stars 204 forks source link

How to add other device properties from the website? #66

Open zhengbinham opened 9 years ago

zhengbinham commented 9 years ago

Hi, How to add other device properties from the website:http://www.glbenchmark.com/phonedetails.jsp?benchmark=glpro25&D=Samsung+GT-I9300+Galaxy+S+III&testgroup=system

ghost commented 9 years ago

I have the same question.

How to gather these information?

message AndroidBuildProto {
  optional string id = 1;
  optional string product = 2;
  optional string carrier = 3;
  optional string radio = 4;
  optional string bootloader = 5;
  optional string client = 6;
  optional int64 timestamp = 7;
  optional int32 googleServices = 8;
  optional string device = 9;
  optional int32 sdkVersion = 10;
  optional string model = 11;
  optional string manufacturer = 12;
  optional string buildProduct = 13;
  optional bool otaInstalled = 14;
}