[android-porting] Re: openGL can't support YUV422?

2008-12-08 Thread [EMAIL PROTECTED]
hi,Mathias Agopian thank you very much~ what's your opinion about display YUV422P data? On 12月6日, 上午3时15分, Mathias Agopian [EMAIL PROTECTED] wrote: On Fri, Dec 5, 2008 at 4:19 AM, Anson [EMAIL PROTECTED] wrote: Hello all: I Noticed that in fakeCamera.cpp, the fakeCamera generate some so

[android-porting] Re: Android 1.0 Release Ported to Nokia N810

2008-12-08 Thread solca
(oops I reply just to the author the first time) On 6 dic, 10:22, Peter McDermott [EMAIL PROTECTED] wrote: Solca, This is great!  Kudos to you for making WiFi work -- and on a newer   kernel!   Very very cool. Thx! Maybe we can integrate your patches into our kernel and work on some  

[android-porting] Re: Android 1.0 Release Ported to Nokia N810

2008-12-08 Thread solca
On 7 dic, 20:30, edwardlee.2002 [EMAIL PROTECTED] wrote: Hi,solca, Great efforts! I have get great infos fromhttp://guug.org/nit/. Here I have two question need your help: 1. I can't find the definition of fix-xpanstep in your kernel patch. I have download the full kernel code via git

[android-porting] Re: Building OpenCore

2008-12-08 Thread getandroid
I do make ARCH=arm CROSS_COMPILE=arm-eabi- then the whole android get compiled but none of the external packages get built!!! is there any way to compile whole android code at once??? secondly, i compiled opencore and got the executable 'pvplayer_engine_test' was trying to run this in

[android-porting] Problem about android SDK 1.0 porting on IMX31 board (No pending application record for pid 0)

2008-12-08 Thread deepak singal
Hello all, I am trying to port android SDK 1.0 to IMX31. I have kernel linux2.6.22.6 which was released from freescale with linux-2.6.25-android-1.0_r1.tar.gz. and the rootfs was pulled from android-sdk-windows-1.0_r1. When i try to run android 1.0 on IMX31 board through SD card

[android-porting] Re: Debug android source code

2008-12-08 Thread Yogi
After enabling the log i am getting following error message: target thumb C++: libpvlogger = external/opencore//oscl/pvlogger/src/ pvlogger.cpp In file included from bionic/libc/include/stdint.h:31, from bionic/libc/include/dirent.h:31, from

[android-porting] Re: Building OpenCore

2008-12-08 Thread Girish
Place a file with name test.mp4 in the same directory as the defualt file name it expects is test.mp4 Checkout this option.. May be helpful Regards Girish On Dec 8, 6:07 am, getandroid [EMAIL PROTECTED] wrote: hi, finally, it get execute permissions, but i get following error when trying

[android-porting] Re: Android 1.0 Release Ported to Nokia N810

2008-12-08 Thread Meizirkki
i believe that it is not possible to make the open wifi driver work with 2.6.25 kernel :( There is a presentation about it: http://stlc45xx.garage.maemo.org/stlc45xx-maemo-summit-2008.pdf On 8 joulu, 12:47, Peter McDermott [EMAIL PROTECTED] wrote: Solca, We downloaded and tried your new

[android-porting] Re: android porting

2008-12-08 Thread borhe
Hello! I fixed the error in AudioManager but unable to see the android's desktop. Just the screen that says No service, shows date and battery I have a basic system without GSM,GPRS,Bluetooth and even WiFi is not integrated yet. I will repeat my question: Is it possible to run the Desktop with

[android-porting] Re: Fake Character Device Driver

2008-12-08 Thread Luca Belluccini
Thank you for the tip. I'll check it out. On Dec 7, 8:36 pm, Dianne Hackborn [EMAIL PROTECTED] wrote: For application style permissions, what you generally do is define a new gid that your device is published under (so it is not world readable/writeable), add an entry to etc/permissions.xml

[android-porting] Re: Android 1.0 Release Ported to Nokia N810

2008-12-08 Thread Meizirkki
@ Solca: I downloaded your latest kernel and rootfs, wifi goes on, and getcfg shows wlan0: UP, but when it starts to search for networks, the whole userpsace crashes, and the robot splash comes up. On 8 joulu, 15:45, Meizirkki [EMAIL PROTECTED] wrote: i believe that it is not possible to make

[android-porting] Web-Cam with Android

2008-12-08 Thread Shivdas Gujare
Hi All, Is connecting USB web camera is supported with Android? Currently I am running Android on Omap3 BeagleBoard, and I want to launch Camera application on Android, connect USB Web Camera with Board and see live streaming on Android? As per information from

[android-porting] Telephony flow

2008-12-08 Thread Praveen
Hi Is there a document which explains the internals of android like service layer, RIL layer Telephony Managar etc. More precisely i would like to know if any document which explains the flow of request and response for example an MO Call setup request from a voice call appln to the Telephony and

[android-porting] Re: Fake Character Device Driver

2008-12-08 Thread Dianne Hackborn
On Mon, Dec 8, 2008 at 4:50 AM, Luca Belluccini [EMAIL PROTECTED]wrote: How to define a group statically? (Maybe editing kernel files? Is there any file containing group ids?) The meaning of groups is purely defined by user space. There is a system/init header that defines the standard

[android-porting] Re: Problem about android SDK 1.0 porting on IMX31 board (No pending application record for pid 0)

2008-12-08 Thread Dianne Hackborn
Well it's the activity manager saying that some process came back to connect to it, which it wasn't expecting. It looks like for some reason the API to get the calling PID from the Binder is not working, and returning 0 instead of the caller's actual PID. You might want to look in the kernel log

[android-porting] Re: Unable to get the Android source code.

2008-12-08 Thread Maxime Petazzoni
That looks like a typo in the manifest file. I think it should read android.git.kernel.org My 2 ¢, - Maxime On Dec 7, 9:23 am, rams [EMAIL PROTECTED] wrote: Hi All, I followed the steps for getting the Android kernel, but I am facing the following issue:  $repo init -u

[android-porting] Re: android_get_control_socket fails....

2008-12-08 Thread Nick Pelly
This is some Android specific magic. When two linux processes wish to communicate via a unix domain socket on a traditional linux distribution they often use /tmp. However on Android we got rid of /tmp for security and storage accountability reasons. Instead a mechanism was introduced for daemons

[android-porting] Re: Help to port android on openmoko

2008-12-08 Thread Jean-Baptiste Queru
I've submitted a pair of changes http://review.source.android.com/5269 and http://review.source.android.com/5270 to the open-source repository to be sure that they would be available asap to help with the FreeRunner port. I'm not the original author of those changes, and I'm not an ARM

[android-porting] Re: Audio support

2008-12-08 Thread Misael Lopez
I did a 'repo init ...' and 'repo sync' but neither alsa-lib nor libaudio-alsa code is downloaded but they are showed in gitweb interface of android code. Why arent they downloaded with default manifest? Did you add entries for those projects in manifest file? -Misa 2008/12/5 mvniekerk [EMAIL

[android-porting] To test the integrated codec

2008-12-08 Thread Yogi
Hi All, I have integrated WMA codec onto android i.e compiled successfully but i want to test that integrated codec without parser. Can I test the integrated codec without building the complete audio graph or by creating some dummy graph? If I hard code elementry stream(output of parser) in

[android-porting] Re: Enabling Qwerty keyboard with Android

2008-12-08 Thread Jinjun
Hi Shivdas, I am using PXA270 as my development board. The touch screen is not working therefore I have to use keyboard and mouse. I have some problem to use keyboard and mouse to select the icons. I try to used arrow keys or mouse to highlight the icon or menu but it is very difficult. For