Skip to main content

Posts

Showing posts from January, 2015

How to fix no permission error for android devices on Ubuntu 14.04

On Ubuntu 14.04 , adb devices command may return List of devices attached ???????????? no permissions This is because current user doesn't have permission to detect the device. This may be solved in two ways. One is starting adb as root after killling all adb processes. Because root user has permissions for all vendors, almost any android device is detected. But second solution is more handy.