mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
feat: Update mountddi, replace the pairing commands, switch to localdevvpn
* Update mountddi.py * Update pairing command description and embed content * Update crash.py * Update afc.py * Update VPN app reference in error message * Update footer text in embed message * feat: update mount ddi to be downloaded on the fly also fix some small errors and update errorcodes.json --------- Co-authored-by: neoarz <email@neoarz.dev>
This commit is contained in:
@@ -12,12 +12,12 @@ def crash_command():
|
||||
description=(
|
||||
"# SideStore Crashing After Refresh\n\n---\n\n"
|
||||
+ "First, to try and save your data:\n"
|
||||
+ "1. DON'T DELETE SIDESTORE, reinstall with AltServer's `Sideload .ipa`.\n"
|
||||
+ "1. DON'T DELETE SIDESTORE, reinstall using iloader's Install `SideStore (Stable)` button.\n"
|
||||
+ "If that doesn't work:\n"
|
||||
+ "1. Delete your current SideStore. Reinstall with AltServer.\n"
|
||||
+ "1. Delete your current SideStore. Reinstall with iloader.\n"
|
||||
+ "2. Import your pairing file and sign into SideStore.\n"
|
||||
+ "3. Download the SideStore .ipa file, and save it to your Files app.\n"
|
||||
+ '4. Import the "Sidestore.ipa" file into SideStore, just like how you import any other IPA.\n\n'
|
||||
+ '4. Import the "SideStore.ipa" file into SideStore, just like how you import any other IPA.\n\n'
|
||||
+ "This process ensures SideStore is refreshed without issues."
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user