What share mode is your phone set to?
I don't know -- how do I find out, and what should it be?
This will happen if you are running 64bit and didn't install the 32bit libraries.
Wow, you're right. I'm running ubuntu 12.04 LTS, but installed it on my Windows Vista laptop (used WUBI, as the VirtualBox thing kept coming up with graphics errors). I could've sworn I downloaded the 32-bit version, but it says 64-bit on the System Details screen. I'm actually surprised; didn't think this 4+ year-old laptop could run a 64-bit environment. But, then again, I don't know very much about this stuff.
So, anyway, I tried installing the missing 32-bit libraries via the "sudo apt-get install ia32-libs" command, but I get this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-multiarch
E: Unable to correct problems, you have held broken packages.
Now what??
Just for giggles, go to the directory that adb.linux is in and enter this:
sudo chmod a+x adb.linux
Then try the script again
Tried that, but it didn't seem to make any difference.