Git Product home page Git Product logo

phonenameresolver's People

Contributors

ailon avatar liubaicai avatar theothernt 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

Watchers

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

phonenameresolver's Issues

Wrong RM-codes

Hi there,

According to the service manuals, the Lumia 636 has code "RM-1027" assigned. Furthermore, the Lumia 638 has code "RM-1010" assigned. And the Lumia 1020 is also known as 909, i.e. you should add for the Lumia 1020 the codes "LUMIA 909" and "909". Additionally, you write on lines 194-197...

if (lookupValue.StartsWith("C620"))
{
lookupValue = "C625";
}

Ergo, the according lookup value should be C620.

Best regards,
Patrick

Create nuGet package

Seems like this project would be great as a nuGet package so users can easily incorporate and then get updates as we figure out new manufacturers & models.

Redundant information in last commit

Hi ailon,

In lines 235-238: Why don't you just simly write...
result.CanonicalManufacturer = manufacturer;
...?

And in line 219:
CanonicalManufacturer = manufacturer,

From the switch/case statement in lines 25-26, the variable "manufacturer" is always filled with the respective manufacturer name (either Nokia or Microsoft). This would make the code easier and would also prevent an implementation of redundant Information, such as "CanonicalManufacturer="MICROSOFT" (see lines 522-525).

What do you think?

Best regards,
Patrick

Add HTC One M8

I'm not sure what the model code is for this at this time, but just submitting this so it's something that gets put on the list to be added as soon as somebody knows it.

i have a friend w/ an M8 - if I can get him to pull the model name i'll attach it to this issue.

XML Documentation

Documentation is needed. It's easy to decipher what Manufacturer name is (DeviceStatus.ManufacturerName) but it's not straightforward what "Model" is referring to. XML documentation tags would clear this up. Or at least a usage example in the Readme.

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.