LuboX

Would you like to react to this message? Create an account in a few clicks or log in to continue.


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

    ZduneX25
    ZduneX25
    Ex-Staff
    Ex-Staff


    Mensajes : 1391
    Celulares : LG GT540
    Fecha de inscripción : 2010-06-04
    Edad : 33
    Localización : Poland

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

    Post by ZduneX25 Wed Jun 09, 2010 4:36 am

    Open Recovery
    Version: 1.05
    Credit for mankind (from alldroid) for the CustomUpdate, on which this recovery is based,
    credit for poseidon (also from alldroid) for ADBRecovery.

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

    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 Smile
    - 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: [You must be registered and logged in to see this link.]
    - 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:
    [You must be registered and logged in to see this link.]

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

    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:
    [You must be registered and logged in to see this link.]

    (The module name is "open_recovery".)

      Current date/time is Sun Apr 28, 2024 1:48 am