Re: [android-kernel] Re: empty folder after git clone

2011-12-26 Thread Dharam Kumar
git checkout : simple checking out the "branch_name" or switching to the "branch_name". It does not create any new branches. git checkout -b: will *create and checkout * a branch "branch_name_1" from other branch "branch_name_2". regards -Dharam On Mon, Dec 26, 2011 at 7:35 PM, Jerome Cla

Re: [android-kernel] empty folder after git clone

2011-12-26 Thread Dharam Kumar
Hi, Everything is out there in .git folder only. By default, these URLs for cloning will put the .git stuff in your local folder. As you have not mentioned any remote branch name while cloning , hence, it would not checkout the files in your local repository. All you need to do is to checkout co

Re: [android-kernel] Re: Android Kernel with NFC

2011-03-10 Thread Dharam Kumar
Hi, As you are trying to get the pn544.c driver to work, it won't directly. (As far as I know, pn544.c will look for the NFC chip(some initialization , power-on/off stuff). Being more precise, there are 3 layers for NFC to work on Android (& Android Kernel). *

Re: [android-kernel] Re: suspend/resume in Sensor drivers.

2010-12-21 Thread Dharam Kumar
Hi, As you asked, let me explain my use case: Start the device ---> Launch the sensor app(don't close it) --->let the device go in suspend mode(early and complete suspend both; note that the app has not been closed) "The application should disable sensors event listener, Sensor Manager will call