Code Monkey home page Code Monkey logo

android-device-list's People

Contributors

pbakondy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-device-list's Issues

Can you upload the full CSV? My use case requires some of the other data.

The data source page listed in the readme states the following:

On the CSV file, devices are ordered alphabetically (A-Z) by manufacturer name and listed in the following format:

Retail brand, model name, model code, RAM (total memory), form factor, system on chip, screen sizes, screen densities, ABIs, Android SDK versions, OpenGL ES Version.

Is there any way you could either dump the full CSV with the hardware information, or add it to this repo? Would be super helpful - thanks!

Google devices.csv does not include the model names

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?

Build error for Angular project

#!/usr/bin/env node
at the top of index.js creates an issue when building for an Angular project.

ERROR in ./node_modules/android-device-list/index.js 1:0
Module parse failed: Unexpected character '#' (1:0)
You may need an appropriate loader to handle this file type.
#!/usr/bin/env node
|
| 'use strict';

Removing it allows it to work

es6 Minifier compatability Issues

Hey mate,

Using your android-device-list in a Meteor project. Recently upgraded from version 1.0.70 to latest and our project started breaking in production build. Following error:

While minifying app code:

eval at <anonymous> (/-/-/.meteor/packages/standard-minifier-js/.1.2.1.3ev2z0++os+web.browser+web.cordova/plugin.minifyStdJS.os/npm/node_modules/meteor/minifier-js/node_modules/uglify-js/tools/node.js:1:0),
   <anonymous>:1545:18: SyntaxError: Unexpected token: operator (>)
at new JS_Parse_Error (eval at <anonymous>

Same is not true of the ios-device-list.

Needs a new build

I looked up: "AGS-L09".
It returned a chinese name: "\xe8\x8d\xa3\xe8\x80\x80\xe7\x95\x85\xe7\x8e\xa9\xe5\xb9\xb3\xe6\x9d\xbf2 9.6"

When I run build.js and lookup again I get "HUAWEI MediaPad T3 10".

Maybe it would be desirable to have it auto update the devices.json after some time?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.