Skip to content

Fix termux-open APK install + fix song creation#5

Merged
RebelliousSmile merged 4 commits intomainfrom
claude/fix-termux-open-apk-dq3Pp
Apr 4, 2026
Merged

Fix termux-open APK install + fix song creation#5
RebelliousSmile merged 4 commits intomainfrom
claude/fix-termux-open-apk-dq3Pp

Conversation

@RebelliousSmile
Copy link
Copy Markdown
Owner

Summary

  • Fix release workflow: APK rename avec mv pour que l'asset ait le bon nom
  • Update release notes avec instructions Termux (Google Play bloque l'install d'APK)
  • Fix song creation: suppression du paramètre autoTranslate envoyé au backend qui causait l'erreur "Failed to create song"

Test plan

  • Vérifier que le prochain release upload un APK nommé LyRemember-vX.X.X.apk
  • Vérifier que la création de chanson fonctionne dans l'app

claude added 4 commits April 4, 2026 17:03
termux-open cannot open APK files from Termux private storage ($HOME).
This adds a helper script that copies the APK to shared storage
(~/storage/downloads/) and opens it with the correct MIME type.

https://claude.ai/code/session_01MVSSgHm7dLgWxWCxg5rm93
- Use mv instead of cp to ensure the renamed APK is uploaded
- Remove separate install script, put instructions directly in release notes
- Fix output variable name for consistency

https://claude.ai/code/session_01MVSSgHm7dLgWxWCxg5rm93
termux-open cannot install APKs from Google Play Termux due to
blocked permission. Updated instructions to use file manager instead.

https://claude.ai/code/session_01MVSSgHm7dLgWxWCxg5rm93
The frontend was sending autoTranslate to cmd_create_song but the
Tauri command doesn't accept this parameter, causing deserialization
to fail with "Failed to create song".

https://claude.ai/code/session_01MVSSgHm7dLgWxWCxg5rm93
@RebelliousSmile RebelliousSmile merged commit ae08755 into main Apr 4, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants