At frist please excuse for my poor english.
We know that E680/I have no auto power on function.
Although it support pwoeroff alarm,yet when the alarm on,the phone program in out running and power off after the alarm down.
So I think the boot program for power on(just as keyboard power on,charge power on,alarm power on) is written in the follow device mtd0.
We can mount the mtd0 and modify the program that making the auto power on function by the alarm.
# cat /proc/mtd
dev: size erasesize name
mtd0: 00020000 00008000 "Bootloader"
mtd1: 000e0000 00020000 "Kernel"
mtd2: 00580000 00020000 "VFM_Filesystem"
mtd3: 00020000 00020000 "Logo"
Have any interest to find a solution for auto power on.
Thanks.