[android-porting] Re: Orientation sensors at HAL

2011-11-14 Thread Chinmay V S
On Mon, Nov 14, 2011 at 7:54 PM, sarika baby wrote: > > Hello, > I am trying to implement orientation sensor and for that reason i > added Orientsensor.cpp , Orientsensor.h in > mydroid/device/ti/pandaboard/libsensors/ >And i am trying to display the pitch, roll, azimuth values using TI >

[android-porting] PL2303.ko for android kernel 2.6.32.9 ARM7

2011-11-14 Thread Jaime Alfonso
Hi, please any person that send me the PL2303.ko for android kernel 2.6.32.9 ARM7, because i install other .ko and the terminal show me ".should be 2.6.32.9 arm7"...please -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Compilation Error with android 3.1 on Ubuntu 10.04

2011-11-14 Thread akm
Hi Devaraj, There is indeed an Android.mk file in frameworks/base. I tried re- downloading the codes from repo as you mentioned. But the results are same. I am more worried about compilation of camera than docs at the moment. "target Java: Camera (out/target/common/obj/APPS/Camera_intermediates/ c

[android-porting] Disabling GPS in Android build system

2011-11-14 Thread aulty
The board that I am porting android to does not have gps hardware. When I visit the google mobile page with the default webkit browser using the board it crashes as the gps does not work. I can fix this by editing GeoLocationService.java to not look for gps updates by commenting out this line: m

[android-porting] disable the hardware overlay in android

2011-11-14 Thread Saurav
> Hi fellows, > > Is there any way to disable the hardware overlay in android phones and do > the rendering of videos as is it done for other applications using > framebuffer. I have source code of GingerBread but not sure how to go > about it. Any idea or clue will be of uttermost help !! > > > T

[android-porting] I am looking for a platform development board. Would appreciate your advices (you can see this as some sort of a survey: What is the development board you are using for Android bring

2011-11-14 Thread Ron
Hi all, First of all, I would like to state that this post is BY NO MEANS specific brand related, commercial or whatsoever - so I would appreciate keeping the discussion as objective as possible. I would like to get an Android development board - for the purpose of compiling, building and modifyi

[android-porting] Re: beaglebone at droidcon.in Bangalore

2011-11-14 Thread Syed Mohammed, Khasim
Hi all, More updates on our efforts at http://droidcon.in/2011/ http://arowboat.wordpress.com/2011/11/14/arowboat-org-hosts-android-quiz-and-hackers-corner/ Regards, Khasim On Thu, Nov 10, 2011 at 6:31 PM, Syed Mohammed, Khasim wrote: > Hi all, > > We will be introducing Beaglebone running And

Re: [android-porting] disable the hardware overlay in android

2011-11-14 Thread ESL_Phani RajKiran
> > Hi Saurav You can disable h/w acceleration by setting the system property debug.sf.hw to 0. 125 // debug: disable h/w rendering 126 char property[PROPERTY_VALUE_MAX]; 127* if (property_get("debug.sf.hw", property, NULL) > 0) *{ 128 if (atoi(property) == 0) { 129 LOGW("H/W composition disabl

[android-porting] Re: Compilation Error with android 3.1 on Ubuntu 10.04

2011-11-14 Thread akm
clean build failed with same errors. akm On Nov 13, 9:32 pm, akm wrote: > Hi Devaraj, > > There is indeed an Android.mk file in frameworks/base. I tried re- > downloading the codes from repo as you mentioned. But the results are > same. > I am more worried about compilation of camera than docs a

Re: [android-porting] Re: Frame buffer , Hardware overlay, rendering

2011-11-14 Thread Matt Shao
I agree with what Eric said. Yes, there is only one "screen", the finally overlay is done by hardware, so whether you can get the overlay buffer is case by case or say device by device 2011/11/14 Girish > But how the video renderer is able to write into same framebuffer > memory area (Logica

Re: [android-porting] To Get a clean kernel source code from kernel.org, and checkout the tag of 2.6.35.3:

2011-11-14 Thread Tung Dang
Hi, There are some issue with kernel.org. You try these steps to get v2.6.35.3 git clone git:// git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git kernel_imx git checkout v2.6.35.3 Tung. On Fri, Nov 11, 2011 at 6:22 PM, srinivasan shanmugam < srinivasan@gmail.com> wrote: > Hi