HMI popups: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 11: | Line 11: | ||
600008 ← SDS | 600008 ← SDS | ||
600009 ← Driving School Popup | 600009 ← Driving School Popup | ||
1700000 ← SWDL | |||
1700000 ← UpdateInterrupted | |||
1700002 ← UpdateFailure | |||
1700003 ← UpdateSuccessful | |||
1700009 ← CompatibilityCheckFailure | |||
1700010 ← custDownloadInfoPopup | |||
1700017 ← SummaryChanged | |||
1700069 ← custDownloadLeaveProgress | |||
// one of those is partial popup on the right, most likely | // one of those is partial popup on the right, most likely | ||
Latest revision as of 22:18, 24 March 2026
200009 ← source selection 300000 ← entertainment drawer 300164 ← updateSuppServiceHFP 600003 ← UGDO learn 600004 ← UGDO Sync 600005 ← Charisma / Drive select 600006 ← SDS 600007 ← joker key popup 600008 ← SDS 600009 ← Driving School Popup
1700000 ← SWDL 1700000 ← UpdateInterrupted 1700002 ← UpdateFailure 1700003 ← UpdateSuccessful 1700009 ← CompatibilityCheckFailure 1700010 ← custDownloadInfoPopup 1700017 ← SummaryChanged 1700069 ← custDownloadLeaveProgress
// one of those is partial popup on the right, most likely 2100008 ← OPS popup 2100400 ← OPS standalone popup
public static final int POPUP_TEMPSYSTEMTELMAXWARNING_ID = 600000; public static final int POPUP_TEMPSHOWROOMVISIBLE_ID = 600001; public static final int POPUP_TEMPSYSTEMTHEFTPROTECTIONVISIBLE_ID = 600002;
// all phone related
private void removeAllPopups() {
this.removePopup(300170);
this.removePopup(300171);
this.removePopup(300172);
this.removePopup(300173);
this.removePopup(300174);
this.removePopup(300175);
this.removePopup(300169);
this.removePopup(300168);
this.removePopup(300167);
this.removePopup(300176);
this.removePopup(300166);
this.removePopup(300185);
this.removePopup(300186);
this.removePopup(300183);
this.removePopup(300184);
this.removePopup(300181);
this.removePopup(300182);
}