View Single Post
Posts: 3 | Thanked: 0 times | Joined on Nov 2020
#1167
Originally Posted by edp17 View Post
I have managed to fix AD!

Note: The root cause: the default user nemo has changed to defaultuser.
Therefore this change is only needed on new installs.
If you OTA to release 3.4.0.24 (not available yet) you probably won't need to do this, as the nemo will be kept as default user.

So, to make it work, you need to edit two files:
  • /opt/alien/system/script/alien_start_guard.sh
    change:
    Code:
    SYSTEM_USER_NAME=nemo
    to:
    Code:
    SYSTEM_USER_NAME=defaultuser
  • /opt/alien/system/script/platform_envsetup.sh
    everywhere in this file change: nemo
    to: defaultuser
After these changes AD should start as normal.
Excuse my ignorance but what is AD? Is it Alien Dalvik or something else?