Nufan
Ikone
- 14.781
Offizielles TWRP für s5 mini, Link zu TeamWin/ TWRPMe , S5 Mini
Dank an Ayke (Aykevl),hennymcc, RVR,bigbiff!
Link zum Originalthread, XDA: [RECOVERY][OFFICIAL] TWRP 3.1.1 for Exynos
Downloadlink: Download TWRP for kminilte
In ewiger Bearbeitung
Update:
Hinweise:
Die Abfrage ob TWRP rooten soll verneinen!
Die Installation der TWRP-App ist nicht notwendig
Dank an Ayke (Aykevl),hennymcc, RVR,bigbiff!
Link zum Originalthread, XDA: [RECOVERY][OFFICIAL] TWRP 3.1.1 for Exynos
Downloadlink: Download TWRP for kminilte
Funktionen
Funktioniert:
Nicht funktioniert, bei Bedarf im Originalthread anfragen
Ungetested
Funktioniert:
- backup/restore
- installing zips
- ADB
- MTP
- Screen turns off
- Basically the rest of this list
Nicht funktioniert, bei Bedarf im Originalthread anfragen
- Encrypted backup (set password for /data/data)
- USB-OTG
- Adoptable storage (working on it!)
Ungetested
- Decrypt /data (reported to work but untested by me)
- Backup/restore of stock system / data.
Installationsanleitung
Warnung:nur für G800F/M/Y, nicht für G800H! Getestet auf G800F, funktioniert wahrscheinlich auch auf G800M/Y. G800H wird nicht funktionieren, basiert auf einem anderen SoC (Qualcomm).
Installationsanleitung Odin
Bitte auch dies beachten.
Download Image von twrp.me. Über bestehendes Recovery flashen
Installationsmethoden: Samsung Galaxy S5 Mini Exynos
oder siehe hier LineageOS ROM installation instructions.
Download/Odin mode (power+lauter+menü): img.tar-Datei in AP bzw PDA in Odin einfügen, Start.
Im bestehenden Recovery ab installierter Version 2.8.4: "installieren" wählen, unten rechts auf "Image installieren" gehen, Pfad zum Download und auswählen, Start
If you're using the stock ROM, use:
When you come from the stock ROM you have to make sure the stock ROM doesn't overwrite TWRP: Pull the battery, wait 5 seconds, insert it again, and press home + volume up + power to enter TWRP and replace the stock ROM from there.
If you already have TWRP or LineageOS, it's much easier to install from there, see twrp.me.
Another method is using ADB (from your computer). I used it a lot during testing:
Warnung:nur für G800F/M/Y, nicht für G800H! Getestet auf G800F, funktioniert wahrscheinlich auch auf G800M/Y. G800H wird nicht funktionieren, basiert auf einem anderen SoC (Qualcomm).
Installationsanleitung Odin
- Herunterladen der .tar Datei
- Entwickleroptionen freischalten (7xBuildnummer drücken), USB Debugging zulassen
- S5 mini ausschalten und in den Downloadmodus booten (leiser+Power+Menü)
- Odin starten, Haken bei AutoReboot entfernen
- Telefon mit dem Rechner verbinden
- DL-Mode auf S5 mini bestätigen
- Download in PDA/ AP einfügen
- Start drücken
- nach erfolgreichem Abschluß Gerät abziehen
- Akku kurz entfernen und wieder einsetzen
- direkter Boot ins Recovery (lauter+Power+Menü)
Bitte auch dies beachten.
Download Image von twrp.me. Über bestehendes Recovery flashen
Installationsmethoden: Samsung Galaxy S5 Mini Exynos
oder siehe hier LineageOS ROM installation instructions.
Download/Odin mode (power+lauter+menü): img.tar-Datei in AP bzw PDA in Odin einfügen, Start.
Im bestehenden Recovery ab installierter Version 2.8.4: "installieren" wählen, unten rechts auf "Image installieren" gehen, Pfad zum Download und auswählen, Start
Code:
heimdall flash --RECOVERY recovery.img
Code:
heimdall flash --RECOVERY recovery.img --no-reboot
If you already have TWRP or LineageOS, it's much easier to install from there, see twrp.me.
Another method is using ADB (from your computer). I used it a lot during testing:
Code:
adb root
adb push twrp-3.1.1-0-kminilte.img /dev/block/mmcblk0p10
Changelog TWRP Version
Fixed for this release (some fixed included in other recent builds):
3.2.2-0:
* adb backup fixes
* OTA style update zips will now install automatically without prompting for decrypt
* minor tweaks to handling date/time on Qualcomm devices
* updates to some language translations
3.2.3-0:
* Fix automatic installing of OTA zips on encrypted devices
* Remove SuperSU from TWRP
* Support both md5 and md5sum file extensions when doing MD5 checking for zip files
3.3.0-0:
* Merge AOSP 9.0 r3 (Dees_Troy)
* Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)
* Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)
* vold decrypt updates (CaptainThrowback and nijel8)
* Support vibration on LED class devices (notsyncing)
* Metadata decrypt support for Pixel 3 (Dees_Troy)
* Support rotating the display via build flag (vladimiroltean)
* Reboot to EDL mode button (mauronofrio)
* Support MTP on FFS devices (bigbiff)
* Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)
* Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)
* Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)
* TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)
* Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)
* Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)
3.3.1-0:
* Fix selinux issues during formatting - dianlujitao
* Various fixes for toybox and toolbox builds - CaptainThrowback and bigbiff
* Flash both A and B partitions when installing a recovery ramdisk - Dees_Troy
* Add option to uninstall TWRP app from /system - Dees_Troy
* Create digest for subpartitions - bigbiff
Fixed for this release (some fixed included in other recent builds):
- ADB
- MTP at the same time as ADB
- Screen turns fully off
- fix for restoring backups made using adb backup --twrp
3.2.2-0:
* adb backup fixes
* OTA style update zips will now install automatically without prompting for decrypt
* minor tweaks to handling date/time on Qualcomm devices
* updates to some language translations
3.2.3-0:
* Fix automatic installing of OTA zips on encrypted devices
* Remove SuperSU from TWRP
* Support both md5 and md5sum file extensions when doing MD5 checking for zip files
3.3.0-0:
* Merge AOSP 9.0 r3 (Dees_Troy)
* Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)
* Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)
* vold decrypt updates (CaptainThrowback and nijel8)
* Support vibration on LED class devices (notsyncing)
* Metadata decrypt support for Pixel 3 (Dees_Troy)
* Support rotating the display via build flag (vladimiroltean)
* Reboot to EDL mode button (mauronofrio)
* Support MTP on FFS devices (bigbiff)
* Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)
* Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)
* Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)
* TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)
* Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)
* Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)
3.3.1-0:
* Fix selinux issues during formatting - dianlujitao
* Various fixes for toybox and toolbox builds - CaptainThrowback and bigbiff
* Flash both A and B partitions when installing a recovery ramdisk - Dees_Troy
* Add option to uninstall TWRP app from /system - Dees_Troy
* Create digest for subpartitions - bigbiff
Source code
This recovery is built using a LineageOS tree. Instructions are similar to the instructions for building LineageOS for the S5 mini. Differences are: you don't need to patch the source (skip that step) and the last step is mka recoveryimage instead of mka bacon - this only builds the recovery resulting in much faster builds. Also see the official build instructions.
- Kernel: https://github.com/TeamWin/android_k...e/tree/cm-14.1
- Device: https://github.com/TeamWin/android_d...e/tree/cm-14.1
This recovery is built using a LineageOS tree. Instructions are similar to the instructions for building LineageOS for the S5 mini. Differences are: you don't need to patch the source (skip that step) and the last step is mka recoveryimage instead of mka bacon - this only builds the recovery resulting in much faster builds. Also see the official build instructions.
Thanks
Other people who have worked on this project:
Other people who have worked on this project:
- Team Win, of course, for the recovery itself! In particular bigbiff which has worked with me to make this device official.
- hennymcc
- RVR
XDAevDB Information
Team Win Recovery Project, ROM for the Samsung Galaxy S5 Mini
Contributors
ayke, hennymcc, RVR
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: 3.1.1
Stable Release Date: 2017-06-20
Created 2017-06-24
Last Updated 2017-06-25
Team Win Recovery Project, ROM for the Samsung Galaxy S5 Mini
Contributors
ayke, hennymcc, RVR
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Version Information
Status: Stable
Current Stable Version: 3.1.1
Stable Release Date: 2017-06-20
Created 2017-06-24
Last Updated 2017-06-25
In ewiger Bearbeitung
Update:
- support adoptable storage
- support kminiltexx, kminiltedv, kminilteub so basebands can be flashed
- fix wiping /data while the device is encrypted
Hinweise:
Die Abfrage ob TWRP rooten soll verneinen!
Die Installation der TWRP-App ist nicht notwendig
Zuletzt bearbeitet:
Bearbeitet von:
Nufan
- Grund: Hinweise hinzugefügt. Nufan