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

Samsung Galaxy Note II -TWRP TeamWin Recovery Project

Recommended Posts

andreas02

Neben den bisherigen Möglichkeiten CWM (Clockworkmod) zu erhalten, gibt es auch die Möglichkeit über das TWRP - TeamWin Recovery Project.

Introduction:

Team Win Recovery Project 2.4, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Key Features:

Touchscreen driven with real buttons and drag-to-scroll

XML-based GUI that allows full customization of the layout – true theming!

Settings are saved to the sdcard and persist through reboots

Ability to choose which partitions to back up and which to restore

Ability to choose to compress backups – now with pigz (multi-core processor support for faster compression times)

Onscreen keyboard

Decryption of /data

Easy selection of internal/external storage

See changelog below for 2.4 features

What's new in 2.4:

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

-Support for exFAT formatted sdcards

-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

-Other minor bugfixes and improvements

-cm10.1 build support

Known Issues:

CWM backups are not compatible - please make a fresh backup in TWRP as soon as you have flashed it

Changelogs:

2.6.3.1

Update t03g to 2.6.3.1 to support SELINUX kernel and setting contexts properly

Working on t0lte as well.

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

Change to GPL exfat kernel module to work around exfat-fuse bugs

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

2.6.0.1

Fix Data being listed twice in advanced wipe

2.6.0.0

Special Note: If you are running a custom theme, you will likely need to remove that theme before updating to 2.6.0.0 as your custom theme will likely not have some of the new changes visible (e.g. you won't be able to encrypt a backup)!

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

Notes about encrypted backups:

Why encrypt your backups? -- Most people store their backups on the device. Any app that has permission to access storage could potentially read your backup files and try to harvest your data. Encrypted backups also provide an added layer of security if you move your backups to other storage devices or to the cloud. The encryption that we're using is probably not strong enough for enterprise level security, but should be strong enough to make it significantly difficult to get to your data.

Encryption is using OpenAES which uses AES 128-bit cbc encryption. If you happen to use a longer password (over 16 characters) then the encryption strength improves to 192 or 256 bits. Do not forget your password. If you forget your password you will be unable to restore your backup. We don't encrypt the entire backup. Encryption is very CPU intensive and can be fairly slow even when we spread the workload over multiple cores even on the latest high-end devices. To ensure that encrypted backups don't take forever, we don't encrypt any other partitions besides /data and in /data we don't encrypt /data/app (or other app related directories where apks are stored) and we don't encrypt dalvik cache.

Downloads:

Alle Versionen N7100

Alle Versionen N7105

Installation:

1.Möglichkeit bei vorhandenem CWM:

Download der openrecovery-twrp-xxxxx-n7100-signed.zip und speichern auf eurem Note II.

Danach in den CWM Recovery booten (Volume up - Powerknopf - Homebutton gleichzeitig drücken).

Danach die openrecovery-twrp-xxxxx-n7100-signed.zip von eurem Note II installieren.

Rebooten

2. Möglichkeit per PCOdin

Download der openrecovery-xxxx-n7100.img.tar.md5 und speichern auf eurem PC.

Note in den Download-Mode versetzen

(Note II ausschalten und warten bis es tatsächlich aus ist

Die [Volume -] gedrückt halten, zusätzlich die [Home]taste und die [Power]taste drücken

Die darauf folgende Warnung mit VolumeUp bestätigen)

Wenn in Odin links oben (unter ID:COM) ein bäuliches Feld angezeigt wird, dann den [start]-Button drücken.

Die openrecovery-xxxx-n7100.img.tar.md5 wird installiert.

Note rebootet.

Hinweis:

Die o.g. Anleitungen ist mit dem GT-N7105 ebenso möglich. Lediglich die entsprechenden Dateien sind zu verwenden.

ACHTUNG: Diese Anleitung soll euch lediglich als Hilfestellung dienen. Jeder Systemeingriff am Gerät, wie zB durch Flashen oder Rooten birgt Gefahren in sich. Es wird in diesem Zusammenhang ausdrücklich darauf hingewiesen, dass weder handy-faq noch ich Verantwortung für Schäden, die durch Flashen nach dieser Anleitung entstanden sind, übernehmen. Jeder muss selber wissen was er tut und sich zutraut. Weiters wird darauf hingewiesen, dass durch Flashen oder Rooten Garantieansprüche gegenüber dem Hersteller oder Anbieter erlöschen oder sich auch ein Vertragsbruch mit dem Provider ergeben könnte. Daher werden Systemeingriffe immer in eurer Eigenverantwortung durchgeführt.

LG

Andreas

bearbeitet von andreas02
Update 2.6.3.1
  • Like 1

Diesen Beitrag teilen


Link zum Beitrag
andreas02

Update auf 2.3.3.0

Changelog:

Increased Brightness

Added better handling of wiping on /data/media devices with Android 4.2 to help prevent multiple upgrades of the file system for multiple users

NOTE: It is not recommended to jump back and forth between 4.1 and 4.2 ROMs. If you do, this may trigger additional upgrades and you will have to manually move your files back to the "single user" layout when going back to 4.1.

Fixed renaming of backups when a space is present

Added decrypt button to mount page if you cancel decryption during boot

Added ignore blkid flag support

Fixed handling of MTD partitions during mount

Fixed some keyboard mapping issues on 800x1280 layout

Post 1 ergänzt

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
Guest Don Hugo alt

Bei einer Rom aus dem S3 Bereich war es auch schon installiert. War total erschrocken als ich es gesehen hatte. Aber von der Funktion her, sehr gut. Werde ich wohl mal auch testen.

Diesen Beitrag teilen


Link zum Beitrag
andreas02

War total erschrocken als ich es gesehen hatte.

Wann und Warum erschrocken?!? It´s only another Way to Root (or Hell) :rockout::biggrin:

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
Guest Don Hugo alt

Erschrocken in dem Sinne, das ich überrascht war. Hatte es noch nie gesehe. Und wenn man dann in den Recovery will und das sieht, ist man überrascht. ;)

Diesen Beitrag teilen


Link zum Beitrag
andreas02

Achso....klar :alright:

Allein schon durch die graphische Aufbereitung des "CWM" :icon_wink

Mal was anderes :rockout:

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
Guest Don Hugo alt

Genau das finde ich auch. Schade nur das die CWM Backups nicht damit kompatibel sind. Aber mal was anderes, hast du die Donloadlinks nicht eingefügt?

Gesendet von meinem GT-N7100 mit Tapatalk 2

Diesen Beitrag teilen


Link zum Beitrag
andreas02

Aber mal was anderes, hast du die Donloadlinks nicht eingefügt?

Sind wie immer im ersten Post:

Downloads:

Alle Versionen

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
Guest Don Hugo alt

Also ich habe es jetzt schon eine Zeit drauf. Einfach nur genial....Leute, probiert es aus.

Diesen Beitrag teilen


Link zum Beitrag
resident981

Und WO muss ich die .zip in ODIN einfügen? Bei PDA?

Schon gut wenns mit ODIN geht aber wenn ich se falsch flashe hab ich auch nix davon.

Diesen Beitrag teilen


Link zum Beitrag
andreas02

1.Möglichkeit bei vorhandenem CWM:

Download der openrecovery-twrp-xxxxx-n7100-signed.zip und speichern auf eurem Note II.

Rest Post 1

2. Möglichkeit per PCOdin

Download der openrecovery-xxxx-n7100.img.tar.md5 und speichern auf eurem PC.

Rest Post 1.

In PCOdin geht keine .zip...daher ja die zwei verschiedenen Anleitungen und files :icon_chee

Achja...bei PDA einfügen...ich vergaß.

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
Gast

Finde ich ebenfalls genial gemacht :) nutze es auch und bin begeistert :)

From my Galaxy Note 2 via Tapatalk 2 with Love ;)

Diesen Beitrag teilen


Link zum Beitrag
andreas02

Wer Spaß und Lust am Experimentieren hat...

Die openrecovery-twrp-2.4.0.0alpha-n7100 ist als Donwload verfügbar.

Kein Changelog. :huh:

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
Guest herbertzzz

Für mich seit Wochen ein definitiv unverzichtbarer Service.

Gerade als >>>zip<<< geflasht, tut was es soll und auch ich kann keinen Changelog ausmachen.

Ach ja die Dateien im Explorer lassen sich nach Größe, Name und Datum ordnen - weiß nicht, ob das nicht schon vorher war

Diesen Beitrag teilen


Link zum Beitrag
andreas02

Ich auch nicht...habe es einfach geflasht und juuuut :biggrin:

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
andreas02

Heute erst geunkt und schon ist das Update offiziell

Changelog:

What's new in 2.4:

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

-Support for exFAT formatted sdcards

-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

-Other minor bugfixes and improvements

-cm10.1 build support

Post 1 ergänzt

LG

Andreas

Diesen Beitrag teilen


Link zum Beitrag
andreas02

Die letzte Version ist 4.0.

Dann darfst Du diese gerne zum Download anbieten. :wave:

Für mich ist die letzte Version (seit gestern) die 2.4.1 :icon_bigg

LG

Andreas

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.