Device mounten

  • Antworten:1
Mac Systems
  • Forum-Beiträge: 1.727

11.04.2010, 13:26:59 via Website

Versuche gerade das erste mal das "echte" Logcat auszulesen:

mac@mac-desktop:/etc/udev/rules.d$ ls -la
insgesamt 24
drwxr-xr-x 2 root root 4096 2010-04-11 12:52 .
drwxr-xr-x 3 root root 4096 2009-12-05 16:20 ..
-rwxr-xr-x 1 root root 67 2010-04-11 12:52 50-android.rules
-rw-r--r-- 1 root root 0 2010-04-11 12:51 50-android.rules~
-rw-r--r-- 1 root root 773 2009-04-19 15:20 70-persistent-cd.rules
-rw-r--r-- 1 root root 555 2009-04-19 15:44 70-persistent-net.rules
-rw-r--r-- 1 root root 1157 2009-11-03 11:29 README


mac@mac-desktop:/etc/udev/rules.d$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 18d1:4e11
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 046d:c046 Logitech, Inc. RX1000 Laser Mouse
Bus 001 Device 003: ID 058f:6254 Alcor Micro Corp. USB Hub
Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


Meine USB Rules:

mac@mac-desktop:/etc/udev/rules.d$ cat 50-android.rules
SUBSYSTEM==”usb”, SYSFS(idVendor)==”18d1“, MODE=”0666″


Muss Ich auf dem Device nun noch bestätigen das Ich den USB Zugriff erlaube ? Habe udev neu gestartet ....

Sehe allerdings nur den Emulator:

mac@mac-desktop:~/java/sdk/android-sdk-linux_x86-1.6_r4/tools$ adb devices
List of devices attached
emulator-5554 device


Jemand ne Idee dazu ?

Windmate HD, See you @ IO 14 , Worked on Wundercar, Glass V3, LG G Watch, Moto 360, Android TV

Antworten
Mac Systems
  • Forum-Beiträge: 1.727

12.04.2010, 12:46:05 via Website

So, es rennt soweit.

Der Fehler war im Nexus noch das USB Debuggen freizugeben.

Danach listet adb devices das ganze:

mac@mac-desktop:~/java/sdk/android-sdk-linux_x86-1.6_r4/tools$ adb devices
List of devices attached
HT01TP800700 device

Und ich sehe in Eclipse bereits die Verbindung.

Eine Generelle Frage dazu: Wieso kann Ich nicht in den Ordner "data" im File Explorer schauen ? Für gewöhnlich würde Ich da unter anderen meine Datenbank in einem unterordner finden.

thx,
Mac

Windmate HD, See you @ IO 14 , Worked on Wundercar, Glass V3, LG G Watch, Moto 360, Android TV

Antworten