What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

So my D1 busted and they gave me a D2...

Download the Android SDK for Macintosh at: Android SDK | Android Developers
- Extract it
- Download Fastboot for OSX (If not included with SDK)
- Extract fastboot and place it in your /tools folder.
- Open up a terminal window
- type: pico .bash_profile (this will create a .bash_profile)
- type the following in the new screen: export PATH=$
{PATH}:<sdkfolder>/tools
- Hit CNTRL + X
- Hit Y (for yes to save)
- It will return you to the terminal screen… type: exit
- Restart terminal.
- Then you can use your adb commands like you would on a PC. To test this, plug your device in (make sure its in debugging mode), then type "adb devices" in the new terminal window. It should show up with a number. This means you are good to go

try that and see how it works on your mac
 
How do you handle not installing the drivers? I have a Mac and if this works it would truly help the community.

Mike
 
ok - this is good stuff... but i think i might wait until a "one button" method to root comes out for the d2. Not much to do with a rooted phone without roms and kernels available... and yes i know there is other things you can use superuser for :)
 
ok - this is good stuff... but i think i might wait until a "one button" method to root comes out for the d2. Not much to do with a rooted phone without roms and kernels available... and yes i know there is other things you can use superuser for :)

Just curious if you still are running stock or if you have rooted.
 
ok - this is good stuff... but i think i might wait until a "one button" method to root comes out for the d2. Not much to do with a rooted phone without roms and kernels available... and yes i know there is other things you can use superuser for :)

ROMs are available...couple of 'em.

OC kernels aren't really necessary, IMHO, we're already at 1GHz.
 
ok - this is good stuff... but i think i might wait until a "one button" method to root comes out for the d2. Not much to do with a rooted phone without roms and kernels available... and yes i know there is other things you can use superuser for :)

Just curious if you still are running stock or if you have rooted.

Still running stock (2.2)... waiting for an easy way to root. I have a feeling the D2 following will be much less due to the X's popularity.
 
Excellent! And thank you for the follow up and link. Your effort will help other members who use Mac's.

Mike
 
Back
Top