dont really know if the title is apt but believe you will understand after reading
i am presently working on a project and am stuck.
I have a mobile phone connected to a computer, i want to be able to access text messages immediately they come into the mobile phone from the computer.
The project i am doing is php based, please how can i go about it?
You’d have to reverse engineer the protocols used by the phone’s manufacturer to interface between the phone and the manufacturer’s desktop software. Basically a difficult task. Thankfully there’s lots of cell enthusiasts who’ve done this already for many makes. Look at the BitPim project for some guidance – it’s GPL’d so you can pick at the source and see how they accomplish it.