Devenet Devenet

Liens en vrac

Quelques 337 marque-pages glanés pendant ma navigation sur le Web.

6 résultats pour #android×

RSS ATOM

Playing APK Golf

https://fractalwrench.co.uk/posts/playing-apk-golf-how-low-can-an-android-app-go/

Comment passer de 1,5 Mo à 1757 o pour un APK d’une même application Android…

Android utilise 2 IP selon si les requêtes sortent du téléphone ou du partage de connexion

http://liens.howtommy.net/?NJKP8w

Depuis Android 4.4, et pour servir les intérêts des opérateurs, Android ne fait pas passer le trafic interne et en partage par la même interface réseau : deux adresses IP distinctes côté opérateur sont attribuées, et ainsi votre opérateur peut savoir exactement comment est utilisé sa connexion.

Pour désactiver ce comportement :
https://danielpocock.com/android-betrays-tethering-data
https://pmf.silvrback.com/fixing-tethering-on-android-kitkat



This can be fixed permanently using the following procedure (UPDATE: no root required):
1. Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
2. Enable USB debugging under Settings -> Developer options
3. Connect the device with a USB cable to a computer with the Android SDK platform tools installed
4. Start an adb shell: adb shell
5. In the adb shell, run this command: settings put global tether_dun_required 0

Downgrade from Android Wear 2.0 to Wear 1.5

https://forum.xda-developers.com/showpost.php?p=71823043

Comment revenir à la version d’Android Wear 1.5 sur une LG G Watch R, après avoir fait la mise Android Wear 2.0 et ne pas avoir du tout aimé le nouveau système de notifications, ainsi que les raccourcis nouveaux et supprimés…

Pour supprimer la notification de mise à jour : https://forum.xda-developers.com/showpost.php?p=71964952&postcount=22
Google a rusé, il faut aussi modifier ce paramètre : https://forum.xda-developers.com/showpost.php?p=73366699&postcount=49