From d544ae37c0413ca6e281771edb8a1f1244239e2e Mon Sep 17 00:00:00 2001 From: Kiwon Park Date: Thu, 13 Jun 2024 17:23:13 +0000 Subject: [PATCH] Revert "Enable bootstrap if warranty sku is set" This reverts commit 4586cec683186b2f1c946fe0f1160f280349b9f7. Reason for revert: Doesn't fix the issues in factory testing Change-Id: I9b884b869981fe37a4f2438616cd6a51c86f6358 --- conf/init.caiman.rc | 4 ---- conf/init.komodo.rc | 4 ---- conf/init.tokay.rc | 4 ---- 3 files changed, 12 deletions(-) diff --git a/conf/init.caiman.rc b/conf/init.caiman.rc index cc70e3ec..c63cfa7d 100644 --- a/conf/init.caiman.rc +++ b/conf/init.caiman.rc @@ -79,7 +79,3 @@ on property:sys.boot_completed=1 # it should be written by the system init. on property:ro.boot.hardware.sku=GWVK6 setprop audio.camerasound.force true - -# Enable bootstrap when warrarnty is set -on boot && property:ro.boot.warranty.sku=* - setprop setupwizard.feature.provisioning_profile_mode true \ No newline at end of file diff --git a/conf/init.komodo.rc b/conf/init.komodo.rc index ca74c2b8..51d7027f 100644 --- a/conf/init.komodo.rc +++ b/conf/init.komodo.rc @@ -83,7 +83,3 @@ on property:sys.boot_completed=1 # it should be written by the system init. on property:ro.boot.hardware.sku=GQ57S setprop audio.camerasound.force true - -# Enable bootstrap when warrarnty is set -on boot && property:ro.boot.warranty.sku=* - setprop setupwizard.feature.provisioning_profile_mode true diff --git a/conf/init.tokay.rc b/conf/init.tokay.rc index b1aeeb19..f0626726 100644 --- a/conf/init.tokay.rc +++ b/conf/init.tokay.rc @@ -81,7 +81,3 @@ on fs # it should be written by the system init. on property:ro.boot.hardware.sku=G1B60 setprop audio.camerasound.force true - -# Enable bootstrap when warrarnty is set -on boot && property:ro.boot.warranty.sku=* - setprop setupwizard.feature.provisioning_profile_mode true \ No newline at end of file