Wipeout: Update: So far I nearly threw my phone against the wall few times. I've downloaded the SDK files, added ADB to tools folder. However, my laptop is not installing drivers for the phone with USB debuging mode on. It did when I tried first time, now nothing happens... :( Any suggestions?
I took some notes (yes, what a surprise) when I set mine up. I also learnt that it's better to install it (you can copy it) directly to the C: and then some rename it simply to "SDK" (without the quotes). Your Tools folder is a subfolder of SDK - right?
here's what I noted down:
Open cmd.exe and run as Administrator
You'll need to type the full file directory to change: NOT cd <enter>
cd c:\android-sdk-windows <enter>
cd tools <enter>
To get to the root directory, type: cd \<enter>
***************
You'll need to be in Debugging Mode on the phone before connecting/running ADB
Menu
Settings
Applications
Development
USB debugging
** Kies should not be running
** You'll need to be in the TouchWiz (disable LauncherPro as the default)
And here's a link to a "dummies guide to ADB" from XDA, and I'm not insinuating you're a dummy :)
And I had found a YouTube video that showed you how to run a command to check that SDK could find your device i.e. the drivers were installed. I'll see if I can locate that, it's not in my notes [look of horror!]