Last active
          August 6, 2023 17:16 
        
      - 
      
 - 
        
Save Aymkdn/1ffc1e746d1d431d78c917d01b4057c2 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
Aymkdn revised this gist
Aug 6, 2023 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ Ces explications font suite à cet article d'Univers Freebox : https://www.unive 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"   - 
        
Aymkdn created this gist
Jul 19, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ 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à](https://www.frandroid.com/comment-faire/tutoriaux/308152_tuto-interagir-android-tv-a-distance-grace-a-adb) 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"