subscribe

You can update this text in your control panel, under Theme Options. Nam massa. Ut tempor augue non sapien lobortis aliquam. Maecenas.

Really Full Root

July 31st, 2009

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.

Tags: , , ,

One Response to Really Full Root

  1. Erster M says:

    [...] Erster M

Leave a Reply

Name and Email Address are required fields. Your email will not be published or shared with third parties.

*