Re: [android-kernel] remove apk in /system/app

2011-10-31 Thread William W.-Y. Liang
Is it possible that it was caused by the full-of-file-system problem? That is, the operation could not be performed normally because the partition has been out of space? BRs, William Liang 2011/11/1 allstars > Hi > I download the android sdk and create an avd for android-10 > then I launch the

[android-kernel] remove apk in /system/app

2011-10-31 Thread allstars
Hi I download the android sdk and create an avd for android-10 then I launch the emulator with that avd and try to delete a system apk in /system/app so I do adb remount adb shell rm /system/app/Browser.apk but it complains "rm failed for Browser.apk, Directory not empty" but in my AOSP build ,

Re: [android-kernel] first function from kernel

2011-10-31 Thread preetam m.n
So for instance if i have to boot into recovery in the startup I have to pass recovery path in cmd line of the kernel right? On Mon, Oct 31, 2011 at 5:39 PM, George Patton wrote: > I know right > On Oct 31, 2011 5:07 AM, "preetam m.n" wrote: > >> Thanks, I have started reading android system c

Re: [android-kernel] where can I get the commom.git

2011-10-31 Thread Andy Green
Hi - On 27 October 2011 05:56, 285284...@qq.com <285284...@qq.com> wrote: > repo init -u git://android.git.kernel.org/platform/manifest.git -b > froyo > git clone git://android.git.kernel.org/kernel/common.git > > as we all knew ,both of they do not work. I need the common.git for my > study.anyo

Re: [android-kernel] Re: Android source git permissions

2011-10-31 Thread San Xi
I got the same problem, Although follow the official instruction. http://groups.google.com/group/android-building/msg/c73c14f9b0dcd15a?pli=1 2011/10/26 iguinea > Hi, > this happens the same to me, even after following the instructions and > creating the .netrc file with the given password... > >

[android-kernel] where can I get the commom.git

2011-10-31 Thread 285284...@qq.com
repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo git clone git://android.git.kernel.org/kernel/common.git as we all knew ,both of they do not work. I need the common.git for my study.anyone who could help me? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com web

Re: [android-kernel] first function from kernel

2011-10-31 Thread George Patton
I know right On Oct 31, 2011 5:07 AM, "preetam m.n" wrote: > Thanks, I have started reading android system code. > > I have seen through traces that when in the default boot, the android > stack entry is in the file system/core/init/init.c main() function. > > I would like to know how does kernel

[android-kernel] Re: first function from kernel

2011-10-31 Thread Sam King
Look for a comment that says "Kernel startup entry point" in head.S --Sam On Oct 31, 7:07 am, "preetam m.n" wrote: > Thanks, I have started reading android system code. > > I have seen through traces that when in the default boot, the android stack > entry is in the file system/core/init/init.c

[android-kernel] Help with tegra2 hardware and early printing

2011-10-31 Thread Sam King
Hello, I am having trouble getting information out of my tegra2 (ventana) system early in the boot sequence, which is making debugging some early boot code I am working on nearly impossible. My code runs right after the bootloader well before the MMU has been enabled. I tried writing pixel value

Re: [android-kernel] first function from kernel

2011-10-31 Thread Tim Bird
On 10/31/2011 11:35 AM, preetam m.n wrote: Thank you Tim. On Mon, Oct 31, 2011 at 11:35 PM, Tim Bird > wrote: 'init' and other kernel command line arguments are documented in the file: Documentation/kernel_parameters.txt, in the kernel source directory.

Re: [android-kernel] first function from kernel

2011-10-31 Thread preetam m.n
Thank you Tim. Regards, Preetam On Mon, Oct 31, 2011 at 11:35 PM, Tim Bird wrote: > On 10/31/2011 5:07 AM, preetam m.n wrote: > >> Thanks, I have started reading android system code. >> >> I have seen through traces that when in the default boot, the android >> stack entry is in the file system

Re: [android-kernel] first function from kernel

2011-10-31 Thread Tim Bird
On 10/31/2011 5:07 AM, preetam m.n wrote: Thanks, I have started reading android system code. I have seen through traces that when in the default boot, the android stack entry is in the file system/core/init/init.c main() function. I would like to know how does kernel know to call this main f

Re: [android-kernel] first function from kernel

2011-10-31 Thread preetam m.n
Thanks, I have started reading android system code. I have seen through traces that when in the default boot, the android stack entry is in the file system/core/init/init.c main() function. I would like to know how does kernel know to call this main function? Regards, Preetam On Mon, Oct 31, 20

Re: [android-kernel] first function from kernel

2011-10-31 Thread Yue Zeng
u sould read the whole android system code. On Mon, Oct 31, 2011 at 7:43 PM, preetam m.n wrote: > Hi, > > After kernel boots which is the first function in the android file system > called and how does kernel know to call the first function of android. > > Regards, > Preetam > > -- > "The great

[android-kernel] first function from kernel

2011-10-31 Thread preetam m.n
Hi, After kernel boots which is the first function in the android file system called and how does kernel know to call the first function of android. Regards, Preetam -- "The great pleasure in life is doing what people say you cannot do" -- unsubscribe: android-kernel+unsubscr...@googlegroups.