We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2015-06-28 17:45:42 +0300

[BUG?] Start custom .service automatically start aliendalvik.service (1.1.6.27). Why?

Can someone know what the reason for this ? Thanks.

[BUG?] Start custom .service automatically start aliendalvik.service (1.1.6.27). Why?

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.

[BUG?] Start custom .service automatically start aliendalvik.service (1.1.6.27). Why?

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.

[BUG?] Start custom .service automatically start aliendalvik.service (1.1.6.27). Why?

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.

[BUG?] Start custom .service automatically start aliendalvik.service (1.1.6.27). Why?

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 ?