Archived:PKG requisite line for Nokia 6210 Navigator UID does not work (Known Issue)
Nokia 6210 Navigator does not have the stub SIS file containing the UID 0x2000DA54 in its ROM install folder. The same problem has also been reported for the Nokia 6220 classic, for which the UID is 0x2000DA52.
Article Metadata
Compatibility
Article
Contents |
Description
When using the mandatory line specifying the UID to be 0x2000DA54, the "application not compatible" note is still shown when an application is installed to a Nokia 6210 Navigator device.
How to reproduce
Remove the Series60ID line from the .pkg file, add the mandatory line with 0x2000DA54/0x2000DA52 UID, and observe the behaviour while installing.
Solution
The machine UID with the value 0x2000DA54/0x2000DA52 works, so you can use an IF-ELSE clause in the PKG file.
For example,
; Check compatibility with Nokia 6220 Classic
IF NOT (MachineUid=0x2000DA52)
"compatibility_warning.txt"-"", FT, TC
ENDIF
or
; Check compatibility with Nokia 6210 Navigator
IF NOT (MachineUid=0x2000DA54)
"compatibility_warning.txt"-"", FT, TC
ENDIF
See also
Product-specific dependency not recognised in Nokia 5800 XpressMusic (Known Issue)


(no comments yet)