Root on new ota?

jsuh

New Member
Joined
Oct 8, 2010
Messages
28
Reaction score
0
aright, so as advised i went to check out more info for how to install adb on cyanogenmod, and under mac it just says “write me”. im hoping someone here did this with a mac and can point me in the right direction:

i downloaded the SDK, and eclipse classic 3.5 now im not sure where to go from there, exactly
I own a Mac. To install the SDK unzip the files to a directory (i.e. I have mine installed in /Macintosh HD/opt/android/android-sdk-mac_86/

Then go to Terminal. Type "cd /opt/android/android-sdk-mac_86/".

Then run command "tools/android" and if the Android SDK and ADV manager shows up, you should be ready to roll.

In available packages you want to select Android SDK Tools and install that.

Once it's all set up, plug your phone in via usb, open up Terminal, and type adb devices or adb shell and see if it picks up anything.
 
Top