How to disable the Android subsystem in FydeOS v23

:pushpin:Question Description

Have you searched the community for related issues?

  • No similar issues found.

Please describe the problem you’ve encountered in detail:

  • Description:
    i dont use android in fydeos, i would like to disable it.

:computer:System & Device Information

  • Hardware & System Configuration:

    • Processor:
    • Graphics Card(Please specify if there’s a discrete graphics card):
    • RAM:
    • FydeOS Version: v23 amd64-fydeos_slim
  • Relevant System Logs:

    • Open the Chromium browser and enter /var/log/messages to retrieve logs.
    • Log Details:

Note: If you’ve lost your FydeOS subscription, please refer to this FAQ for assistance.


never mind, i get it now.

sudo mount -o remount,rw /
sudo nano /etc/init/arc-manager.conf

start on starting ui

exec arc_manager

comment out or delete this two lines.

1 Like