add basic tendies documentation

This commit is contained in:
leminlimez 2025-03-22 15:30:19 -04:00
parent 6fc398b418
commit 8f289827cb
2 changed files with 15 additions and 0 deletions

View File

@ -60,6 +60,9 @@ Note: I am not responsible if your device bootloops. Please back up your data be
- PassBook
- Spotlight
- Voice Control
- PosterBoard: Animated wallpapers and descriptors.
- Community wallpapers can be found [here](https://cowabun.ga/wallpapers)
- See documentation on the structure of tendies files in `documentation.md`
- Risky (Hidden) Options:
- Disable thermalmonitord
- OTA Killer

12
documentation.md Normal file
View File

@ -0,0 +1,12 @@
# Documentation
## Tendies Files (PosterBoard wallpapers)
Tendies files store the file structure to be restored to PosterBoard.
There are 2 formats for these:
1. Container format: a containing folder has the name "container"
- This restores directly to the app container inside of /var/mobile/Containers/Applications/PosterBoard.app and will keep that file structure.
- Descriptor UUIDs and wallpaper IDs will not be randomized using this format.
2. Descriptor format: a containing folder has the name "descriptor" or "descriptors"
- This restores to descriptors inside the container. Currently, it restores to the 61 folder, but in future versions it may be handled by iOS version if needed in future versions. If the structure also changes, this may be automatically handled by Nugget in future versions.
- Descriptor UUIDs and wallpaper IDs will be randomized, preventing overlapping.
- It is recommended to use these if you are restoring descriptors to collections since this will be more future proof. Randomization of IDs is also safer.