Does the 9500 support the JTAPI for the personal profile? any instructions or sample code on how to use this on the emulator/actual phone. I need to develop an app that will intercept incoming calls, get the number then display the caller if found on the pim. Thanks.
No, it does not. You cannot access telephone functionalities directly from Personal Profile. However, it should be possible via JNI, but it means that you need to write a Symbian C++ application that intercepts incoming calls. Please find more information about Symbian programming and APIs from Symbian section.