ailon / PhoneNameResolver

Helps resolve actual reported Windows Phone model names to their "canonical" (publicly known) form.
MIT License
67 stars 26 forks source link

Wrong RM-codes #3

Closed patrickfrei closed 10 years ago

patrickfrei commented 10 years ago

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

ailon commented 10 years ago

Corrected that C625 value. Thanks! Though the end result was still the same 8X in both cases.

As for L636 and L638 we'll add them when they start showing up en-masse in our logs. Thanks for the tip!