I have been meaning to post this for a while, as things work a little differently on OS X to the usual tutorials given. Here is the variation I had to use on OS X.
Bin4ry over at XDA-developers sorted out the root of the Xperia Arc and Play (over a week ago now) and has posted a pretty solid guide for both devices (Play & Arc)
Although his guide is now updated with the commands for both Mac and Linux as well as the original windows, one bit of information missing for OS X is as follows.
in terminal then entering the command
fastboot-mac -i 0x0fce flash system YOURDOWNLOADEDFILE.img
you can not type the address manually like on windows, you have to drag and drop the .img file into terminal.
as -
matthewattwood$ /Developer/SDKs/Android\ SDK/tools/fastboot-mac -i 0x0fce flash system /Developer/SDKs/Android\ SDK/tools/play_modded.img
sending 'system' (236189 KB)... INFOUSB download speed was 9302222kB/s
OKAY
writing 'system'... INFOFlash of partition 'system' requested
INFOS1 partID 0x00000004, block 0x000002e4-0x00000ca7
INFOErasing block 0x00000300
INFOErasing block 0x00000400
INFOErasing block 0x00000500
INFOErasing block 0x00000600
INFOErasing block 0x00000700
INFOErasing block 0x00000800
INFOErasing block 0x00000900
INFOErasing block 0x00000a00
INFOErasing block 0x00000b00
INFOErasing block 0x00000c00
INFOErase operation complete, 0 bad blocks encountered
INFOFlashing...
INFOFlash operation complete
OKAY
matthew-attwoods-imac:~ matthewattwood$
When I added the location of the .img manually terminal stated it could not be opened/used. The drag and drop was the only method that would let me run the root image.
Like this:
2 bloggers like this post.