[android-porting] Re: when switch to 32 bit graphics icons go black

2011-04-14 Thread extrapedestrian
No. I found some more info on this thread: https://groups.google.com/group/android-porting/browse_thread/thread/a8843a1c6bab61df I tried adding new pixel format and defining it in format.cpp, but that didn't go well. In this thread they say that fix to load_store.cpp will break OpenGLES or SKIA,

[android-porting] Why bionic stdio can not support 64bit file?

2011-04-14 Thread peng cang
Bionic can not support _FILE_OFFSET_BITS=64, how can I open file which is bigger than 2G? Using open, lseek64(), close? Stdio can not do it? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Android WIFI driver porting

2011-04-14 Thread nagaraj raj
http://nagaraj-embedded.blogspot.com/2011/02/guide-on-adding-wifi-drivers-on-android.html -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] image .iso

2011-04-14 Thread jpaum
hi, I try to build the code to create a .iso file. i use this line commande: sudo make -j2 iso_img but i have this error: make: *** No rule to make target `iso_img'. Stop. so, have you a solution or how to add this rule? thanks, jpaum -- unsubscribe:

[android-porting] Keyboard in Gmail rich text

2011-04-14 Thread Pradeep
Hi, If we set browser user agent to desktop and then try to compose a message in gmail.com. Keyboard does not get launched until we move to plain text. Has anyone faced this problem ? What might be the reason ? Regards, Pradeep -- unsubscribe: android-porting+unsubscr...@googlegroups.com

Re: [android-porting] image .iso

2011-04-14 Thread Kevin Fox
I ran into this problem because of failing to pull from the x86 git tree ... the documents for setting up a build environment are different for x86, but they reference other non-x86 documents which can cause confusion (as they did for me). That may be the problem you're running into ... Kev

[android-porting] Toast behavior in Eclair 2.1-update1

2011-04-14 Thread Alvin
Hello, I am trying to understand why the Toast behavior is longer, when I dispatch key events such as home, menu, and search, compare to when I dispatch key event back. The way I invoke Toast is: - intercept back, home, menu, and search key events in dispatchKey() - instead of doing normal

[android-porting] Kernel porting with GIT recommandation?

2011-04-14 Thread Allen Curtis
Hello, I am in the process of creating a Samsung S3C6410 Android kernel that is compatible with Gingerbread. The procedure that I am using seems to be working but there must be something more efficient given the power of GIT. Goal: Create a S3C6410 Gingerbread kernel Resources: 1.

Re: [android-porting] Kernel porting with GIT recommandation?

2011-04-14 Thread Joerie de Gram
Hi Allen, On Fri, Apr 15, 2011 at 12:19 AM, Allen Curtis ajcurti...@gmail.com wrote: 1. android/kernel/samsung - linux-2.6.35, S3C6410 does *not* compile This is a tree merely used for the crespo board (Nexus S). 2. kernel.org/linux-2.6-samsung.git (master), S3C6410 *does* compile, this is

[android-porting] feedback on GIT porting process

2011-04-14 Thread Allen Curtis
Hello, I am in the process of creating a Samsung S3C6410 Android kernel that is compatible with Gingerbread. The procedure that I am using seems to be working but there must be something more efficient given the power of GIT. Goal: Create a S3C6410 Gingerbread kernel Resources: 1.

[android-porting] Re: validating the CDD section 5.3 requirements

2011-04-14 Thread Jackie
I hope to get more accurate result. I already understand your quick dirty method. Since CDD section 5.3 has mentioned the accurate data, I hope to get the exact data on my Nexus S. How can do this? On Apr 14, 11:00 pm, Glenn Kasten gkas...@android.com wrote: For the quick dirty method I