Posts tagged Research

CyanogenMod

most popular custom ROM for Android devices Android Mobile Operating system-based Open Source Firmware for smartphones and tablet devices. Why ...

Soot

A framework for analyzing and transforming Java and Android Applications. Soot can process and produce code from the following sources. Java ...

Phantom Reference in Soot

Phantom classes are classes that are neither in the process directory nor on the Soot classpath, but that are referenced by some class / method ...

AsyncTask

Asynctask starts with execute() method. Before starting Asynctask background, onPreExecuted() executes first.  Usually, people put loading ...

Git Basic

Git is a version control system that is used for software development and other version control tasks. A repository to backup files and to update ...

adb on terminal

In Android/sdk/platform-tools, there is adb call. adb devices able to see connected device on mine, emulator is running as shown adb shell ...