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

Root Mac users?

EKG

Android Enthusiast
Looking at the instructions for rooting, it seems like it is exclusive for PC users. Is this true? Are us Mac users out of luck?
 
Pretty sure you can set up adb on a Mac. Take a look at the Android SDK website, there should be a Mac package to download.

All the commands will be the same, you just have to get ADB set up.
 
No, there's no executable involved in the root process.

Just pushing a lot of files onto your sdcard, then using the PC as a shell into the phone's command line.

You can do this on any system (PC, Linux, Mac)
 
You should just have to get the SDK for Mac, change the extension of the root scripts from .bat to .sh.

Then to run the scripts, make sure to do a ./
 
Back
Top Bottom