[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-24 Thread Kumar Bibek
Try sockets and USB cable through the ADB server. That's one possibility. On Jan 23, 6:43 am, Joseph bates wrote: > So, I'm in the early stages of developing an Android app that is > supposed to transfer data between it and the PC (Windows Only for > now). Not really files, but data. (I can't rev

[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-24 Thread JAlexoid (Aleksandr Panzin)
What's wrong with TCP/IP? Other than that quick search for C# Bluetooth gives a lot results. http://stackoverflow.com/questions/1057220/bluetooth-in-c-which-stack-which-sdk On 23 янв, 03:43, Joseph bates wrote: > So, I'm in the early stages of developing an Android app that is > supposed to tran

[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-24 Thread John Gaby
You might take a look at: http://code.google.com/p/android-notifier/ On Jan 22, 5:43 pm, Joseph bates wrote: > So, I'm in the early stages of developing an Android app that is > supposed to transfer data between it and the PC (Windows Only for > now). Not really files, but data. (I can't revea

[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-27 Thread Joseph bates
considering it. but i don;t know much about TCP/IP can you give me a link? (i dont wanna ask you for an brief intro as u may not have time) On Jan 24, 4:16 pm, "JAlexoid (Aleksandr Panzin)" wrote: > What's wrong with TCP/IP? > > Other than that quick search for C# Bluetooth gives a lot > results

[android-developers] Re: Data Transfer between Android Phone and PC

2011-01-28 Thread JAlexoid (Aleksandr Panzin)
http://download.oracle.com/javase/tutorial/networking/sockets/ http://www.oracle.com/technetwork/java/socket-140484.html http://www.google.com/search?client=ubuntu&channel=fs&q=java+sockets+tutorial&ie=utf-8&oe=utf-8 These should help On 28 янв, 01:33, Joseph bates wrote: > considering it. but i