Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Samsung Galaxy S adb driver details?

I'm in a pickle. I live in Korea and teach English but am developing an android app. I want to test on my Samsung Galaxy S. Can't find an adb driver for it as the only drivers I could find are the US versions of the device. Anyone got driver details for this device?

like image 683
Martin Avatar asked Feb 24 '23 17:02

Martin


2 Answers

This question was already asked here but the link is dead. However you can find the American drivers here and the Chinese drivers here (I don't think there is a difference).

like image 152
Stefan Bossbaly Avatar answered Feb 26 '23 08:02

Stefan Bossbaly


UNIVERSAL ADB DRIVER

drivers for any android device

I have thesame issue before but i solved it easily by just following this steps:

*connect your android phone in a debugging mode (to enable debugging mode goto settings scroll down About Phone scroll down tap seven times Build Number and it will automatically enable developer option turn on developer options and check USB debugging)

download Universal ADB Driver Installer

*choose Adb Driver Installer (Universal)

*install it *it will automatically detect your android device(any kind of brand)

*chose the device and install

like image 34
Cristiana Chavez Avatar answered Feb 26 '23 06:02

Cristiana Chavez