Quote:
Originally Posted by JerseyBiker
I was hoping someone said that. From the instructions it appears that you are done after step 2. It appears step 3 is for programing after you reflash the firmware. I wish they would indicate that on the website. Anyway as always you are a big help. I'll do it in the morning. I'm too tired to tackle it now. I don't want to screw anything up.
One more thing just to be sure I was doing it right. Below is what I got after typing the information as instructed on the DOS command prompt. I'm using my Windows XP laptop instead of my 64bit Win7 desktop to avoid compatibility problems.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Eddie>cd C:\android\tools
C:\android\tools>./adb connect 192.168.2.8:5555
'.' is not recognized as an internal or external command,
operable program or batch file.
C:\android\tools>
|
Happened to me as well. On Windows, it's "adb connect", not "./adb connect".