(solved) ADXl345 not working __At All__

I have a custom shield i have made that holds an analog accellerometer, a HMC5883L compass, an analog gyro, and an ADXL345 digital accellerometer. Whenever i try to read the ADXL345 data over i2c, i get all zeros. I've been trying different examples, and none of them work. Here are some of the tutorials and example code i've used:

http://bildr.org/2011/03/adxl345-arduino/

http://www.sparkfun.com/tutorials/240

I've ruled out the possibility of i2c errors by using the accellerometer without the compass (also an i2c device). Any ideas?

Do you get any response from the device when you run the I2CScanner sketch ?

Have you considered 5/3 volt issues if they are relevant to your system ?

I'm getting addresses at 0x1D and 0x1E. ox1E is an HMC5883L compass (i pulled it out, and got only 0x1D). I'm 99% sure that the system uses 5v, because it takes 5v power.

Got it working!!

The library i was using was set to address 0x53 for some reason, I changed it and now it works fine!