Jump to content
Melde dich an, um diesem Inhalt zu folgen  
Rey-619

Neue Recovery von Amon Ra 1.6.2 für Magic 32A/B

Recommended Posts

Rey-619

Hab gerade ein neues Recovery gefunden, welches es jetzt schon etwas länger für das Hero gibt und nun auch für das G1 und damit auch für das Magic 32A/B.

Im Screenshot könnt ihr sehen, was man alles damit machen kann.

Benötigt:

- root rechte

Features

  • full ADB access in recovery mode
  • Awesome Care-Bear version! (Blame packetlss for talking me into it tongue.gif)
  • Busybox v1.15.3
  • HW-Key navigation (volume keys + CALL-ANSWER) option
  • Extended menu :

    • Reboot system now :: reboot your phone
    • USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
    • Backup/Restore (recovery partition not included!)

      • Nand backup :: Make a Nand backup
      • Nand + ext backup :: Make a Nand + ext backup
      • Nand restore :: Restore a Nand backup
      • BART backup :: Make a BART backup (Nand + ext)
      • BART restore :: Restore latest BART backup

      [*]Flash zip from sdcard :: Flash a zip update file from your sdcard

      [*]Wipe

      • Wipe data/factory reset :: Wipe /data and /cache
      • Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext
      • Wipe SD:ext partition : Wipe the ext partition on your sdcard
      • Wipe battery stats : Wipe the battery stats in /data
      • Wipe rotate settings : Wipe the sensor settings in /data

      [*]Partition sdcard

      • Partition SD :: Interactive SD partitioning
      • Repair SD:ext :: Repair the ext partition
      • SD:ext2 to ext3 :: Convert ext2 to ext3
      • SD:ext3 to ext4 :: Convert ext3 to ext4

      [*]Other

      • Fix apk uid mismatches :: Does extacly that
      • Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!)
      • Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)

      [*]Power off :: Powers off your phone

[*]Scripts available from console :

  • Nandroid v2.2.1 : enter "nandroid-mobile.sh" to start.
  • BART v1.0.1 (Backup and Restore Tool) : enter "utility" to start.
  • switchrom.sh V1.1 : enter "switchrom" or "u" to start.
  • sdparted v0.6 : enter "sdparted" to start.

Downloadlink für: 32A

MD5Sum: edcc5f0fa0a5c325763fe3c3d28ea3bf

Downloadlink für: 32B

MD5Sum: f73a18f9426cf26c2dd87d5389b55d1c

How to:

Datei Herunterladen und entpacken

Das Image auf die Karte ziehen

im Terminal folgendes eingeben:

Beim G1/32B:

No code has to be inserted here.Beim 32A:

No code has to be inserted here.Mein Fazit ist: So kann sogar jeder Anfänger ohne Kenntnisse seine Karte Partitionieren etc.

Einfacher gehts nun wirklich fast nicht mehr :)

Change-log :

v1.6.2

Code:

- Added power off menu item

- New unyaffs binary patched by Koushik Dutta and Packetlss to fix the "losing root"-issue and incorrect file-time after a Nandroid restore

- New dump_image binary (by Brainaid) patched by Packetlss to fix the "bad blocks"- Nandroid restore issue.

(This will not fix old corrupted Nandroid backups! Please make new backups!!)

- New mkyaffs2image binary

- New flash_image binary

- Updated busybox to v1.5.3

- Nandroid menu options will NOT backup or restore recovery, cache, misc, splash1+2 (to avoid issues)

- Fixed wipe option not wiping when ext was not present

- Created carebear versions after the idea of packetlss

- Switched the Nexus logo to a Green Carebear with Nexus One logo (Thanks Montalbert!)

v1.5.1

- Fixed Nandroid-ext restore issue where nandroid didn't restore the backup-ed ext partition.
Change-log : v1.5.0

- Updated Nandroid to v2.2.1 (ext support!).

- Added a "Nand + ext backup" menu-item.

- Nandroid and BART menu items will not backup or restore the recovery partition by default.

- Updated init.rc to only load /sbin in PATH.

- Removed the loading cramfs and sqf filesystems from fstab.

- Added an unmount script that is called at the start of most scripts.

- Updated the BKMO-utility script to it doesn't backup/restore the recovery partition + changed the return to recovery command.

- Changed the item select key to CALL ANSWER-key instead of HOME-key. The HOME-key was conflicting other operations.

- Added "Other" sub-menu :

    - Moved "fix apk uid mismatches"-item from main menu to "Other" sub-menu.

    - Added "Move apps+dalv to SD"-item.

    - Added "Move recovery.log to SD"-item (Check this log if you want to see what is going wrong).

- Fixed the Nandroid restore menu; an error message is now displayed when no nandroid backup or device-id was found (instead of showing an empty menu).

- Removed flash submenu and "Apply sdcard:update.zip" item, because we already have "Apply sdcard:choose zip".

- Removed "Wipe cache partition" item, wipe cache is already included in the "Wipe data/factory reset" item.

- Changed UMS-toggle enable behaviour; you can not access the menu while UMS is enabled (avoid mount issues).

- Changed some menu-item labels to make the options more clear.

- Fixed UMS-toggle disable behaviour; files are now refreshed in the menu (sdcard is unmounted).

- Updated the busybox binary to 1.15.2 which has fixes for ash and hush (`trap` handling), dd (fixed handling of I/O errors), find (fix for -follow and symlinks), pidof (corrected recognition of kernel thread names), sed (SEGV), uniq (memory leak), line editing (Ctrl-D works again), build system. 

- The busybox binary was :

    - statically linked against uclibc (0.9.30)

    - configured to preferentially execute busybox applets

    - busybox --install -s installs links into /data/local/bin (JF patch)

    - mount looks for loop devices at /dev/block/loop (JF patch)

    - modprobe and family look for modules in /system/modules (JF patch)

    - fixed an issue with vi where it would save a file as just a blank file (JF patch)

- Compiled new kernel : RA-recovery-v1.0: 

    - enabled "Support for large block devices and files" to fix ext4 issues

    - added all modules to /lib/modules in ramdisk

- Updated sdparted script to v0.6

Change-log :

v1.3.2

  • Fixed Nandroid restore selection, it will now correctly restore the selected nandroid backup!

Change-log :

v1.3.1

  • Added keyboard navigation, use the volume keys (vol-up + vol-down) to navigate and the HOME key to select items.
  • Created a new sub-menu structure
  • Added Nandroid restore selection
  • Added BART backup/restore option
  • Added Interactive partitioning
  • Added a toggle USB_MS option instead of 2 separate options
  • Added a wipe Dalvik-cache on ext and data option
  • Added a wipe cache only option
  • Added a wipe battery stats option
  • Added an upgrade ext3 to ext4 option
  • Added new Scripts :

    • fs and wipe (replacing all removed scripts)
    • ums_toggle

    [*] Updated Scripts :

    • fix_permissions v2.03
    • bart v1.0.1
    • latest BKMOD utility

    [*] Removed Scripts :

    • sdtools.sh, ums_enable, ums_disable, upgrade_fs, wipe_ext, fix_rotate, deldalv

post-44642-14356826277391_thumb.png

post-44642-14356826277575_thumb.png

post-44642-14356826277756_thumb.png

post-44642-14356826277932_thumb.png

post-44642-14356826278227_thumb.png

post-44642-143568262804_thumb.png

post-44642-14356826280586_thumb.png

bearbeitet von sim-value

Diesen Beitrag teilen


Link zum Beitrag
sim-value

ah ich seh grad du bist mir mit der 32A version zuvor gekommen weil Essen war :)

Diesen Beitrag teilen


Link zum Beitrag

Please sign in to comment

You will be able to leave a comment after signing in



Jetzt anmelden
Melde dich an, um diesem Inhalt zu folgen  

×
×
  • Neu erstellen...

Wichtige Information

Bitte beachten Sie folgende Informationen: Nutzungsbedingungen und Impressum & Datenschutzerklärung. Wir haben Cookies auf deinem Gerät platziert, um die Bedienung dieser Website zu verbessern. Du kannst deine Cookie-Einstellungen anpassen, andernfalls gehen wir davon aus, dass Du damit einverstanden bist.