Hi to ALL,
I am trying to make an application in S60 3rd edition where I want that my keypad gets locked. For this I have used the code
This is working perfectly fine and the phone gets locked. But the problem is that when I try to unlock the phone with theCode:RAknKeyLock MyKeyLock; MyKeyLock.Connect(); if(!MyKeyLock.IsKeyLockEnabled()) { MyKeyLock.EnableAutoLockEmulation(); } MyKeyLock.Close();
code
the phone doesn't get unlocked and it is not working. so can anyone please tell me where am i going wrong?? and how can i unlock my phone programmatically??Code:RAknKeyLock MyKeyLock; MyKeyLock.Connect(); if (MyKeyLock.IsKeyLockEnabled()) { MyKeyLock.DisableWithoutNote(); } MyKeyLock.Close();
Thanking in advance
Joy

Reply With Quote


