MT65xx adb driver since extend storage

Hi guys,
I use Version 1.6 with the extended storage patch.
Before i extended the storage i could see my Fairphone in eclipse as device.
After it the hardware id’s were changed and this tutorial http://forum.fairphone-freunde.de/Thread-MT65xx-Android-Phone-Treiber-nicht-gefunden doesn’t helps anymore.

Then i try to modify it with the new hardware Id’s http://www.borncity.com/blog/2013/02/11/adb-treiber-fr-android-gerte-mt65xx-installieren/ and the driver installed correctly but i don’t see the FP1 device in eclipse.

I use the following hardware Id’s

for this config:
; HTC MT65xx
%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C02&REV_0255&MI_01
%SingleBootLoaderInterface% = USB_Install, USB\VID_0BB4&PID_0C02

i hope anyone can help me.
regards

Do you have USB debugging enabled? As I stated here it sometimes deactivates on its own.

yes USB-debugging was always enabled

What do you get, when you type adb devices?

Where i must type this command? i try it in cmd but he can’t find adb

Cmd is right, but you eighter need to include the directory, where adb is located, to your path variable, or cd to that directory and execute adb there.