[android-porting] Re: Porting to SH4

2009-09-18 Thread Jimmy-Creupagu
On Sep 17, 4:24 pm, Jean-Baptiste Queru wrote: > The dexpreopt part makes sense: dexpreopt needs to run the target > image in an emulator so that it can run the code in the exact target > environment, and there's no sh emulator (deep inside, this implies > that dexpreopt for sh would have to be d

[android-porting] Android after booting suddenly system halted

2009-09-18 Thread Tar Gz
Hi all, i try to porting android in the labrador board...after blue screen with android blink, i enter to android desktop but after that(1 / 2 seconds later), my android show dialog box Power Off(shutdown) any idea? best regards, Aldyth M --~--~-~--~~~---~--~~ un

[android-porting] Re: Android after booting suddenly system halted

2009-09-18 Thread zhou kejun
Maybe your board doesn't have a battery, so the PM turns system off. B.R Zhou Kejun 2009/9/18 Tar Gz : > > Hi all, i try to porting android in the labrador board...after blue > screen with android blink, i enter to android desktop but after that(1 > / 2 seconds later), my android show dialog box

[android-porting] Re: Android after booting suddenly system halted

2009-09-18 Thread Tar Gz
hemm i think not, because my battery is full and i'm try with power supply 5V(when i'm charge) but in my terminal from serial show kernel panic... best regards, Aldyth M On 9/18/09, zhou kejun wrote: > > Maybe your board doesn't have a battery, so the PM turns system off. > > B.R > Zhou Kejun >

[android-porting] Re: Build Android Problem(Labrador)

2009-09-18 Thread BilalMujeeb
add it to build/core/config.mk file Cheers Bilal On Sep 18, 7:39 am, Tar Gz wrote: > how to check my path and configs? > > best regards, > Aldyth M > > On 9/18/09, Abhinayak Mishra wrote: > > > make -j 2 should not be the problem... > > > target thumb C: libssl <= external/openssl/ssl/s2_enc.c

[android-porting] Porting Android on APF27

2009-09-18 Thread Fadwa
Hi all, I have a virtual machine Ubuntu 8.04 I compiled Android and I have the folder " ~/mydroid " as result of compilation. Now I want to patch Android. How can i proceed ? The global tree of " ~/mydroid " is : /bionic /bootable /build /dalvik /development /external /frameworks /hardware

[android-porting] Re: Porting to SH4

2009-09-18 Thread Jean-Baptiste Queru
To be honest, I'm not aware of the deep details around the two socket functions or why there seems to be a disagreement about whether those should return int or ssize_t. The best place to have that discussion is to directly comment on the code review site, since that will reach the right people.

[android-porting] Re: About ro.sf.lcd_density

2009-09-18 Thread gan
We found "Screen dimensions" suite for our case. layout-small-land have high prority than layout-land; And the drawable-small need add 120dpi to let it scale rightly. Thanks a lot for point it out. On Sep 18, 7:20 am, Dianne Hackborn wrote: > The names are in order of priority, so first ones a

[android-porting] Re: Build Android Problem(Labrador)

2009-09-18 Thread Tar Gz
what must i add to config.mk? the library name? best regards, Aldyth M On 9/18/09, BilalMujeeb wrote: > > add it to build/core/config.mk file > > Cheers > Bilal > > On Sep 18, 7:39 am, Tar Gz wrote: >> how to check my path and configs? >> >> best regards, >> Aldyth M >> >> On 9/18/09, Abhinay

[android-porting] Is it possible to default the screen to Portrait mode?

2009-09-18 Thread Lewis Z.
I have Android developement board and it doesn't have screen rotation feature. When it boots up, it always show landscape. Is it possible to default the screen to Portrait mode? I do have all the BSP source code and I can flash all the images. Thanks a lot! --~--~-~--~~~

[android-porting] Re: Is it possible to default the screen to Portrait mode?

2009-09-18 Thread Dianne Hackborn
I believe it defaults to whatever the native orientation of your screen is. If you want it to start out rotated, you will need to change PhoneWindowManager to implement the policy you want. On Fri, Sep 18, 2009 at 2:43 PM, Lewis Z. wrote: > > I have Android developement board and it doesn't have