Hi
Push Registry is not working in Nokia C5-00.
It is S60 series.I have create the sample program to call the Push Registry but it won't work for me.
The sample program installed in other device i.e is on Nokia 5130 Xpress Music it is working
Coding
try {
PushRegistry.registerAlarm("sample", tom);
} catch (Exception exception) {
exception.printStackTrace();
}

Reply With Quote

