[ 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; Well ADB= Android Debug Bridge APKs= applications...not sure what each letter stands for That's all I can help with...never got too much into the coding ...

+ Reply to Thread
Page 7 of 7 FirstFirst ... 5 6 7
Results 61 to 68 of 68
Like Tree1Likes

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

  1. RS Admin
    jstafford1's Avatar
    Member #
    4777
    Join Date
    Nov 2009
    Location
    Hebron, Oh.
    Posts
    7,894
    Liked
    107 times
    Twitter
    jstaff79
    Phone
    D-R-O-I-D 3
    Premium Member
    #61
    Well ADB= Android Debug Bridge
    APKs= applications...not sure what each letter stands for

    That's all I can help with...never got too much into the coding and using ADB.

    Sent from somewhere...
  2. Droid Newbie
    fedii's Avatar
    Member #
    174600
    Join Date
    Feb 2011
    Posts
    1
    Phone
    milestone
    #62
    I USE THIS SETUPS

    adb remount
    adb push whatever.apk /system/app (put an apk in your sdk tools and replace "whatever" with the name of the apk and this
    will push it to your system app folder. You can change the destination as well for example: You want to push Launcher2.apk
    to your data/app folder: adb remount
    adb push Launcher2.apk /data/app )

    but when i type adb remount in cmd show this error
    C:\android-sdk\tools>adb remount
    remount failed: Operation not permitted

    what can i do i need market in my milestone
  3. Droid Newbie
    Baji's Avatar
    Member #
    195837
    Join Date
    May 2011
    Location
    Ohio, US
    Posts
    2
    Twitter
    OhioBaji
    Phone
    DROIDX
    #63

    Wink please check this pull command

    adb pull /system/framework-res.apk framework-res.apk
    assuming the DX folder is /system/framework/, as implied in the push cmd that follows the above, I believe the above ought to be :

    adb pull /system/framework/framework-res.apk framework-res.apk
  4. Senior Droid
    armopride07's Avatar
    Member #
    139563
    Join Date
    Nov 2010
    Posts
    166
    Phone
    Droid 1
    #64
    so...how would i get a .apk and a .odex to be pushed to /system/app?
  5. Senior Droid
    TC_Mits's Avatar
    Member #
    195555
    Join Date
    May 2011
    Posts
    207
    Liked
    7 times
    Phone
    Moto Droid X (learning root)
    #65
    Quote Originally Posted by JoJoLanny View Post
    What does ADB and APKS stand for? Meaning?
    From one noobie to another, here is what I found by googling:

    APK - Wikipedia: . apk designates an "android package file" and "is used for distributing and installing bundled components onto the Android operating system"

    From Android Developers glossary:
    .apk file -- Android application package file. Each Android application is compiled and packaged in a single file that includes all of the application's code (.dex files), resources, assets, and manifest file. The application package file can have any name but must use the .apk extension. For example: myExampleAppname.apk. For convenience, an application package file is often referred to as an ".apk".

    ADB - Android Developers: adb denotes "Android Debug Bridge" files.
    The Android Debug Bridge is used by developers in conjunction with Android Emulator to develop applications for mobile devices.

    Glossary again:
    adb -- Android Debug Bridge, a command-line debugging application included with the SDK. It provides tools to browse the device, copy tools on the device, and forward ports for debugging. If you are developing in Eclipse using the ADT Plugin, adb is integrated into your development environment.

    We can also install and use the bridge as a versatile way to manage files and applications on our handheld mobile devices -- even if we are not developers.
    Last edited by TC_Mits; 06-01-2011 at 08:09 AM.

    Learning Android root on a Droid X while waiting 4Godot (or the Droid "4G" -- whichever comes first...)




    Perspective Instantiates Reality .

    ~
  6. Droid Newbie
    umesh2063's Avatar
    Member #
    208723
    Join Date
    Jul 2011
    Posts
    1
    Phone
    Samsung Galaxy SII
    #66

    Unhappy ADB command problem

    Hi guys,

    I new to Android platform and I have just bought a new Samsung Galaxy S phone. the ADB command is not working in my command prompt.
    its giving following error:
    C:\android\tools>adb devices
    'adb' is not recognized as an internal or external command, operable program or batch file.

    I have setup everything that is required. I am using Windows7 Ultimate Operating system.

    Pleae help me to get rid of this issue.

    Thanks
  7. Master Droid
    chrstdvd's Avatar
    Member #
    122873
    Join Date
    Sep 2010
    Posts
    564
    Liked
    2 times
    Phone
    Droid 2
    #67
    Quote Originally Posted by umesh2063 View Post
    Hi guys,

    I new to Android platform and I have just bought a new Samsung Galaxy S phone. the ADB command is not working in my command prompt.
    its giving following error:
    C:\android\tools>adb devices
    'adb' is not recognized as an internal or external command, operable program or batch file.

    I have setup everything that is required. I am using Windows7 Ultimate Operating system.

    Pleae help me to get rid of this issue.

    Thanks
    As I remember something happened and when you download the SDK the put the file ADB.exe in a folder other than Tools, or just do not include it at all.
    I will attach a zipped up copy of it for you. put it in the directory you have your android sdk in in the tools folder then to run it, make sure you have it in your "path" or just go to that folder and execute it. EX my sdk is on drive C:\Android\tools. From the command prompt, type CD C:\android\tools. Then type in adb whatever command you want.

    Also here is a link to get you started using adb.
    A Blog About Nothing.: Adb for "dummies"
    Attached Files
  8. Junior Droid
    littlekoala's Avatar
    Member #
    240118
    Join Date
    Dec 2011
    Posts
    19
    Phone
    Motorola Razr UK
    #68
    Hey,

    I some how managed to rename my build.prop file and now my phone won't boot up, how do I change the name back again using the ADB and what commands do i need to add as i have never used ADB before...

    OR if someone has the build.prop file i can upload via the ADB... My phone type is in my signature...

    Thank you

    littlekoala
    Last edited by littlekoala; 04-21-2012 at 04:14 PM. Reason: Added Extra...
    Phone: Motorola Razr XT910 UK GSM
    Network: Giffgaff (O2 Network)
    Android version
    :Gingerbread 2.3.6
    System Version: 651.167.26XT910.Retail.en.EU
    Build Number: 6.5.1-167_SPU-15-M2-3
+ Reply to Thread
Page 7 of 7 FirstFirst ... 5 6 7

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, 07:00 PM
  2. su commands and superuser permissions
    By jdx in forum Droid Development
    Replies: 5
    Last Post: 03-01-2010, 11:25 AM
  3. Voice commands?
    By hooknife in forum Droid General Discussions
    Replies: 1
    Last Post: 02-02-2010, 06:41 AM
  4. LOVE LOVE LOVE one problem here
    By sterdroids in forum Droid General Discussions
    Replies: 9
    Last Post: 12-03-2009, 06: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, 05:21 PM

Search tags for this page

adb commands
,
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

Click on a term to search our site for related topics.

Tags for this Thread