Monthly Archives: September 2009

A Hand out on How to do make menuconfig on android Kernel


A Hand out on How to do make menuconfig on android Kernel Kaushik Prajapati San Jose State University kaushikprajapati@gmail.com Introduction: This handout will guide you through how to do menuconfig on Android kernel for beagle board. As an example I … Continue reading

Posted in Uncategorized | 6 Comments

Native C programming – Hello World! for Android


Native C code development has two most important components. One is the source files and the second is the Makefile Android.mk. STEP 1. Go to the Android directory. cd beagledroid/external mkdir hello STEP 2: Make two files inside the hello … Continue reading

Posted in Technology | Leave a comment

Keyboard and Mouse Issue- Android on beagleboard


Solution for Keyboard and Mouse problem Kaushikkumar Prajapati Contact: kaushikprajapati@gmail.com Prerequisites: 1) USB Hub Separately Powered 2) Keyboard and Mouse (In my case I use DELL keyboard and Mouse) 3) Properly formatted SD card Problem Statement: The problem with the … Continue reading

Posted in Technology | Leave a comment

Android porting to beagle board


Android porting to beagle board using Ubuntu on your machine Kaushik Prajapati E-mail: kaushikprajapati@gmail.com STEP 1: Install the necessary software in order to compile and build the Android For Ubuntu Linux (32-bit x86) users: To set up your Linux development … Continue reading

Posted in Technology | Leave a comment