Hi all,
I've been away from Solus (and linux all together) for a little while now and have recently returned. I've got a fresh install of Solus as of yesterday and have tried installing the android platform tools but coming under some issues. I seem to be able to use ADB okay but fastboot is giving me issues.
My approach so far was first to download the platform tools from googles website and extract them. ADB worked fine but not fastboot with there being an issue with udev rules?
I tried installing android-tools from the software centre but I couldn't find any documentation as to where adb and fastboot is installed in that method?
I have installed Android Studio through command line and have found the platform tools is installed in my home directory. Again when I try and use fastboot I get issues with udev rules.
ravi@ravi ~/Android/Sdk/platform-tools $ ./fastboot devices
no permissions (missing udev rules? user is in the plugdev group); see [http://developer.android.com/tools/device.html] fastboot
I have tried searching on the help section and in the forum but I can't seem to find the solution to changing or doing whatever I need to do with udev rules to get this working?