lift ios ver restriction; keyring fixes

This commit is contained in:
vyvir
2025-09-10 22:40:59 +03:00
parent b826703e7c
commit db35ea03dd
2 changed files with 55 additions and 45 deletions
+2 -18
View File
@@ -1,7 +1,7 @@
# althea
<img src="https://github.com/vyvir/althea/blob/main/resources/screenshot.png" alt="althea screenshot">
althea is a GUI for AltServer-Linux that allows to easily sideload apps onto an iPhone, an iPad, or an iPod Touch. It supports iOS 15 and later. althea supports x86_64, aarch64, and armv7.
althea is a GUI for AltServer-Linux that allows to easily sideload apps onto an iPhone, an iPad, or an iPod Touch. It supports x86_64, aarch64, and armv7.
This app is in a very early state, so if you're experiencing issues or want to help, you can create a [pull request](https://github.com/vyvir/althea/pulls), [report an issue](https://github.com/vyvir/althea/issues), or join [the Discord server](https://discord.gg/DZwRbyXq5Z).
@@ -55,7 +55,7 @@ That's it! Have fun with althea!
## FAQ
### <b>Fedora 41 shows the following error:</b>
<b>Fedora 41 shows the following error:</b>
`ERROR: Device returned unhandled error code -5`
@@ -63,22 +63,6 @@ You can downgrade crypto policies to the previous Fedora version:
`sudo update-crypto-policies --set FEDORA40`
### <b>Error No such object path '/modules/kwalletd'</b>
You can run the following commands:
```
python3 -m venv venv
source ./venv/bin/activate
pip install pygobject requests keyring
```
And then run althea:
```
python3 main.py
```
## Credits
althea made by [vyvir](https://github.com/vyvir)