[android-porting] Re: How does Android init work?

2009-05-22 Thread Johnny Song
hi, I think you can start with the init process in Android. $(TOP)/system/core/init/init.c is the source of init and this process I believe is the 1st process when system booting. init will mount fs, make dev node and initialize the property of android, etc. hope that can help! [?] Best Regard

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-05-22 Thread pixelflinger
Hi, copybit is just an abstraction for a basic 2D blitter with support for rotation, scaling and color/pixelformat conversions. These features can be supported in full or partially. If the copybit module is present, then SurfaceFlinger will try to use it instead of using OpenGL ES. On the G1 co

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-05-22 Thread Manish Sharma
Thanks Mathias, How soon we can see this change happening in Master branch? We are in process of accelerating copybit. Is it worth putting effort in this direction or shall we go with OpenGL APIs for 2D accelerations without using copybit? Regards, Manish On Fri, May 22, 2009 at 2:22 PM, pixe

[android-porting] not loaded BT lib....

2009-05-22 Thread windrg
Hello, All? Nowdays I'm trying to power up the BT chip. And I'd found the 2 BT kernel modules - btpower.ko, btrfkill.ko - are not loaded on Sholes Tablet. So I'd tried to load it manually but it shows as below. == #insmod btpower.ko insmod: init_modu

[android-porting] Volume and Camera Keys in KeyLayout File

2009-05-22 Thread Dave
I am trying to create a keylayout file which allows the volume keys and the camera key to wakeup the device. However, if I place the WAKE attribute next to those keys, the device is still prevented from waking. It appears that a isWakeKeyWhenKeyguardShowing inside of frameworks/policies/base/pho

[android-porting] Re: touchscreen support.

2009-05-22 Thread Yi Sun
HOw big is your screen? 3440x3786 does not seem to be a right value On Fri, 2009-05-22 at 10:25 +0530, deepak singal wrote: > dev/input/Pressure On Screen x=3440 y=3786 --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http:/

[android-porting] Rtsp streaming on emulator

2009-05-22 Thread Yogi
Hi All, I am facing problem while streaming the clip thro darwin server. Following are the step: 1. Installed darwin server on my Ubuntu system. 2. To check whether drawin server is woking on not, i tried streaming clip thro darwin server on VLC player. 3. Launched the emulator with the help of f

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-22 Thread ertan...@gmail.com
Can somebody guide me on how to debug this please? LatinIME is not working on my device. How can I debug it? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~-

[android-porting] Re: UsbStorageActivity doesn't launch from Notification context menu

2009-05-22 Thread Brian Cavagnolo
Just for the record, I figured this out. My usb and ac power supplies were not configured in the kernel. This lead to the battery service thinking that the device was not plugged in. This information gets reported to the UsbStorageActivity, which then finishes immediately after starting. Once

[android-porting] Re: not loaded BT lib....

2009-05-22 Thread Nick Pelly
> == > #insmod btpower.ko > > insmod: init_module 'btpower.ko' faied (Operation not permitted) > = insmod should work. Are you root? --~--~-~--~~~---~--~~ unsubscribe: android-

[android-porting] Re: [android-porting]About RILD system

2009-05-22 Thread Brian Liu
The command socket (s_fdCommand) will be closed only when there is any exception like EINTR or end of stream (e.g. service layer close this socket). The sequence is like this: 1. Bootup 1.1 Init process create UNIX domain socket on /dev/socket/rild and then fork RILD according to init.rc 1.2 RILD

[android-porting] Re: gl functions not working, egl functions are working - android port to Overo TI OMAP 3503

2009-05-22 Thread Michael
Hi, Elvis Do you use the TI OMAP hardware 3D acceleration on Android ? If yes, Could you show me the detail of how to port OpenGL-ES to Android ? Thank you. On 4月26日, 下午11時35分, Elvis Dowson wrote: > Hi, > I've solved this issue. This is because the gl wrappers weren't > bei

[android-porting] Android on HTC Alpine

2009-05-22 Thread ErrHec
Hi Where can I find the config settings to compile the zImage for HTC Alpine ( XDA 2i ,DOPD 699) I try several times with different settings in config but allways stuck with color lines in boot. Any suggestions? TNX --~--~-~--~~~---~--~~ unsubscribe: android-portin

[android-porting] Is there any version exist that can be directly used in x86 based netbooks

2009-05-22 Thread GrainWang
HI Friends: I'm a fresh guy on Android system. And have the following questions: 1. Can Android 1.5 be directly used on X86 based netbooks? I heard that there's a project named "Asus eee701", but in the branch of "Cupcake", I don't konw if "Cupcake" means the same for "Android",wha

[android-porting] Is there any guides for porting android into x86?

2009-05-22 Thread GrainWang
Dear friends: Is there any doc exist for guiding porting android into x86? Such as todo lists, how to do,what to do? Thanks! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-port

[android-porting] Emulator is not coming up if we will do the changes in CUPCAKE version

2009-05-22 Thread somu
Hi, I am facing the problem with emulator comes up while doing the changes in Cupcake version. If modify any of the EXTERNAL files getting this problem.While seing through the adbshell it is showing the file but the emulator stops in the ANDROID screen page itself. Please do the needful,if any

[android-porting] Re: How does Android init work?

2009-05-22 Thread wueyuan
Dear Neil, Maybe you can take a glance at "system/core/init/init.c", as you have the android source code. eason On Thu, 2009-05-21 at 20:00 -0700, neilnguyen_2...@yahoo.com wrote: > Dear all: > > Please bear with me, I am not an expert here. > First of all, I have linux 2.6.27 downloade

[android-porting] Is there any stable release that fit x86 net book

2009-05-22 Thread GrainWang
Dear friends: It’s so great that google supply us an easy-to-use open OS.I'm a fresh guy on Android system. And have the following questions: 1. Is there any stable release that fit x86 net book. I heard the name “cupcake” and “android1.5”, is it the same? 2. Is the “asus ee

[android-porting] Is there any doc exist for porting android 1.5 into x86

2009-05-22 Thread GrainWang
Dear friends: I'm a fresh guy on Android system. And have the following questions: 1. Is there any stable release that fit x86 net book? I heard the name “cupcake”, but it semed to be a float branch? 2. Is the “asus eee701” project in "cupcake" only fit for asus’s net books? Or

[android-porting] Is there any doc exist for porting android 1.5 into x86

2009-05-22 Thread GrainWang
Dear friends: I'm a fresh guy on Android system. And have the following questions: 1. Is there any stable release that fit x86 net book? I heard the name “cupcake”, but it semed to be a float branch? 2. Is the “asus eee701” project in "cupcake" only fit for asus’s net books? Or

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-22 Thread Jim Pai
I have met the situation, but it's happened on PinyinIME. I checked the log, seems the permission so that the CandidateView can't be create. On 5月23日, 上午12時32分, "ertan...@gmail.com" wrote: > Can somebody guide me on how to debug this please? > > LatinIME is not working on my device. How can I d

[android-porting] Re: gl functions not working, egl functions are working - android port to Overo TI OMAP 3503

2009-05-22 Thread Elvis Dowson
Hi Michael, I'm using android's software OpenGL ES implementation at the moment. I will work on trying to get a hardware implementation going sometime next week. Best regards, Elvis 2009/5/21 Michael > > Hi, Elvis > Do you use the TI OMAP hardware 3D acceleration on Andro