Skip to content

Instantly share code, notes, and snippets.

@Aymkdn
Last active August 6, 2023 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aymkdn/1ffc1e746d1d431d78c917d01b4057c2 to your computer and use it in GitHub Desktop.
Save Aymkdn/1ffc1e746d1d431d78c917d01b4057c2 to your computer and use it in GitHub Desktop.
Créer un raccourci pour Pop Files dans l'interface de la Freebox Pop

Ces explications font suite à cet article d'Univers Freebox : https://www.universfreebox.com/article/550311/free-ajoute-une-nouvelle-fonctionnalite-sur-le-player-pop-qui-vous-permet-de-tout-gerer-plus-facilement

  1. Tout installer pour avoir la commande adb de disponible comme expliqué là
  2. Une fois la connexion établie avec la Freebox grâce à la commande adb shell, il faut d'abord entrer le nom du raccourci : settings put global custom_shortcut_1_title "Pop Files"
  3. Ensuite on indique où ce raccourci va mener : settings put global custom_shortcut_1_uri 'android-app://info.kodono.pop_files#Intent;category=android.intent.action.VIEW;component=info.kodono.pop_files/.MainActivity;end'

Une fois fait, un appui long sur la touche "home" de la télécommande Freebox fera apparaitre un menu avec le raccourci "Pop Files"
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment