Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The debug icon may be hidden in that ROM. Have you tried issuing the "adb devices" command from your PC to see if the serial number of the phone is returned?I went s-off earlier, rooted, flashed harmonia 3.17. now even with the option clearly check on the phone whenever I connect it to my pc I don't get the little debug icon and I cant issue any commands from my comp
no I haven't. how do I issue that?The debug icon may be hidden in that ROM. Have you tried issuing the "adb devices" command from your PC to see if the serial number of the phone is returned?
ramjet73
You must have rooted your phone if Harmonia is installed so go to the Windows directory that contains you ADB and fastboot utilities, open a command prompt and enter "adb devices".no I haven't. how do I issue that?
What command are you issuing? It should be:ok nvm I got that part. it lists HT26THX02807 device. so that means that its connected, right? so how come I cant get it to reboot or go into bootloader???
mines actually a little different.What command are you issuing? It should be:
adb reboot-bootloader
ramjet73
You have to have the phone connected in "fastboot usb" mode to use that, and it works when you are doing flashing functions in the "fastboot oem rebootRUU" mode. But when booted into Android it will not work and you have to use the ADB version of reboot.mines actually a little different.
im using C:\sdk-tools fastboot reboot-bootloader
is this wrong? its how ive done everything thus far
ok that all makes sense but it leaves me wondering how exactly I use the adb version, do I already have this or is it something else that I need to download?You have to have the phone connected in "fastboot usb" mode to use that, and it works when you are doing flashing functions in the "fastboot oem rebootRUU" mode. But when booted into Android it will not work and you have to use the ADB version of reboot.
ramjet73
I believe it matters, and there's no hyphen in adb's reboot command. fastboot uses hyphens, adb does not.There's no hyphen right? It's just
adb reboot bootloader
Or does it not matter?
adb reboot bootloader

There's no hyphen right? It's just
adb reboot bootloader
Or does it not matter?
Rebooting into the bootloader with ADB works with or without the hyphen. I just used "adb reboot-bootloader" while running BluROM with debugging active to do that.I believe it matters, and there's no hyphen in adb's reboot command. fastboot uses hyphens, adb does not.