[android-porting] Re: V4L2 Camera interface

2009-07-13 Thread Harishkumar V
Marcus, Even i am facing the same problem, i got the green screen with some crazy pixels changing. Whether u able to fix this by changing resolution to 352x288 in camerahardware.cpp as told by atsuo lgarshi. Thanks and Regards, HarishKumar.V On Tue, Jul 14, 2009 at 9:51 AM, Alexguitar wrote:

[android-porting] Re: ads7846 touchscreen issue!

2009-07-13 Thread Krishna Mohan
Hi, Thats quite some workbut i heard that Android supports TS directly without any additions. Regards, -Krishna On Mon, Jul 13, 2009 at 7:59 PM, Elvis Dowson wrote: > Hi, That set of patches is only for the android 1.5r2 sdk. It does > not contain any kernel level patches. You need

[android-porting] Re: V4L2 Camera interface

2009-07-13 Thread Alexguitar
Hi, Harishkumar V & Marcus or everybody You use the v4l2 patch given by androidplan. Do you implement cameraHardwareInterface.h? If you do,can you share your code for me? Thanks a lot. On 7月12日, 下午10時19分, Harishkumar V wrote: > Hi, > > That's cool, i am using android-2.6.29 kernel, so kernel w

[android-porting] Re: V4L2 Camera interface

2009-07-13 Thread Atsuo Igarashi
Hi Marcus. Are you using Android's Camcorder app? If so, did you try to change resolution to 352x288 in CameraHardware.cpp. Regards, Atsuo On 7月14日, 午前6:28, Marcus wrote: > Hello, everybody! > > I am trying to run the Androidphan's patch with Android+BeagleBoard. > My results until now: > > 1)

[android-porting] Re: how to add the sd8686 wifi driver (libertas) into android source code for compling

2009-07-13 Thread Matt Reimer
On Mon, Jul 13, 2009 at 12:10 PM, Matt Reimer wrote: > On Sat, Jul 11, 2009 at 7:29 PM, bard.shen wrote: >> Dear All: >>   I am porting marvell wifi sd8686 libertas driver. I try to merge it into >> android source code for compling. Just as ti wifi driver >>   How can I implement it? >> >>   Any h

[android-porting] Re: V4L2 Camera interface

2009-07-13 Thread Marcus
Hello, everybody! I am trying to run the Androidphan's patch with Android+BeagleBoard. My results until now: 1) I got a green screen with some crazy pixels changing. The camera is working, because the pixels change according to the camera movement. In this case, I am using a PAC207 chipset camer

[android-porting] Re: Audio Recording not working in Android

2009-07-13 Thread MartinB
Hi, I have pretty much the same problem on my Freerunner. Has anyone got an idea on where to start looking? In my case, the message: "Unable to set channel count to 1: Invalid argument" Is strange since I'm trying to record in "Voice mode", i.e. using the MIC_INPUT (only one channel available)

[android-porting] Re: Access device files from Java Android Apps

2009-07-13 Thread Puneet
Hi, I solved the problem : "device file permissions at time of creeation". I have posted it here : http://groups.google.com/group/android-framework/browse_thread/thread/718d307bf51e8821 Thanks, Puneet Jindal On Jul 4, 9:25 pm, Puneet wrote: > Hi everybody, > > I am trying to run Android on

[android-porting] Re: how to add the sd8686 wifi driver (libertas) into android source code for compling

2009-07-13 Thread Matt Reimer
On Sat, Jul 11, 2009 at 7:29 PM, bard.shen wrote: > Dear All: >   I am porting marvell wifi sd8686 libertas driver. I try to merge it into > android source code for compling. Just as ti wifi driver >   How can I implement it? > >   Any hint will be great appreciated. Why not use the libertas driv

[android-porting] Re: android on X86 will not boot after June 22nd

2009-07-13 Thread fadden
On Jul 12, 7:46 pm, profect wrote: > 1. I think what Chen mentioned above is also a problem. Gcc's implementation > for ">>" is different from the code's intention here. If you're signed up as a contributor, go to the change page, click on the file, and double-click on the line you're concerned

[android-porting] Binder transaction failure while operating wifi settings

2009-07-13 Thread Elvis Dowson
Hi, Would anyone happen to know what will cause a binder transaction failure when attempting to configure wifi and entering numbers: binder: 1009:1009 transaction failed 29189, size88-0 Elvis Dowson --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubsc

[android-porting] how to use adb tool on SAMSUNG GALAXY?

2009-07-13 Thread da yang
Hi i got this new mobilephone this week in Germany, wanted to debug my program on the device. but it doesn't work, "c:\> adb devices" lists no device attached, though i have tried to change the "android_usb.inf" in order to install the usb driver from SDK. i added some entries as follows: under [G

[android-porting] About importing third party java lib

2009-07-13 Thread mak
Hi All, I have created java lib out of bunch of Java Source Code by putting into mydroid/external/ABC/ It creates java lib into out/target/common/obj/JAVA_LIBRARIES/ ABC_intermediates/ . It contains : classes.dex class-full-debug.jar classes.jar emma_out javalib.jar. Now in my Java Service creat

[android-porting] Re: about sd card

2009-07-13 Thread Cao Minh Vu
http://benno.id.au/blog/2007/11/14/android-busybox You can port busy box to your device and try mount again -CMV- On Fri, Jul 10, 2009 at 3:13 PM, xujh wrote: > > I have ported Android1.5 to freescale MX27 board.Everything works > well except sd card . It looks like Android can't recognize it.

[android-porting] Re: Not able to play mp3 on Zoom II

2009-07-13 Thread clemsongrad
Priya, >From what i know regarding the Zoom II platform, not everything is open sourced especially the codec's for images/audio/video etc. So you need to get with TI to get you some libraries to make this work. The best contact is to start with your TI rep. Thx On Jul 10, 4:27 am, priya wrot

[android-porting] Re: Several Consoles ?

2009-07-13 Thread BobO3386
Hi there, i'm using DELL as well. Just wondering if you have your own steps of porting ANDROID OS or do you follow instructions from other sources? Do you mind provide the links or the steps ? Thanks in advance =) On Jun 30, 5:42 pm, Lionel GAUTHIER wrote: > Hello all, > > I have installed ANDRO

[android-porting] Re: Help getting Ralink WiFi module to start

2009-07-13 Thread Elvis Dowson
Hi,Type the following command to get more diagnostic information: $ lsusb -a The Ralink RT2571WF USB Wifi module chipeset requires 300mA of power to function properly. Your USB port might not have sufficient power to activate the USB device using your current USB OTG port. This was the sa

[android-porting] Re: ads7846 touchscreen issue!

2009-07-13 Thread Elvis Dowson
Hi, That set of patches is only for the android 1.5r2 sdk. It does not contain any kernel level patches. You need to split that file, and then go to each directory in android and type $ git apply where is the name of the patch file fragment take from the file. It is a limitation of repo,

[android-porting] Re: Help getting Ralink WiFi module to start

2009-07-13 Thread sandeep gupta
Hi, I am trying to make usb wifi dongle (ralink rt73) work. I have enabled the support for rt73 in kernel Image(Linux-2.6.29). At boot time I can see the log kernel which detects USB wifi. Here are boot log messages: Disabling unused clock "modem_fck" Disabling unused clock "clkout2_src_ck" Dis

[android-porting] Re: ads7846 touchscreen issue!

2009-07-13 Thread Krishna Mohan
Hi Elvis, i got the ts_calibrate test application and the output of the calibration file was /etc/pointercal which contained some thing as below: -52034 8079 26841420 -981 -6695 18694048 65536 next, how should i apply the patch http://groups.google.com/group/android-porting/browse_thread/thre

[android-porting] Strange SurfaceFlinger transparent layer updates

2009-07-13 Thread Philippe Cornu
I am trying to understand how SurfaceFlinger/Composer works, especially on layers with transparency, blending or blur effects… Layers with transparency seem to not “wait” the refresh of the layers below, creating sometimes inconsistent data (strange pixels, mixed-up between the below data and the

[android-porting] compile android for a mid, but I can't use softkeyboard

2009-07-13 Thread xuxiake2012
I want to compile android for a mid product, so I compiled android with PRODUCT_POLICY := android.policy_mid . But I found that I can't open the soft keyboard. Because my mid product has no keyboard, so I want to use soft keyboard instead. Maybe it was designed to be so. But how can i solve my