Jetzt kostenlos registrieren. Mitglieder surfen ohne Werbung auf Android-Hilfe.de!
Zurück   Android-Hilfe.de > HTC Forum > T-Mobile G1 Forum > Root / Hacking / Modding für T-Mobile G1

New [Recovery] [14-Nov-2009] RA-dream-v1.5.2

Das Thema "New [Recovery] [14-Nov-2009] RA-dream-v1.5.2" befindet sich unter Root / Hacking / Modding für T-Mobile G1 auf Android-Hilfe.de.


Antwort

 

Themen-Optionen Ansicht
Alt 14.11.2009, 23:26   #1 (permalink)
Android Experte
 
Benutzerbild von Kino Joe

Registriert seit: 13.02.2009
Beiträge: 884
Abgegebene Danke: 19
Erhielt 135 Danke für 81 Beiträge
Kino Joe eine Nachricht über Skype™ schicken
Standard New [Recovery] [14-Nov-2009] RA-dream-v1.5.2

http://forum.xda-developers.com/showthread.php?t=566669
[Recovery] [13-Dec-2009] RA-dream-v1.5.2
This is a custom recovery based on Cyanogen's recovery source.
The purpose of this recovery is to avoid using the console by accessing all features directly from the menu.

This recovery if for the HTC Dream/G1 only, if you have an :
- HTC Magic/MT3G you should go here.
- HTC Hero you should go here.
- HTC Sprint Hero you should go here.

Use the trackball (up+down) to navigate through the menu, press the trackball to select items.
You can also use the volume keys (vol-up + vol-down) to navigate, and the CALL-ANSWER key to select items (in case your trackball is broken).


Always check recovery.log before posting your issues!

Features
  • full ADB access in recovery mode
  • Busybox v1.15.2
  • HW-Key navigation (volume keys + CALL-ANSWER) option
  • Extended menu (with keyboard-shortcuts):
    • [HOME+Back] Reboot system now :: reboot your phone
    • [Alt+X] Go to console :: bring up the console
    • [Alt+T] USB-MS Toggle :: enable/disable USB mass storage (use when the phone is connected to your PC)
    • [Alt+B] Backup/Restore (recovery partition not included!)
      • [Alt+0] Nand backup :: Make a Nand backup
      • [Alt+1] Nand + ext backup :: Make a Nand + ext backup
      • [Alt+2] Nand restore :: Restore a Nand backup
      • [Alt+3] BART backup :: Make a BART backup (Nand + ext)
      • [Alt+4] BART restore :: Restore latest BART backup
    • [Alt+F] Flash zip from sdcard :: Flash a zip update file from your sdcard
    • [Alt+W] Wipe
      • [Alt+0] Wipe data/factory reset :: Wipe /data and /cache
      • [Alt+1] Wipe Dalvik-cache :: Wipe Dalvik-cache both on /data and ext
      • [Alt+2] Wipe SD:ext partition : Wipe the ext partition on your sdcard
      • [Alt+3] Wipe battery stats : Wipe the battery stats in /data
      • [Alt+4] Wipe rotate settings : Wipe the sensor settings in /data
    • [Alt+P] Partition sdcard
      • [Alt+0] Partition SD :: Interactive SD partitioning
      • [Alt+1] Repair SD:ext :: Repair the ext partition
      • [Alt+2] SD:ext2 to ext3 :: Convert ext2 to ext3
      • [Alt+3] SD:ext3 to ext4 :: Convert ext3 to ext4
    • [Alt+O] Other
      • [Alt+0] Fix apk uid mismatches :: Does extacly that
      • [Alt+1] Move apps+dalv to SD :: Moves all apps and Dalvik-cache to sdcard (This will NOT enable apps2sd!)
      • [Alt+2] Move recovery.log to SD :: Moves the recovery log file to your sdcard. (Use when you want more detailed recovery log information)
  • Scripts available from console :

Install
Copy recovery-RA-dream-v1.5.2.img to the root of your sdcard start the terminal emulator app
Diesen Code eingeben und nach jeder Zeile ENTER.
su
flash_image recovery /sdcard/recovery-RA-dream-v1.5.2.img

There are several ways to install a custom recovery, choose the one that suits you most (I probably forgot a few).

via a simple reboot -> Requires Cyanogen or my RA ROM (other ROMs will probably work too, check init.rc where to put the recovery.img)
Code:
Rename recovery-RA-dream-v1.5.2.img to recovery.img
Copy recovery.img to /data
Reboot fully (the recovery will be flashed automatically)
Reboot to recovery
via adb -> Requires a custom recovery (with test-keys) like Cyanogen's v1.4 or my previous recovery
Code:
Copy recovery-RA-dream-v1.5.2.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
Connect your G1 via usb to your pc/mac/...
adb shell
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-dream-v1.5.2.img
via console -> Requires root
Code:
Copy recovery-RA-dream-v1.5.2.img to the root of your sdcard
Boot into your current custom recovery (boot while holding HOME)
select console from the menu
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-dream-v1.5.2.img
via terminal -> Requires root
Code:
Copy recovery-RA-dream-v1.5.2.img to the root of your sdcard
start the terminal app
$su (not required if you have root already)
#mount -a
#flash_image recovery /sdcard/recovery-RA-dream-v1.5.2.img
via fastboot -> Requires engineerings SPL!
Code:
Copy recovery-RA-dream-v1.5.2.img to a location where fastboot can find it.
Boot your G1 into fastboot mode (boot while holding BACK)
Connect your G1 via usb to your pc/mac/...
fastboot devices (to make sure that fastboot "sees" your device)
fastboot flash recovery recovery-RA-dream-v1.5.2.img
Download

Download the R version if you have a Roger's Dream EBI1 phone!!.

ALWAYS check the md5sum to make sure the zip isn't corrupted.
Click on the Mirror-link if you don't like rapidshare

If you want to download these images directly from your mobile you need to install "Download Crutch Lite" from the market first

Latest :
Old stable versions :
Change-log :
v1.5.2
Code:
- Updated Nandroid to v2.2.2 (fix ext restore issues)
- Added a v1.5.2R version for the Roger's EBI1 Dream


Change-log :
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:
- Fixed the issue where Nandroid would freeze when returning to recovery from console by using the "recovery" command.
- Fixed Nandroid/BART backup issues.
- Updated Nandroid to v2.2.1 (ext support!).
- Added a "Nand + ext backup" menu-item.
- Removed the "Nandroid restore no recovery" menu-item, and set it as default for Nandroid.
- Nandroid and BART menu items will not backup or restore the recovery partition by default.
- Removed the mdt6 patch from the kernel, so no more splash1+2 backup/restore support.
- 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 re

Change-log :

v1.4.0
Code:
- Changed the item select key to CALL ANSWER-key instead of HOME-key. The HOME-key was conflicting other operations.
- Added a "Nandroid restore no recovery" option which allows you to restore a nandroid-backup without recovery (handy when you don't want to overwrite your current recovery with an old nandroid backup recovery)
- 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:
- increased CONFIG_MSM_CPU_FREQ_ONDEMAND_MIN to 384000
- enabled "Support for large block devices and files" to fix ext4 issues
- removed Multimedia device drivers as they are not needed in recovery mode
- removed Network File Systems as I don't see the real need for that in recovery mode
- applied mtd6 kernel patch from Cyanogen so splash1 and splash2 screens can be backed-up with nandroid.
- 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
  • Fixed keyboard shortcuts
  • Added keyboard navigation, use the volume keys (vol-up + vol-down) to navigate and the HOME key to select items.

v1.3.0
  • 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
  • Changed keyboard shortcuts for submenu's
  • 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

Gruß:Kino Joe
Miniaturansicht angehängter Grafiken
New [Recovery] [14-Nov-2009] RA-dream-v1.5.2-7.png   New [Recovery] [14-Nov-2009] RA-dream-v1.5.2-1.png   New [Recovery] [14-Nov-2009] RA-dream-v1.5.2-2.png   New [Recovery] [14-Nov-2009] RA-dream-v1.5.2-3.png   New [Recovery] [14-Nov-2009] RA-dream-v1.5.2-4.png  

New [Recovery] [14-Nov-2009] RA-dream-v1.5.2-5.png   New [Recovery] [14-Nov-2009] RA-dream-v1.5.2-6.png  

Geändert von Kino Joe (14.12.2009 um 07:07 Uhr)
Kino Joe ist offline   Mit Zitat antworten
Folgende Benutzer bedanken sich bei Kino Joe für diesen Beitrag:
Android-Jeck (15.11.2009), Denowa (15.11.2009), Friesenstahl (14.11.2009), LordSeth (15.11.2009), mandyhenrik (15.11.2009), Moskito (15.11.2009), RettungsTim (10.12.2009), Thomasetti (14.11.2009), ThRiLL_KiLL (15.11.2009), VERITAS@ANDROID (16.11.2009), Yunky (15.11.2009)
Alt 15.11.2009, 01:27   #2 (permalink)
Erfahrener Benutzer
 
Benutzerbild von Al-xmaniac

Registriert seit: 29.07.2009
Beiträge: 220
Abgegebene Danke: 25
Erhielt 26 Danke für 20 Beiträge
Al-xmaniac eine Nachricht über ICQ schicken Al-xmaniac eine Nachricht über Skype™ schicken
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

kann ichs auch auf meinem 32B Magic installieren?

Grüsse Alex
Al-xmaniac ist offline   Mit Zitat antworten
Alt 15.11.2009, 09:06   #3 (permalink)
Android Experte
 
Benutzerbild von Kino Joe

Registriert seit: 13.02.2009
Beiträge: 884
Abgegebene Danke: 19
Erhielt 135 Danke für 81 Beiträge
Kino Joe eine Nachricht über Skype™ schicken
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Hallo Al-xmaniac,

da wird es sicher wieder eine eigene 32B Magic-Version geben.

Gruß:Kino Joe
Kino Joe ist offline   Mit Zitat antworten
Alt 15.11.2009, 10:10   #4 (permalink)
Android Guru
 
Benutzerbild von Schmalzstulle

Registriert seit: 08.11.2009
Beiträge: 1.533
Abgegebene Danke: 169
Erhielt 239 Danke für 167 Beiträge
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Hat schon mal wer dieses Bart Backup probiert?? Und wo liegt der Unterschied zwischen Switchrom und Bart??
Schmalzstulle ist gerade online   Mit Zitat antworten
Alt 15.11.2009, 11:15   #5 (permalink)
Android-Hilfe.de Mitglied

Modell: Samsung Galaxy S2 / Motorola Milestone / Archos 10.1

Registriert seit: 05.03.2009
Beiträge: 75
Abgegebene Danke: 48
Erhielt 19 Danke für 13 Beiträge
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Es gibt bereits die v1.3.1!

Updated to v1.3.1 :
  • Fixed keyboard shortcuts
  • Added keyboard navigation, use the volume keys (vol-up + vol-down) to navigate and the HOME key to select items.
__________________
Gruß Marcus
Device: Samsung Galaxy S2 / Lite'ning Rom v1.5
D
evice: Motorola Milestone / Cyanogenmod 7
Moskito ist offline   Mit Zitat antworten
Alt 15.11.2009, 14:47   #6 (permalink)
Android-Hilfe.de Mitglied
 
Benutzerbild von mandyhenrik

Modell: HTC Desire Z

Registriert seit: 19.10.2009
Beiträge: 62
Abgegebene Danke: 12
Erhielt 4 Danke für 4 Beiträge
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Hab jetzt auch die V.1.3.1. Läuft gut!
Danke!

mfG Henrik
mandyhenrik ist offline   Mit Zitat antworten
Alt 15.11.2009, 14:59   #7 (permalink)
Fortgeschrittenes Mitglied

Registriert seit: 30.07.2009
Beiträge: 445
Abgegebene Danke: 62
Erhielt 46 Danke für 19 Beiträge
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Kann die einer mal hochladen?
Der xda rapidsharelink bringt bei mir nen Fehler!

Mfg Yunky
Yunky ist offline   Mit Zitat antworten
Alt 15.11.2009, 15:06   #8 (permalink)
Android-Hilfe.de Mitglied
 
Benutzerbild von mandyhenrik

Modell: HTC Desire Z

Registriert seit: 19.10.2009
Beiträge: 62
Abgegebene Danke: 12
Erhielt 4 Danke für 4 Beiträge
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Direkter Download-Link:

http://www.androidspin.com/downloads...eam-v1.3.1.img

mfG Henrik
mandyhenrik ist offline   Mit Zitat antworten
Alt 15.11.2009, 15:07   #9 (permalink)
Android-Hilfe.de Mitglied

Modell: Samsung Galaxy S2 / Motorola Milestone / Archos 10.1

Registriert seit: 05.03.2009
Beiträge: 75
Abgegebene Danke: 48
Erhielt 19 Danke für 13 Beiträge
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Download

ALWAYS check the md5sum to make sure the zip isn't corrupted.

Latest :

Versuchs mal mit dem Mirror!
__________________
Gruß Marcus
Device: Samsung Galaxy S2 / Lite'ning Rom v1.5
D
evice: Motorola Milestone / Cyanogenmod 7
Moskito ist offline   Mit Zitat antworten
Alt 15.11.2009, 15:08   #10 (permalink)
Android Guru
 
Benutzerbild von Schmalzstulle

Registriert seit: 08.11.2009
Beiträge: 1.533
Abgegebene Danke: 169
Erhielt 239 Danke für 167 Beiträge
Standard AW: New [Recovery] [14-Nov-2009] RA-dream-v1.3.0

Recovery-RA-dream-v1.3.1.img
MD5Sum: ecc684c0fa4ec68284367b2c989830d4

Edit: 3mal brauchen wir nicht. Mod bitte löschen!!
Schmalzstulle ist gerade online   Mit Zitat antworten
Antwort

Stichworte
-

Themen-Optionen
Ansicht


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
HTC Magic: Bisherige Updates mjrgens HTC Magic Forum 344 20.05.2012 19:53
New[Recovery] [08-Dec-2009] RA-hero-v1.5.1 Kino Joe Root / Hacking / Modding für T-Mobile G2 Touch 7 07.02.2010 23:01
[Recovery] [32A & 32B] [15-Nov-2009] RA-magic-v1.3.1 brotbuexe Root / Hacking / Modding für HTC Magic 4 19.12.2009 16:01
[Recovery] [11-Oct-2009] RA-dream-v1.2.3 Kino Joe Root / Hacking / Modding für T-Mobile G1 35 27.10.2009 00:06
G1 rooten mit [Recovery] RA-dream-v1.2.2 Kino Joe Root / Hacking / Modding für T-Mobile G1 58 22.10.2009 21:14




Du liest gerade: "New [Recovery] [14-Nov-2009] RA-dream-v1.5.2" unter "Root / Hacking / Modding für T-Mobile G1" auf Android-Hilfe.de.


Powered by vBulletin®
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
© Android-Hilfe.de 2012 - All rights reserved.