View Single Post
olf's Avatar
Posts: 304 | Thanked: 1,246 times | Joined on Aug 2015
#2372
Originally Posted by Ancelad View Post
I've removed the latest rpm-package - it may cause reboot-loop if device doesn't have installed aliendalvik.
Oh, this is sad, it is looking really good.
I was just considering how to test properly, if it vanishes when AlienDalvik has crashed.

Can't one do at test like this (shell code example, because that's what I know) "similarly" in a Patch?
rpm -q --quiet aliendalvik; if [ $? = 0 ]; then
echo "Aliendalvik is installed."; else echo "Aliendalvik not present."; fi

And simply always suppress the test for it, when not installed?
Well, I fear my thoughts are too simplistic.

If you are successfully implementing the "Android-runtime indicator", just forget about my "Edit 2", as the observation and suggestion made there turned out to be nonsense, when all indicators (including Presence and GPS) are active in the statusbar: Your placement is fine, moving the Android icon would not constitute an improvement.

Anclead, many thanks for your efforts, all your Patches are really great and useful!

Last edited by olf; 2017-11-21 at 17:33.
 

The Following 2 Users Say Thank You to olf For This Useful Post: