Re: [android-porting] Re: Gingerbread porting

2011-01-22 Thread hardik patel
Hi, After comment dsp related service still we are facing issue. it again crash at while loading file system. To download kernel we have use below path : http://android.git.kernel.org/?p=kernel/common.git;a=summary One thing i notice if i download 2.6.35 kernel from

Re: [android-porting] Re: Gingerbread porting

2011-01-22 Thread hardik patel
Which quick option you are telling about ... I am not sure that dsp is causing the issue how to debug the init process ... how can we identify main problem ? On Sat, Jan 22, 2011 at 1:53 PM, kiran kiranbhat2...@gmail.com wrote: Hi All  Dsp Interface part  present on android ginger bread is

[android-porting] using the camera service from android native code

2011-01-22 Thread ajay
hi, we are trying to modify the android filesystem.we are trying to use the camera service from a c++ code.we are using the cameralistner class present in /root/Desktop/froyo/frameworks/base/include/camera/ Camera.h . the cameralistner class consists of only 3 pure virtual functions when i

[android-porting] Re: Which version ol Linux Kernel for Android 2.3?

2011-01-22 Thread freakingtux
Hello, The supported kernel is the 2.6.35 kernel as you can see here: http://developer.android.com/sdk/android-2.3-highlights.html Greetings -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] VOLD is missing from product build

2011-01-22 Thread lakshman . bana
Hi All, I added $(call inherit-product, build/target/product/full.mk) in my product make file but I don't see vold binary in out/target/product/myproduct/system/bin directory. What am I missing? thanks in advance -lb -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] Re: Gingerbread porting

2011-01-22 Thread kiran
During Booting , once the Bash Prompt comes on the serial terminal you can quickly logcat which will give more information about why it is crashing. Regards Kiran On Sat, Jan 22, 2011 at 2:22 PM, hardik patel hk5pa...@gmail.com wrote: Which quick option you are telling about ... I am not sure

Re: [android-porting] Re: Gingerbread porting

2011-01-22 Thread hardik patel
HI, In my case, i am not able to get bash prompt of linux... it is crashing before... On Sun, Jan 23, 2011 at 8:19 AM, kiran kiranbhat2...@gmail.com wrote: During Booting , once the Bash Prompt comes on the serial terminal you can quickly logcat which will give more information about why it