827
edits
No edit summary |
|||
Line 46: | Line 46: | ||
$ mkdir ~/.android | $ mkdir ~/.android | ||
* Step 3 - If the folder was not created you also have to create the adb_usb.ini file | * Step 3 - If the folder was not created you also have to create the adb_usb.ini file | ||
$ | $ gedit ~/.android/adb_usb.ini | ||
* Step 4 - Add the device code to the adb_usb.ini configuration file so that adb will know the device | * Step 4 - Add the device code to the adb_usb.ini configuration file so that adb will know the device | ||
$ echo "0x0451" > ~/.android/adb_usb.ini | $ echo "0x0451" > ~/.android/adb_usb.ini |
edits