d407974
Stamm-User
- 431
du musst die.tar nehmen nicht die .zip
http://goo.im/devs/philz_touch/CWM_Advanced_Edition/jflte/philz_touch_6.27.2-jflte.tar.md5
http://goo.im/devs/philz_touch/CWM_Advanced_Edition/jflte/philz_touch_6.27.2-jflte.tar.md5
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
- fix potential bug when verifying root and recovery state on exit
- merge "Fix verify_root_and_recovery menu selections":
- hide the Go Back button from confirm menu
- merge "Prohibit mounting/formatting swap partitions in recovery"
- add minitar binary to /sbin instead of busybox tar
- minitar: enable more options, enable long options, fix selinux backup/restore, enhance GNU tar compatibility
- revert RECOVERY_NEED_SELINUX_FIX patch
- enable seamless backup/restore selinux context using minitar binary
- TWRP mode: support backup/restore of selinux context
- libtouch_gui 1.19
This version is a huge change at the backup/restore level
I added native selinux context nandroid backup/restore inside tar
This will also bring solid TWRP backup/restore compatibility with selinux context
6.29.7 (27.04.2014)
- minitar: add options help and change log
- minitar: build as a static library to spare 150 kb (only 16kb size increase)
- merge "Recovery: swap XY on swipe controls"
- shell pipe: set exit code to error if any pipe element fails
* this was causing backup state to be reported good while tar command failed
DownloadThis is in my opinion an important bug fix to nandroid backup reliability
It is affecting all CWM recoveries since first versions
Basically, if the tar operation fails, the backup could be still reported to be done correctly.
Example: corrupted partition backed up. Backup process shows good, but we end up with a truncated small backup we cannot restore later
Changelog
- fix restore of /data on some roms:
revert to busybox tar for now and external selinux backup as previously
DownloadSorry, seems something wrong with new libtar affecting many ROMs
I am digging into it