Related to mobile
-
Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri
-
Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri
-
Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri
Don't post the same question in multiple forums. Pick one and stick with it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Don't post the same question in multiple forums. Pick one and stick with it.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008Sir plz reply my answer if u know. Thanks in advance again posted correctly in windows forum. With Regards Ch.Gayatri
-
Hi..Experts I have doubt to get one solution.My task is ,is it possible to take some mobile while we put a data cable to system the folders are be visible in the computer.Shall is any way to create a component in windows form using c#.net ,that by clicking one button the folders may be the sms or images should be copied or drag and drop to that windows form from the mobile.Please suggest me related to this task. Thanks and Regards Ch.Gayatri
hi.., gayatri.., well am dividing your question in two parts.., that is 1. reading phone related data from the phone (ex: SMS, Phone Book etc..) 2. Reading extranal device data from the phone(ex: The files which are stored in the extranal Flash(momery card)) for the 1st one .., u have to aware of the modem at commands of your Phone manufacturer , for example if u want to read sms from the phone: give the command as AT+CMGL="ALL"(to read all sms's) , AT+CMGR=1(read 1st sms). ( for more details, like reading Phone book , signal quality etc.. read Phone modem manufactures AT Commands Guide). Before this U must have the knowledge of Serial communication. For Serial communication see: System.IO.Ports Class for the 2nd one.., Every phone there are two flashs, one is internal flash, 2 nd one is external.., for the 1st one, U must have the Protocol for the communicate the internal flash.., second one u can directly read data from the drive which is detected in your pc. Thanks
Rajesh B --> A Poor Workman Blames His Tools <--
-
hi.., gayatri.., well am dividing your question in two parts.., that is 1. reading phone related data from the phone (ex: SMS, Phone Book etc..) 2. Reading extranal device data from the phone(ex: The files which are stored in the extranal Flash(momery card)) for the 1st one .., u have to aware of the modem at commands of your Phone manufacturer , for example if u want to read sms from the phone: give the command as AT+CMGL="ALL"(to read all sms's) , AT+CMGR=1(read 1st sms). ( for more details, like reading Phone book , signal quality etc.. read Phone modem manufactures AT Commands Guide). Before this U must have the knowledge of Serial communication. For Serial communication see: System.IO.Ports Class for the 2nd one.., Every phone there are two flashs, one is internal flash, 2 nd one is external.., for the 1st one, U must have the Protocol for the communicate the internal flash.., second one u can directly read data from the drive which is detected in your pc. Thanks
Rajesh B --> A Poor Workman Blames His Tools <--
yes sir how shall i copied those images and sms from mobile to my own created windows form using c#.net..how? Thanks and Regards Ch.Gayatri
-
yes sir how shall i copied those images and sms from mobile to my own created windows form using c#.net..how? Thanks and Regards Ch.Gayatri
Hi Gayathri!! The answer for your question HOW SHALL I is not as simple as you think.... Am not discouraging you rather am jus trying to give you some insight regarding your requirement... As Rajesh clearly divided and explained your problem, you should proceed with a little research on the issues mentioned... To describe it in a better way... Requirement: Data from Mobile phone is to be viewed on the computer, Datas from computer to be transferred to the mobile phone(Either to internal FLash or External Flash) The "data transfer" calls for another lead called communication. So firstly learn, how the communication is carried between the mobile phone and computer... Secondly, have some knowledge on AT- Commands of mobile phones.... This is the best data on SMS details and AT commands... SMS details[^] Thirdly, try to learn the interfacing methodologies between mobile and computer... Once you have some idea in all this, you got a way to proceed.... Learning is fun, if you love learning.... All the best... Jai Ho!!!!
Have a Happy Coding.....