JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.28k stars 63 forks source link

[Bug] Cydia Repository Installation & Backup/Restore #45

Closed JagandeepBrar closed 4 years ago

JagandeepBrar commented 4 years ago

When using the Cydia Repository to install the application, attempting to backup the configuration to the filesystem doesn't show the backup JSONs in the Files application.

Assumptions

The application is being installed into /Applications as a system-level application, not as an App Store-level application.

Workaround

Using an application like Filza, you can browse to: /var/mobile/Containers/Data/Application/{LunaSea UUID}/Documents to see the backed up configurations. Copy the configurations you want to backup, and go to /var/mobile/Library/Mobile Documents/com~apple~CloudDocs.

The above folder is your iCloud Drive folder, so you can create a subfolder "LunaSea" for example and paste your configurations into that folder. They will then show up in Files -> iCloud Drive -> LunaSea -> {Your Configurations}.

Fixes

I do not have a lot of experience with modern-day jailbreaking, so if anyone can help me out and point me in the right direction to installing the application as a Cydia distribution but structured as a conventional App Store application, that would be awesome.

JagandeepBrar commented 4 years ago

Going to close this since the Cydia repository is no longer needed.