Category: Android

0

CPU Governors explained

Source: http://forum.xda-developers.com/showthread.php?t=1663809   Android CPU governors explained What is a governor? A governor is a driver for the regulation of CPUFreq – CPU frequency. As the name suggests, we, the Governor of the decision, when at full capacity, the MaxFreq...

0

Impetus Smart-I

Smart-I lets you track the hours you have spent in office premises. If you do not know the terms – pivot, smartI then this application is not for you 😉 Forum: http://192.168.68.145:8001/forums/topic/smart-i/ Screenshots   [wpdm_file id=1] Related posts: Android emulator taking...

0

Android Development resources

References – http://mobileorchard.com/android-app-developmentthreading-part-1-handlers/ http://mobileorchard.com/android-app-developmentthreading-part-2-async-tasks/   My AVD command line “-scale 0.6 -qemu -m 512 -enable-kvm”   Related posts: Impetus Smart-I Setting up adb on Linux for android development Faster android emulation using Virtualbox Android CPU Scaling Governors

0

Android emulator taking too much of screen size?

Using AVD Manager Open AVD Manager If using eclipse then Go to Window -> Android SDK and AVD Manager -> Virtual Devices Select the AVD you want to launch and click Start Check the “Scale display to real size” button Enter...

0

Setting up adb on Linux for android development

Setting up a Device for Development With an Android-powered device, you can develop and debug your Android applications just as you would on the emulator. Before you can start, there are just a few things to do: Declare your application...

0

Android IO Schedulers

Anticipatory Based on two facts Disk seeks are really slow. Write operations can happen whenever, but there is always some process waiting for read operation. So anticipatory prioritize read operations over write. It anticipates synchronous read operations. Advantages Read requests...

0

Android CPU Scaling Governors

Source: Governors CPU governors control exactly how the CPU scales between your “max” and “min” set frequencies. Most kernels have “ondemand” and “performance”. The availability brazilianwax – Similar to smartassv2 with more aggressive ramping, so more performance, less battery. conservative – Available...

0

Faster android emulation using Virtualbox

Source: http://www.bobbychanblog.com/2011/07/faster-android-emulator-alternative-using-virtualbox/   The Android SDK Emulator can be quite slow on some systems, which makes Android app debugging especially painful for those who aren’t in possession of a physical device to test their Android apps on. Thankfully there is a...