Absolucy / xenon-ios

The public source and documentation for Xenon iOS tweak.
https://chariz.com/buy/xenon
7 stars 0 forks source link

Not working. Daemon problem. #4

Closed elsedar closed 3 years ago

elsedar commented 3 years ago

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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.

Absolucy commented 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 are root.

This will be fixed as soon as my 1.0.1 build is approved and pushed.

Absolucy commented 3 years ago

duplicate of https://github.com/aspenluxxxy/xenon-docs/issues/2