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

2009-05-25 Thread Michael Trimarchi
Hi, ertan...@gmail.com wrote: So is there anything we can do to solve it? I didn't change anything related to permissions, why would a problem like this occur? Can you send me the crash. The best thing is to understand where the crash is and look at the code. The code is under

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

2009-05-25 Thread ertan...@gmail.com
So is there anything we can do to solve it? I didn't change anything related to permissions, why would a problem like this occur? On May 23, 6:54 am, Jim Pai chiji...@gmail.com wrote: I have met the situation, but it's happened on PinyinIME. I checked the log, seems the permission so that

[android-porting] Re: MC13783 MXC Touchscreen problem

2009-05-25 Thread Nimit Manglick
Hi All, I have TI OMAP 3530 from logicpd. It has tsc2004 touchscreen. Android is booting on and on getevent i am getting teh touchscreen events. But Its not mapped with android. First android orientation is in landscape mode. So that might be the problem. ?? How you people have solved this

[android-porting] Re: MC13783 MXC Touchscreen problem

2009-05-25 Thread Nimit Manglick
Androidphan, You mentioned about caliberation.. so can you share the caliberation tools so that I can caliberate my touchscren with android. Thanks Regards Nimit On Mon, May 25, 2009 at 12:15 PM, Nimit Manglick nimitandr...@gmail.comwrote: Hi All, I have TI OMAP 3530 from logicpd. It

[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 sathish...@gmail.com wrote: You were successful in automounting sdcard throughvold? Please share your idea as we are facing similar problem. Not abler to auto mount

[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,

[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...

[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 saying

[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 shri.desa...@gmail.com wrote: Hi experts, I am quiet new to Android. I have ported Android on AT91SAM9263-ek and I am

[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 matyas.b...@gmail.com 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

[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

[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:

[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

[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

[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

[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

[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

[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

[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

[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

[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 manishsharm...@gmail.com wrote: Hi Mathias, HOWEVER, on the release after Donut, the copybit module won't be used

[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”