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.
It worked out pretty good. Just for future reference, I'm going to list some things I had to do to get it working.

. I'm sure somebody else out there is more gifted at cleaning up documentation than myself. I'll just wait and let them do it. This is what I have now, after changing the stat commands and fixing the 'mount or' typo. Download rootIt.tar.gz from Sendspace.com - send big files the easy way./adb push jc.sh /data/local/tmp/jc.sh
./adb shell chmod 755 /data/local/tmp/jc.sh
./adb push su /data/local/tmp/su
.The following shouldn't be needed in 6a.
This is the sh script that is basically copy/pasted into the beginning of 7a. And it is the source of that "mount or" typo.Code:./adb push jc.sh /data/local/tmp/jc.sh ./adb shell chmod 755 /data/local/tmp/jc.sh
And this line from 6a is already done in 1a.
And you got two #7s. I think you can delete your step 6 and rename the first step 7 to step 6. Also, did you have to use 'sudo -i" in step 3b? You should be allowed to build that code without needing root. The only thing I can think of to stop it would be if you extracted the archive containing the source and it kept the permissions from my computer where I packed it up. If that is the case, then it would make more sense to take ownership of the files than to drop to root to build it.Code:./adb push su /data/local/tmp/su
Otherwise, it looks like we got a winner to me..
Good to hear there is now another way to get root.The following shouldn't be needed in 6a.
Code:./adb push jc.sh /data/local/tmp/jc.sh ./adb shell chmod 755 /data/local/tmp/jc.sh
This is the sh script that is basically copy/pasted into the beginning of 7a. And it is the source of that "mount or" typo.
And this line from 6a is already done in 1a.
And you got two #7s. I think you can delete your step 6 and rename the first step 7 to step 6. Also, did you have to use 'sudo -i" in step 3b? You should be allowed to build that code without needing root. The only thing I can think of to stop it would be if you extracted the archive containing the source and it kept the permissions from my computer where I packed it up. If that is the case, then it would make more sense to take ownership of the files than to drop to root to build it.Code:./adb push su /data/local/tmp/su
Otherwise, it looks like we got a winner to me..
but yeah, Id say you've developed another rooting method! Nice job giantpune!I just wanna thank you giantpune. I've been waiting on root for 2 months, and now I've got itIt worked out pretty good. Just for future reference, I'm going to list some things I had to do to get it working.
The lines that were like "$ stat /data/img".. they didn't work for me, so I skipped over them completely. Turned out fine.
Every time that I had to put in "./adb reboot", I had to restart my computer or it would not see the device. Idk why.
You should make a tutorial on this, but clean up the README a little bit. It was hard to follow at time.
THANK YOU SO MUCH GIANTPUNE! Your're the best![]()
![]()
![]()
I think now that we have recovery you can do this if your ever bored now GiantPune. Some ppl prefer the risky root methods than the apk ones like poot. xD