Guest PaulW21781 Posted May 14, 2010 Report Posted May 14, 2010 Thanks. And, hope your phone is ok. Its fine :) And tastes nice too!!
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 Ok, so what's curious to me is, the composite device (red triangle and after boot). There are no other suitable drivers, but when I looked at the Samsung drivers, they have an Android ADB composite device driver. Obviously this does not do anything when selected. Browsing to the HTC Sync drivers, the system says there isn't any compatible drivers. I was thinking maybe somehow we could hack the HTC driver to install as an ADB driver ala the samsung driver. I don't think this will work, but I find it interesting that the adb driver shows up for samsung and not htc.
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 Anyone reported this while in htc recovery? e: can't open cache/recovery/command
Guest xhemp Posted May 14, 2010 Report Posted May 14, 2010 Anyone reported this while in htc recovery? e: can't open cache/recovery/command Yes, I have the same here with a usb-less device.
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 Yes, I have the same here with a usb-less device. Hrmm, I guess PaulW21781 is right, recovery is jacked. For those that reflashed the testruu, do you still get the error about recovery command?
Guest xhemp Posted May 14, 2010 Report Posted May 14, 2010 (edited) Hrmm, I guess PaulW21781 is right, recovery is jacked. It would be good if we can confirm this with a working device. Can anyone test that? Edited May 14, 2010 by xhemp
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 (edited) Also just tried for the heck of it oem enableqxdm 1 Boot looped at the first htc splash..... C:\Users\dz\Desktop>adb logcat adb server is out of date. killing... ADB server didn't ACK * failed to start daemon * - waiting for device - ACK? ***BTW, would be REALLY nice if we could get some oem commands..... Edited May 14, 2010 by eViL D:
Guest xhemp Posted May 14, 2010 Report Posted May 14, 2010 ***BTW, would be REALLY nice if we could get some oem commands..... There are some oem commands on this thread, page 6... Tried some without any luck though
Guest Specialist79 Posted May 14, 2010 Report Posted May 14, 2010 Yes, I have the same here with a usb-less device. Also happens with a Desire that does not exhibit the USB issue.
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 (edited) maybe experimenting like this. C:\SDK\tools>fastboot oem enableqxdm unlock ... OKAY C:\SDK\tools>fastboot oem enableqxdm unlock_0 ... OKAY Edited May 14, 2010 by eViL D:
Guest ZiCoN Posted May 14, 2010 Report Posted May 14, 2010 maybe experimenting like this. C:\SDK\tools>fastboot oem enableqxdm unlock ... OKAY what what?!? and it did what??
Guest vastloper Posted May 14, 2010 Report Posted May 14, 2010 (edited) what what?!? and it did what?? it answers allways ok no matter what you write behind the enableqxdm p.s. i pulled mtd1 and mtd2 from my phone. noticed a wierd file in mtd2 from 512 bytes 070701000002D1000041ED0000000000000000000000024BD5A56400000000000000030000000100 00000000000000000000500000000/dev 070701000002D2000021800000000000000000000000014BD5A56400000000000000030000000100 00005000000010000000D00000000/dev/console 070701000002D3000041C00000000000000000000000024BD5A56400000000000000030000000100 00000000000000000000600000000/root 07070100000000000000000000000000000000000000010000000000000000000000000000000000 00000000000000000000B00000000TRAILER!!! Sumthing to put on the bootsector from my sdcard? :) im still trying to find a proper way to extract those img files Edited May 14, 2010 by vastloper
Guest afiorillo Posted May 14, 2010 Report Posted May 14, 2010 Anyone reported this while in htc recovery? e: can't open cache/recovery/command I've always seen that, and I have no probs at all.
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 (edited) it answers allways ok no matter what you write behind the enableqxdm p.s. i pulled mtd1 and mtd2 from my phone. noticed a wierd file in mtd2 from 512 bytes 070701000002D1000041ED0000000000000000000000024BD5A56400000000000000030000000100 00000000000000000000500000000/dev 070701000002D2000021800000000000000000000000014BD5A56400000000000000030000000100 00005000000010000000D00000000/dev/console 070701000002D3000041C00000000000000000000000024BD5A56400000000000000030000000100 00000000000000000000600000000/root 07070100000000000000000000000000000000000000010000000000000000000000000000000000 00000000000000000000B00000000TRAILER!!! Sumthing to put on the bootsector from my sdcard? :) im still trying to find a proper way to extract those img files Not necessarily: C:\SDK\tools>fastboot oem enableqxdm unlock 0 < waiting for device > ... INFOEnable QXDM: Parameter error OKAY C:\SDK\tools>fastboot oem enableqxdm unlock bl ... INFOEnable QXDM: Parameter error OKAY C:\SDK\tools>fastboot oem enableqxdm unlock recovery ... INFOEnable QXDM: Parameter error OKAY Well, I guess you can't have a space after the command...... Edited May 14, 2010 by eViL D:
Guest PaulW21781 Posted May 14, 2010 Report Posted May 14, 2010 (edited) Ok quick question for people please... Those with USB issues in Recovery, I guess USB works fine in normal mode?? If so... Can you do the following for me?? (to the letter pretty much) Enable USB Debugging (Settings>Applications>Development>USB debugging) Then plug in your USB (leave it on Charge Only when prompted), and do the following: Open an adb shell. Then type #su #cat /proc/mtd Make a note which mtd# relate to "misc", "recovery" and "boot" Then type (to be honest, the mtd# should be the same as below, but check anyways): #cat /dev/mtd/mtd0 > /sdcard/misc.img #cat /dev/mtd/mtd1 > /sdcard/recovery.img #cat /dev/mtd/mtd2 > /sdcard/boot.img The files should be 2.2MB in size each... Can you then upload them somewhere for me to get?? I'll also need to know what version HBOOT and ROM you are using. (HBOOT is displayed on bootloader, ROM is displayed under Settings>About phone>Software information>Build number) Also, if possible... could someone who has working HBOOT 0.80 and ROM 1.21 also supply me with the same files please?? Taa :) Edited May 14, 2010 by PaulW21781
Guest PaulW21781 Posted May 14, 2010 Report Posted May 14, 2010 Also... Someone with Recovery image issues... Can you boot the phone into FASTBOOT?? Hold the Back button while turning the power on. Hold both till FASTBOOT is displayed in RED... Then plug in the USB... Does it change then to FASTBOOT USB ??? Thanks
Guest jeckyllhavok Posted May 14, 2010 Report Posted May 14, 2010 Also... Someone with Recovery image issues... Can you boot the phone into FASTBOOT?? Hold the Back button while turning the power on. Hold both till FASTBOOT is displayed in RED... Then plug in the USB... Does it change then to FASTBOOT USB ??? Thanks Hi there, i'm with the "big" usb issue (not only in recovery) and yes, fastboot works, even with fastboot usb
Guest PaulW21781 Posted May 14, 2010 Report Posted May 14, 2010 Hi there, i'm with the "big" usb issue (not only in recovery) and yes, fastboot works, even with fastboot usb Fastboot is a start... What version bootloader and ROM??
Guest jeckyllhavok Posted May 14, 2010 Report Posted May 14, 2010 (edited) Fastboot is a start... What version bootloader and ROM?? Build is: 1.15.405.3 CL150129 test-keys Bootloader Info: Bravo unknown ship s-on HBOOT-0.75.0000 Microp-031d Touch Panel-Synt0101 Radio-4.05.00.11 Mar 5 2010,21:12:15 Should i upload the img files, too? (if i can make them through terminal (not adb) ) Edited May 14, 2010 by jeckyllhavok
Guest ZiCoN Posted May 14, 2010 Report Posted May 14, 2010 Not that I've given up hope here.... But will it be safe to asume, that when Froyo is out, this update will override all partitons (boot, recovery etc etc) so that we, us with this issue, will have a normal phone again? If yes, I might be able to live with the phone.. unable to use usb, bluetooth and fm... and charging it 3 times a day...
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 Ok quick question for people please... Those with USB issues in Recovery, I guess USB works fine in normal mode?? If so... Can you do the following for me?? (to the letter pretty much) Enable USB Debugging (Settings>Applications>Development>USB debugging) Then plug in your USB (leave it on Charge Only when prompted), and do the following: Open an adb shell. Then type #su #cat /proc/mtd Make a note which mtd# relate to "misc", "recovery" and "boot" Then type (to be honest, the mtd# should be the same as below, but check anyways): #cat /dev/mtd/mtd0 > /sdcard/misc.img #cat /dev/mtd/mtd1 > /sdcard/recovery.img #cat /dev/mtd/mtd2 > /sdcard/boot.img The files should be 2.2MB in size each... Can you then upload them somewhere for me to get?? I'll also need to know what version HBOOT and ROM you are using. (HBOOT is displayed on bootloader, ROM is displayed under Settings>About phone>Software information>Build number) Also, if possible... could someone who has working HBOOT 0.80 and ROM 1.21 also supply me with the same files please?? Taa :) Opposite for me, no usb normal, usb in fastboot.
Guest eViL D: Posted May 14, 2010 Report Posted May 14, 2010 Not that I've given up hope here.... But will it be safe to asume, that when Froyo is out, this update will override all partitons (boot, recovery etc etc) so that we, us with this issue, will have a normal phone again? If yes, I might be able to live with the phone.. unable to use usb, bluetooth and fm... and charging it 3 times a day... Seems to me that ppl are flashing the testruu and still not getting usb, so I would say. Don't hold your breath.
Guest ZiCoN Posted May 14, 2010 Report Posted May 14, 2010 We have usb in fastboot and bootloader, but not in OS nor in recovery
Guest afiorillo Posted May 14, 2010 Report Posted May 14, 2010 [...] If yes, I might be able to live with the phone.. unable to use usb, bluetooth and fm... and charging it 3 times a day... Just tell yourself you have an iPhone and you'll survive as needed. In style. haha :)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now