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 ,