Nexus One ADB on Ubuntu 9.10/Arch Linux
So I just spent the last hour trying to get the Nexus One and ADB to play nicely together on my machine. Finally it is working and here is how…
/etc/udev/rules.d/90-android.rules
SUBSYSTEM=="usb|usb_device", SYSFS{idVendor}=="18d1", MODE="0666", GROUP="plugdev"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4e12", SYMLINK+="android_adb"
SUBSYSTEM=="usb|usb_device", ATTR{idVendor}=="0bb4", ATTR{idProduct}=="0fff", SYMLINK+="android_fastboot"
Ubuntu
sudo restart udev
Arch
sudo udevadm control restart
This should allow any user in the plugdev group to use adb [...]
Nexus One Lego Dock
I needed a dock for my Nexus One and currently they don’t exist. So I made one out of Legos. I think it turned out pretty well.
Nexus One
My Nexus One arrived yesterday. I haven’t been this excited about a device in a long time and Christmas was good. I’m guessing I was one of the first couple hundred people to place an order and so far, I really like it. I don’t really feel like typing an actual review, so bullets it [...]
SmugMug Uploader Updated
I have updated the SmugMug uploaders I released previously to include the latest version of phpSmug as well as making the uploader only look at image files. In the not too distant future, I hope to add video files.
Download the package
PHP Uploader for SmugMug
EDIT (9/28/2009): I pulled the sourcecode out of the post as it was far too long. I have also updated the download package with a couple of important fixes.
I just recently started playing with SmugMug and am really liking it so far. One of my complaints so far is the upload process. Let me be [...]