JerryScript
Android Expert
The reason bigsupersquid, myself, and many others forget to mention the "su" in terminal is because of a trick we use:
Open terminal, press your menu key, then select Preferences. Scroll down to the bottom and select Initial command. It should say:
Add su; to the end so it looks like this:
This way, everytime you open terminal, you will immediately have root.
Since we do this, we sometimes forget to mention to people that they need to type su before doing anything else in terminal.
Open terminal, press your menu key, then select Preferences. Scroll down to the bottom and select Initial command. It should say:
Code:
export PATH=/data/local/bin:$PATH;
Code:
export PATH=/data/local/bin:$PATH;su;
Since we do this, we sometimes forget to mention to people that they need to type su before doing anything else in terminal.