Re: [android-kernel] WiFi Problem

2010-12-13 Thread John Vidler
May I suggest looking to the ubuntu community ( http://ubuntuforums.org/ ) for guidance, as they are both active and helpful in ubuntu matters, and not to the android mailing lists for an issue that is clearly not android dev, kernel, or porting related. Furthermore, cross posting so blatantly as

[android-kernel] Re: LCD Refresh Issue During Initial Battery Charging (During The Boot time)

2010-12-13 Thread Kal
Instead of LCD refresh, i would say it is LCD display update issue. Usually LCD refresh term used for refreshing the internal GRAM of LCD Controller. Best Regards, Srinivas Kalbhavi On Dec 11, 2:51 pm, Kal wrote: > I am trying to display the carrier logo animation along with battery > charging a

[android-kernel] WiFi Problem

2010-12-13 Thread peeyush varshney
Dear All, I have installed ubuntu 10.4. I am trying hard to access internet using WiFI connection. Can somebody tell me how to do enable WiFi access on ubuntu. -- Thank & Regards Peeyush Varshney -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/gro

[android-kernel] any one have good document on android porting on friendly arm

2010-12-13 Thread chaitu
any one have good document to port android from the scratch please provide me regards chaitanya nandigam http://chaitutechbits.blogspot.com/ -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] LCD Refresh Issue During Initial Battery Charging (During The Boot time)

2010-12-13 Thread Kal
I am trying to display the carrier logo animation along with battery charging animation. During this animation, i am also providing the facility of key events, which can allow the battery charging to an acceptable level, by turning off the backlight and LCD. Whenever we press the power button (Sho

[android-kernel] Configuration for g_serial (Gadget Serial)

2010-12-13 Thread Geary
I'm trying to configure and rebuild a kernel for an Evo to include the g_serial USB driver. But I can't seem to find the right configuration. My last attempt was to simply replace the the Android Gadget driver with the Serial Gadget (with CDC ACM and CDC OBEX support) driver using menuconfig. But r

[android-kernel] about downloading kernel tree 2.6.32

2010-12-13 Thread tstanly
hi all, I followed the site bellow to download the kernel code, http://android.git.kernel.org/?p=kernel/common.git;a=summary from the instruction, === To clone the entire platform, install repo, and run: mkdir mydroid cd mydroid repo init -u git://android.git.kernel.org/platform/mani

[android-kernel] Creating a new feature and/or permission set

2010-12-13 Thread Bryan Ashby
I have a kernel module I would like to protect access to. I'd like to do this cleanly via the Android model, e.g.: invent a new feature and/ or permission(s) that restrict access to it's usage. How do I go about doing this? Let's assume I am modifying the Android distribution if needed. To clarify