Asus Nexus 7 not recognized by Android dev tools via adb

Hey I found a solution to this via mkh at https://groups.google.com/forum/?fromgroups=#!topic/android-developers/0-RzE0v-G3k Try this (as quoted from the above source) When the Nexus 7 is plugged in there is a persistent notification that indicates “CONNECT AS / Media Device (MTP)”. In this state adb devices will not show the Nexus. Not exactly obvious why, but I … Read more

How to copy selected files from Android with adb pull

You can move your files to other folder and then pull whole folder. adb shell mkdir /sdcard/tmp adb shell mv /sdcard/mydir/*.jpg /sdcard/tmp # move your jpegs to temporary dir adb pull /sdcard/tmp/ # pull this directory (be sure to put “https://stackoverflow.com/” in the end) adb shell mv /sdcard/tmp/* /sdcard/mydir/ # move them back adb shell … Read more

adb.exe not found after installing Android Studio

The adb.exe file will be located at your Android SDK folder, inside platform-tools …\android-sdk-path\platform-tools\adb.exe The default location where Android SDK is installed is: C:\Users\<insert username here>\AppData\Local\Android\sdk\ So adb will be located at: C:\Users\<insert username here>\AppData\Local\Android\sdk\platform-tools\adb.exe To access it on a command line, open cmd.exe and type: cd C:\Users\<insert username here>\AppData\Local\Android\sdk\platform-tools\ and then your normal command … Read more

Google Android USB Driver and ADB

You need to modify 3 things in order to make Google USB driver work for any android phone on any Windows: Add your device’s ID to android_winusb.inf file Digitally sign the modified driver Add your device’s vendor ID to adb_usb.ini whitelist (no longer required) and here are the details: 1. Add your device’s ID to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)