Commit Graph

3 Commits

Author SHA1 Message Date
Raphanus Lo 39be7dd32e Before this change, kickstart will possiblely be launched at two point:
1. Boot complete, and property service load persist properties from
       file, then start service "kickstart" when set property
       "persist.radio.kickstart" to "on".

    2. Later, the same in group "core", ks_checker first disables
       kickstart, checking the ralated files, and restart kickstart.

With above procedure, kicstart might be terminated during firmware
downloaded stage, and it will cause modem booting failed. In this
change, we don't launch kickstart just after booted and leave it to be
performed by ks_checker.

Change-Id: If4d0473da69c0d1cdd05f1b24a66c7caafb25c6e
Signed-off-by: Raphanus Lo <raphanus_lo@asus.com>
2013-03-31 20:54:53 -07:00
yi-hsin_hung f5f918e2cf Kickstart: launch kickstart by ks_checker
The service ks_checker will perform the following things now:
  1. Stop kickstart before checking environment.
  2. Change permission of EFS related partitions by resolving symbolic link in runtime.
  3. Launch kickstart if ro.boot.baseband is mdm.
  4. Initialize RmNet driver.
  5. Remove out-dated ueventd permission configurations.

Change-Id: Ib09d0df5e37b879c1fb4390b8e5b81f5afec0881
2013-03-19 16:23:57 -07:00
Iliyan Malchev 4ffa22bb4a device/asus/flo: initial commit
Change-Id: I5946aea9cce97624c4a2a56ce8da858851f509e8
Signed-off-by: Iliyan Malchev <malchev@google.com>
2013-03-04 15:38:53 -08:00