Issue when using GY 88 10DOF with address 0x69 for MPU6050

Hi guys,
I purchased a 10DOF GY 88 (MPU6050 HMC5883L BMP085 ) and used I2C Scanner to make sure I have communication to it.

I can see that the address for MPU6050 is 0x69 instead of 0x68.

Now, when i run short example code for MPU6050 and modified the I2C address to 0x69, I am not reading any values for acc or gyro, but i read the temperature.

I also used Jeff Rowberg's MPU6050_raw code, with modification of code for address to 0x69, and same result. even I modified the address at header file for Jeff Rowberg library, same result.

attached is when i run I2C Scanner.

Anyone can help please?

Just found the answer.

the Sensor i bought from ebay, it was supposed to be GY 88 which is a combination of (MPU6050 HMC5883L BMP085 ), but it is actually GY80 which is (ADXL345 , L3G4200D ,HMC5883L ,BMP085 )

and addresses for GY80 are:
HMC5883L (3-Axis Digital Compass), I2C Address 0x1E
ADXL345 (3-Axis Digital Accelerometer), I2C Address 0×53
L3G4200D (3-Axis Angular Rate Sensor), I2C Address 0×69
BMP085 (Barometric Pressure / Temperature Sensor), I2C Address 0×77

I think the main issue was the seller sent something else. >:( :o :o