Thread: ADB Help!
- 01-07-2009, 12:05 AM #1
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!
- 01-07-2009, 02:11 AM #2
connect the phone to PC, open command prompt and enter adb devices , if ADB is working, it will list your phone as HT8xxxxxx.
- 01-07-2009, 02:19 AM #3
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?
- 01-07-2009, 02:33 AM #4
- 01-07-2009, 02:38 AM #5
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!
- 01-10-2009, 07:33 PM #6
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
- 01-10-2009, 09:10 PM #7
you have to add the path to the ADB folder to the PATH environment variable. Read here.
- 01-10-2009, 11:33 PM #8
Yep, that got it working... thanks
0000001, 00000011
- 01-13-2009, 08:50 AM #9
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
- 01-13-2009, 08:59 AM #10
- 01-13-2009, 09:02 AM #11
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
- 01-13-2009, 09:12 AM #12
- 01-13-2009, 09:36 AM #13
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
- 01-13-2009, 09:41 AM #14
- 01-13-2009, 09:46 AM #15
Itty Bitty Modder
- Join Date
- Jan 2009
- Posts
- 14
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 0
- Uploads
- 0
yes


LinkBack URL
About LinkBacks
Reply With Quote

