This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Looking for help in using batch file to xcopy from pc to android. Heard I need adb on pc. Not familiar with adb, and am currently searching for help on the web to install adb on my W10.
Thanks for the info. This is getting much more complicated than I planned. In the process, learned how to enable developer options on my phone. Maybe I can learn more from this than I expected.
All you really need for ADB is the ADB file. The sdk is good if you're doing more with Android, but not necessary.
This is how I setup ADB. Make a folder on your C drive & place the ADB file in that folder. Right click on my computer for properties & go to system variables. Set ADB as a path. Then plug in your phone & install any drivers. Making sure USB debugging is enabled in developer settings, open command prompt and type "ADB devices". It should now show your device connected
All you really need for ADB is the ADB file. The sdk is good if you're doing more with Android, but not necessary.
This is how I setup ADB. Make a folder on your C drive & place the ADB file in that folder. Right click on my computer for properties & go to system variables. Set ADB as a path. Then plug in your phone & install any drivers. Making sure USB debugging is enabled in developer settings, open command prompt and type "ADB devices". It should now show your device connected
All you really need for ADB is the ADB file. The sdk is good if you're doing more with Android, but not necessary.
This is how I setup ADB. Make a folder on your C drive & place the ADB file in that folder. Right click on my computer for properties & go to system variables. Set ADB as a path. Then plug in your phone & install any drivers. Making sure USB debugging is enabled in developer settings, open command prompt and type "ADB devices". It should now show your device connected