Public scratchpad
Thursday, November 13, 2014
How to make the truly universal adb and fastboot drivers for Windows
›
There are many internet sites out there offering so-called universal adb driver packs for Windows. Usually it's a repacked Google USB Dr...
Wednesday, November 5, 2014
ADB device detection in Windows
›
In my previous post I mentioned the command I use to automatically populate the ~/.android/adb_usb.ini file with USB Vendor IDs for all co...
Tuesday, September 23, 2014
The most comprehensive write up on how to make adb work in a debian based linux environment
›
It is very surprising to me to see how many people are still to this day (almost 7 years since the first public release of Android) confused...
Monday, September 22, 2014
Calling Android services from ADB shell
›
Many android automation recipes contain references to the "service call" command: # service Usage: service [-h|-?] servic...
Wednesday, July 10, 2013
Installing Android platform tools (ADB) on Ubuntu and Debian systems
›
Here is a short script I use to install the latest version of Android platform tools on those of my systems I do not need full blown Androi...
Sunday, June 23, 2013
Emulating touchscreen interaction with sendevent in Android
›
I know this has been explained many times before. But I keep getting asked about it over and over again. So I decided to summarize it in on...
Saturday, April 27, 2013
Universal udev rule for all Android devices
›
When an Android device is plugged in to a linux system, by default only root has access to the device. In order for regular users to be able...
Home
View web version