{% extends 'layout.html' %} {% block content %}
Please install the "MagiskFrida" and "Move Certificates" modules using the Magisk manager and reboot the device.
{% endif %} {% else %} {% if not device.frida_installed %}Frida is not yet installed
{% elif device.frida_installed != local_frida_version %}Frida ({{ device.frida_installed }}) is installed but does not match the local version {{ local_frida_version }}
{% elif not device.frida_running %}Frida ({{ device.frida_installed }}) is installed but not running
{% else %}Frida {{ local_frida_version }} is installed and running
{% include 'dynamic/frida.html' %} {% endif %} {% endif %}