pbakondy / android-device-list

:iphone: List of Android Supported Devices
MIT License
80 stars 26 forks source link

Google devices.csv does not include the model names #12

Open ali-bugdayci opened 2 years ago

ali-bugdayci commented 2 years ago

Hi,

I just want to make sure that I am not doing anything wrong, or somehow Google is giving wrong model names.

When I download the list of devices this is a part for the json:

Manufacturer,Model Name,Model Code,RAM (TotalMem),Form Factor,System on Chip,GPU,Screen Sizes,Screen Densities,ABIs,Android SDK Versions,OpenGL ES Versions
Samsung,Galaxy A02s,a02q,3741MB,Phone,Qualcomm SDM450,Qualcomm Adreno 506 (600 MHz),720x1600,280,armeabi;armeabi-v7a,29;30,3.2

So there is one row for "Galaxy A02s" whereas you were able to get different models, like in your devices.json you were able to get the Model names:

 {
    "brand": "Samsung",
    "name": "Galaxy A02",
    "device": "a02",
    "model": "SM-A022M"
  },
  {
    "brand": "Samsung",
    "name": "Galaxy A02s",
    "device": "a02q",
    "model": "SM-A025A"
  },
  {
    "brand": "Samsung",
    "name": "Galaxy A02s",
    "device": "a02q",
    "model": "SM-A025AZ"
  },
  {
    "brand": "Samsung",
    "name": "Galaxy A02s",
    "device": "a02q",
    "model": "SM-A025F"
  },
  {
    "brand": "Samsung",
    "name": "Galaxy A02s",
    "device": "a02q",
    "model": "SM-A025G"
  },

So am I missing something here or did Google change the way they build up the CSV file?

karngyan commented 2 years ago

https://support.google.com/googleplay/answer/1727131?hl=en

@ali-bugdayci