• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root no usb debug

13lackcat

Newbie
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
 
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
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
 
no I haven't. how do I issue that?
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".

Post the output of that command here if you have any problem.

ramjet73
 
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???
 
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???
What command are you issuing? It should be:

adb reboot-bootloader

ramjet73
 
mines actually a little different.
im using C:\sdk-tools fastboot reboot-bootloader
is this wrong? its how ive done everything thus far
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
 
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
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?
 
ok I figured it out. feel particularly ******ed now though. my command line looks like this C:\sdk-tools>adb reboot-bootloader
 
There's no hyphen right? It's just
adb reboot bootloader

Or does it not matter?
I believe it matters, and there's no hyphen in adb's reboot command. fastboot uses hyphens, adb does not.

It's
Code:
adb reboot bootloader
as you stated :)

But, Harmonia has an option in their "reboot" menu to reboot to both recovery and the bootloader. Essentially, you don't need to issue that command to get to where you want to be.
 
There's no hyphen right? It's just
adb reboot bootloader

Or does it not matter?
I believe it matters, and there's no hyphen in adb's reboot command. fastboot uses hyphens, adb does not.
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.

ramjet73
 
Back
Top Bottom