Register Hello & Welcome to Andriodtablets.net, is this your first visit?

[RESOURCE] How to Use ADB (Android Debug Bridge)

This is a discussion on [RESOURCE] How to Use ADB (Android Debug Bridge) within the Android Tablet Hacking forums, part of the Android Tablet Applications & Extras category; ADB is a tool you can use to pull diagnostic information to your device or to perform other debugging commands. XDA developers has good documentation ...


Results 1 to 7 of 7
Thanks Tree8Thanks
  • 7 Post By xaueious
  • 1 Post By lgstoian

Thread: [RESOURCE] How to Use ADB (Android Debug Bridge)

  1. #1
    Administrator
    Points: 105,560, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 2.0%
    Achievements:
    Recommendation Second Class 25000 Experience Points 10000 Experience Points 5000 Experience Points 1000 Experience Points

    Member #
    795
    Join Date
    Jul 2010
    Location
    Hong Kong, China (formerly Canada)
    Posts
    3,471
    Thanked
    362 times
    Points
    105,560
    Level
    100
    Device
    Huwaei Ideos S7-104 (Rogers 3G), HSG X5A, RK2818 RT7 (Past APAD IMX515, APAD RK2808)

    [RESOURCE] How to Use ADB (Android Debug Bridge)

    ADB is a tool you can use to pull diagnostic information to your device or to perform other debugging commands.

    XDA developers has good documentation on how to get it to work.

    Windows:
    [GUIDE] ADB, Fastboot, and Nandroid for Noobs - xda-developers

    Drivers only:
    Multiupload.com - upload your files to multiple file hosting sites!

    You can also use Droid Explorer for an automatic install and a Windows explorer-like interface

    Mac:
    [HOW-TO] ADB for Dummies(How-To Learner's Guide) - xda-developers

    Linux:
    [HOW-TO]Set up Android SDK/ADB/Fastboot on Ubuntu Linux - xda-developers

    Things you need:

    Android SDK - Download
    PC
    male mini-USB to male USB Cable that comes in the box

    --------------------------------------------------------------------------

    Common commands for adb
    Check if device is connected properly
    Code:
    adb devices
    Diagnostic Android log
    Code:
    adb logcat
    Linux Kernel Messages
    Code:
    adb shell
    cat /proc/kmsg
    Install a specific APK file
    Code:
    adb install filename_of_the_app.apk
    Pull (grab) a file from your device to your current working directory on your PC
    Code:
    adb pull filename_or_directory_name_in_device .
    Push (put) a file from your current working directory to your device
    Code:
    adb push filename_or_directory_name_of_file_to_push destination_on_device
    Quick reboot
    Code:
    adb shell reboot
    Look at the tasks running on your device
    Code:
    adb shell top
    Check memory usage
    Code:
    adb shell free
    Check storage usage
    Code:
    adb shell 
    busybox df -h
    Carbira1, Rustynail09, pbrauer and 4 others thanked this.

  2. # ADS
    Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

  3. #2
    Junior Member Achievements:
    7 days registered 31 days registered 3 months registered 1 year registered 100 Experience Points

    Member #
    3168
    Join Date
    Aug 2010
    Posts
    16

    Factory reset my batch 1 irobot, I got it from the web, forget where

    Factory reset-> becareful, I used this because my MID was stuck at android startup but could be connected via ADB. Please confirm this, Xaueious, as I don't remember it well, it was a desperate move when I did it.
    Code:
    adb shell
    #wipe data

  4. #3
    Senior Member
    Points: 3,509, Level: 37
    Level completed: 6%, Points required for next Level: 141
    Overall activity: 0%
    Achievements:
    Your first Group 500 Experience Points 250 Experience Points 100 Experience Points Tagger Second Class

    Member #
    1547
    Join Date
    Aug 2010
    Location
    Michigan
    Posts
    517
    Thanked
    13 times
    Points
    3,509
    Level
    37
    Device
    Waiting for a good iPod Touch Android Device
    thanks man!

  5. #4
    Member Achievements:
    7 days registered 31 days registered 3 months registered 100 Experience Points 250 Experience Points

    Member #
    9177
    Join Date
    Dec 2010
    Location
    Bucharest
    Posts
    82
    Thanked
    5 times
    Device
    BluePanther Thunder

    Drivers for android tablets !

    So I saw many posts from people asking for these drivers. So I extracted them from the android sdk and posted them here.
    Have fun with adb shell ). Which I probably should post somewhere too.
    feverhost thanked this.

  6. #5
    Super Moderator
    Points: 15,728, Level: 80
    Level completed: 76%, Points required for next Level: 122
    Overall activity: 16.0%
    Achievements:
    Recommendation Second Class 5000 Experience Points 1000 Experience Points 500 Experience Points 250 Experience Points

    Member #
    688
    Join Date
    Jun 2010
    Location
    Gilbert, Arizona
    Posts
    1,670
    Thanked
    114 times
    Points
    15,728
    Level
    80
    this is great and if you posted a link to the adb shell in this thread that would be great for everyone too

  7. #6
    Member Achievements:
    7 days registered 31 days registered 3 months registered 100 Experience Points 250 Experience Points

    Member #
    9177
    Join Date
    Dec 2010
    Location
    Bucharest
    Posts
    82
    Thanked
    5 times
    Device
    BluePanther Thunder
    I'll post that after the breack ) (probably tomorrow)

  8. #7
    Administrator
    Points: 105,560, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 2.0%
    Achievements:
    Recommendation Second Class 25000 Experience Points 10000 Experience Points 5000 Experience Points 1000 Experience Points

    Member #
    795
    Join Date
    Jul 2010
    Location
    Hong Kong, China (formerly Canada)
    Posts
    3,471
    Thanked
    362 times
    Points
    105,560
    Level
    100
    Device
    Huwaei Ideos S7-104 (Rogers 3G), HSG X5A, RK2818 RT7 (Past APAD IMX515, APAD RK2808)
    This should be a modified INF file for ADB with TCC8902 devices: Multiupload.com - upload your files to multiple file hosting sites!
    Huawei Ideos S7-104 on Singapore ROM, HSG X5A, RK2818 RT7, (Past: IMX515 APAD, RK2808 APAD)

    My written articles are licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License

    本人現在已比較小時間瀏覽此論壇。有關和此論壇的合作關係,請聯絡admin或4Nines。


 

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
  •  

Search tags for this page

adb commands
,
adb debugger
,
adb download
,
adb factory reset
,
adb hard reset
,
adb shell cat
,

android debug bridge download

,
download android debug bridge
,

how to use adb

,

how to use adb android

,
how to use adb shell
,
how to use android debug bridge
Click on a term to search our sites for related topics.
Powered by vBulletin® Version 4.1.11
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Android Tablets.net is not affiliated or associated with Google, Android Project or any of the device manufacturers listed on this site.
We are simply an enthusiast site.
All times are GMT -5. The time now is 12:08 AM.