HMI popups: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
600008 ← SDS | 600008 ← SDS | ||
600009 ← Driving School Popup | 600009 ← Driving School Popup | ||
1700000 ← SWDL | |||
// one of those is partial popup on the right, most likely | // one of those is partial popup on the right, most likely | ||
Revision as of 00:09, 20 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
// 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);
}