[android-porting] provide values while launching emulator

2009-12-28 Thread satish_mulay
Hi , i want to provide IP address to the code i have integarted in android source.(for using it while creating tcp sockets). Is there any way i can provide this ip address while launching emulator , or place it somehwhere so my code can get it while emulator gets up. any pointers will be really

[android-porting] Android on the APF27 - adding go back button

2009-12-28 Thread Fadwa
Hi all, I ported Android on the board APF27. The problem that the APF27 does not have a keypad to use : - red button - green button - back button - and menu When i enter an application i can not go back to the main menu. I am trying to make a menu on the bottom of the screen (to

[android-porting] how to intergrate a graphic card driver to Android Kernel

2009-12-28 Thread D.M
Dear All: I am trying to port Android to a new HW which is a marvell board. And after a few days, i could access the Android shell through serial port. But on the screen , there was nothing . On the board , there is a graphic card which is able to run the normally Linux Kernel. However , when

Re: [android-porting] how to intergrate a graphic card driver to Android Kernel

2009-12-28 Thread Michael Trimarchi
D.M wrote: Dear All: I am trying to port Android to a new HW which is a marvell board. And after a few days, i could access the Android shell through serial port. But on the screen , there was nothing . On the board , there is a graphic card which is able to run the normally Linux Kernel.

[android-porting] debug init.rc

2009-12-28 Thread wei zou
HI , Expert I have a problem while porting android to my new board. The issue is, the /data is not mounted on mtd patition. ( I run mount command in console and didn't found /data is mounted). I would like to figure out why the mount command failed for /data in the init.rc file. However, since

[android-porting] Re: how to intergrate a graphic card driver to Android Kernel

2009-12-28 Thread g1011999
make sure you have brought up the lcd in the kernel... and you can get more support by accessing marvell extranet login... Steven On Dec 28, 8:27 pm, D.M lidemin2...@gmail.com wrote: Dear All: I am trying to port Android to a new HW which is a marvell board. And after a few days, i could

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

2009-12-28 Thread rockie cheng
Hi,I met the same problem, now I could change the launcher by chaing manifest.xml: android:screenOrientation=portrait But I could not change the rotation of screen lock. Rockie 2009/9/19 Lewis Z. lzh...@gmail.com: I have Android developement board and it doesn't have screen rotation feature.