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";
}
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