Handy Forum  

Zurück   Handy Forum > Handy & Tablet Forum > HTC Forum

Kostenlose Prepaidkarten mit Startguthaben: o2 Gratisaktion

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

Dieses Thema wurde im HTC Forum geschrieben. Solltest Du auch Probleme oder Lösungen zu diesem Thema haben, so nimm doch einfach an der Diskussion teil.
Loading


Antwort
 
LinkBack Themen-Optionen
Alt 15.11.2009, 15:47   #1
sehr aktives Mitglied
 
Registriert seit: 22.11.2005
Ort: Villingendorf
Geschlecht: männlich
System: Windows 7
Hersteller: HTC
Modell: Desire HD
Netz: o2
Beiträge: 729
Danke erhalten: 0
Danke abgegeben: 0
Neue Recovery von Amon Ra 1.6.2 für Magic 32A/B

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 )
  • 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:
su
flash_image recovery /sdcard/recovery-RA-dream-v1.5.1G.img
Beim 32A:
su
flash_image recovery /sdcard/recovery-RA-dream-v1.5.1H.img
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
Code:
- Fixed Nandroid-ext restore issue where nandroid didn't restore the backup-ed ext partition.
Change-log :
v1.5.0
Code:
- 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
Miniaturansicht angehängter Grafiken
1.png   2.png   3.png   4.png  

5.png   6.png   7.png  

Geändert von sim-value (09.03.2010 um 20:41 Uhr)
Rey-619 ist offline   Mit Zitat antworten
Alt 15.11.2009, 15:47  
Handy-FAQ
Administrator
 
Registriert seit: 01.01.2003
Geschlecht: männlich
System: Mac OSX
Hersteller: Apple
Modell: iPhone
Netz: o2
Beiträge: 10.233
Alt 15.11.2009, 16:19   #2
 
Benutzerbild von sim-value
 
Registriert seit: 11.09.2009
Geschlecht: männlich
System: Linux / Unix
Hersteller: Samsung
Modell: Galaxy S II
Firmware: Android 2.3.7
Netz: Drei
Beiträge: 2.852
Danke erhalten: 81
Danke abgegeben: 18
ah ich seh grad du bist mir mit der 32A version zuvor gekommen weil Essen war :)
sim-value ist offline   Mit Zitat antworten
Alt 16.11.2009, 06:14   #3
sehr aktives Mitglied
Threadstarter
 
Registriert seit: 22.11.2005
Ort: Villingendorf
Geschlecht: männlich
System: Windows 7
Hersteller: HTC
Modell: Desire HD
Netz: o2
Beiträge: 729
Danke erhalten: 0
Danke abgegeben: 0
Pull Gab ein Update
Rey-619 ist offline   Mit Zitat antworten
Alt 10.12.2009, 14:47   #4
 
Benutzerbild von sim-value
 
Registriert seit: 11.09.2009
Geschlecht: männlich
System: Linux / Unix
Hersteller: Samsung
Modell: Galaxy S II
Firmware: Android 2.3.7
Netz: Drei
Beiträge: 2.852
Danke erhalten: 81
Danke abgegeben: 18
Update für 1.5.1 !
sim-value ist offline   Mit Zitat antworten
Alt 09.03.2010, 20:41   #5
 
Benutzerbild von sim-value
 
Registriert seit: 11.09.2009
Geschlecht: männlich
System: Linux / Unix
Hersteller: Samsung
Modell: Galaxy S II
Firmware: Android 2.3.7
Netz: Drei
Beiträge: 2.852
Danke erhalten: 81
Danke abgegeben: 18
Neue Version 1.6.2 :=)
sim-value ist offline   Mit Zitat antworten
Alt 09.03.2010, 20:41  
Handy-FAQ
Administrator
 
Registriert seit: 01.01.2003
Geschlecht: männlich
System: Mac OSX
Hersteller: Apple
Modell: iPhone
Netz: o2
Beiträge: 10.233
Antwort

Hat Dir der Beitrag gefallen? Dann teile es doch deinen Freunden auf Facebook, Twitter und G+ mit!

Lesezeichen

Stichworte
32a b, 32b, amon, magic, ra, recovery

Zurück   Handy Forum > Handy & Tablet Forum > HTC Forum


Sofort abstauben! Kostenlose Prepaidkarten mit Startguthaben: o2 Gratisaktion

Themen-Optionen

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an



Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
[Release] Neue Recovery von Amon Ra 1.6.2 Rey-619 HTC Dream / Google G1 Forum 26 16.05.2010 20:12
Recovery Klaus665 iPhone Forum 1 21.09.2009 22:45
Wichtig DFU /// Recovery Modeus spetty iPhone Forum 0 20.07.2008 20:50
Recovery Mode?? t.buchmann iPhone Forum 2 18.07.2008 09:49




Alle Zeitangaben in WEZ +2. Es ist jetzt 05:53 Uhr.



vBulletin Optimisation by vB Optimise.