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.
what i did was:
used the soup to gain root, closed down the command prompt and opened a new terminal with my adb
adb shell
su
remount rw....or mount rw cant remember
i removed the su, busybox and superuser.apk files
rm /system/bin/su
rm /system/xbin/su
rm/system/app/superuser.apk
rm /system/bin/busybox
rm /system/xbin/busybox
adb push su /system/bin/su
adb push su /system/xbin
adb push busybox /system/bin
adb push busybox /system/xbin
then i
chmod 6775 /system/bin/su
chmod 6775 /system/xbin/su
chmod 6775 /system/bin/busybox
chmod 6775 /system/xbin/busybox
adb shell reboot
pulled battery and blamo!
i used the 76 k su file instead of the 26 k, the 76 su file is the one that grants superuser to any root app
i want to test this on another indulge though
the superuser.apk may not be valid, when i try to intsall it from adb it states it is an invalid apk so maybe an older version will work for us or boot to recovery turn off sig verification the try and adb install superuser..i dunno
your the manOK, I have added this to the bloatware removal scripts.
Download the updated bloatware remover scripts and run them agian. after removing the bloatware it will swap out the SU with this other SU that doesnt use superuser.apk.
***Warning***
just keep in mind rooting with this SU leaves your phone open for all apps to get root access. You will not be prompted when apps request root access.
OK, I have added this to the bloatware removal scripts.
Download the updated bloatware remover scripts and run them agian. after removing the bloatware it will swap out the SU with this other SU that doesnt use superuser.apk.
***Warning***
just keep in mind rooting with this SU leaves your phone open for all apps to get root access. You will not be prompted when apps request root access.
Yep just download it again any you will get the new one.Mike: Thanks, does the post #1 on your bloatware removal thread that we used before, now have the updated version of the script that has the new su?
Yep just download it again any you will get the new one.
well i guess we will have to take what we can get for now until a rom or something comes out for it or someone figures how to get these blocked binarys on the systemThat's samsung for ya~ It might not be the standard root, but so far I've tried the following apps that req root: Titanium backup, quick boot, LCD density, Set CPU, and root explorer. The only problem I'm experiencing is that Set CPU only likes conserve lol. Though I was able to lower the cpu in order to conserve battery.
Still doesn't feel like root....I don't have that warm and fuzzy you know....
I still want to try lightnings kernel and samsung definately has some sort of lockdown on this thing
If you really have root, could one of you test setCPU clock down and then do a linpack test and see if your score is noticeably lower? This should be pretty positive proof root is working as intended.