Quote:
Originally Posted by charkosh
Just out of curiosity how in the hell would I have otherwise known to create a file with a seemingly random name in a random folder?
|
Welcome to Linux!
Actually, the more you use it, you'll find that you'll pickup these bits along the way, just like this.
Quote:
Originally Posted by charkosh
and why 51-android.rules? why not 1-android or 5000000-android?
|
The files are processed in order of their name so 51-xxx is mid-way through, 99-xx is at the tail end of the processing order. Sometimes, the order is important.
Also, after posting the wrong info to you earlier, I deleted the entry I posted. But, it turns out, the Nexus one poses as both id numbers. While in Android its VendorId=18d1, but in the bootloader (waiting in fastboot usb), the VendorId=0bb4.
So, I put both lines in one file today and all is well again.
I.e:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
SUBSYSTEM=="usb", SYSFS{idVendor}=="18d1", MODE="0666"
and I changed my filename to 99-android.rules
then ran:
sudo restart udev
and now I can access the phone as a non root user again, either from adb or fastboot-linux.
-Rotohammer
T879 Note on T-Mobile
Do not quote my entire first post in a reply!
|