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

2011-11-01 Thread allstars
t 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 emulator with that avd > > and try to delete a system apk in /syst

[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 ,

[android-kernel] Re: how is /proc/mtd generated

2009-09-14 Thread allstars
finally i found emulator has a option for this -partition-size On Sep 14, 12:15 pm, allstars wrote: > i have checkout android kernel repository > > i use the branch origin/android-goldfish-2.6.27 > > find some information about mtd for goldfish > > arch/arm/mach-goldfish

[android-kernel] Re: how is /proc/mtd generated

2009-09-13 Thread allstars
i have checkout android kernel repository i use the branch origin/android-goldfish-2.6.27 find some information about mtd for goldfish arch/arm/mach-goldfish/pdev_bus.c drivers/mtd/devices/goldfish_nand.c but still not sure how size is stored thanks On Sep 11, 4:15 pm, allstars wrote

[android-kernel] Re: how is /proc/mtd generated

2009-09-13 Thread allstars
i have checkout android kernel repository i use the branch origin/android-goldfish-2.6.27 find some information about mtd for goldfish arch/arm/mach-goldfish/pdev_bus.c drivers/mtd/devices/goldfish_nand.c but still not sure how size is stored thanks On Sep 11, 4:15 pm, allstars wrote

[android-kernel] how is /proc/mtd generated

2009-09-11 Thread allstars
hello world i would like to set the image max size (systemimage,userdataimage) i have traces some code it seems the size is specified in /proc/mtd so i would like to ask how this file is generated thanks --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr

[android-kernel] Re: Android's kernel debugger

2008-11-28 Thread allstars
printk by dmesg thanks On Nov 22, 4:36 am, "Mike Chan" <[EMAIL PROTECTED]> wrote: > Perhaps you are referring to the msm_serial debugger? Which allows one to > debug (limited) the kernel over serial on the msm arch. > > CONFIG_MSM_SERIAL_DEBUGGER > > > > O

[android-kernel] Re: Android's kernel debugger

2008-11-20 Thread allstars
ement for enhancing support for kernel > debugging? > > I am also very interested in the best way to do kernel debugging. > > -- > Frank Maker > Graduate Student Researcher > University of California, Davis > Micropower Circuits and Systems Group (MCSG) > [EMAIL PROTECT

[android-kernel] Android's kernel debugger

2008-11-19 Thread allstars
hello world Android has announced that it enhances support for kernel debugger where can i find the code for kernel debugger? i have found other enhancements like alarm, ashmem, binder , etc but anyway i cannot find kernel debugger and how should i do to do kernel debugging? just take qemu