Page 1 of 3 123 LastLast
Results 1 to 15 of 41

Thread: ADB Help!

  1. #1
    offline Itty Bitty Modder
    Join Date
    Sep 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    59
    Uploads
    0

    ADB Help!

    Hi guys, I really need some help setting up my ADB thing. I've got my phone, jailbroke it, then Devphone 1'd it and now I'm pretty open to anything. Supposedly. I'm trying to get me that custom boot image, now I've been trying to set up ADB, and I don't think it's working.

    The thing is, at the risk of sounding noob, I have no idea how to tell if it's working! Could somebody tell me what it's supposed to do?

    Yeah, sorry...

    And thanks a bunch in advance!

  2. #2
    living_sword's Avatar
    offline Retired Moderator
    Join Date
    Oct 2006
    Location
    Mumbai
    Posts
    7,568
    Thanks
    179
    Thanked 997 Times in 758 Posts
    Downloads
    620
    Uploads
    361
    connect the phone to PC, open command prompt and enter adb devices , if ADB is working, it will list your phone as HT8xxxxxx.

  3. #3
    offline Itty Bitty Modder
    Join Date
    Sep 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    59
    Uploads
    0
    wow, there it is. So now I just input the commands through command prompt?

  4. #4
    living_sword's Avatar
    offline Retired Moderator
    Join Date
    Oct 2006
    Location
    Mumbai
    Posts
    7,568
    Thanks
    179
    Thanked 997 Times in 758 Posts
    Downloads
    620
    Uploads
    361
    Quote Originally Posted by jaycee316 View Post
    wow, there it is. So now I just input the commands through command prompt?
    yes.

  5. #5
    offline Itty Bitty Modder
    Join Date
    Sep 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    59
    Uploads
    0
    Thank you very much sir, you are a gentleman and a scholar! As you can tell I have a ways to go, but I think I'll be fine everything else is falling into place!

  6. #6
    punysmurf's Avatar
    offline Maybe Modder
    Join Date
    Nov 2008
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    I have the adb driver installed, but in the command prompt I keep getting:

    'adb is not recognized as an internal or external command,
    operable program or batch file.

    Am I missing something?
    0000001, 00000011

  7. #7
    living_sword's Avatar
    offline Retired Moderator
    Join Date
    Oct 2006
    Location
    Mumbai
    Posts
    7,568
    Thanks
    179
    Thanked 997 Times in 758 Posts
    Downloads
    620
    Uploads
    361
    Quote Originally Posted by punysmurf View Post
    I have the adb driver installed, but in the command prompt I keep getting:

    'adb is not recognized as an internal or external command,
    operable program or batch file.

    Am I missing something?

    you have to add the path to the ADB folder to the PATH environment variable. Read here.

  8. #8
    punysmurf's Avatar
    offline Maybe Modder
    Join Date
    Nov 2008
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    Yep, that got it working... thanks
    0000001, 00000011

  9. #9
    offline Itty Bitty Modder
    Join Date
    Jan 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    Using adb how do I put files onto the phone, i am trying to use this to install debian. I can access /data/local. I have successfully installed adb so my pc can pick it up but I am stuck on what to do next

  10. #10
    living_sword's Avatar
    offline Retired Moderator
    Join Date
    Oct 2006
    Location
    Mumbai
    Posts
    7,568
    Thanks
    179
    Thanked 997 Times in 758 Posts
    Downloads
    620
    Uploads
    361
    Quote Originally Posted by Grzzer2 View Post
    Using adb how do I put files onto the phone, i am trying to use this to install debian. I can access /data/local. I have successfully installed adb so my pc can pick it up but I am stuck on what to do next
    which guide are you using ?

  11. #11
    offline Itty Bitty Modder
    Join Date
    Jan 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    I am using Sauriks guide

    I cant access the files from the phone.

    I am also not sure of a couple of things. Do I really need to create a 2nd partition with ext2? And which files am I exactly putting in /data/local

  12. #12
    living_sword's Avatar
    offline Retired Moderator
    Join Date
    Oct 2006
    Location
    Mumbai
    Posts
    7,568
    Thanks
    179
    Thanked 997 Times in 758 Posts
    Downloads
    620
    Uploads
    361
    Quote Originally Posted by Grzzer2 View Post
    I am using Sauriks guide

    I cant access the files from the phone.

    ok, how far have you gone in the process ? and I hope you are on Linux while doing this.

  13. #13
    offline Itty Bitty Modder
    Join Date
    Jan 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    I am using windows because I am not familiar with installing adb on ubuntu.

    I am up to the point where it says

    export PATH=$bin:/usr/bin:/usr/sbin:/bin:$PATH
    export TERM=linux
    export HOME=/root

    insmod $kit/ext2.ko
    after i type this I get an error message saying that it cant open est2 because no file or directory exists

  14. #14
    living_sword's Avatar
    offline Retired Moderator
    Join Date
    Oct 2006
    Location
    Mumbai
    Posts
    7,568
    Thanks
    179
    Thanked 997 Times in 758 Posts
    Downloads
    620
    Uploads
    361
    Quote Originally Posted by Grzzer2 View Post
    insmod $kit/ext2.ko
    after i type this I get an error message saying that it cant open est2 because no file or directory exists

    did you put ext2.ko inside /sdcard/kit first ?

  15. #15
    offline Itty Bitty Modder
    Join Date
    Jan 2009
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    0
    Uploads
    0
    yes

Page 1 of 3 123 LastLast

Posting Permissions

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