Join Today













Site Sponsor
Results 1 to 2 of 2
  1. #1
    Premium Member Pac3comm1's Avatar
    Join Date
    May 2010
    Location
    Atlanta Ga
    Posts
    748
    Rep Power
    731

    Default The Noobish guide to Android Debug Bridge-ADB

    An SDK, or Software Developer’s Kit, is a Tools kit that allows Android developers work on apps and Android OS itself. Please follow the link to learn more and download SDK tools:

    SDK Developer Tools

    [HIDE-THANKS]
    [Only registered and activated users can see links. ]
    [/HIDE-THANKS]

    SDK tools also allow you to use ADB (Android Debugging Bridge) to make changes to your phone using PC Command Prompt.


    To access ADB through your Windows computer:

    1. Go to your Start Menu and select “Run.”

    2. A Run dialogue will pop up; type “cmd” and hit OK. A Windows Command Prompt window will open.

    3. Navigate to the tools folder inside of the Android SDK folder (where adb.exe is located). To accomplish this, you need to know the exact file path of the tools folder, which can be found at top of Windows Explorer when tools folder is opened.

    4. Copy your file path for use in the Command Prompt. First type "cd" (change directory), then right-click and paste the file path. If successful, Command Prompt should say: "c:\...\sdk\tools." If you got an error “The system cannot find the path specified”, most likely the path was entered incorrect.

    Tip: Windows Vista and 7 users may go into their tools folder, highlight the full address and simply replace it with “cmd”. Press enter and Command Prompt will open and will be pointed at the folder.
    To test out, you can type "adb" enter....

    Some of the MOST common Droid commands that you will see, include:
    adb push – to copy files from computer to the Droid.
    adb pull – to copy files from the Droid to the computer.
    adb shell – Emulates Unix terminal so that you can use Unix Commands from the Command Prompt. (Learn more about Unix Commands for Droid modding)
    adb reboot – to reboot the Droid
    The first time you attempt to use commands, you will get a pop up on your Droid requesting permission. Select "Always" and allow to avoid it in future.
    Last edited by Pac3comm1; 08-23-2010 at 07:16 PM.

  2. #2
    Premium Member Pac3comm1's Avatar
    Join Date
    May 2010
    Location
    Atlanta Ga
    Posts
    748
    Rep Power
    731

    Default

    oops didnt mean to thank myself


 

Similar Threads

  1. The Nerds Guide to Root
    By leadnerd in forum Misc
    Replies: 4
    Last Post: 03-03-2011, 06:02 PM
  2. Android Screencast (My Mobiler for Android)
    By drummerboy42 in forum Misc
    Replies: 3
    Last Post: 07-27-2010, 05:08 PM
  3. Froyo Installation Guide Thread (For Non-Rooted, Rooted, & Android 2.x
    By Genuwine1976 in forum Motorola Droid/Milestone
    Replies: 2
    Last Post: 06-15-2010, 01:51 AM
  4. Open hidden debug setting for the default browser on your Android with 2.2
    By Genuwine1976 in forum Motorola Droid/Milestone
    Replies: 0
    Last Post: 06-14-2010, 04:04 PM
  5. Replies: 0
    Last Post: 06-14-2010, 03:12 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •