Signature

VMware - add host into cluster
Jun 2015 ONLY root account can add host into VMware cluster.
Export SQLite database from your android devices
Feb 2015 Export SQLite database from your android devices
Get current running app id and activity
Feb 2015 Get current running application's appId, and get the current visible activity name
Missing 'from' field from GCM notification extra
Feb 2015 Handle the notification only from your push sender.
Record screen on Android via adb shell
Dec 2014 Devices running Android 4.4 (API level 19) and higher, have ability to recording screen by adb shell.
Kill Android process via adb shell
Dec 2014 Android ADB shell stop application like “force-stop” for non rooted device.
Java: Convert GPS latitude/longitude to World Coordinates
Dec 2014 Google maps use wgs84 coordinate system, but sometimes you want to convert to world coordinate system. And you may also want to convert it back.
adb connect Android device over wireless
Nov 2014 Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. Even better, you can do it without cable.
Patching GNU Screen with vertical split support in OS X
Oct 2014 The built-in `screen` only support horizontal split, in order by make it support vertical split, we need a patch.
Fix Android Studio on Yosemite
Oct 2014 My Android Studio and Intellij crash after I upgraded to Yosemite, I thought I have to use Eclipse for the reset of my day. But thanks Jonas Osc, I got it fixed, now it's up and running.
Hello, Everyone!
Oct 2014 I'm very excited to post my first blog on github. As a developer I want to share my code, bug and store to you everybody.
Git - Tips
Oct 2014 git is a great SCM tool. But sometime you may want to do something not common, and you may not always keep them in mind.
Android - get screen size programmatically
Oct 2014 Simple android example, first tech post in github.