Open Recovery v1.05 [05/07/2010]

Skrilax_CZ

Member
Joined
Dec 31, 2009
Messages
33
Reaction score
0
Open Recovery
Version: 1.05
Created by Skrilax_CZ (www.ModMyMoto.com).
Credit for mankind (www.alldroid.org) for the CustomUpdate, on which this recovery is based,
credit for poseidon (www.alldroid.org) for ADBRecovery.

orcvr105.png


Features:
- rooting the phone from menu
- nandroid backup/restore from menu
- apply update *.zip files from menu (located in OpenRecovery/updates under the sdcard root folder, there is a sample one (just unpacks a file named "babble" to /system), no signatures are needed :)
- wipe data (factory reset)
- wipe cache
- adb in recovery
- run a script

Usage:
- reboot into recovery
- apply the update.zip
- you are now in open recovery

Installation:
- you need to have the recovery with exploit, download the SBF from here and flash it using RSD Lite 4.6: vulnerable_recovery_only_RAMDLD90_78.zip
- unpack the file into the sdcard root folder

Changelog:
Version 1.05
Bugfixes
- fixed a bug in payload making it dependant on the system
- there is now nothing in the /system folder when unmounted
- toolbox linked statically
- busybox now installs symlinks, instead of copying itself
- fixed a bug in adb about the shell being in /sbin/sh instead of /system/bin/sh
- cleaned up, removed unecessary libraries and binaries
- switch.sh now initializes the Open Recovery completely, no other script is used for initialization
- permissions set correctly

Features
- added option to wipe
- menu's now have header (the menu file structure has been changed)
- added the possibility to run scripts, with .*sh extension located in scripts folder under OpenRecovery folder (shell is /sbin/sh or /sbin/bash)

Version 1.02
- fixed root installation



Download:
RapidShare: 1-CLICK Web hosting - Easy Filehosting

============================================================================================================================

The recovery contains an update.zip with payload, which doesn't do anything else than restarts to the open recovery. All the files for OpenRecovery are under the OpenRecovery folder under the root of the sdcard.

The menu for the Recovery is created dynamically, the files are under OpenRecovery/menu under the root of the sdcard. The creation of the menu file is slightly different as in the CustomUpdate by mankind:
First line is the menu name (normal string), then use the following structure:
"item name:type:argument"
- item name is what is seen in the menu
- type: type of the command (described later)
- argument: argument passed to the command (file, or anything else; if empty, put "*" there, otherwise the item will be discarded)

The payload installs busybox to /sbin runs the "switch.sh" under the bin folder in open recovery. The initial menu file is in OpenRecovery/menu/init.menu under sdcard root.

commands:
- reboot: reboots the phone
- init: calls a file specified in arguments, but doesn't create a menu item (this is used to create the submenus dynamically)
- shell: calls a file specified in arguments
- menu: opens another menu file (specified in argument)
- update: applies an update *.zip file, specified in argument (format SDCARD:$path_to_the_file_in_sdcard)
- clear_data: factory reset
- clear_cahce: wipe cache

Source:
http://rapidshare.com/files/384653135/OpenRecovery_v1_05_src.tar.bz2.html

(The module name is "open_recovery".)
 

inmate369

Member
Joined
Dec 15, 2009
Messages
180
Reaction score
2
Location
757
what are the differences between this open recovery vs. sprecovery vs. clockworck.
 

antonyfl

New Member
Joined
Apr 21, 2010
Messages
3
Reaction score
0
works great! easy root for those that are too dumb to do it the other way (me ;P)
Would be great for a function that installs busybox too ~
 
OP
S

Skrilax_CZ

Member
Joined
Dec 31, 2009
Messages
33
Reaction score
0
what are the differences between this open recovery vs. sprecovery vs. clockworck.

It's a custom recovery. Don't actually know it there is sprecovery on Milestone.

works great! easy root for those that are too dumb to do it the other way (me ;P)
Would be great for a function that installs busybox too ~

Can be done from adb, but yeah, good idea to install it from menu. And bash as well.
 

xderia

New Member
Joined
Dec 9, 2009
Messages
19
Reaction score
0
Can someone please explain the installation step by step in detail?
 
Top