English 中文(简体)
不允许sam2sung galaxy 2s [复制]
原标题:no permissions for samsung galaxy 2s [duplicate]

我只用新的Samsung 银河2S电话测试我的照片。 当我试图拿到这片照片时,它显示了AVD NAme N/A,瞄准不明和状态?

我在电话上提供了解答式和已知来源

I am developing using Ubuntu and I edited /etc/udev/rules.d/51-android.rules with the following content:

SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"

其模式改为“+r”。

2. 重启反对仪式:

sudo ./adb kill-server
sudo ./adb devices

然而,它仍然表明:

./adb devices
List of devices attached
???????????? no permissions
问题回答

你们都必须这样做。 进入终点和类型:

sudo -s

之后:

gedit /etc/udev/rules.d/51-android.rules

并抄录本案文:

SUBSYSTEM=“usb”, SYSFS{idVendor}=“04e8”, MODE=“0666”

类型:

chmod a+r /etc/udev/rules.d/51-android.rules

之后(作为根基)重新开始调查:

adb kill-server
adb start-server

现在尝试:

adb devices

我有同样的问题。 我必须做的是不可行的UV大规模储存模式。 在CM9 ,Go to Cons, 储藏后击中Mendu, 然后是USB计算机链接,并选定媒体装置。

这是一种常见的问题,你必须更换装置......作为非根本用户的粘合器......

May this help too : http://comments.gmane.org/gmane.linux.debian.user/388013





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签