Tag Info

Hot answers tagged

2

It's not possible. The settings code is specifically written to prevent this. The closest you can come is to bring up the Device administration settings page in the Settings app. You can do this with: adb shell am start -S "'com.android.settings/.Settings\$DeviceAdminSettingsActivity'"


1

There are apps out there to help you do this: https://play.google.com/store/apps/details?id=com.exi.adbmngr&hl=en https://play.google.com/store/apps/details?id=com.naooh.adbwireless&hl=en https://play.google.com/store/apps/details?id=cn.com.wxtech.adbwireless https://play.google.com/store/apps/details?id=com.easyadb as far as I know, this is the ...


1

You will always have to approve on the device when initiating an adb backup or adb restore -- this is a security measure. Otherwise any villain could obtain your data (adb backup) or place malware on your device (adb restore). If you don't approve the action on your device, it is assumed it could be mentioned villain intending some evil actions, and hence ...


1

Often fastboot drivers are different from the ones used by Recovery mode and/or fully-booted Android system. I would recommend re-installing the USB drivers on your PC. You may need to delete existing drivers that Windows picked up. Full instructions with driver download for Nexus 4 here: Quote: Plug your phone into your computer. Go to Device ...


1

just use google usb driver in sdk/extra/google/usb_driver/android_winusb.inf you must add three lines in the file ;MK808B %SingleAdbInterface% = USB_INSTALL, USB\VID_2207&PID_0006&MI_01 %CompositeAdbInterface% = USB_INSTALL, USB\VID_2207&PID_0006&REV_0222&MI_01 Then update the MK808B driver select from disk, use this file ...


1

From http://stackoverflow.com/users/119895/macarse: You might need to activate adb root from the developer settings menu. If you run adb root from the cmd line you can get: root access is disabled by system setting - enable in settings -> development options root access is disabled by system setting - enable in settings -> development options Once you ...


1

If you have root on your phone, you can use Wifi Tether for Root Users. I have a Droid4 with Jellybean and got it working after installing the latest version. For my Droid4, the following settings worked: Device-Profile: Generic ICS/JB (wlan1) Setup-Method: Netd-Ndc (master)


1

Recently, Koush (the person behind clockworkmod) has deleveloped a UniversalADBDriver for Windows, which can be downloaded e.g. here. Read more e.g. in the AndroidPolice article A Universal ADB Driver For Windows That Actually Works on 8 and check ADBDriver.Com as an alternative source. See also Koush's original G+ post on this. Quoting: For whatever ...



Only top voted, non community-wiki answers of a minimum length are eligible