1) Download adb files [ u20gt_adb.zip ] from below and
extract to an easy accessible location eg: c:\adb_files
2) Setting -> Developer options: enable "USB debugging"
3) Connect your tablet to your pc and point the install wizard to the
"usb_driver" folder ( c:\adb_files\usb_driver)
4) After the install Device manager should contain "Android Composite ADB Interface" under "Android Phone" class
5) create a ".android" folder in your home directory
6) copy c:\adb_files\.android\adb_usb.ini to %USERPROFILE%\.android
7) open a command prompt an type:
[-] Now if you see this you are done:
extract to an easy accessible location eg: c:\adb_files
2) Setting -> Developer options: enable "USB debugging"
3) Connect your tablet to your pc and point the install wizard to the
"usb_driver" folder ( c:\adb_files\usb_driver)
4) After the install Device manager should contain "Android Composite ADB Interface" under "Android Phone" class
5) create a ".android" folder in your home directory
Code:
mkdir %USERPROFILE%\.android
7) open a command prompt an type:
Code:
cd c:\adb_files\apps<br />
adb kill-server<br />
adb devices
Code:
* daemon not running. starting it now on port 5037 *<br />
* daemon started successfully *<br />
List of devices attached<br />
XXXXXXXXXXXX device
Attachments
-
10 MB Views: 2,028