Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread Ilya Petrov
2009/6/16 hu zhangli huzhan...@gmail.com: hi muromec:       nice to meet you!       how about your kernel version about this android_patch, a b means which versions? i simply checked out common kernel from android repo, got diff from vanilla 2.6.29 and ported to 2.6.30.      after i

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread hu zhangli
so at present you have boot up android on A1200 phone? android-2.6.30_2 is different between vanilla 2.6.29 and android common project 2.6.29 or 2.6.30?? could you feel convenient to instruct basic porting step? On Tue, Jun 16, 2009 at 11:35 AM, hu zhangli huzhan...@gmail.com wrote: hi

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread hu zhangli
what is mean vanilla 2.6.29 means from stable 2.6.29 from kernel.org? so use the diff stable 2.6.29 and android common project 2.6.29 TAG, right, then manual to port to 2.6.30 by hand? at present i express my step: 1. check out the newest openezx branch. 2. choose a1200 config switch to make

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread Ilya Petrov
2009/6/16 hu zhangli huzhan...@gmail.com:  what is mean vanilla 2.6.29  means from stable 2.6.29 from kernel.org? so use the diff stable 2.6.29 and android common project 2.6.29 TAG, right, then manual to port to 2.6.30 by hand? yep. at present i express my step: 1. check out the newest

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread hu zhangli
1. but i see your build out log , it seem to 2.6.30.rc4. pls correct me? 2. i conform to http://wiki.openezx.org/Kernel_hacking_-_linux-2.6, keep sync with openezx.git. firstly i just check out ezx/current , then build, use bootusb to download zImage to a1200, the phone is crash, the panel

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread Daniel Ribeiro
Em Ter, 2009-06-16 às 18:40 +0800, hu zhangli escreveu: 1. but i see your build out log , it seem to 2.6.30.rc4. pls correct me? Yes, but the source code on openezx.git is 2.6.30, I dont update the built image as frequently as i update the source. I can upload a zImage of the latest

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread Daniel Ribeiro
Em Ter, 2009-06-16 às 11:35 +0800, hu zhangli escreveu: after i download zImage to A1200 , the lcd panel is confused and no kernel message print. could you recommend one way to dump out the startup message? You can use boot_usb/gen-blob to read the phone RAM after the crash. You will

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread hu zhangli
1. to daniel , pls update newest zImage and related CONFIG. i remember i only use boot-usb to download the android 2.6.25, i dont use gen-blob. why? when the battery is quickly insert, at this time the system log will be still in the ram. so use boot_usb to dump the kernel message, but as you

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread Daniel Ribeiro
Em Ter, 2009-06-16 às 23:27 +0800, hu zhangli escreveu: 1. to daniel , pls update newest zImage and related CONFIG. i remember i only use boot-usb to download the android 2.6.25, i dont use gen-blob. why? On .25 we were using an UDC driver that could deal with the weird state that the

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread Daniel Ribeiro
Em Ter, 2009-06-16 às 23:31 +0800, hu zhangli escreveu: CONFIG_CMDLINE=root=/dev/nfs nfsroot=192.168.1.1:/home/liaoweiguo/android_0.9beta_sdk_nfs rw ip=192.168.1.2:192.168.1.1:192.168.1.1:255.255.255.0:ezx:usb0:off mem=...@0xa000 mem=...@0xac00 If

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread hu zhangli
On the Wiki: There is a bug in the mainline pxa-udc's driver (not used in OpenEZX's 2.6.25 or older kernels that used a different pxa-udc driver (the one in svn server)and don't necessitate the 'boot_usb gen-blob 0' command) that cause a kernel panic, so the only way to use usb without any changes

Re: about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-16 Thread Fred .
On Tue, Jun 16, 2009 at 5:27 PM, hu zhangli huzhan...@gmail.com wrote: 1. to daniel , pls update newest zImage and related CONFIG. i remember i only use boot-usb to download the android 2.6.25, i dont use gen-blob. why? when the battery is quickly insert, at this time the system log will

about porting Android sdk1.5 to a1200, which two version about this patch, thanks

2009-06-15 Thread hu zhangli
hi muromec: nice to meet you! how about your kernel version about this android_patch, a b means which versions? after i download zImage to A1200 , the lcd panel is confused and no kernel message print. could you recommend one way to dump out the startup message? best