From b60f4c0b7838709b8b63a29a322b4f18d7392444 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 16 Jun 2025 22:19:54 +0300 Subject: [PATCH] tegu: Update init script from BP2A Change-Id: Idf750523f1886dfb4faff9680083efc94a5b6c75 --- conf/init.tegu.rc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/conf/init.tegu.rc b/conf/init.tegu.rc index 8b35f0f..7fa2df7 100644 --- a/conf/init.tegu.rc +++ b/conf/init.tegu.rc @@ -74,3 +74,13 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet on property:ro.boot.hardware.sku=G3Y12 setprop audio.camerasound.force true +# eSIM +# Disable bootstrap when bootloader is unlocked in user build +on property:ro.build.type=user && property:ro.boot.flash.locked=0 + setprop setupwizard.feature.provisioning_profile_mode false +# Disable bootstrap for DVT devices shipping to non-US carriers +on property:ro.boot.warranty.sku=BOF + setprop setupwizard.feature.provisioning_profile_mode false +# Disable bootstrap for UGS devices +on property:ro.boot.warranty.sku=UGS + setprop setupwizard.feature.provisioning_profile_mode false