• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Help please. Rooting on Mac?

Can someone please tell me how to root this phone only using a Mac? What commands are different?

It can all be done easily on a Mac -- the only part that I used an emulator for was S-OFFing the phone.

For the commands using the Android SDK (if you've downloaded the mini SDK), use Terminal and substitute "./<command>-mac" for the original command; e.g.
Code:
./adb-mac reboot bootloader
instead of
Code:
adb reboot bootloader
, and
Code:
./fastboot-mac
instead of
Code:
fastboot
.

You can also transfer stuff to your phone by connecting it to your Mac using a micro USB cable and choosing 'Mount as disk drive' when you plug the cable it. The phone's SD card will be mounted as 'NO NAME' and you can drag 'n' drop files on to it.

Did you have any specific questions?
 
Back
Top Bottom