[android-kernel] detecting system suspend/resume failure

2013-07-18 Thread ngujason
Hi, Is there a way to find out which task (or related information) when system suspend/resume fails? Thanks. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the

[android-kernel] log message to logcat radio using LOGE or LOGI

2013-07-17 Thread ngujason
Hi Is it possible to route logcat logs using LOGE or LOGI to a specific logcat buffer such as "system", "radio", or "main"? Thanks. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because yo

[android-kernel] copy data in emmc partition to data/dontpanic directory

2012-01-11 Thread ngujason
Hi, I am looking for a way to save data in emmc partition into /data/ dontpanic directory after reset. I tried using "dd if=" command in init.rc file, but it didn't copy contents to data/dontpanic directory. is there anyway to do so in one of the init*.rc file? Does "dd" command work in init.r

[android-kernel] adbd disconnected issue

2010-08-25 Thread ngujason
Hi, I am running some tests with Froyo on PC connected by a USB cable. While I run the tests, adb connection gets lost although I still see the USB connection. I looked at the log, and I am thinking that this is suspecious, "adbd disconnected". I searched on the web what adbd is but no clear expla