Restart ADB
On 14 October 2014 in TechThe most important script for an Android developer
cd /usr/local/bin
vim restart_adb
#!/bin/bash adb kill-server adb start-server
:wq
chmod +x restart_adb
Related posts:
-
Add project as library – Titanium module (Android)
-
ActionBarImplBase can only be used with a compatible window decor layout
-
Android Popup Menu module for Titanium
-
Android Progress Notification module
-
Setup Titanium Studio environment for developing Titanium module (Android) on Windows
-
Android BOOT_COMPLETED handler module
-
Compress / Decompress files using XZ
-
Titanium ListView
-
Method calling thread for Titanium module (Android)
-
Record from tv card using mencoder
Filed under Tech with tags ADB, Android, Bash
Leave a Reply