Hey there,
does anybody know how to extend the complete shutdown time of the unit. When ACC is truned off, the backlight goes off and then it takes exactly 1min so that the unit shutdowns. Is there a way to change that 1 min to 10min for example? I checked logcat and it seems that SNT-SYSTEM.APK has somthing to do with it, probably with some cusp .so library.
I remember that the chinese changed the shutdown behaviour from c20140413 (no delay at all) to c20140419(1min delay). May be decompiling .apk or .so files to see the difference would help.
Here is a log what happens when ACC is turned off:
06-11 13:46:25.031 D/SNTRON_SKY_MCU( 87): sky_mcu_power_report ---- [powerMsg->state=0]
06-11 13:46:25.031 D/SNTRON_SKY_MCU( 87): sky_mcu_power_report ---- [ACC OFF]
06-11 13:46:25.031 D/SNTRON_SKY_MCU( 87): sky_mcu_power_report ---- [POWER OFF]
06-11 13:46:25.035 D/SNTRON_DISPLAY( 87): sntron_display_backlight_set ---- [xxxxxx call by sky_mcu_power_event, info->display.info.backlight=0]
06-11 13:46:25.039 D/SNTRON_DISPLAY( 87): sntron_display_backlight_set ---- [echo 0 > /proc/qdroid/backlight_en]
1min passes..and then:
06-11 13:47:25.523 D/SNTRON_SYSTEM( 87): sntron_netlink_power_control ---- [ACC OFF] <<<<<<<<<<<<<<<<<this seems to be the shutdown command.
I thought to add some capacitor on acc line, but I think then the backlight won't get off when turning off ACC, am I right?