I think different mobile phones have different phone book formats. If I use another device, like a PC, it is possible to use AT commands to read the phone book. But I try to make a java application that can read phone book of the mobile phone itself. What should I do? Thank you.
M
mizimizi
@mizimizi
Posts
-
Is it possible to read the phone book of a mobile phone by using kjava? -
Problem:install WTL 7.0 on VS.Net 2003According instruction, I try to install WTL 7.0 step by step. The wizard icon appears in the new/project dialog, but when I create a new project, it said: Object with program ID VsWizard.VsWizardEngine can not be created. Why? Could you help me? Thank you.
-
How can I make a scroll window like CScrollView?I want to implement a scroll window based on CWnd class. But I don't like use CScrollView. I try to display or set the scroll bar, but it doesn't work. Could you tell me some key points or give me some sample? Thanks.
-
why my menu items always are disabled?I create a CWnd object on a view. I process event or command in the CWnd object. But i found that all menu commands that processed in the object are disabled. Could you help me? Thank you very much.