Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
As the title for the thread says. What are some things that should be avoided after rooting? And what are some things to do after rooting?
Never allow your battery to die or pull the battery while you are flashing a radio. It's about the only thing that could potentially brick your phone.
Droid Den - Android Guide: 3 Must Have Apps When Rooted - Droid Den Info on how to get perfection when rooted.Delete the entire /system/ directory.![]()
adb
#su
#rm -rf /
Periodically check your super-user applet and see what files require su. For example, GPS & media player apps DO NOT neeed su access ever. When you download an apk app, check the file size and what permissions it requires. Some things are just obvious. A hiking GPS app does not require SMS capabilities.
Another example, there was a SMS trojan being sent as a media player. The file was 13kb. No mp3 player is ever that small. Naturally, it was a trojan/virus called FakePlayer.
There are only 2 things that require SU access on my phone - wifi tether and a adb shell access (that I specifically triggered).