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

Root adb error "device not found"

i am new to adb but whenever i try to do this command

adb push psneuter /data/local/tmp
adb push misc_version /data/local/tmp
adb shell chmod 777 /data/local/tmp/psneuter
adb shell chmod 777 /data/local/tmp/misc_version
adb shell /data/local/tmp/psneuter
adb shell

i get this error

C:\android-sdk-windows\platform-tools>adb push psneuter /data/local/tmp
adb server is out of date. killing...
* daemon started successfully *
error: device not found

C:\android-sdk-windows\platform-tools>adb push misc_version /data/local/tmp
error: device not found

C:\android-sdk-windows\platform-tools>adb shell chmod 777 /data/local/tmp/psneu
ter
error: device not found

C:\android-sdk-windows\platform-tools>adb shell chmod 777 /data/local/tmp/misc_v
ersion
error: device not found

C:\android-sdk-windows\platform-tools>adb shell /data/local/tmp/psneuter
error: device not found

C:\android-sdk-windows\platform-tools>adb shell

I DO NOT KNOW HOW TO FIX THIS :(
 
Are you using the USB cable shipped with the handset? Try it in another USB port on the PC, preferably one of the backplane ports directly connected to the motherboard.
 
Is the handset recognised at all when connected e.g. can you mount the sdcard as a removable drive? Look in Windows' Control Panel/Device Manager - an entry Android USB Devices should appear when the handset is connected.
 
Is USB Debugging enabled in Settings/Applications/Development?



Once adb is functional you can use the supplied commands to check it.
HTC Evo 2.3.5/4.67.651.3
HBOOT 2.18-"Unlocked" S-ON
Drivers installed HTCDriver3.0.0.007.exe

Issue: Reloading RUU 4.54.651.1 user pull plug while it's still restoring software, reboots and stays on Splash Screen(4G)

Cannot go pass HBoot Screen rebooting, so I can't enable USB Debug. Although I am trying to push through ADB and seems to not doing anything.

Try'd Android Flasher flashing recovery, modify hboot, keeps saying incorrect drivers and no device found.

ran out of option if you have any suggestions.
 
Back
Top Bottom