[android-porting] Re: Booting issue

2009-02-13 Thread mvniekerk
Is this on your own platform or is it on the G1? If it is on your own platform, check that the /data/ partition isn't full. On Feb 12, 8:45 pm, F H wrote: > I'm experiencing a problem where android keeps re-booting itself on > start-up. Could this be caused by corruption in a cached data file >

[android-porting] Re: Booting Issue - Help Needed

2010-01-04 Thread linux newbie
Hi, Any suggestion for this issue? Thanks On Mon, Jan 4, 2010 at 6:06 PM, linux newbie wrote: > Hi, > > I downloaded the android sdk and extracted images. > > I am getting following error while booting on my target hardware. I > can see "Hackdroid" on my screen and got Android console. Please h

[android-porting] Re: Booting Issue - Help Needed

2010-01-04 Thread Atsuo Igarashi
Hi, How about the TLS patch? Regards, Atsuo On 1月5日, 午後1:24, linux newbie wrote: > Hi, > > Any suggestion for this issue? > > Thanks > > On Mon, Jan 4, 2010 at 6:06 PM, linux newbie wrote: > > Hi, > > > I downloaded the android sdk and extracted images. > > > I am getting following error while

[android-porting] Re: Booting Issue - Help Needed

2010-01-04 Thread Atsuo Igarashi
OK, the following link is a kernel side solution for the TLS issue. http://elinux.org/Android_on_OMAP#TLS_issue or embinux had the TLS patch for bionic & libGLES_CM, but the page is not found now. probably you can search the patch somewhere.. Regards, Atsuo On 1月5日, 午後3:08, linux newbie wrote:

[android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread Atsuo Igarashi
Hi, PXA255 has not that configuration, so not need to modify the kernel. but, probably need the TLS patch for bionic & libEGL. sorry, i'm using omap, so i'm not sure. Regards, Atsuo On 1月5日, 午後6:00, linux newbie wrote: > Hi, > > I find the TLS patch in following path. Can you please confirm whe

[android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread Atsuo Igarashi
No, the following patch enable TLS. but, part of libEGL is probably usable. --- frameworks/base/opengl/libs/hooks.h +++ frameworks/base//opengl/libs/hooks.h @@ -36,7 +36,7 @@ #define MAX_NUMBER_OF_GL_EXTENSIONS 32 -#if defined(HAVE_ANDROID_OS) && !USE_SLOW_BINDING && __OPTIMIZE__ +#if 0 && defi

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-04 Thread linux newbie
Can you please explain me in brief?? 2010/1/5 Atsuo Igarashi : > Hi, > > How about the TLS patch? > > Regards, > Atsuo > > On 1月5日, 午後1:24, linux newbie wrote: >> Hi, >> >> Any suggestion for this issue? >> >> Thanks >> >> On Mon, Jan 4, 2010 at 6:06 PM, linux newbie >> wrote: >> > Hi, >> >> >

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Thanks for your reply. Our's is PXA255 (arm5vTe). Do I still need to apply TLS patch for bionic and GL?? let me try to find out the patch over internet and get back to you. Thanks 2010/1/5 Atsuo Igarashi : > OK, the following link is a kernel side solution for the TLS issue. > > http://elinux.

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Hi, I find the TLS patch in following path. Can you please confirm whether it is correct file or not? http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81 Also do I need to enable TLS support in Kernel config? Our's is PXA255 (arm5vTe) board. Thanks 2010/1/5 linux newbie : > Thank

Re: [android-porting] Re: Booting Issue - Help Needed

2010-01-05 Thread linux newbie
Hi Thanks for your reply. Can you please confirm me regarding the patch file in the following link? http://groups.google.com/group/0xlab-devel/msg/6d9e5b753998cb81 Thanks 2010/1/5 Atsuo Igarashi > Hi, > > PXA255 has not that co