[android-porting] 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

[android-porting] 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-porting] ISL29030

2011-04-30 Thread Quarx
Hello. Where i can download sources for sensors.%name%.so Proximitry and light sensor's ISL29030. I could not find.:( Thanks. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] ISL29030

2011-04-30 Thread Joerie de Gram
Hi, On Sat, Apr 30, 2011 at 12:40 PM, Quarx wrote: > Hello. Where i can download sources for sensors.%name%.so > Proximitry and light sensor's ISL29030. > I could not find.:( You should ask whoever compiled your Android system image. The sensors libraries (and everything else in the 'hw' directo

[android-porting] Re: Porting Android on Freescale IMX31 board

2011-04-30 Thread giangiammy
Hi, in a similar situation (porting on a custom kernel of the android patches), I got the standard diff from a vanilla kernel to the android kernel, and then applied by hand the patches to my custom kernel version. bye giammy -- unsubscribe: android-porting+unsubscr...@googlegroups.com website

[android-porting] Re: Adding a new local git project

2011-04-30 Thread A Curtis
> > I have a local git repository which I would like to add in > > $ANDROID/external/ folder as a project. So that it get synced from a local > > repository when "repo sync " command is used. > > I tried adding this in manifest.xml but it dint work. > > Why did that not work? repo is a utility whi

[android-porting] 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

Re: [android-porting] GB, Moving the status bar to the bottom, HC-style.

2011-04-30 Thread Dianne Hackborn
There is no magical thing to do. You will need to rewrite a lot of code -- for example the way the sliding of the notification panel works will all need to be rewritten to deal with this. There is also a good chance that PhoneWindowManager where it does the layout of the screen is not prepared fo

Re: [android-porting] GB, Moving the status bar to the bottom, HC-style.

2011-04-30 Thread Dianne Hackborn
Also worth mentioning -- the HC system bar works well partly because of the introduction of the concept of "lights out mode" and it never being possible for an application to cause it to go away. If you are putting your navigation buttons in this new bottom status bar, you will need to do somethin