1. Install adb & fastroot tool on Ubuntu PC
$ sudo apt-get install android-tools-adb android-tools-fastboot
You can check:
$ adb version
Here should appear version number. If not appears:
$ sudo adb start-server
it starts server
$ sudo adb kill-server
it will kill server
2. Press 7 times on Settings > About Phone > Build number. Then it will enable Developer options. Developer -> enable usb debug mode.
$ adb devices
lists devices
Comments
Post a Comment