Index: apps/main.c =================================================================== --- apps/main.c (revision 20562) +++ apps/main.c (working copy) @@ -422,7 +422,7 @@ gui_syncstatusbar_init(&statusbars); #if CONFIG_CHARGING && (CONFIG_CPU == SH7034) - if (coldstart && charger_inserted() + if (coldstart && (power_input_status() & POWER_INPUT_MAIN_CHARGER) && !global_settings.car_adapter_mode #ifdef ATA_POWER_PLAYERSTYLE && !ide_powered() /* relies on probing result from bootloader */