[android-porting] Re: Repo sync hangs

2010-07-08 Thread Frank Maker
Whenever I have a funny problem with repo, usually downloading the latest version fixes the problem for me. On Jul 8, 6:15 am, Dinesh Pandian wrote: > Hi Rystraum, > >        Thanks a lot for your reply.I was able to successfully download > the source from the source forge mirror. :-D > > Regards

[android-porting] Re: Modifying sensors.c, rebild, and test libsensors.so

2010-08-15 Thread Frank Maker
If you setup your environment ( ". build/envsetup.sh" from $ANDROID_ROOT) and then run "lunch" and select the passion one, it should build. If that doesn't work for some reason, from the root directory just use the variable "LOCAL_MODULE" from the libsensors Makefile. So in this case it would be "m

[android-porting] Re: Modifying sensors.c, rebild, and test libsensors.so

2010-08-18 Thread Frank Maker
at's right), and check the build > again. > > Regarding the second part, the Android.mk file in the sensors > directory > has "LOCAL_MODULE := sensors.mahimahi". I am unable to check the > version on the makefile right now, but will let

[android-porting] Re: Android Build System

2010-09-07 Thread Frank Maker
nd to be more likely to be answered in my experience. -Frank Maker On Sep 7, 6:32 am, slthomason wrote: > Hi all, > > Just starting out on porting Android.  However, there seems to be some > confusion between the documentation and the actual build system.  This > link: > >