[RECOVERY] RMD Recovery (basierend auf AmonRa's 2.2.1 vom Nexus)

Schnello

Schnello

Enthusiast
667
Es gibt nun ein neues Recovery.

RMD Recovery (basierend auf AmonRa´s 2.2.1 vom Nexus)
[RECOVERY]RMD Recovery v1.0.3.4 | EXT2/3/4+BTRFS | UP TO 3-ext | USB BRICK FIX
Schon jemand Erfahrungen damit gemacht?


http://forum.xda-developers.com/showthread.php?t=1137763&page=1 schrieb:
Hi, this is recovery menu compiled from modifyed by my AmonRA v2.2.1 source.

So differences:

  1. Usb brick fix from menu - you must have S-OFF
  2. Flash images(hboot, recovery, radio and etc) from sd-card - you must have S-OFF
  3. Themes support
  4. Ability to control recovery by volume buttons+power button or by track-pad
  5. Fixed OTA Support some SD-cards(Package not found error)
  6. Show's ROM that you use
  7. Show's Ext partition file system
  8. Full support of btrfs
  9. You can convert your fs to btrfs from menu
  10. All fs conversions without data loss
  11. Allow you to flash old zips
  12. Adds ROM name to backup name in nandroid backup
  13. Toggle signature verification as checkbox
  14. Customizable backup as checkboxes
  15. Extended reboot menu
  16. Fixed all wipes menus, and partition mounts
  17. Compiled by my kernel with btrfs support, and without unneeded modules and drivers

Menu contents:
Reboot Phone now
USB-MS toggle

Backup/Restore
  • Backup system
  • Restore system
  • Remove backup
  • Backup Google proprietary files
  • Restore Google proprietary files

Flash zip from file
  • Choose zip from sdcard
  • [ ]Signature verification
Flash image from file
  • Flash recovery image
  • Flash boot image
  • Flash data image
  • Flash system image
  • Flash radio image
  • Flash hboot image
Wipe
  • Wipe ALL data/factory reset
  • Wipe /data
  • Wipe /cache
  • Wipe /sdcard/.android_secure
  • Wipe /sd-ext
  • Wipe Dalvik-cache
  • Wipe battery stats
  • Wipe rotate settings
Partition sdcard
  • Partition sd card
  • Repair SD-EXT
  • Convert SD-EXT to ext2
  • Convert SD-EXT to ext3
  • Convert SD-EXT to ext4
  • Convert SD-EXT to btrfs
Mounts
  • (Un)Mount /system
  • (Un)Mount /cache
  • (Un)Mount /data
  • (Un)Mount /sd-ext
  • (Un)Mount /sdcard
Other
  • Fix apk uid mismatches
  • Move recovery.log to SD
  • Fix USB brick
Power menu
  • Reboot Phone
  • Reboot Recovery
  • Reboot into bootloader
  • Power Off
Planed in 1.0.3
  • Ext alignment
  • Free space on partitions
  • Flash splash1 image
  • Fix ext4 detection

Change log
v1.0.3.4
  • Fix uid mismatches now supports data2ext and other modifications
  • Backup and restore now shows what action now perfomed
  • Some bugfixes
  • Added item to remove backups - now you can delete unneeded backups from menu
v1.0.3
  • RC3: Extended theming support(Look at the end of this post)
  • RC2: Flash radio and hboot image
  • RC2: Removed ability to flash splash1 image(not working) - will be fixed, i hope
  • RC2: Background than you flash images
  • RC2: Backgrounds for backup, restore and partition actions
  • RC2: Blinking icon then you perfoming backup,restore or patritioning
  • RC2: USB Brick fix must work for all S-OFF devices.
  • RC2: Changed some internal icons
  • RC1: USB Brick fix from menu!
  • RC1: Flash images - You can flash image of recovery, boot, splash1, data or system from menu
  • RC1: Now shows that rom version is unknown after system wipe
  • RC1: Not allow to create btrfs partitions less then 256 Mb
  • RC1: Fixed some bugs
  • RC1: Background for USB storage mode
v1.0.2
  • in RC4 Some optimizations
  • in RC4 Fixed Reflex-S ROM bug on backup
  • in RC4 Removed status of battery, only level showed(status is showing by led=))
  • in RC3 Fixed MIUI rom support
  • in RC3 Added support for charge battery in recovery
  • in RC3 Leds indication of charge(as on Android(amber then charging and green then charged))
  • in RC3 Added show system info menu item
  • Fixed backup bug
  • Fixed ext4 convert bug
  • Added system wipe
  • Multi-ext configuration support(up to 3 ext)
    • Wipe
    • Wipe all function wipes all
    • Mount/Umount
    • Restore/Backup
    • Create/Delete
  • "Smart menus"
    • Shows only that ext partitions that you have in wipe/backup/restore
    • If you have more than one ext, shows "select ext menu" in conversion
    • If you don't have ext at all, hides all menus for work with ext
  • Not need to select device-id before restore
  • Custom restore(showed only items from backup)
  • Improved performance
  • New partitioning menu(partition sdcard->partition sd card)
  • Theming support
    • Apply themes as flashable zips, or via adb
    • Rom makers can include recovery theme, or branding logo in rom
v1.0.1
  • Fixed "jump up" then you use checkboxes
  • Added support for rom that use ro.build.display.id
  • Fixed some typos
  • Removed Logo from background by default

Downloads
V1.0.3.4(md5 included):recovery.zip
If you have v1.0.3RC1 or later and your device have S-OFF, you can try update recovery directly from recovery:
1.Boot into recovery
2.Unzip recovery.img and put it on sdcard
3.Choose Flash image from file->Flash recovery image-><recovery.img>
4.Reboot recovery

Themes examples
For install on sd-card:RMD_theme_sdcard.zip
For install on system:RMD_theme_system.zip


V1.0.2 - RC4 BUILD
Standart version 1.0.1

Creating themes for RMD Recovery
Themes can be loaded from system partition or sdcard
Theme located on sdcard have higher priority
1. Theme loads from /system/RMD or from /sdcard/RMD directory
2. Backgrounds that you can put in theme folder:
icon_recovery.png - main background
icon_backup_off.png - first background then you perfoming backup action
icon_backup_on.png - second background then you perfoming backup action
icon_part_off.png - first background then you perfoming partitioning action
icon_part_on.png - second background then you perfoming partitioning action
icon_installing.png - background then you installing images or zips
icon_firmware_error.png - background on errors
icon_usb.png - background for usb-storage mode

3. For change recovery colors:
Create file theme.ini with this content
Code:
MENU_TEXT_COLOR_R=61 MENU_TEXT_COLOR_G=233 MENU_TEXT_COLOR_B=255 SELECTED_TEXT_COLOR_R=0 SELECTED_TEXT_COLOR_G=0 SELECTED_TEXT_COLOR_B=0 MENU_SELECTOR_COLOR_R=61 MENU_SELECTOR_COLOR_G=233 MENU_SELECTOR_COLOR_B=255 MENU_TEXT_COLOR_TOP_R=0 MENU_TEXT_COLOR_TOP_G=255 MENU_TEXT_COLOR_TOP_B=0 NORMAL_TEXT_COLOR_R=193 NORMAL_TEXT_COLOR_G=193 NORMAL_TEXT_COLOR_B=193
Change colors values(in RGB)
Save this file and put in /system/RMD or /sdcard/RMD
 

Anhänge

  • RMDRecovery.jpg
    RMDRecovery.jpg
    15,1 KB · Aufrufe: 892
Zuletzt bearbeitet:
hmm noch nichts von gehört aber so ließt sich das update erst mal sehr schön..
werde es vielleicht bald mal drauf ziehen
 
Schnello schrieb:
Schon jemand Erfahrungen damit gemacht?
Ja, bei mir tritt der im developers-Thread häufig genannte Fehler auf, dass der Backup-Ordner nicht erstellt werden kann. Und der Zugriff über ADB hat auch nicht mehr funktioniert ("adb devices" lieferte immer "HT... offline").
 
Welche Release hast Du geflasht?
Hab die 1.02 drauf und kann bisher nicht klagen. Jedoch ist es noch zu früh um etwas zu sagen wie gut oder schlecht diese Release ist.

Der Dev schreibt zu dieser Version selbst:
WARNING! It's not 100% stable!!!!

Auf Nachfrage gabs diese Antwort:No. I don't have problems, but i can do a mistake in code, now it's only test build

Ist also nicht bekannt das es Probleme gibt, jedoch nur ein Beta Release.
 
Zuletzt bearbeitet:
Ich habe die 1.0.2RC1 geflasht und später dann auch noch die Version, die im Beitrag 135 gepostet wurde. Bei beiden trat der Backup-Fehler auf und ADB funzte nicht.
 
Mit der 1.0.2 RC4 geht bei mir jetzt auch ADB und das Backup. :thumbsup:
 
RC1 1.03 wurde released.

RC1: USB Brick fix from menu!
RC1: Flash images - You can flash image of recovery, boot, splash1, data or system from menu
RC1: Now shows that rom version is unknown after system wipe
RC1: Not allow to create btrfs partitions less then 256 Mb
RC1: Fixed some bugs
RC1: Background for USB storage mode
 
Hab den 1. Post aktualisiert.
 
  • Danke
Reaktionen: Schnello
und jetzt gibt es die 1.0.3 RC2:
RC2: Flash radio and hboot image
RC2: Removed ability to flash splash1 image(not working) - will be fixed, i hope
RC2: Background than you flash images
RC2: Backgrounds for backup, restore and partition actions
RC2: Blinking icon then you perfoming backup, restore or partitioning
RC2: USB Brick fix must work for all S-OFF devices.
RC2: Changed some internal icons

EDIT: das Flashen des recovery.img (von RC1 auf RC2) mit dem RMDRecovery klappt echt gut :thumbup:
 
Zuletzt bearbeitet:
Die Features des Recoverys hören sich echt gut an, sehr nützlich ist die Funktion zum Debricken eines Usb Bricks :)
Werde es mal drauf hauen wenn ich Zeit haben !
 
Mittlerweile gibt es schon wieder zwei neue Versionen:
v1.0.3.4
Fix uid mismatches now supports data2ext and other modifications
Backup and restore now shows what action now perfomed
Some bugfixes
Added item to remove backups - now you can delete unneeded backups from menu

v1.0.3
RC3: Extended theming support(Look at the end of this post)
 
  • Danke
Reaktionen: Schnello
MihailPro schrieb:
There is a test version 1.0.3.5
It was uploaded to one of the greatest russian forum 4PDA.ru:)

Changelog:

- Improved theme support - you can choose your status bar.
- Move recovery.log is in the end of the list.
- Added filter to handle special characters in the name of the backup-folder
- Support for fullscreen images.
All credits goes to m0narx:)

neue Test version
xda-developers - View Single Post - [RECOVERY]RMD Recovery v1.0.3.4 | EXT2/3/4+BTRFS | UP TO 3-ext | USB BRICK FIX
es geht weiter :-D
finde das recovery besser als 4EXT..
 
Moin
hab momentan AmoRA 2.0.1 auf meinem HTC installiert, wenn ich jetzt die RMD Version von hier installieren möchte, kann ich einfach die *.zip (RMD) ganz normal flashen wie sonst eine Rom und starte das Handy neu und hab dann dieses neue Recovery installiert oder wie muss ich hier vorgehen?
 
m0nn3 schrieb:
ich mach es immer mit QtADB..
http://qtadb.com/qtadb/QtADB_0.8.1_windows.zip
einfach entpacken und starten..
dann dein handy in Fastboot starten und im Programm flash recovery und die img auswählen..


Bin zu dumm ..
hab das Programm auf meinen PC installiert und ausgeführt (als Admin (Win7)) danach starte ich mein Handy im Fastboot aber mir wird es nicht als Laufwerk angezeigt.

Danach wollte ich es mit unrevoked machen, soweit so gut hab Zugriff aber es kommt irgend eine Fehlermeldung (Fehlermeldung sagt aus das ich Android 2.3.7 installiert habe und ich müsst s-off machen ...) darauf habe ich aber keine Lust.
Hat sonst noch jemand eine Idee wie ich das neue Recovery RMD installieren kann bzw. was ich evtl. mit QtADB falsch mache?
 
Zuletzt bearbeitet:
hier noch mal eine kleine anleitung wie ich es immer mache :)

1. QtADB entpacken..
2. QtADB.exe starten
3. Desire ausschalten
4. Desire starten und dabei VOLUME - Taste drücken und warten bis das Boot menu kommt
5. Desire mit USB Kabel und Rechner verbinden
6. im Bootmenü auf Fastboot gehen (mit lautstärke tasten) und mit der Power Taste Fastboot auswählen.. dann sollte dort FASTBOOT USB rot unterlegt da stehen
7. in QtADB auf aktualisieren klicken und links Fastboot auswählen
8. auf Recovery flashen klicken und die RMD-recovery_1.0.3.5.img Datei auswählen
https://dl.dropbox.com/s/2dh59ue42pvgj31/RMD-recovery_1.0.3.5.img
9. öffnen klicken und kurz warten
10. auf OK klicken wenn das Erfolgreich Fenster erscheint..
11. Power taste drücken und dann Recovery auswählen und ins Recovery starten..
und dann solltest du RMD 1.0.3.5 drauf haben :-D
 
  • Danke
Reaktionen: huawei76
Danke für deine sehr ausführliche Ausführung :thumbsup:


Edit: alles so gemacht ... aber ab Punkt 7 komme ich nicht weiter, Windows gibt kurz einen Ton von sich aber das Laufwerk (Fastboot) wird nicht angezeigt.
Hab das MildWild 2.7 installiert (Android 2.3.7)
 
Zuletzt bearbeitet:
Also bei Unrevoked kommt die Fehlermeldung "Error:failed to get root. Is your Firmware too new" und bei QtADB wird mir Fastboot nicht angezeigt
Gibt es sonst noch eine Möglichket das Recovery ohne s-off das Recovery zu Flashen?
(Hab hier schon einige Themen durchsucht und einige Themen gefunden mit den gleichen Problemen jedoch ohne eine Lösung)

Edit: Hab es jetzt mal mit SDK probiert (fastboot flash recovery recovery.img) ... soweit so gut leider ist die Datei nicht signiert (FAILED (remote: signature checking ...)) Hat jemand ein signiertes Recovery RMD v. 1.0.3.5?
 
Zuletzt bearbeitet:
achso du hast kein s-off..
dann musst du mit unrevoked oder revolutionary ein neues recovery drauf ziehen
die Fragen ja nach ob man CWM oder ein anderes recovery installieren will..
und da kann man dann die img von RMD auswählen..
viel Spaß :)
Anleitungen gibt es dazu ja genügend..
 
So hab es heute Morgen nochmals probiert ...
Hab jetzt S-off mit revoltionary gemacht und danach mit ADB das RMD Recovery eingespielt, war nach ca. 15 Minuten alles erledigt.
 

Ähnliche Themen

Claus3006
  • Claus3006
Antworten
4
Aufrufe
1.805
Claus3006
Claus3006
2WF
Antworten
154
Aufrufe
32.697
tommyhenkel
tommyhenkel
AlexDE
Antworten
6
Aufrufe
9.253
MvSt
M
Zurück
Oben Unten