07.31
Yesterday, i describe the steps to got full root on Samsung Galaxy. After a few test, i found the howto is incomplete. There is a root adb access on the phone, but on the galaxy user interface is no root. So, here the steps to change it.
a) First, you have all the steps from this Full root on Samsung Galaxy without NPS completed!
Update: Do all the steps in normal boot mode. After my howto from yesterday you have allready a root adb shell!
b) Open a adb shell on your computer
adb shell
and got root:
su
c) rename my su, don’t delete it, it is needed
cd /system/xbin
mv su isu
d) copy a new su
cd /system/bin
cat sh > su
chmod 6755 su
Final test it. Download OverclockWidget(need Root) and start it. The app check on start if you root, when not it show you.
The new su did not work in the adb-shell. So type isu instead of su for root.
[...] Erster M