
Originally Posted by
detox
lortay78
The files that you unzipping need to be unzipped to the folder where your adb files are located. That is the one included in you environment path. Mine is platform tools so when I fire up adb I change directory to platform tools and then go from there.
cd \android-sdk-windows\platform-tools
Then you can start pushing the files to your device
Make sure adb recognizes your device first before pushing files. Type this command to see if you are set up correctly
adb devices
This will show you device connected
Sent from my ADR6400L using DroidForums App
i followed the tutorial posted on this site somewhere lol. if i cut my tools in platform dir and moved them to the tools that is where i should put my files in the second link i downloaded right (following jcases tut).
one more thing i fire up adb in the command prompt right?