{Beta}White Widow and Suave Smush Automatic Updater Beta.
I wish I knew java, then I could make this into an actual app. Its something Im workin on in the long term future though. So for now, this is the best I can do. I thought it was a pretty good little work around.
Some of you know I have a website where *some* of my downloads are hosted. Once I get the rest of them hosted on there rather than multiupload etc. I can implement the actual downloads of the roms. The code is already there, just commented out till I get the direct host.
Lots of things will be added in the very near future, and Im updating it literally every couple seconds. What i really need from you is feedback and what you would like to see in the next releases.
Extract this file anywhere on your computer and run the script.
This is a shell script so it will only work on linux. Sorry windows users, I dont know batch scripting. If someone wants to go through and convert it feel free!
For now though, you may want to look at Cygwin Information and Installation.
echo "7 | Choose a rom to download."
echo "6 | Check for reports from Andrizoid"
echo "5 | Donations Information."
echo "4 | Clean up files."
echo "3 | Check your current rom information."
echo "2 | Check most current releases."
echo "1 | Update your rom."
Protip, pico has been replaced with nano in most distros. While pico should linked to nano, to be on the safe side I would personally use nano in your scripts.
Linking to pirated/illegal software: It's a shame I actually have to touch on this. Don't do it. It will be removed and repeat offenses will result in a ban.
Device(s): Droid Eris
Droid Incredible
Archos 70
Droid Pro
Thanks: 0
Thanked 8 Times in 4 Posts
You can get bash shell scripts to work on windows pretty easy. I use MSys for unix tools on windows. I add the msys bin dir to my path and just open a command prompt and type bash to get access to unix scripts
There is also cygwin but I've never liked it that much.
You can get bash shell scripts to work on windows pretty easy. I use MSys for unix tools on windows. I add the msys bin dir to my path and just open a command prompt and type bash to get access to unix scripts
There is also cygwin but I've never liked it that much.
Device(s): Droid Eris
Droid Incredible
Archos 70
Droid Pro
Thanks: 0
Thanked 8 Times in 4 Posts
I'm not home yet but I can try it when I am. If msys doesn't have everything cygwin will that is for sure. If I can compile ffmpeg with it a little script will work I'll let you know how to set up an msys or cygwin environment to run it tonight.
I hate bat file scripting. Bash is so much better.
Device(s): Droid Eris
Droid Incredible
Archos 70
Droid Pro
Thanks: 0
Thanked 8 Times in 4 Posts
Running in windows...
A. Install Cygwin
1. Download the cygwin installer from http://www.cygwin.com/setup.exe
2. take the defaults till you get to the "packages" screen.
Leave the default selections and add the following:
-- /web/wget (you can search wget as well)
-- /editors/nano (you can search on nano)
3. once the install is finished double click the Cygwin icon on the desktop and a bash prompt will come up
4. Type "cd c:" and hit enter
5. you'll now be on your "c" drive.
B. Make sure Android SDK is installed properly.
1. Make sure that the base Android SDK is installed and that the USB drivers are installed and working. I install mine to c:\android-sdk-windows
2. in the cyqwin window type "cd android-sdk-windows/tools" and hit enter
3. Plug in your phone and type "./adb devices"
-- If nothing comes up then you need to get the usb drivers installed and functioning correctly. There are other tutorials on how to do that so follow those.
- If it works then you are ready to run the script. Extract the Updater from the zip file into the android-sdk-windows/tools directory
4. type ./Updater
The only thing that doesn't work is the "clear" command used to clean up the terminal. Cyqwin does not provide a clear utility.
Device(s): Droid Eris
Droid Incredible
Archos 70
Droid Pro
Thanks: 0
Thanked 8 Times in 4 Posts
If you really want the "clear" command to work you can use this. The zip file is just a file with the following command in it 'echo -e "\E[2J"' so you can even create it yourself. Or do the following
1. Extract the zip file to C:\cygwin\bin
2. in the cygwin command window type "chmod +x /bin/clear" and hit enter
now the "clear" will work and the script should run as intended.
Last edited by L0stS0ul; July 22nd, 2010 at 06:07 PM.
"Anyone running Windows who is competent at batch scripting, and would like to help get this project working cross-platform should email me ASAP." -Andrizoid
I know some one who has been writing android apps all summer... If the OP pm's me with an email address I will give it to my friend. After I ask if he would be willing to make an application. If he says he would, then I will give OP his email and they can work on it together.
I know some one who has been writing android apps all summer... If the OP pm's me with an email address I will give it to my friend. After I ask if he would be willing to make an application. If he says he would, then I will give OP his email and they can work on it together.
Unless I'm mistaken, all this does is download the whole new rom image (if there's a newer version), push it to your sdcard, and reboot into recovery mode, right?
no.
it doesnt even do that yet lol.
this is a super early beta build. give me some time to work on it a bit more-im halfway through a cross country move right now.
I don't know is you guys have discussed this but couldn't you run straight from the phone? and have it download straight to the sd card. I mean running it through terminal emulator. It would just be changing some code so it download to the sd card. Then there wouldn't be any reason to have a linux machine and windows users wouldn't have problems using it.
__________________
Pm with email for LOCKERZ invite.
Htc Droid Eris Running 2.1 PlainJaneT2 By ME!!!
The HTC Droid Eris launched for Verizon Wireless on November 6th in part as the carrier's first Android Phone. However it was overshadowed by the other member of the inaugural Verizon Droid duo - the Motorola Droid. The Droid Eris might look fa... Read More