I turned on the usb-debugging mode and installed kies (drivers).
What else should I do?
I use MIUI.US Rom
Edit:
My device is Galaxy S I9000. I try to debug a program that I wrote through the device, but I can’t see the device in eclipse.
I tried:
adb kill-server
adb start-server
but it didn’t help.
This happened to me twice. Two different issues. The first was a bad USB cable. It would mount but not debug. The second was that I had to reinstall the Google USB drivers for the phone debugging. They are in your SDK install location under extras/google/usb_driver. You should see a device with an exclamation mark in device manager. Just update that driver with the one listed above.