Well, I think this is progress! Since I was able to see the phone in fastboot mode I found that after doing the recovery reboot with the keys, I could see the phone with adb and it was in recovery mode rather than offline! So I tried flashing skinbark's latest recovery. When I still had no screen working, I tried bobz's standard recovery that is reported to work with both screens.
~ # flash_image recovery VM670NH_recovery.img
mtd: successfully wrote block at 0
mtd: successfully wrote block at 20000
mtd: successfully wrote block at 40000
mtd: successfully wrote block at 60000
mtd: successfully wrote block at 80000
mtd: successfully wrote block at a0000
mtd: successfully wrote block at c0000
mtd: successfully wrote block at e0000
mtd: successfully wrote block at 100000
mtd: successfully wrote block at 120000
mtd: successfully wrote block at 140000
mtd: successfully wrote block at 160000
mtd: successfully wrote block at 180000
mtd: successfully wrote block at 1a0000
mtd: successfully wrote block at 1c0000
mtd: successfully wrote block at 1e0000
mtd: successfully wrote block at 200000
mtd: successfully wrote block at 220000
mtd: successfully wrote block at 240000
mtd: successfully wrote block at 260000
mtd: successfully wrote block at 280000
mtd: successfully wrote block at 2a0000
mtd: successfully wrote block at 2c0000
mtd: successfully wrote block at 2e0000
mtd: successfully wrote block at 300000
mtd: successfully wrote block at 320000
mtd: successfully wrote block at 340000
mtd: successfully wrote block at 360000
mtd: successfully wrote block at 380000
mtd: successfully wrote block at 3a0000
mtd: successfully wrote block at 3c0000
mtd: successfully wrote block at 3e0000
mtd: successfully wrote block at 400000
wrote recovery partition
[root@giga Downloads]# adb devices
List of devices attached
0123456789ABCDEF recovery
But after that, adb reboot recovery seems to just sit there. So I pull out the cable and battery and boot with home-volume down-power but all I get is a black screen with lighting around the edge. adb sees it as being in recovery mode, but there is nothing on the screen:
# adb devices
List of devices attached
A1000019429799 recovery
Where can I go from here??? And why the heck doesn't the screen work with with this recovery? Is it because I have the wrong ZV version?
Now that I have the phone working in recovery mode I can see that it has the hitachi screen, which according to posts in this forum has zv5. My original, working phone, has the novatek screen and zv4.
If I don't boot into recovery and let the phone do a normal boot, it makes the startup sounds but the screen stays blank and the phone never comes online for usb - adb devices shows it as offline.
Thanks!