[android-kernel] system call for GSM/3G tx-power

2011-04-30 Thread felixad
Hello I want to write a system call in die android source code to export the transmission power of the GSM/3G module. My aim is to get a method like the "getGsmSignalStrength()" but not for the received but for the transmitted power. I looked in the source code, but found no way. Has anybody an i

[android-kernel] Re: VPN: L2TP: always timeout when Sending SCCRQ

2011-04-30 Thread Jiejing.Zhang
Hi All, After apply this patch https://lkml.org/lkml/2011/1/2/82 pure l2tp VPN is working. But I found L2TP+IPSec PSK, and L2TP+IPSec CRT profile is not working. I can't capture any package in tcpdump, I suspect some crypto related config. could you give me some suggestions ? Thanks. log is

[android-kernel] Stuck on "ANDROID" boot animation screen 7" 800*480 LCD

2011-04-30 Thread bord...@gmail.com
Hi All: We use S5PV210 Board as our Hardware. Android version is 2.2 Froyo, Kernel version is 2.6.32. When start the android, stuck on "ANDROID" boot animation screen. And never get into Android home screen. And the logcat message is listed as follows: # logcat - beginning o

[android-kernel] VPN: L2TP: always timeout when Sending SCCRQ

2011-04-30 Thread Jiejing.Zhang
Hi All, Hi Chia-CHi Yeh, I cc you since I found your kernel commit which is enable VPN stuff. I'm doing enable VPN function in an android froyo/gingerbread porting. After apply android pppol2tp, pppopptp related patch in android/common.git, I can success enable PPTP protocol, but I meet problem w