Hit-Hot

Perintah Adb "Devices not found" ternyata ini masalahnya

Saya mau share tips untuk mengatasi masalah error device not found ketika mau adb sideload command di PC atau laptop yang pakai operating system Windows.
Pengalaman pribadi saya, Nexus device tidak terbaca ketika mau adb sideload, baik di custom recovery ataupun standard recovery walaupun device terbaca di adb command maupun fastboot. Hal ini dikarenakan hardware ID Nexus device saya tidak ada di daftar "android_winusb.inf" file.
Pertama-tama anda butuh Google USB driver. Saya install dari Android SDK tapi kalau tidak mau install Android SDK, bisa cari zip file nya.
Kedua, plug Nexus device ke USB port 2.0. Saran saya jangan plug ke USB port 3.0 karena Windows akan selalu install driver secara otomatis.
Buka Device Manager dan cari Nexus device anda. Right click, pilih properties, dan ke details tab. Dari Property dropdown menu, pilih Hardwared ID.
Nanti akan kelihatan dua baris kira-kira seperti ini:
USB\VID_18D1&PID_4EE2&REV_0232&MI_01
USB\VID_18D1&PID_4EE2&MI_01
Sekarang buka folder Google USB driver. Kalau di Android SDK, ada di dalam folder extra. Cari "android_winusb.inf" file and edit dengan Notepad+.
Tergantung operating system Windows anda, cari line:
Untuk 32 bit
[Google.NTx86]
xxxxxx
;Google Nexus (generic)
xxxx
Untuk 64 bit
[Google.NTamd64]
xxxxx
;Google Nexus (generic)
xxxx
Tambahkan ini di bagian yang sesuai dengan operating system anda.
%SingleAdbInterface% = USB install, USB\VID_18D1&PID_4EE2&MI_01
%CompositeAdbInterface% = USB install, USB\VID_18D1&PID_4EE2&REV_0232&MI_01
Pastikan text setelah USB install cocok dengan
Hardware ID device anda yang didapat dari langkah kedua. Setelah edit, save "android_winusb.inf" file tsb.
Kembali lagi ke Device Manager, dengan catatan Windows belum install Nexus device anda secara otomatis, right click dan pilih install driver. Pilih browse my computer for driver software. Pilih "Let me pick from a list of device drivers on my computer" dan pilih "Have Disk". Klik "Browse" dan cari file "android_winusb.inf" yang sudah di edit. Klik Next dan kalau keluar warning "Windows can't verify the publisher of this driver software" pilih "Install this driver software anyway"
Setelah seleai, silahkan coba, Nexus device anda sudah bisa untuk adb command, fastboot maupun adb sideload. Di Device Manager, Nexus saya terbaca sebagai Android ADB Interface dan Android Composite ADB Interface. Kalau mau pindahin file dll via windows explorer, matikan dulu USB debugging dan pilih "USB for file transfer" di Nexus anda. Semoga tips ini bermanfaat.


Thx to : Xda-developer.com

Artikel Terbaik Serupa: