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.
Looks like a useful tool, but I could see this not working for some people if, like me, "adb remount" doesn't work for them. I'm not sure why, but it always says permission denied, whether I run as root or not.

I don't know why. Might be specific to my current setup for some reason though.ECHO Remounting /SYSTEM Read-Write
res\adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
try to have it do
then do an adb sync when doneCode:ECHO Remounting /SYSTEM Read-Write res\adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
that should help on ones with stock ramdisk where adb isn't root and remount fails and you could try an adb shell su too intstead of adb root.
res\adb shell su
#
Thanks for the tip.
I have been mucking around with it and have had issues getting adb shell su to work the way I want it to, if I pass that command the batch gets stuck in a shell and I cant get it to pass more commands. I know Im just missing something but I cant see what.
then the script will pause until the shell is exited from, I have tried just passing exit but dos is lame and waits for "adb shell su" to exit before proceedingCode:res\adb shell su #
any ideas? If I can get adb shell su to work I can fix all these problems

Right now its only works on about 50% of the setups out there, its nothing you did wrong, just a problem with the tool.
I would suggest using rom manager to flash for the time being if this tool didnt work, You can even flash AmonRA thru rom manager now.
So.
I was bored today and made a tool to flash either Clockwork or AmonRA recoveries. It shall be known as:
UBER AWESOME RECOVERY FLASHER
Well its not exactly UBER AWESOME, but it should help some of you that have issues getting your recovery to stick. Download this tool, unzip it and run Flasher.bat (this is a windows only tool)
What does it do exactly?
This handy little tool will request root permissions, remount your /system rw then push over the desired recovery image and flash_image, changes the necessary permissions, flashes the recovery, removed install-recovery.sh and gives you an option to reboot into recovery.
You do need your phone plugged in to USB for this to work.
As i dont have an ally to test with anymore I am unsure as to whether or not this needs ADB drivers installed, I assume yes so make sure you install PDANet for the ADB drivers.
DOWNLOAD
I would like to apologize for my lack of contributions recently, I have been quite busy but I haven't forgotten about you guys!
EDIT: UPDATED LINK, FIXED ISSUES
Im pulling the file for now.
I am working on it but running into roadblocks. I need to find a way to get the batch file to relay commands thru the adb shell, I have tried opening a new cmd window to get su and continue in the original to no avail. The commands that require su need to be run from within the same session that requested them. So the search is on, Ill let you guys know when I get it working, I might have to resort to VB sorry about the premature release, Ill make sure to test it on more than one ally next time
I spent all day remembering VB
