Re: [android-kernel] [PATCH] Android logger:improve fix_up_readers()

2013-04-08 Thread arun c
Hi John, I will explain it here. On Mon, Apr 8, 2013 at 10:45 PM, John Stultz wrote: > On 04/08/2013 09:59 AM, arun wrote: > >> improvement1: >> Current code makes more readable messages to vanish as pull_len = len >> > > The current code fixes up the lapped readers by pulling read offset by wr

Re: [android-kernel] Editing the Android Source code

2013-04-08 Thread Jeremy Morales
Thats a good question. I think Badu over in China does that and removes all mention of Android. On Mon, Apr 8, 2013 at 10:04 AM, PAINGHA ALAGOA wrote: > I need alot of help on editing the android source code starting from > downloading it using ubuntu. I want to implement the modified code in >

Re: [android-kernel] Device wont boot

2013-04-08 Thread Jeremy Morales
Can you post the logs? On Sun, Apr 7, 2013 at 3:03 AM, Ashik Vetrivelu wrote: > I just compiled the Galaxy Y kernel source from opensource.samsung.comand I > builded it.It showed some 17 mismatch which I cant figure out why. > I dint make any changes to kernel source too. > But after building

[android-kernel] Re: [PATCH] Android logger:correct the pull length in fix_up_readers()

2013-04-08 Thread arun
Please ignore this i have posted a better one :) On Sunday, 7 April 2013 15:53:28 UTC+5:30, arun wrote: > > > Current code works as shown below; this makes more readable messages to > vanish > >|--- pull_len = len --| > |--< len >-|

[android-kernel] [PATCH] Android logger:improve fix_up_readers()

2013-04-08 Thread arun
improvement1: Current code makes more readable messages to vanish as pull_len = len |--- pull_len = len --| |--< len >-|^ new r_off ^old w_off ^r_off ^new w_off New version reduces the total skipped

[android-kernel] [PATCH] Android logger:correct the pull length in fix_up_readers()

2013-04-08 Thread arun
Current code works as shown below; this makes more readable messages to vanish |--- pull_len = len --| |--< len >-| ^ new r_off ^old w_off ^r_off ^new w_off where len = length of the new message to be written

[android-kernel] Re: How to modify and re-build android source code

2013-04-08 Thread rainy
any way to hide title bar from androidos. thnz On Monday, August 2, 2010 3:35:04 PM UTC+5:30, pincrespo wrote: > > Hi, > > I followed the steps on http://source.android.com/source/download.html > to download the Android Source Code under Ubuntu with Eclipse. > > Now, I need to modify the Androi

[android-kernel] Device wont boot

2013-04-08 Thread Ashik Vetrivelu
I just compiled the Galaxy Y kernel source from opensource.samsung.com and I builded it.It showed some 17 mismatch which I cant figure out why. I dint make any changes to kernel source too. But after building and installing my phone reboots at the samsung galaxy y logo.Pls helps needed. Reply AS

[android-kernel] Kernel is frozen at LG logo

2013-04-08 Thread Jakub Puzia
Hello! I have problem with my build of kernel. I forked kernel sources from similar device to my(LG p500, my: LG GT540), then i add configs(correctly), drivers etc and i compile this. And there is a problem, when i start my phone it is frozen on LG logo. Offsets in config are good o_O Is it pos

[android-kernel] Editing the Android Source code

2013-04-08 Thread PAINGHA ALAGOA
I need alot of help on editing the android source code starting from downloading it using ubuntu. I want to implement the modified code in my new phone am creating. I also need to know if i remove the android name and logo from the source code will it be copyright infrigment. I also need so much he