Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

I recently unlocked the bootloader on my Nexus S, and I am looking at ways to finish rooting it. Every reference I find seems to be written assuming non-Google hardware, but the Nexus S is supposed to be open.

share|improve this question
1  
Is there anything in particular that dissuades you from simply using a custom recovery? The issue is that the /system partition is read-only by default in Android, and you need a way to get su and Superuser into /system/app. The easiest way is a custom recovery (no write restrictions) or flashing a boot image that gives you root access from adb. – eldarerathis Jan 10 '12 at 14:20
I'm looking for a way to get sudo with the minimum changes required - replacing the OS or recovery images just seem like overkill, and I'm hoping there's a simpler way (but if there isn't then I'll do just that). – ImaginaryRobots Jan 10 '12 at 19:06

1 Answer

up vote 0 down vote accepted

Your best source probably is Nexus S: All Things Root Guide -- which is a compilation/collection of several guides. Here you can probably pick your minimalist solution as well as go for the "big thing". In case you need some addional sources (easily to find with a simple Google search, by the way, as that is what I just did):

Don't get me wrong: I'm not saying you didn't search (your question clearly indicates you did). I put this just for reference by other interested readers here, who might need more details.

share|improve this answer
1  
While references are fine, we want to be a self-contained resource. Per the FAQ, answers that are mostly links may be removed: http://android.stackexchange.com/faq#deletion – Matthew Read Oct 12 '12 at 18:33
It's hard to include full 5 guides, while at the same time not making the answer 20 pages and still not miss necessary details. I always try to include an abbreviated extract -- but sometimes this is simply not an option. You see the OP accepted the answer, so it was helpful -- which is IMHO the most important part (it's not always politics ;) – Izzy Oct 12 '12 at 20:36
5 isn't necessary, 1 is. This post needs to be useful to future users and survive link rot. – Matthew Read Oct 12 '12 at 22:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.