[APP] Recovery Flasher Utility

anthonycr

Themer. You've seen them
Jul 11, 2011
2,104
571
0
Visit site

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:
CZng06xIhcduqcWeZufmKV84iTgDpGlU_LFovOetsA5RfdoXDQmG8tBtJkbNbVOz3g
yY3zmgHDctQaikJX0jkFQGtAp-Q3HxKBe5VNDPR8VP009MpHPUR_0hEcPTlPXn5cK9MJ
CMQnNvN60ddOxk8bnXUetLcOxoTFRRBvt5_CFLp11EPnf3w-TZkImYNd2wN6Qyoytcs


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();  }

 
Last edited:

jto101680

Well-known member
May 15, 2012
81
18
0
Visit site
Recovery manager! LOL No, but for real, this is awesome. You the man acr. Waiting for the link and I'll try flashing cannibal, on xoinia at the moment.

Sent from my LG-VM670 using Android Central Forums
 

pbailey212

Well-known member
Mar 20, 2011
765
219
0
Visit site

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 Installation Utility

Screenshots:
Will be added... Google play is sloooowww to show up stuff

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<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();  }

Download from the Play Store
The link might not work for a couple hours, give it time
Rate if you please.

//Donate by purchasing the currently non-existent donate version

Oh yeah... if someone has a better name for this app, please tell me... Recovery Installation Utility sounds heavy and complicated

Does it just run flash_image recovery to flash the recovery, there are alot of devices that flash_image doesn't work for. I will try it on my other toys for you.

sent from my Nokia 5110
 
  • Like
Reactions: anthonycr

sammyz

Well-known member
Dec 15, 2011
825
190
0
Visit site
When I was looking for something to flash my recovery before flash image gui existed, I searched flash recovery ......so I would name it
Flash Recovery.

Sent from my Optimus V running OSZVJ firmware on MetroPCS using HydroROM.
 
  • Like
Reactions: anthonycr

andrewnelson23

Well-known member
Apr 18, 2012
795
145
0
Visit site
Re: [APP] Recovery Installation Utility

You should make a version of the app that uses the gordita exploit to install custom recovery without root. :)
 

sellers86

Well-known member
Jul 21, 2011
1,837
617
0
Visit site
Re: [APP] Recovery Installation Utility

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
 

clodfelterac

Samurai Dev
Jan 3, 2012
729
206
0
Visit site
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...
 
Last edited:
  • Like
Reactions: sammyz

andrewnelson23

Well-known member
Apr 18, 2012
795
145
0
Visit site
Re: [APP] Recovery Installation Utility

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.
 

sammyz

Well-known member
Dec 15, 2011
825
190
0
Visit site
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.

Not hard to make a phone reboot..........

Sent from my Optimus V running OSZVJ firmware on MetroPCS using HydroROM.
 

sammyz

Well-known member
Dec 15, 2011
825
190
0
Visit site
There should be a pole for names

Sent from my Optimus V running OSZVJ firmware on MetroPCS using HydroROM.
 

andrewnelson23

Well-known member
Apr 18, 2012
795
145
0
Visit site
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
 

pbailey212

Well-known member
Mar 20, 2011
765
219
0
Visit site
RIU doesn't work on the kindle fire (not surprised, it doesn't support flash_image) as soon as I find my old V I will test it on that too.

sent from my Nokia 5110
 

anthonycr

Themer. You've seen them
Jul 11, 2011
2,104
571
0
Visit site
I think your missing a space after #include :p


works without the space in c++ :p




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




that would be impossible to make an app keep going after a reboot.


RIU doesn't work on the kindle fire (not surprised, it doesn't support flash_image) as soon as I find my old V I will test it on that too.

Thanks. What would happen if I installed the flash_image binary before running the app...
 

Trending Posts

Forum statistics

Threads
943,099
Messages
6,917,271
Members
3,158,818
Latest member
Nanran21