commit | 884bb2bc2458ed6eb1bacad4ef8f451238f01a42 | [log] [tgz] |
---|---|---|
author | nkk71 <nkk71x@gmail.com> | Sun Sep 03 22:23:19 2017 +0300 |
committer | Dees Troy <dees_troy@teamw.in> | Fri Nov 17 18:11:59 2017 +0100 |
tree | d68dae56516b0e41d038555cb01e85a465babb50 | |
parent | 477da64554849e8a3b549212cab49e62a49aaf33 [diff] |
Fix 'No OS' on System_Image restore after wipe * When you format the system partition, it will remain in a mounted state. * Subsequently restoring a system_image (even though successfully) the Update_System_Details() function will not correctly update the system partition details. * Reproducible by: 1- Advanced wipe: System 2- Restore: System_Image 3- Reboot -> No OS prompt * eg: [ ~ # twrp get tw_min_system tw_min_system = 50 ~ # twrp get tw_backup_system_size tw_backup_system_size = 8 ~ # mount -o ro /system ~ # du -sh /system 3.5G /system ] Change-Id: I99f75274816788dd38eccdd387f7ac691e1f3fab
Team Win Recovery Project (TWRP)
You can find a compiling guide here.