I think I give up, I've been trying to root this thing for two days. I feel like a idiot. I think the first part with the SD went through.. But the ADB part I don't get. I do these steps..
Mac OS X
sudo nano ~/.bash_profile (type this, it asks for password, I put it in and it takes me to a blank Terminal - bash screen.) hit enter
export PATH=${PATH}:<your_sdk_dir>/platform-tools (I change <your_sdk_dir> to <android-sdk-mac_86>/platform-tools. (I'm a little confused about platform-tools because I have a folder called platform and one called tools but I don't have one called platform-tools. I don't know if that matters but I've tried with the other two folders also.) Hit Enter
source ~/.bash_profile (Hit enter)
Both
Ensure that your rooted NOOKcolor is plugged in.
Run the following command in terminal:
sudo sh -c "mkdir -p ~/.android; echo 0x2080 > ~/.android/adb_usb.ini; adb kill-server; adb devices" (I haven't made changes to this line, wasn't sure if I needed to, but I hit enter and I don't get anything. No message telling me its failed or what.)
Can someone take pity on me and help me out? I'm using Mac. Unfortunately I'm new to Mac and a lot of these guides assume you know what they mean. Like I was reading one guide that not once say use Terminal, it just assumed the users know. Maybe the first half with the Micro card failed but I can't figure out how to tell that either and I know longer have my machine to check using those steps.
help? -sniffs-
|