From 961d20e09c6cf067043c1d7a85f277e4fd4663fd Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 29 Jun 2015 14:00:03 -0500 Subject: Make system read only show no matter what on first TWRP boot Initial value for tw_mount_system_ro is now 2. If the value of tw_mount_system_ro is 2 during boot, then we will show the system read only prompt and ignore the value from the lifetime writes check. Note: Changed the value of FILE_VERSION which will trigger the data manager to throw out previous settings and start with default values so that existing TWRP users will get the prompt at least once. Change-Id: I447767b64617f855156a19a5dc15c4ece6dff7b8 --- gui/devices/landscape/res/landscape.xml | 2 +- gui/devices/portrait/res/portrait.xml | 2 +- gui/devices/watch/res/watch.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gui') diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml index b41669113..c75be3c6f 100644 --- a/gui/devices/landscape/res/landscape.xml +++ b/gui/devices/landscape/res/landscape.xml @@ -3664,7 +3664,7 @@ - TWRP has detected an unmodified system partition. + Keep System Read Only? diff --git a/gui/devices/portrait/res/portrait.xml b/gui/devices/portrait/res/portrait.xml index cf113efd7..969044c19 100644 --- a/gui/devices/portrait/res/portrait.xml +++ b/gui/devices/portrait/res/portrait.xml @@ -3675,7 +3675,7 @@ - TWRP has detected an unmodified system partition. + Keep System Read Only? diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 7fae5f3d7..28198fb2d 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -3664,7 +3664,7 @@ - TWRP has detected an unmodified system partition. + Keep System Read Only? -- cgit v1.2.3