diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-20 19:03:17 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-20 19:03:17 +0200 |
commit | 6dbdf013628321f9996efe4a90eaa03b8a8875a4 (patch) | |
tree | 0d48ee911685c9170ee7750b5cc21e117918a5d5 /source/notes/2017-01-16-adb.md | |
parent | e11b17c3265cca97b244fa368391cdfe8dd182f0 (diff) | |
download | my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.tar.xz my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.zip |
Fork of wiki.neodarz.net
Diffstat (limited to 'source/notes/2017-01-16-adb.md')
-rw-r--r-- | source/notes/2017-01-16-adb.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/notes/2017-01-16-adb.md b/source/notes/2017-01-16-adb.md new file mode 100644 index 00000000..ee072bec --- /dev/null +++ b/source/notes/2017-01-16-adb.md @@ -0,0 +1,15 @@ +--- +title: "adb" +date: 2017-01-16T09:14:00 +date_display: Jan 16, 2017 +--- + +Changement de clavier via adb via la commande ''ime'' + +```sh +ime list // list les clavier installé +ime enable <mID> // active le clavier +ime set <mID> // utilisation de ce clavier +``` + +Pour changer de DNS : [https://github.com/ukanth/afwall/wiki/DNS#changing-default-dns](https://github.com/ukanth/afwall/wiki/DNS#changing-default-dns) |