Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
becki:linux:cyanogenmod_on_galaxy_nexus [2014-04-23 08:32] becki |
becki:linux:cyanogenmod_on_galaxy_nexus [2016-01-12 12:25] (aktuell) becki |
||
|---|---|---|---|
| Zeile 35: | Zeile 35: | ||
| ===== adb == | ===== adb == | ||
| + | ==== Install == | ||
| - | * 1st enable USB-debugging on the device! | + | FIXME Linux 64 needs [[slack_multilib]]: http://stackoverflow.com/questions/2710499/android-sdk-on-a-64-bit-linux-machine |
| - | * http://wiki.cyanogenmod.org/w/Doc:_adb_intro | + | |
| - | * http://wiki.cyanogenmod.org/w/Adb_--help | + | - Enable USB-debugging on the device! |
| + | - Download: https://developer.android.com/sdk/ -> search for android-sdk for Linux | ||
| + | - Unpack in /usr/local | ||
| + | - Run android-sdk-linux/tools/android | ||
| + | - Deselect everyting | ||
| + | - Select only Tools -> Android SDK Platform tools | ||
| + | - Create symlinks in /usr/local/bin | ||
| + | - Run SDK manager periodically to check for updates | ||
| + | |||
| + | See http://wiki.cyanogenmod.org/w/Doc:_adb_intro | ||
| + | |||
| + | ==== Usage Examples == | ||
| <code> | <code> | ||
| adb devices | adb devices | ||
| adb shell | adb shell | ||
| - | cd /storage/emulated/legacy/DCIM/Camera | + | cd /sdcard/DCIM/Camera |
| - | adb pull /storage/emulated/legacy/DCIM/Camera | + | adb pull /sdcard/DCIM/Camera |
| + | adb push someLocalDir /sdcard/osmand/tracks | ||
| </code> | </code> | ||
| + | |||
| + | See http://wiki.cyanogenmod.org/w/Adb_--help | ||
| + | |||
| + | ===== MTP == | ||
| + | |||
| + | Permits an file access over USB. | ||
| + | |||
| + | [[https://github.com/hanwen/go-mtpfs|go-mtpfs]] allows mounting of the phone via MTP. It has prebuild binaries. But beware, directory moves do not work! | ||
| ===== SSHd == | ===== SSHd == | ||
| Zeile 51: | Zeile 72: | ||
| http://wiki.cyanogenmod.org/w/Doc:_sshd | http://wiki.cyanogenmod.org/w/Doc:_sshd | ||
| + | ===== Other == | ||
| + | |||
| + | Original Accu SN: EB-L1F2HVU | ||
| + | Ordered original replacement 2016-01-12 at www.akku500.de for 13,95 € | ||