Can someone know what the reason for this ? Thanks.
![]() | 2 | No.2 Revision |
Situation:
1. Aliendalvik is stopped for some time.
2. I start my app, for example "Car connection". It start my custom service with this content:
[Unit]
Description=Battery notifer daemon
After=ofono.service
[Service]
Type=simple
ExecStart=/usr/share/openrepos-batterynotifer/runcommandbat.sh
[Install]
WantedBy=multi-user.target
* "runcommandbat.sh" - it's a simple script that NOT include any command about dalvik.
3. And in this moment you will find that aliendalvik also restarted, you also will feel some lagging until dalvik start to run smoothly (~5sec).
I noticed about this behavior after last sys update 1.1.6.27
Why it start dalvik ? Can someone know what the reason for this ?
?
Thanks.
![]() | 3 | No.3 Revision |
Situation:
1. Aliendalvik is stopped for some time.
2. I start my app, for example "Car connection". It start my custom service with this content:
[Unit]
Description=Battery notifer daemon
After=ofono.service
[Service]
Type=simple
ExecStart=/usr/share/openrepos-batterynotifer/runcommandbat.sh
[Install]
WantedBy=multi-user.target
* "runcommandbat.sh" - it's a simple script that NOT include any command about dalvik.
3. And in this moment you will find that aliendalvik also restarted, you also will feel some lagging until dalvik start to run smoothly (~5sec).(~5-10sec).
I noticed about this behavior after last sys update 1.1.6.27
Why it start dalvik ? Can someone know what the reason for this ?
Thanks.
![]() | 4 | No.4 Revision |
Situation:
1. Aliendalvik is stopped for some time.
2. I start my app, for example "Car connection". "Battery notifier". It start my custom service with this content:
[Unit]
Description=Battery notifer notifier daemon
After=ofono.service
[Service]
Type=simple
ExecStart=/usr/share/openrepos-batterynotifer/runcommandbat.sh
[Install]
WantedBy=multi-user.target
* "runcommandbat.sh" - it's a simple script that NOT include any command about dalvik.
3. And in this moment you will find that aliendalvik also restarted, you also will feel some lagging until dalvik start to run smoothly (~5-10sec).
I noticed about this behavior after last sys update 1.1.6.27
Why it start dalvik ? Can someone know what the reason for this ?
Thanks.
![]() | 5 | No.5 Revision |
Situation:
1. Aliendalvik is stopped for some time.
2. I start my app, for example "Battery notifier". It start my custom service with this content:
[Unit]
Description=Battery notifier daemon
After=ofono.service
[Service]
Type=simple
ExecStart=/usr/share/openrepos-batterynotifer/runcommandbat.sh
[Install]
WantedBy=multi-user.target
* "runcommandbat.sh" - it's a simple script that NOT include any command about dalvik.
3. And in this moment you will find that aliendalvik also restarted, you also will feel some lagging until dalvik start to run smoothly (~5-10sec).
I noticed about this behavior after last sys update 1.1.6.27
Why it start dalvik ? Can someone know what the reason for this ?
Thanks.
EDIT (01.07.15): * Reason for dalvik restart is found. It enable/disable commnad. But WHY it cause to dalvik restart still is a question. Any idea ?