Hi,
I want to develop small application in java which has to retrieve phone numbers and other information when the mobile is connected to PC via cable or bluetooth
Hi,
I want to develop small application in java which has to retrieve phone numbers and other information when the mobile is connected to PC via cable or bluetooth
You can try the PC Connectivity API-s, Library above, Tools and downloads, Find more tools.
Thanks a lot.
I have searched that one.I think in java there is no previlage to access that API
That can happen. Those API-s may be better suited for C++, especially Visual C++. However it also matters what environment you are using. If it is Windows, Visual C++ is more or less available, it has some Express edition as I know. Then you could create some JNI wrapper - if the rest of your code is Java.
If you are working with any other environment (Linux, Mac OS X, etc.), these API-s would not work anyway, but there may be community created ones, check SourceForge and similar sites in this case.