Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello,
I need help how to establish a connection from my vb.net project to my Android mobile.
I am able to detect the comm port but cannot read any file or data in the mobile.
Plz help me !!!!
I have to develop a mobile forensic tool based on vb.net and my mobile which can extract data from the mobile...
Posted
Comments
Sergey Alexandrovich Kryukov 30-Sep-12 12:19pm    
What do you mean by "comm port"? Serial? Why? How about the network?
Do you have this problem at server or client side? Do you understand that you need to develop the code on both? or use some standard service on at least one?
--SA

1 solution

Here is a very good CodeProject article that gives you an example for communicating with your Android device. Although it is C# you may use it in VB.NET as well:
Android: How to communicate with .NET application via TCP [^]
And here is another library to communicate with Android from .NET:
http://forum.xda-developers.com/showthread.php?t=1512685[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900