Tuesday, April 24, 2012

List of devices attached ???????????? no permissions

Solution :



cd android-sdk-linux-linux/tools
su or sudo su
./adb kill-server
./adb start-server
./adb devices

OR

cd andriod-sdks  ( This might be at your home directory )


cd platform-tools
sudo su
./adb kill-server
./adb start-server
./adb devices



1 comment:

  1. Please leave your comment weather this method is helpful or not . Thanks

    ReplyDelete