[APP] Recovery Flasher Utility
Spurred on by the discussion over Rom Manager soft-bricking phones and the fact that I had never flashed the Cannibal Recovery and was feeling like flashing it the easy complicated way, I decided to make an app that tries to make it painfully simple to flash a recovery.
The Recovery Flasher Utility
Screenshots:
[Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...] [Only registered and activated users can see links. Click Here To Register...]
Directions:
1. Download the App.
2. Download a compatible recovery.
3. Put the recovery on the root of your sdcard/external storage.
4. Rename the recovery to "recovery.img" (IN ALL LOWERCASE).
5. Fire up the app and install. (This app should work for pretty much every phone)
6. Reboot to recovery and benefit.
Code:
#include
//I'm not responsible if you flash an incompatible recovery
//or decide to use Rom Manager because you think this sucks
//or jump off any bridges
//Most of all, follow the rules
//and be kind to noobs, remember that what you are not you once were
using namespace std
int main()
{ ProceedWithoutFurtherDelay(); }
Re: [APP] Recovery Installation Utility
Re: [APP] Recovery Installation Utility
You should make a version of the app that uses the gordita exploit to install custom recovery without root. :)
Re: [APP] Recovery Installation Utility
Quote:
Code:
#include<standard.disclaimer>
//I'm not responsible if you flash an incompatible recovery
//or decide to use Rom Manager because you think this sucks
//or jump off any bridges
//Most of all, follow the rules
//and be kind to noobs, remember that what you are not you once were
using namespace std
int main()
{ ProceedWithoutFurtherDelay(); }
I think your missing a space after #include :P
Re: [APP] Recovery Installation Utility
@anthony--- +1 to FLASH Recovery?... two simple keywords... and theme it all superhero style... that would be easy to find and extremely unique...
Re: [APP] Recovery Installation Utility
Quote:
That would be awesome!!!
Sent from my Optimus V running OSZVJ firmware on MetroPCS using HydroROM.
It won't work. I was talking to phatninja55 about it, it's because when gordita is run, the phone has to reboot in order for the scripts to finish installing the recovery.
Re: [APP] Recovery Installation Utility
Quote:
You should make a version of the app that uses the gordita exploit to install custom recovery without root. :)
Not possible. But you already know that. xD Maybe include the gingerbreak method.
Re: [APP] Recovery Installation Utility
Quote:
You should make a version of the app that uses the gordita exploit to install custom recovery without root. :)
That is a great idea, the script can easily be added to the application.
Re: [APP] Recovery Installation Utility
but it is hard for the app to keep running while the phone is rebooting, and note the proper time to chmod the /system/bin while the phone is booting. :P
Re: [APP] Recovery Installation Utility