Programming library
-
Spirou91
Programming library
Hello,
I want to know in which luggage is My Phone Explorer programmed? and which library is used?
I know that MyPhoneExplorer is not OpenSource, it's just to program my own program for my mobile phone.
Thanks
I want to know in which luggage is My Phone Explorer programmed? and which library is used?
I know that MyPhoneExplorer is not OpenSource, it's just to program my own program for my mobile phone.
Thanks
MPE is written in Visual Basic.
You should be able to send and receive Packages via COM-Ports.
You send just AT+Commands to the phone (http://developer.sonyericsson.com/getDo ... ocId=65054).
You should be able to send and receive Packages via COM-Ports.
You send just AT+Commands to the phone (http://developer.sonyericsson.com/getDo ... ocId=65054).
Take a look at the logfile of MPE. The whole communication is recorded there.
A document about OBEX can be found here: http://jane.geekheim.de/?p=42
A document about OBEX can be found here: http://jane.geekheim.de/?p=42
Thank you sir.!
i saw the MPE Log file and understood the communication.
but i don't know how to implement it with VB.
is there any component available in VB to do operations Such as GET and PUT with OBEX device.?
Can u help me with doing these file transfer(For R/W Phone book and other file transfer) with VB.Net.?
i saw the MPE Log file and understood the communication.
but i don't know how to implement it with VB.
is there any component available in VB to do operations Such as GET and PUT with OBEX device.?
Can u help me with doing these file transfer(For R/W Phone book and other file transfer) with VB.Net.?
-
spirou91
Sorry if i come back with this subject but it's just to share this:
http://www.developershome.com/sms/
It's a beautifull tutorial with all the informations to program his own software to send sms.
http://www.developershome.com/sms/
It's a beautifull tutorial with all the informations to program his own software to send sms.