equal
deleted
inserted
replaced
150 } |
150 } |
151 |
151 |
152 errorCode = RProperty::Get(CSsmUiSpecific::StartupPSUid(), KPSStartupReason, startupReason); |
152 errorCode = RProperty::Get(CSsmUiSpecific::StartupPSUid(), KPSStartupReason, startupReason); |
153 DEBUGPRINT3A("Getting KPSStartupReason : %d completed with : %d", startupReason, errorCode); |
153 DEBUGPRINT3A("Getting KPSStartupReason : %d completed with : %d", startupReason, errorCode); |
154 |
154 |
155 if (CSsmUiSpecific::IsNormalBoot() || CSsmUiSpecific::IsSimChangedReset() || (EStartupDevLockNotSucess == val && EUnknownReset == startupReason)) |
155 if (CSsmUiSpecific::IsNormalBoot() || CSsmUiSpecific::IsSimChangedReset() || (EStartupDevLockNotSucess == val && EUnknownReset == startupReason) || (EFirmwareUpdate == startupReason)) |
156 { |
156 { |
157 iPhone.GetLockInfo( iStatus, RMobilePhone::ELockPhoneDevice, iLockInfoPckg ); |
157 iPhone.GetLockInfo( iStatus, RMobilePhone::ELockPhoneDevice, iLockInfoPckg ); |
158 SetActive(); |
158 SetActive(); |
159 } |
159 } |
160 else |
160 else |