Jump to content
Melde dich an, um diesem Inhalt zu folgen  
moischaun

[RECOVERY] TeamWin Recovery Project (TWRP)

Recommended Posts

moischaun

Originalthread

Download

MD5sum: f5821b6e419ad22b83a0a1bfedb18fc0

Installation:

  • Als Administrator am PC anmelden
  • Virenschutz deaktivieren
  • openrecovery-twrp-2.6.3.0-endeavoru.img runterladen und in Fastboot-Ordner am PC kopieren
  • MD5sum kontrollieren
  • 1X in den Bootloader starten
  • Per Fastboot-USB mit PC verbinden
  • cmd am PC starten, in Fastboot-Ordner wechseln
  • Befehl
    fastboot flash recovery openrecovery-twrp-2.6.3.0-endeavoru.img
    eingeben
  • Befehl
    fastboot erase cache
    eingeben
  • Reboot Recovery bzw. Reboot
Wenn man das OTA-Update auf die Version 3.18.xxx.x durchgeführt hat, benötigt man eine angepasste TWRP-Version, damit der Tochscreen weiterhin im Recovery funktioniert. Diese Version bitte nur dann flashen, wenn Probleme mit dem Tochscreeen im Recovery bestehen: openrecovery-twrp-2.4.0.0-endeavoru-JB.img MD5sum: 616be939c05fa0fc6617be7f11987576 CHANGELOG:

What's new in 2.6.3.0:


Proper backup and restore of SELinux contexts (thanks to Tassadar)

Pull in some ROM information for backup name generation

Merge all recent patches from AOSP bringing TWRP up to date with Android 4.3

Add 1200x1920 theme (thanks to Tassadar)

A few other fixes and tweaks

What's new in 2.6.1.0:


Initial SELinux support (only a few devices, need testers so come by IRC if your device doesn't have it and needs it)

Initial support for f2fs file system formatting (Moto X)

Update SuperSU install for 4.3 ROMs

Fixed a permissions bug on files created during backup

Fixed a bug that caused TWRP to not wait for compressed backups to finish causing 0 byte files and md5sums to not match

Fixed decryption of encrypted data so that both TouchWiz and AOSP decryption are possible

Ignore lost+found folder during backup and size calculations

Various other minor bug fixes and tweaks

What's new in 2.6.0.0:


Special Note: If you are running a custom theme, some of the changes in 2.6.0.0 will likely not be visible with your custom theme.


Can encrypt a backup to prevent theft of private data from your backup files

Updated graphics / icon courtesy of shift

Updated exFAT to latest commits

Fixed a problem with Samsung TouchWiz decryption

Update SuperSU binary

Fixed saving of backup partitions list

Fixed saving of last used zip install folder

Fixed backup of datadata on devices that use a separate partition for datadata

Fixed some issues with the advanced wipe list (android_secure, can now wipe internal storage on data/media deivces and wipe data on the advanced list no longer formats the entire data partition)

Fixed some problems with partitioning a SD card

Various other bug fixes and tweaks

CHANGELOG for 2.5.0.0:

Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.5.0.0 as your custom theme will likely not be compatible with the new changes!


-Added scrollable partition lists for mount, backup, restore, wipe, and storage selection

-Add new SliderValue GUI element for selecting brightness and screen timeout (thanks to Tassadar)

-Re-work AOSP and TWRP code to improve license compatibility between GPL and Apache

-Added official theme for 1080x1920 portrait devices (HTC One m7, HTC DNA, HTC Butterfly, Oppo Find 5, Sony Xperia Z, etc)

-Fixed a problem with directory permissions on split archive backups (backups usually restored with no app data)

-Fixed a problem with md5 verification of backups

-Added a search function to libtar (thanks to kokotas)

-Improve handling of XML errors (fix permissions)

-Fixed handling of subpartitions

-Improvements to recovery.fstab flags

-Fixed a problem with decryption not being able to locate the decryption key in some situations


CHANGELOG for 2.4.4.0:

-Added another libtar hardlink workaround to fix restore of some backups (usually related to Ubuntu Touch)

-More fixes for the file selector

-Switched from using busybox md5sum to a direct C function call

-Fixed capturing the exit status of tar based backups/restore - TWRP will display that there was an error if there was one again

-Update exFAT to latest commits

-Added a build flag to disable using the ioctl for screen blanking


CHANGELOG for 2.4.3.0:

-Fixed 2 bugs related to restore, one dealing with mknod failures (by bigbiff) and one dealing with restoring hardlinks (by Dees_Troy)

NOTE: If your backups weren't restoring correctly in earlier 2.4.x versions they should restore correctly now. Hopefully you didn't delete those backups. If you're still having problems, run the restore, go to advanced and copy log, then give us the log. Complaints without logs will be rightfully ignored.

-Added a scroll bar to file selectors and listboxes courtesy of Tassadar

-Added libblkid for more accurate detection of file systems and can now detect exFAT properly thanks to bigbiff

-Added a screen dim effect 2 seconds before screen off on some devices

-Finally fixed file selector crash (one of the joys of working with multi-threaded software)

-Fixed loading of screen timeout setting during startup

-Improvements and bugfixes to screen timeout code

-Fixed persistence of the 24 hour / military time setting


[size="2"]CHANGELOG for 2.4.2.0:[/size]

-Add screen timeout - screen will turn off automatically after 60 seconds, saves battery and prevents screen burn-in especially on AMOLED devices

-Add a brightness setting (requires device specific setup and only some devices have been added)

-Add a root checker and offer to install SuperSU if the device isn't already rooted

-Add a write buffer to libtar backups, significant improvements to speeds when backing up to exFAT target, minor improvements for other file systems

-Check and offer to fix root permissions if broken

-Add an option for a 24 hour clock display instead of AM/PM (aka military time)

-Move stock recovery reflash check to occur during the reboot cycle

-Add support for some MTK6xxx devices

-Change libtar to vfork to help prevent memory problems

-Add a "clicked" effect to most buttons, file selector, and listbox

-Improve timezone listbox to be more like file selector (per pixel kinetic scrolling, etc)

-Remove some no longer used settings (Forced MD5 sum on zips, size checking on image backups)

-Other minor bugfixes and improvements


[size="2"]CHANGELOG for 2.4.1.0:[/size]

-Fixed a problem with mkdosfs that formatted sdcards to 2GB

-Fixed handoff between vfat and exFAT on devices where blkid didn't detect vfat (fixes some issues with mounting sdcards)

-Fixed problems with changing working directory on MD5 creation/checking that may have prevented unmounting

-Backups will now store a copy of the backup log after the backup is completed (only if backup is successful)


[Size="2"]CHANGELOG for 2.4.0.0:[/size]


-Using libtar instead of busybox's tar for better control over tar file creation and breaking the 2GB barrier that busybox imposes (thanks to bigbiff)

-Support for exFAT formatted sdcards (also thanks to bigbiff)

-Support for decrypting Samsung TouchWiz encrypted devices including internal and external storage (special thanks to a3955269 for figuring it out)

-Improvements to OpenRecoveryScript including displaying a proper GUI while the script is running

-Added wipe cache and dalvik after ADB Sideload

-Replaced many system calls with their native C counterparts

-Fixed bugs in file manager where it would display an empty list after moving or deleting a folder

-Fixed AOSP recovery commands to run after decryption on encrypted devices

-Improvements for building TWRP in CM10.1

-Other minor bugfixes and improvements

NOTE: 2.4.0.0 is, as always, still compatible with your older backups!


[SIZE="2"]CHANGELOG for 2.3.3.0:[/SIZE]

-Fix renaming backups with a space in the name

-Add decrypt button to mount page if you cancel decryption during startup

-Added ignore blkid flag

-Fixed handling of MTD partitions during mount

-Fixed some keyboard mapping issues on 800x1280 layout


[SIZE="2"]CHANGELOG for 2.3.2.0:[/SIZE]

-Fixes / enhancements to handle the multiple user setup introduced by Android 4.2 (see notes)

-Fixed a bug with deleting a backup with a space in the name

-Added highlights on keyboard key presses


[SIZE="2"]CHANGELOG for 2.3.1.0:[/SIZE]


-Unmount system after boot to prevent some status 7 symlink failed errors on zip install

-USB Mass Storage code improvements

-Better handling of mounting storage during boot for some devices

-Fixed a problem with sizes of images (boot & recovery) after resetting defaults

-Fixed size errors during backup for some devices on recovery, etc.

-Fixed a problem with restoring backups when multiple archives were present


[SIZE="2"]CHANGELOG for 2.3.0.0:[/SIZE]


-Rebased onto AOSP Jelly Bean source code

-Rewrote backup, restore, wipe, and mount code in C++ classes for easier maintenance going forward

NOTE: backups from prior versions of TWRP are still compatible with 2.3

-ADB sideload functionality from AOSP is included in 2.3, see this link for more info

-Re-wrote fix permissions entirely in C++ and runs in a few seconds instead of a few minutes (thanks to bigbiff)

-Improvements to zip finding in OpenRecoveryScript (should be a lot fewer GooManager automation issues)

-Faster boot times

-Added charging indicator while in recovery (only updates once every 60 seconds)


While this update may not bring a host of new must-have features, this update is a significant re-write of much of the core TWRP code. AOSP Jelly Bean recovery source moved to mostly C++ code and now all of the "TWRP" code is fully rewritten into C++ as well. Now that we've laid this groundwork, we're in a much better position to pull in future AOSP recovery updates as well as implementing more great new features.


Since TWRP 2.3 is based on AOSP jelly bean sources, TWRP now uses recovery API 3 instead of 2. Some zips may no longer work if the developer is using an out-of-date update-binary. This API change should not be a problem on newer devices, but older devices will probably encounter several zips that need to be updated. If needed, you can try using this update-binary that was compiled with current sources. It goes in your zip file in the META-INF/com/google/android folder.


[CENTER]-----[/CENTER]



CHANGELOG (for 2.2.2.0 compared to 2.2.0.0):

Mostly bugfixes:

Significantly improved sd-ext handling (ext partitions on sdcards)

Changes to kinetic scrolling in file selectors

Fixed a problem with using periods in backup names

Fixed problems in XML layouts with mounting system and USB storage

Fixed a problem with unmounting a partition before formatting during restore

Add Jelly Bean decrypt support

Updated 320x480 theme to match others (thanks to Llewelyn)

Improve "symlinking" of /data/media to either /sdcard or /emmc

Added sanitizing of device IDs for invalid characters (thanks to bigbiff)

Fixed free space calculation when switching backup devices on /data/media devices

Fixed a problem with using OpenRecoveryScript to create a backup without providing a backup name


CHANGELOG (for 2.2.0):

- 2.2.0.1 -- Fixed USB storage mode on endeavoru

- On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor

- Name new backups and rename existing backups

- Rename files and folders in the file manager

- Pseudo-terminal emulator

- Support decrypting an encrypted data partition on Galaxy Nexus (enter password using keyboard)

- Backup archive splitting -- allows backup and restore of data partitions larger than 2GB

- Simplified XML layout support between resolutions

- Added dual storage selection radio buttons to zip install, backup, and restore pages

- Improved zip install compatibility

- Updated update-binary source code

- Numerous small bug fixes and improvements

Die App zu TWRP:

https://play.google.com/store/apps/details?id=com.s0up.goomanager

LG, Helmut

Edit:

Wichtig!!!

Bestehende CWM-Backups müssen von SD/clockworkmod/backups nach SD/TWRP/BACKUPS/HT23MW114678/ verschoben/kopiert werden damit sie gefunden werden!

Bin mir nicht sicher, ob der Ordner "HT23MW114678" von Anfang an da war, oder erst, nachdem ich mit diesem Recovery ein Backup gemacht habe, angelegt wurde.

Ich denke, dass der Ordner "HT23MW114678" bei jedem anders heisst, da das offenbar meine Geräte-Seriennummer ist.

TWRP-Seite: https://www.teamw.in/project/twrp2

Download verschiedener TWRP-Versionen, für das OneX: https://techerrata.com/browse/twrp2/endeavoru

bearbeitet von hellmichel
Update 2.6.3.0
  • Like 4

Diesen Beitrag teilen


Link zum Beitrag
johnsk

Lässte es drauf?

Bin auch am überlegen...

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Wird wohl drauf bleiben, weil bisher alles funktioniert und ich den Dateimanager, die Reboot-Optionen und die Partitionsweisen Backup/Restore-Möglichkeiten bei CWM vermisse.

Habe diese Funktionen beim Sensation mit 4ext schätzen gelernt und schon immer gewartet, dass ich die auch auf dem One X habe.

Kleiner Hinweis noch zur Akkuanzeige:

Auch wenn er voll ist, zeigt es anfangs irgendwas um die 60-70% an, nach ca. einer Minute passt´s dann.

LG, Helmut

Edit:

In den Settings muss man noch die Time-Zone einstellen, geht allerdings nur mit "GMT 0" und x bei "Do you use dalight savings time".

Zeigt dann eine Stunde "zurück" an, eben für jetzt: 15:42

Diesen Beitrag teilen


Link zum Beitrag
johnsk

Na ich werde mir das dann mal ansehen.

Zu deinem Kurz-Tut hier:

Da solltest du evtl. noch clear cache mit dazu packen, da das ja nach jedem FASTBOOT-Flash Sinn ergibt.

  • Like 1

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Danke für den Hinweis, habe es ergänzt, auch wenn ich´s nicht gemacht habe :icon_chee

Ab einem gewissen Alter wird man halt faul :redface:

LG, Helmut

Diesen Beitrag teilen


Link zum Beitrag
johnsk

SO hab es jetzt auch drauf, interessant was passiert, wenn man aus Gewohnheit...

fastboot flash boot...

...eingibt :D

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Dann sollte man wohl die boot.img wieder flashen, und das recovery mit dem richtigen Befehl fastboot flash recovery ... flashen :haha:

LG, Helmut

Diesen Beitrag teilen


Link zum Beitrag
moischaun

SO hab es jetzt auch drauf, interessant was passiert, wenn man aus Gewohnheit...

...eingibt :D

Kann es sein, dass es ähnliche Probleme wie hier gibt?

Er lässt mich über fastboot keine neuen recovery oder boot.img mehr flashen, bzw. behauptet er habe geflashed aber es ist nichts passiert.

Beim Rebooten lande ich immer wieder in CWM 5.8.3.1

Nur so ein Gedanke, vlt. hat der User ja auch versehentlich einen falschen fastboot flash gemacht...

LG, Helmut

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Ja, bei Dir, aber ist das Ergebnis ein ähnliches wie bei obigem Problem?

Dann hätten wir da einen Lösungsansatz :icon_wink

LG, Helmut

Diesen Beitrag teilen


Link zum Beitrag
hitzi666

So habe es auch mal drauf.

Was x man an beim Backup

System und Data ist mir klar, aber boot, recovery,... und so, nicht.

LG

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Ganz nach Bedarf, ich klicke eigentlich immer alles beim Backup an, weil was ich habe, habe ich.

Wichtig sind natürlich System und Data, wie Du schon schreibst.

Boot, Recovery: Dann hast du´s eben schnell auffindbar auch noch mal auf SD und weisst sicher, welche boot zum Backup passt.

Cache, .android_secure sind mE eher vernachlässigbar, da die eh beim Booten wieder angelegt werden.

LG, Helmut

  • Like 1

Diesen Beitrag teilen


Link zum Beitrag
hitzi666

:dankescho

So hab ich es mir eh gedacht.

Aber sicher ist sicher.

LG

Diesen Beitrag teilen


Link zum Beitrag
johnsk

Er lässt mich über fastboot keine neuen recovery oder boot.img mehr flashen, bzw. behauptet er habe geflashed aber es ist nichts passiert.

Beim Rebooten lande ich immer wieder in CWM 5.8.3.1

Hier hat einer entweder den selben Fehler gemacht wie ich, also mit dem FASTBOOT flashboot Befehl ein Recoveryimage geflasht oder er hat ganz einfach die falsche boot.img geflasht oder eben vergessen erase cache zu machen.

Außerdem sollte man mal versuchen, zw dem flash und dem löschen des caches, den Bootloader neuzustarten.

So habe ich dieses Problem bereits einmal gelößt gehabt.

Man darf nicht vergessen, das sämtliche Tools für das One X alle noch beta Wahre sind und somit noch Kinderkrankheiten mit sich bringen.

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Danke, johnsk, habe den User mal darauf aufmerksam gemacht.

LG, Helmut

Diesen Beitrag teilen


Link zum Beitrag
manne48

ja,habs drauf!!Grafisch siehts gut aus,aber muss mann sich einarbeiten;was z.b wird konkret für ein rombackup benoetigt,vor und zueück,unten links und unten rechts,welche funktionen sind das?gibts ne anleitung?eventuell in deutsch?

Hab jetzt einen neuen ordner;

TWRP/BACKUPS/HT24JW105569

kann ich da die alten cwm-backups reintun und die dann auch mit TWRP restoren??will nur wissen obs auch wirklich so funktioniert,hats schon jemand gemacht??

lg+DANKE!!

__________________

Nokia5800,HTC-TD,HTC-TD2,HTC Touch HD,HTC Desire,HTC One X.

Diesen Beitrag teilen


Link zum Beitrag
johnsk

Also ja, ich denke das sollte gehen.

Da CWM BackUp eigentlich nichts anderes macht, als die eine Rom.zip zu basteln.

Garantieren kann ich das jetzt aber nicht.

  • Like 1

Diesen Beitrag teilen


Link zum Beitrag
moischaun

Zu den drei Buttons unten im TWRP:

Links - Home

Rechts - zurück

Mitte - Log anzeigen

Zum Backup:

Ganz einfach die CWM-Backup-Ordner aus SD/clockworkmod/backup/ nach SD/TWRP/BACKUPS/Seriennummer/ kopieren, müssten einwandfrei funktionieren.

LG, Helmut

  • Like 1

Diesen Beitrag teilen


Link zum Beitrag
manne48

Also ja, ich denke das sollte gehen.

Da CWM BackUp eigentlich nichts anderes macht, als die eine Rom.zip zu basteln.

Garantieren kann ich das jetzt aber nicht.

Also,genaugenommen sinds 4 winrararchive+2datenträgerabbilder+die checksumdatei!!

lg

Manfred

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.