Quote:
Originally Posted by BB2DX
The problem is, I don't know what android sdk or adb mean. That's why i'm not rushing into rooting. I am scared to brick this device. I love it (except for 8 hour charge on battery. But coming from a bb I should expect not to get the same two days) and am afraid of making a mistake due to lack of knowledge.
|
You are wise to want to read all you can before jumping in.
Android SDK is the 'Software Development Kit'. It's the tools/drivers from Google that allow direct interaction with your android phone. While ostensibly intended for developers, it is the tool you will need.
ADB = Android Debug Bridge. It's a tool that comes with the SDK. It's a command line shell that allows you to push/pull files directly to the phone as well as open a shell (android is just a mini/modified version of linux - hence needing to get 'root' to be able to modify system related files).
Here is a link to a tutorial on how to take screen shots on the Droid X.
This is another thing that can be done with the SDK, so the important part of this tutorial is getting the SDK installed.
http://www.droid-life.com/2010/07/22...h-the-droid-x/
Hope that helps.
|