Android Community
Results 1 to 6 of 6

Thread: How to Start ADB in Windows?

  1. #1
    Join Date
    Dec 2008
    Posts
    19

    Default How to Start ADB in Windows?


    I have searched everywhere I could think of to not have to ask this but... I cant figure out the interface where things like ...."Procedure:
    1. adb pull /system/etc/mountd.conf /*somewhere you may want to back it up*
    2. rm -f /system/etc/mountd.conf
    3. using the modified mountd.conf, adb push /*the path of modified mount.conf */mount.conf /system/etc/mountd.conf
    4. adb pull /system/init.rc /*somewhere you may want to back it up*" .... this happen ... where is the cmd prompt or what teminal? I know how use the one on my phone but the PC interface is eluding me ... I know its likly a silly and obvious answer..... please help

    I was hoping that I would be enlightened as the "getting adb started" thread unfolds but Im not sure

  2. #2
    Join Date
    Nov 2008
    Location
    Coral Springs, Fl
    Posts
    1,694

    Default re: How to Start ADB in Windows?

    if you have vista, then click the start menu, and in search type cmd, then click on what pops up. That's the command prompt.

  3. #3
    Join Date
    Dec 2008
    Posts
    19

    Default re: How to Start ADB in Windows?

    ok but that seems to not work .... im runnin XP ( not that the way to get the cmd is any different) I just cant seem to get the 2 things to be pals lol

    I think I need to find a local pro and watch em lol

  4. #4

    Default re: How to Start ADB in Windows?

    are you for real? you don't know how to use a command prompt, but you want to modify critical system files on your G1? seems a bit risky to me, but hey...
    in windows go to start - run (press the window key and the letter R at the same time) type in CMD and hit enter in the dialog.
    that is a command prompt.
    if you saved the SDK to the recommended folder, put in this command:
    cd desktop\sdk
    if you put it elsewhere, obviously you will need to know the full path and put in:
    cd \whereever\youput\thesdk
    then you can start with the adb devices command to see if you properly installed the drivers (assuming your phone is in debugging mode). and move on from there.
    but tread carefully, and before changing your mountd and rc scripts, I would do a full nandoid backup - in case you screw it up.
    why do you want to modify the mountd and rc scripts anyways? what benefits do you see in this? I ask because, even on XDA-dev the brave people don't want to screw with that stuff.
    Last edited by daveid; 01-13-2009 at 08:26 AM.

  5. #5
    Join Date
    Dec 2008
    Posts
    19

    Default re: How to Start ADB in Windows?

    no no I got it ... I was couldnt figure out the path association part so it was like I was hitting a wall .... Im not as stupid as I seem, I promise lol .... I got it now ... I knew it was just one piece I was missing thanx for the replies , I had all the parts accept adding the path its all clear now

  6. #6
    Join Date
    Oct 2008
    Location
    Dekalb, IL
    Posts
    1,950

    Default Re: How to Start ADB in Windows?


    Edited title for clarity.
    Welcome to AC. I Love You.

    Is encouraging everyone to sign up for a day of National Service.

Similar Threads

  1. G1 Automatic Car Start Application?
    By dadadex in forum Developers Guild
    Replies: 27
    Last Post: 10-29-2009, 12:41 PM
  2. How about we start using tags?
    By LGSilva in forum Feedback
    Replies: 9
    Last Post: 11-28-2008, 02:04 PM
  3. Start up folder
    By Gary.Lavin in forum All About Andorid Software
    Replies: 1
    Last Post: 11-28-2008, 10:50 AM
  4. access to start screen?
    By kitsunisan in forum General Phone Chat
    Replies: 3
    Last Post: 11-13-2008, 03:08 PM
  5. Start a hidden App...
    By mrcbrown in forum General HTC Chat
    Replies: 0
    Last Post: 10-31-2008, 02:26 PM

Bookmarks

Posting Permissions

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