Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
droidboy850
Old
#1  
Member - OP
Thanks Meter 6
Posts: 67
Join Date: Mar 2011
Default Rooting on Mac

Any roots available for use with OSX Lion yet?
www.myflighttraining.net
Bamf 1.5 Remix
Adrynalyne 4.4.2 Kernel
 
JJEgan
Old
#2  
Senior Member
Thanks Meter 3542
Posts: 17,962
Join Date: Oct 2010
You must post in the Q&A section this Development only .

jje
 
droidboy850
Old
#3  
Member - OP
Thanks Meter 6
Posts: 67
Join Date: Mar 2011
My apologies. Mods please move this thread.
www.myflighttraining.net
Bamf 1.5 Remix
Adrynalyne 4.4.2 Kernel
 
jlevy73
Old
#4  
jlevy73's Avatar
Senior Member
Thanks Meter 664
Posts: 7,761
Join Date: Nov 2009
Location: Los Angeles
Quote:
Originally Posted by droidboy850 View Post
My apologies. Mods please move this thread.
Not sure I understand the question. Can you re-state it please?
 
runlsd
Old
#5  
Member
Thanks Meter 7
Posts: 86
Join Date: Sep 2010
Location: Vancouver, BC
Quote:
Originally Posted by jlevy73 View Post
Not sure I understand the question. Can you re-state it please?
I think OP is asking how to root the phone on mac os x lion.

I was searching for the same thing a while ago. Ended up using my friend's pc to root.

Sent from my GT-I9100 using XDA App
 
xda_devtom
Old
(Last edited by xda_devtom; 29th September 2011 at 07:13 PM.)
#6  
Senior Member
Thanks Meter 67
Posts: 362
Join Date: Aug 2010
I don`t have time to format everything correctly, but here is a working how-to: have fun flashing with your mac

System Information:
Mac OS X 10.7, 64-bit mode

just replace tom with your username, and copy / paste the commands to terminal

Installation steps, problems and solutions

1 download and install macports

2 install a few ports and wait a looooong time
sudo port install pkgconfig libusb git

3 removing old files
sudo rm -rf /Users/tom/Desktop/heimdall/
sudo rm -rf /System/Library/Extensions/heimdall.kext
sudo rm -rf /usr/bin/heimdall
sudo rm -rf /usr/local/bin/heimdall

4 clone git repo
download and install X11
git clone https://github.com/Benjamin-Dobell/Heimdall.git /Users/tom/Desktop/heimdall/

5 installing libusb
already did that in step 2

6 installing libpit
cd /Users/tom/Desktop/heimdall/libpit/
sudo ./configure
sudo make
sudo make install
cd ..

7 installing heimdall
cd /Users/tom/Desktop/heimdall/heimdall/
sudo ./configure
sudo make
sudo make install
cd ..

cd /Users/tom/Desktop/heimdall/OSX
sudo cp -R heimdall.kext /System/Library/Extensions
sudo chmod -R 755 /System/Library/Extensions/heimdall.kext
sudo chown -R root:wheel /System/Library/Extensions/heimdall.kext
sudo kextload /System/Library/Extensions/heimdall.kext

8 use heimdall
heimdall --help

examples
heimdall flash --kernel zImage
heimdall flash --modem modem.bin
heimdall flash --factoryfs factoryfs.img --cache cache.img --param param.lfs --kernel zImage --primary-boot boot.bin --secondary-boot Sbl.bin --modem modem.bin --hidden hidden.img

EDIT:
oh yes, and the heimdall thread is here:
http://forum.xda-developers.com/showthread.php?t=755265

I wouldn`t recommend using the gui version, command line through terminal is more up to date and has less bugs, working very well for me
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more

App Analytics, or the Death of the Independent App Developer

This is entry number one in a series of articles about tools for app developers, … more

Serajr Power Toggles Brings Settings to the Small App World

Ever since the introduction of multi-window with things like Cornerstone and … more