[android-porting] Re: help with debugging init.rc

2011-09-12 Thread lakehousetech
Amit, I've stumbled across the same problems while porting GB to a tablet based on ARM MSM7227. I have set my loglevel to 8 in the init.rc, but the last_kmsg from the boot failure doesn't give me enough information to determine why my servicemanager is being killed 4 times in 4 minutes. I read your

[android-porting] Alternate Debugging Methods?

2011-09-12 Thread lakehousetech
I'm currently working on porting gingerbread to a tablet (ARM MSM7k), and the only way I know how to debug the boot process before adb starts is by looking at the last_kmsg. Is there another way to determine why servicemanager is being killed 4 times in 4 minutes? Even with loglevel set to 8, t

[android-porting] Re: init: critical process 'servicemanager' exited 4 times in 4 minutes; rebooting into recovery mode

2011-09-12 Thread lakehousetech
What logs other than last_kmsg can be checked since adb hasn't started? Chris -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: init: critical process 'servicemanager' exited 4 times in 4 minutes; rebooting into recovery mode

2011-09-12 Thread 麥wing
Hi, Thank you for reply my message. I have been ported the Gingerbread OS into devkit8000 for about half year, still cannot success! I find that I cannot get the logcat logs for seeing the crashes, I do not know the reasons. However, apart these problems, there are some problems affecting the OS

[android-porting] how to use logwrapper ? Bt not turning on

2011-09-12 Thread Ruth
I made these changes to my init.rc and init.herring.rc file as below service hciattach /system/bin/logwrapper /system/bin/ brcm_patchram_plus --enable_hci --enable_lpm \ --baudrate 300 --patchram /vendor/firmware/bcm4329.hcd /dev/ s3c2410_serial0 user bluetooth group bluetooth net_

[android-porting] to enable verbose debugging , android compilation failed

2011-09-12 Thread Vaishali
vi gingerbread/frameworks/base/core/jni/android_bluetooth_common.h // Set to 0 to enable verbose bluetooth logging #define LOG_NDEBUG 1 set to 0 All lines with LOGV( __FUNCTION__ ); give error : error sample from the compilation is 1. frameworks/base/core/jni/android_bluetooth_BluetoothAud

[android-porting] Build the kernel

2011-09-12 Thread Kolanchinathan S
Hi, I am building the Android_Linux_Kernel_2_6_32. After gave make menuconfig i compile the uImage. (From this command --> make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage). I am getting below error.

[android-porting] Re: android alarm driver

2011-09-12 Thread extrapedestrian
do you have /dev/rtc on your platform? On Sep 9, 4:30 pm, Xin Liu wrote: > I don't think so . Android alarm doesn't assume that your CPUs have RTC. we > use timer to do the same job. > > --lx > > 在 2011-9-9,下午3:41, extrapedestrian 写道: > > > > > > > > > I found alarm is platform driver that nee

Re: [android-porting] Alternate Debugging Methods?

2011-09-12 Thread Tim Bird
On 09/11/2011 07:57 PM, lakehousetech wrote: > I'm currently working on porting gingerbread to a tablet (ARM MSM7k), > and the only way I know how to debug the boot process before adb starts > is by looking at the last_kmsg. Is there another way to determine why > servicemanager is being killed 4 t

Re: [android-porting] Re: How to connect to a binder c++ service?

2011-09-12 Thread Nitin Mahajan
2010/10/22 Samuel Skånberg : > Hello Dianne, > > Thanks for you quick response! > > In another post a developer asked how one should go about to publish an > IBinder interface of a native service with the system manager. There you > said one should follow four steps > > "1. Declares a shared user I

Re: [android-porting] i.MX51 BBG: How to swap red color with blue on DISP2 (RGB565 -> BGR565)

2011-09-12 Thread lqw1001
Hi Tung, I have tested my FB driver, it’s OK! And I found Boot logo can swap color, but android system can’t. I’m puzzled with this. Does system not use FB? Best regards, Qingwei From: lqw1...@gmail.com Sent: Friday, September 09, 2011 1:58 PM To: Tung Dang Cc: android-porting Subject: Re:

Re: [android-porting] i.MX51 BBG: How to swap red color with blue on DISP2 (RGB565 -> BGR565)

2011-09-12 Thread Tung Dang
Hi Quingwei, Maybe there is some change with the Display Mechanism in Android. Last time I tried on Android 2.2 Eclair, it still can swap color. Anyways, I am sure that the Android system still need to call to the display FB driver . On your Boot Logo, it can swap color, but android system cannot

[android-porting] SDK Addon

2011-09-12 Thread Matt Oakes
Hi, I'm working on creating an SDK addon. I've been looking at the sample provided in the *platform/vendor/sample.git* repo. I understand how it all works but I'm having problems when it's being built. I run: . build/envsetup.sh lunch 1 make -j8 PRODUCT-sample_addon-sdk_addon The build comple

[android-porting] Re: glReadPixels sg2 slow

2011-09-12 Thread dattrax
ReadPixels is always slow. Not only does it have to flush the GL pipeline, storing information which is not kept on a eglswapbuffers (depth and stencil), but it has to convert from the internal rasterization formats to a RSO format. If readpixels wasn't required for the CTS, then it would have be

[android-porting] Re: build error about sample SDK addon with android-2.3.4_r1

2011-09-12 Thread Matt Oakes
I'm getting the same thing. It has trouble packaging up the jar file. I'm doing this under Ubuntu 11.04 64 bit. Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting