Quote:
Originally Posted by Blacklablelive
ok..now before i move on...how should the file look..meaning wat should be in the folder..like in cwm..u needed a folder with the .img , the two .dll , and fastboot
|
Review this post again for install instructs:
Quote:
Originally Posted by iowabowtech
^^Cool. I was concerned with the bootloader interface driver. That's perfect.
Once the driver issue is cleared, I think I can save you some time on the sdk install. Try this instead of downloading the full blown sdk:
https://dl.dropbox.com/u/7460142/android-sdk-windows.zip
Unzip contents to the root of your computer's C drive. Once you have the adb/fastboot driver installed from jhawkkw's instructs, plug in your tab to the pc via usb cable and go into clockwork. Don't choose any options in there, just let it sit there with all the options showing.
Now open a command prompt on your PC. Enter the following commands:
cd c:\ android-sdk-windows\platform-tools
then...
adb devices
Now let us know if it output your tabs serial #. That should give us a clue as to whether fastboot is going to work.
|
What we are doing is unzipping the file from my dropbox folder onto the root of your computer's C drive. At that time you will see a folder called Android-sdk-windows. If you open it up, there'll be a subfolder called Platform-tools. And inside that there will be several files, 2 of which are adb.exe and fastboot.exe.
Once that is accomplished, and the adb/fastboot driver has been installed from several posts above, then you can attmept to interface the phone with your PC using adb and/or fastboot commands.