[ HOW TO ] ADB AND WHY I LOVE ADB commands <3

This is a discussion on [ HOW TO ] ADB AND WHY I LOVE ADB commands <3 within the Hacking Help forums, part of the Droid Hacking category; Got it thanks...

+ Reply to Thread
Page 3 of 7 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 67

Thread: [ HOW TO ] ADB AND WHY I LOVE ADB commands <3

  1. Senior Droid
    destinydmm's Avatar
    Member #
    32915
    Join Date
    Jan 2010
    Posts
    240
    Phone
    Droid X- Apex v2.0 RC2
    #21
    Got it thanks
    MY MIKRADLE!
    Galaxy Nexus: AOKP Milstone 2 + Too Many MODs to count
    D1 : DarkEdge 2.2 Blue/CM 7/MIUI + GO Launcher EX = Phone Envy
    Droid X: MIUI 1.12.9.1 + MIUI Extended Settings
  2. Senior Droid
    SoDroid's Avatar
    Member #
    28726
    Join Date
    Jan 2010
    Posts
    212
    Liked
    1 times
    Phone
    Motorola Droid
    #22
    Very good write up Flomaster! It enabled me to use ADB for the first time! I really do appreciate it. As a beginner, I noticed two things that vets may over look.

    1. Change Directory - In order to get the Change Directory command to work, I had to add an "/" in front of the path, so the command looks like this:
    cd c:/android/tools.
    A vet may place the "/" in front of the path because they already know to do so. I did not know so I had to figure it out. Maybe some folks did not need to include the "/" at the beginning of the path, I don't know, but I did.

    2. At some point, let people know that they should make sure "debugging" is checked in system settings. I was not aware of this but I figured it out.

    Thanks again for the write up! I may not have used ADB otherwise!
  3. Beta Team
    Flomaster's Avatar
    Member #
    27560
    Join Date
    Jan 2010
    Location
    East Texas
    Posts
    1,063
    Twitter
    _Flomaster
    Phone
    DROOOOOOOOOOOiid
    Premium Member
    #23
    Quote Originally Posted by SoDroid View Post
    Very good write up Flomaster! It enabled me to use ADB for the first time! I really do appreciate it. As a beginner, I noticed two things that vets may over look.

    1. Change Directory - In order to get the Change Directory command to work, I had to add an "/" in front of the path, so the command looks like this:
    cd c:/android/tools.
    A vet may place the "/" in front of the path because they already know to do so. I did not know so I had to figure it out. Maybe some folks did not need to include the "/" at the beginning of the path, I don't know, but I did.

    2. At some point, let people know that they should make sure "debugging" is checked in system settings. I was not aware of this but I figured it out.

    Thanks again for the write up! I may not have used ADB otherwise!
    thanks for the info I have added it to the OP.after flashing so many ROMS it debugging is checked by default on my phone and I didn't even think about it.

    -=Jason=-
  4. Droid
    christophr03's Avatar
    Member #
    45713
    Join Date
    Mar 2010
    Posts
    31
    Phone
    Moto Droid times two
    #24
    Another probably silly question. When beginning to type the commands, where are you typing them at? What are you opening? Did i just look over that part?
  5. Beta Team
    Flomaster's Avatar
    Member #
    27560
    Join Date
    Jan 2010
    Location
    East Texas
    Posts
    1,063
    Twitter
    _Flomaster
    Phone
    DROOOOOOOOOOOiid
    Premium Member
    #25
    Quote Originally Posted by christophr03 View Post
    Another probably silly question. When beginning to type the commands, where are you typing them at? What are you opening? Did i just look over that part?
    ah crap sorry its the windows command prompt type "cmd" into the blank spot or click RUN and type in cmd

    -=Jason=-
  6. Master Droid
    shocka2430's Avatar
    Member #
    49305
    Join Date
    Mar 2010
    Posts
    530
    #26
    When I try to pull from /system/app it says adb not found but I can go into it and look at what's in it
  7. Beta Team
    Flomaster's Avatar
    Member #
    27560
    Join Date
    Jan 2010
    Location
    East Texas
    Posts
    1,063
    Twitter
    _Flomaster
    Phone
    DROOOOOOOOOOOiid
    Premium Member
    #27
    Quote Originally Posted by shocka2430 View Post
    When I try to pull from /system/app it says adb not found but I can go into it and look at what's in it
    try this

    Code:
    cd c:/android/tool/   OR WHERE EVER YOU HAVE YOUR TOOLS
    adb pull /system/app/appfilename.apk appfilename.apk

    -=Jason=-
  8. Master Droid
    shocka2430's Avatar
    Member #
    49305
    Join Date
    Mar 2010
    Posts
    530
    #28
    I got it figured out I had to type in exit twice and then it worked. Thanks for the help with adb
  9. Senior Droid
    droidzilla's Avatar
    Member #
    9229
    Join Date
    Nov 2009
    Location
    Texas
    Posts
    141
    Phone
    Droid Revolution
    #29
    I was wondering if someone could put up how to use sdk? like pics for really stupid people like me....I downloaded and installed it but not sure where to go from there?
    do I go under virtual devices and add the phone?
  10. Droid
    kweather99's Avatar
    Member #
    48237
    Join Date
    Mar 2010
    Location
    W. NY
    Posts
    39
    Phone
    Moto DROID
    #30
    Great work! Appreciate you writing this up and sharing it
+ Reply to Thread
Page 3 of 7 FirstFirst 1 2 3 4 5 ... LastLast

Sponsors

Posting Permissions

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

Similar Threads

  1. How To Use ADB: All Commands and Options
    By alquimista in forum Droid Hacks
    Replies: 42
    Last Post: 12-05-2011, 08:00 PM
  2. su commands and superuser permissions
    By jdx in forum Droid Development
    Replies: 5
    Last Post: 03-01-2010, 12:25 PM
  3. Voice commands?
    By hooknife in forum Droid General Discussions
    Replies: 1
    Last Post: 02-02-2010, 07:41 AM
  4. LOVE LOVE LOVE one problem here
    By sterdroids in forum Droid General Discussions
    Replies: 9
    Last Post: 12-03-2009, 07:56 PM
  5. Love the phone love the site one ? hooking up usb cable to phone to compy
    By Delirious17 in forum New Member Introductions & Site Assistance
    Replies: 2
    Last Post: 11-27-2009, 06:21 PM

Search tags for this page

adb apk
,
adb commands
,
adb ls command
,
adb mount command
,
adb pull
,
adb pull apk
,
adb pull command
,

adb push apk

,
adb reboot
,

adb reboot download

,
adb reboot recovery
,

adb screen capture

,
adb shell commands
,
adb shell download
,
adb sync example
,
how to adb
,

how to adb push apk

,
how to push apk with adb
,
learn adb
,
push apk with adb
Click on a term to search our site for related topics.

Tags for this Thread