[android-kernel] USB gadget drivers : PID is not switching

2012-02-29 Thread Prabhu Chawandi
-- Forwarded message -- From: Prabhu Chawandi Date: Thu, Mar 1, 2012 at 9:02 AM Subject: PID is not switching To: android-kernel@googlegroups.com Hi all, I am working on GB version, where I have requirement that by default I phone should be in UMS mode, so for my phone I have

[android-kernel] PID is not switching

2012-02-29 Thread Prabhu Chawandi
Hi all, I am working on GB version, where I have requirement that by default I phone should be in UMS mode, so for my phone I have set *0x61CC *as UMS PID, once the phone boots it will popup, this works fine. But when I enable "debugging" I have to set the PID to *0x618E*, I have changed code

[android-kernel] Re: How to extend Android kernel and install on Samsung tablet?

2012-02-29 Thread Brad Cox
Could someone please respond. Even a simple "Try generic Froyo and see if it bricks. If so do this to recover" would be a big help. On Tue, Feb 28, 2012 at 6:46 PM, Brad Cox wrote: > Question reposted here from StackOverflow. Seeking qualified expertise. > > I've been building permission-handlin

[android-kernel] Re: Question about Low memory killer minfree value

2012-02-29 Thread Nick
You can find it in init.rc: # Define the oom_adj values for the classes of processes that can be # killed by the kernel. These are used in ActivityManagerService. setprop ro.FOREGROUND_APP_ADJ 0 setprop ro.VISIBLE_APP_ADJ 1 setprop ro.SECONDARY_SERVER_ADJ 2 setprop ro.BACKUP

[android-kernel] Re: Little Kernel booting from EMMC

2012-02-29 Thread Rudolf Tammekivi
And I fixed it myself. The problem in my case was that the partition I made had the boot.img badly copied. It had to be flashed via fastboot or via recovery package. Also, the partition partition id had to be 48 (boot). But is there a way to load it from a fat partition? So it has several files