View Single Post
Old 12-27-2010, 11:09 AM   #45
Roos
Groupie
Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.Roos ought to be getting tired of karma fortunes by now.
 
Roos's Avatar
 
Posts: 182
Karma: 2371918
Join Date: Sep 2009
Location: Almere, Nederland
Device: Kindle Paperwhite, Kindle Scribe, Phone
Quote:
Originally Posted by Logseman View Post
Question: can we Linux users ignore the whole driver rap?
Erm sortof, You will get permission problems But:

Quote:
Try creating a file called /etc/udev/rules.d/50-android.rules and
plugging the following line into it:



i figure out that im suppose to put stuff about the id vendor in the file. i used the code sudo lsusb and got this:
Quote:
Bus 008 Device 002: ID 045e:00f5 Microsoft Corp. LifeCam VX-3000
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 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 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
Bus 002 Device 006: ID 0584:c2da RATOC System, Inc.
Bus 002 Device 005: ID 046d:c066 Logitech, Inc.
Bus 002 Device 004: ID 046d:c316 Logitech, Inc. HID-Compliant Keyboard
Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 18d1:b004 Google Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


I guessed the Google one was correct so:
Quote:

SUBSYSTEM=="usb", SYSFS{Bus 001 Device 002: ID 18d1:b004}=="0bb4", MODE="0666"

Reload udev's configuration (/etc/init.d/udev reload) and try again as
a normal user.
Solved it for me, if you started adb sooner, you need to kill it.
I restarted it with sudo rights, sudo adb start-server

Then follow the manual untill the shell IQ_gapps part, change that to the push bit of page 3, and that will be that, follow the rest of the manual.
Roos is offline   Reply With Quote