[android-porting] Re: vold mounting multiple sd cards

2009-05-25 Thread Johnny.S
I also met issue that SD card cannot work. Is there any information about vold or patch for it? On 5月21日, 下午10时41分, kumar wrote: > You were successful in automounting sdcard throughvold? > Please share your idea as we are facing similar problem. Not abler to > auto mount sdcard. > > On May 11,

[android-porting] Re: How does Android init work?

2009-05-25 Thread David Turner
You could try reading the documentation that comes with the sources: http://android.git.kernel.org/?p=platform/system/core.git;a=blob;f=init/readme.txt;h=665090bad7dfdc93112f9fe13261095dcef5d3e4;hb=7be77b5ba8ae21dad91019a02bc2c5d38dba081f On Fri, May 22, 2009 at 5:00 AM, neilnguyen_2...@yahoo.co

[android-porting] Re: android didn't start GUI after init

2009-05-25 Thread cf
hi Neil, about the question, a) the branch I used was downloaded from code.google.com/p/ android/ 2.6.25 r1, I didn't use the git version, the rootfs is pulled from SDK 0.9 beta b) my target board is some kind ARM 926T based , and I already had a linux 2.6.20 kernel for the

[android-porting] ANDROID on XDAIIi (DOPOD 699)

2009-05-25 Thread ErrHec
Hi I boot the system with Haret and zImage. At boot screen goes to the: init: HOW ARE YOU GENTLEMEN init: reading config file init: device init ANDROID sh: can't access tty; job control turned off After it comes to the ANDROID main screen, none of the function works no buttons, touchscreen... On

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-05-25 Thread MS
Hi Mathias, >> HOWEVER, on the release after Donut, the copybit module won't be used >> by SurfaceFlinger directly, instead it will be used as a back-end for >> our software OpenGL ES 1.x and SurfaceFlinger will only use the OpenGL >> ES API. I have one doubt on the above statement. You are sayi

[android-porting] Re: Data folder empty

2009-05-25 Thread Mark Wang
For android, data is one of its partition with mmap support, which is mounted during init stage. you can have a check on init.rc. On Sat, May 23, 2009 at 2:33 PM, shridhar wrote: > > Hi experts, > > I am quiet new to Android. > > I have ported Android on AT91SAM9263-ek and I am accessing my Andr

[android-porting] Re: Porting Android to Samsung F480 Tocco (Touchwiz)

2009-05-25 Thread Mark Wang
you are right. it is unnecessary to port android to F480 with expection of interest or F480 hacking. On Sat, May 23, 2009 at 4:44 PM, nota wrote: > > Status update: > > I am not working on this. In fact, did not even start because of the > lack of info. Besides, comparing the HW specs of both ph

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-25 Thread ertan...@gmail.com
The following is the logcat entry: I/ActivityManager( 924): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=1188 uid=10001 gids={3003} D/dalvikvm( 1188): Trying to load lib /system/lib/libjni_latinime.so 0x4373f838 D/dalvikvm( 1188): Added shar

[android-porting] How to replace Android Jpeg with our own JPEG Codec

2009-05-25 Thread somu
Hi, Anybody is having the idea to replace the Android JPEG with our own Jpeg. If you know,please give me the procedure for the same. Thanks and Regards Somashekar --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gro

[android-porting] can not detect the SD card

2009-05-25 Thread xie
Dear all ~!~ I have ported the Android to imx51 3 stack board, But now I have a problem , the android can not detect the SD card. First of all, the kernel would't mount the SDcard automaticly, and althoug i mouted the SDcard manualy, the Android can't detect the SDcard.I think the android

[android-porting] Porting Android to Virtual PC + Android OS installer.

2009-05-25 Thread Tripp
I've read a lot of posts over the years that show that the poster was nowhere near as knowledgeable as the general members of the group and looks like a fool for asking for help in such a simplistic way, but I am now doing just that, and for that, I apologize in advance. Basically I have little k

[android-porting] Android can't detect the SDcard

2009-05-25 Thread nick xie
Dear all ~!~ I have ported the Android to imx51 3 stack board, But now I have a problem , the android can not detect the SD card. First of all, the kernel would't mount the SDcard automaticly, and althoug i mouted the SDcard manualy, the Android can't detect the SDcard.I think the android

[android-porting] AndroidPorting to Pxa27xboard

2009-05-25 Thread Sreehari
Hi Experts, I am fresher in Android operating system.Today I was deployed in a project related to android porting to pxa27x.But i don't know anything about this.So could anybody help me by giving valuable information about 1. From where i got the android bsp for intel xscale pxa27x b

[android-porting] Re: Contribute SuperH code to Android

2009-05-25 Thread PP
Hi, We are porting android on Renesas Migor(CPU:SH7722), but as fas as i have went through the code its been prepared for ARM and x86, so i am unable to find out how to start compiling the code. Can you suggest any way regarding building the code for SuperH platform. With Regards, Satish. On M

[android-porting] Re: Contribute SuperH code to Android

2009-05-25 Thread PP
Hi, We are porting android on Renesas Migor(CPU:SH7722), but as fas as i have went through the code its been prepared for ARM and x86, so i am unable to find out how to start compiling the code. Can you suggest any way regarding building the code for SuperH platform. With Regards, Satish. On M

[android-porting] Porting Android on SuperH platform

2009-05-25 Thread PP
Hi All, I am newbie to Android. I have searched and went through the Android source code and came to know that the source code has been developed for ARM and x86 platforms. I am trying to port Android on Renesas MigoR (CPU: SH7722). I have Linux-2.6.27 kernel ready with Android specific changes.

[android-porting] Re: Contribute SuperH code to Android

2009-05-25 Thread PP
Hi, I am newbie to Android. I am trying to port android on MigoR (CPU:SH7722). While going through the code and some of the blogs i came to know that the source code is developed for ARM and x86 platforms. Since the platform i am using is that of superH, i am a bit confused as how to start compil

[android-porting] Re: Contribute SuperH code to Android

2009-05-25 Thread PP
Hi, We are porting android on Renesas Migor(CPU:SH7722), but as fas as i have went through the code its been prepared for ARM and x86, so i am unable to find out how to start compiling the code. Can you suggest any way regarding building the code for SuperH platform. With Regards, Satish. On M

[android-porting] Re: Contribute SuperH code to Android

2009-05-25 Thread PP
Hi, We are porting android on Renesas Migor(CPU:SH7722), but as fas as i have went through the code its been prepared for ARM and x86, so i am unable to find out how to start compiling the code. Can you suggest any way regarding building the code for SuperH platform. With Regards, Satish. On M

[android-porting] Re: Contribute SuperH code to Android

2009-05-25 Thread PP
Hi, We are porting android on Renesas Migor(CPU:SH7722), but as fas as i have went through the code its been prepared for ARM and x86, so i am unable to find out how to start compiling the code. Can you suggest any way regarding building the code for SuperH platform. With Regards, Satish. On Ma

[android-porting] Re: Contribute SuperH code to Android

2009-05-25 Thread PP
Hi, We are porting android on Renesas Migor(CPU:SH7722), but as fas as i have went through the code its been prepared for ARM and x86, so i am unable to find out how to start compiling the code. Can you suggest any way regarding building the code for SuperH platform. With Regards, Satish. On Ma

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread zqqa zqqa
2. Is the “asus eee701” project in "cupcake" only fit for asus’s net books? Or it’s fit for any x86 based net books? no,it can use in any x86 platform.please visit http://code.google.com/p/live-android. it bases on asus eee701” project in "cupcake". 2009/5/22 GrainWang > > Dear friends: >

[android-porting] Re: What copybit does and where image conversion from YUV to RGB is implemented?

2009-05-25 Thread pixelflinger
Hi, There will be a new SurfaceFlinger API for video playback; that API will use copybit on the G1, could use real overlays on other devices. Mathias On May 25, 5:41 am, MS wrote: > Hi Mathias, > > >> HOWEVER, on the release after Donut, the copybit module won't be used > >> by SurfaceFlinger

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread Yi Sun
On Tue, 2009-05-26 at 11:12 +0800, zqqa zqqa wrote: > 2. Is the “asus eee701” project in "cupcake" only fit for asus’s > net books? Or it’s fit for any x86 based net books? > > no,it can use in any x86 platform.please visit > http://code.google.com/p/live-android. > it bases on asus eee701

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread GrainWang
HI zqqa: Thanks for your efficent help. I'll try it. On 5月26日, 上午11时12分, zqqa zqqa wrote: > 2. Is the "asus eee701" project in "cupcake" only fit for asus's > net books? Or it's fit for any x86 based net books? > > no,it can use in any x86 platform.please > visithttp://code.google.com

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread GrainWang
HI YiSun: Thanks for your efficent help. I have breifly tried the website,and corresponding method for about 2days. Now have the following issues: 1. As I know,"cupcake" is a float branch,and "eee701" project is not included in"cupcake", and it seemed that "eee701" project is rarely updat

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread Yi Sun
On Mon, 2009-05-25 at 23:22 -0700, GrainWang wrote: > HI YiSun: > Thanks for your efficent help. I have breifly tried the > website,and corresponding method for about 2days. Now have the > following issues: > 1. As I know,"cupcake" is a float branch,and "eee701" project is > not included