gman eb#AC
Well-known member
- Jun 21, 2010
- 45
- 0
- 0
Sorry, n00b here, but what is ‘rooting’ used for? Is this so you can add files to your EVO on a mac?
Sorry, n00b here, but what is ‘rooting’ used for? Is this so you can add files to your EVO on a mac?
Root
Basically "root" means you (or more usefully Apps) can use commands that require elevated permissions- like an Administrator account on Windows.
There are three levels of "rooting" on an Android:
The easiest method, unrEVOked allows you to install applications that require root access (like free wireless tether).
The second "root" level will allow you to install custom ROMs, which includes themed ROMs and even custom homebrewed versions of Android 2.2 (like EVOlution ROM), or a vanilla Anroid 2.1 ROM without Sense.
"Full root" means you've unlocked the normally read-only portion of the phone's internal storage known as NAND. With this you can make full backups of your entire phone, similar to making a ghosted image of your PC. This is great for people who want to use multiple ROMs- you install one ROM, make a NAND backup (using a tool called NANDroid), then install the next one and make a NAND backup of that. From there you can restore either backup whenever you want. It's almost like dual-booting a PC.
Thanks for clearing that up. I'm also a noob when it comes to these things. So if I follow the method from OP, all my stuff will be restored after full root? (i apologize for being a noob lol)
If you back up with titanium while using unrEVOked, you'll be ok, you'll just have to drop your apps back where they belong.
Thanks for clearing that up. I'm also a noob when it comes to these things. So if I follow the method from OP, all my stuff will be restored after full root? (i apologize for being a noob lol)
I am having a really hard time comprehending this and I am afraid to move forward. Is there a way to unroot the phone once you have deleted the bloatware or will that just restore the factory crap? What is flashing and how do you do it? Speak in layman's terms because this is a lot of information to take in having never done anything like this before. I am working off a Mac and don't have access to a PC, so please, don't talk to me about how to do things in Windows... Thanks![]()
For those that don't have a Wimblows machine, just use Bootcamp or Parallels or Fusion.
I'm sure a friend has an old XP Cd laying around somewhere.
For those that don't have a Wimblows machine, just use Bootcamp or Parallels or Fusion.
I'm sure a friend has an old XP Cd laying around somewhere.
You can however flash a stock rom minus bloatware.
I cannot get past step four. after I type in cd Desktop/evo-recovery./recovery-mac.sh I get No such files or directory. I am about to tear my hair out in frustration! Help!
Note... When doing Part 1, Step 4, its best to just open another terminal window just for the recovery.
Also, to place files to the sdcard, use the adb method, don't drag and drop, it causes problems
place files to push in tools folder of sdk
open up terminal
cd android-sdk-mac_86/tools
./adb push FILENAME /sdcard/
not at home right now, so i cant try it, but just to be clear i should try typing in
cd android-sdk-mac_86/tools
./adb push evo-recovery./recovery-mac.sh/sdcard/
?