Quote:
Originally Posted by makkonen
you need to be connected via USB, in activesync mode, when you start haret, or adb will never come up.
|
Thank you, yes, that was the problem.
This is the sequence I went through:
1) change the setting to "Activesync" mode for USB2PC on the WinMo side
2) connect phone to windows box, don't need activesync process actually running on windows box, but need to hear the usb recognition sound (and make sure activesync is selected in the WinMo popup, if it shows up)
3) run haret.exe
4) usb device removal sound, followed by insertion sound, followed by new device found
5) install android adb drivers
6) adb kill-server (since it was running before, it didn't recognize new device until restart)
7) adb devices
Now everything works.
Thanks again.