Closed elsedar closed 3 years ago
Try the fix detailed in the documentation:
In tweak version 1.0.0, there is a major bug that occurs on new installs, resulting in "Xenon Daemon not running".
There are two ways to fix this:
- Create the /var/mobile/Library/me.aspenuwu.xenon folder in Filza
OR
- Run the following commands over SSH:
mkdir /var/mobile/Library/me.aspenuwu.xenon chown mobile /var/mobile/Library/me.aspenuwu.xenon
The chown is not needed if you are SSH'd in as the
mobile
user, but it IS needed if you areroot
.
This will be fixed as soon as my 1.0.1 build is approved and pushed.
duplicate of https://github.com/aspenluxxxy/xenon-docs/issues/2
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Setup (please complete the following information):
Additional context
Add any other context about the problem here.