Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Android to Pc usb communication

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Android to Pc usb communication

    Hi , I want to send some data from android to pc. I tried a lot of something and I can't do this. Please help me. By the way I am devoloping on Java-Android with eclipse.


  2. #2
    Member coderxx0's Avatar
    Join Date
    Feb 2013
    Location
    England, UK
    Posts
    61
    My Mood
    Cool
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Android to Pc usb communication

    before you use java has you PC/Laptop got Bluetooth?

  3. #3
    Junior Member
    Join Date
    Apr 2013
    Location
    philippines
    Posts
    28
    My Mood
    Innocent
    Thanks
    6
    Thanked 6 Times in 2 Posts

    Default Re: Android to Pc usb communication

    usb?did your system install drivers regarding to what model of your android devices? as far as i know win7 has its capabilities to install almost all of this devices if not, search for it online

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Android to Pc usb communication

    Android Debug Bridge gives access.
    If you just want to move files around as if your phone was a usb storage device, select this option in the device menu. Steps listed below...
    Alternatively you can install drivers on your pc for your specific device.

    From the home screen, press the settings button. If there is not one press the main menu button first, then settings.
    You can change auto-connect under USB settings
    You can change USB Debugging under Applications and then Development
    (some devices may vary, but this fits most android devices)

    If this is of no use to you, then explain what you mean by send data from android to pc

  5. #5

    Default Re: Android to Pc usb communication

    Hey "JSP" i have applied your tricks. It works for me. Now, i can connect Android to PC usb very easily.

Similar Threads

  1. Programming USB Relay Board
    By Infinity8 in forum What's Wrong With My Code?
    Replies: 15
    Last Post: December 23rd, 2013, 03:38 AM
  2. Java USB detection
    By wrightm96 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: July 21st, 2012, 06:27 AM
  3. USB signal
    By mp3rara in forum Java Networking
    Replies: 3
    Last Post: May 6th, 2011, 03:57 AM
  4. [SOLVED] Detect USB signal
    By mine0926 in forum Java Native Interface
    Replies: 2
    Last Post: February 4th, 2011, 07:46 PM
  5. Java and usb
    By righi in forum Java Theory & Questions
    Replies: 1
    Last Post: January 28th, 2011, 10:21 AM