Guest jullejul Posted June 3, 2010 Report Posted June 3, 2010 (edited) Hi, i wan't to remove com.amazon.mp3 i tryed this : Microsoft Windows XP [Version 5.1.2600] © Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Lundh>cd / C:\Documents and Settings\Lundh>cd /android-sdk_r06-windows\android-sdk-windows\ tools C:\Documents and Settings\Lundh\android-sdk_r06-windows\android-sdk-windows\tool s>adb uninstall com.amazon.mp3 Failure Try 2 : C:\Documents and Settings\Lundh\android-sdk_r06-windows\android-sdk-windows\tool s>adb remount remount succeeded C:\Documents and Settings\Lundh\android-sdk_r06-windows\android-sdk-windows\tool s>adb uninstall com.amazon.mp3 Failure try 3 : C:\Documents and Settings\Lundh\android-sdk_r06-windows\android-sdk-windows\tool s>adb remount remount succeeded C:\Documents and Settings\Lundh\android-sdk_r06-windows\android-sdk-windows\tool s>adb shell rm /system/app/com.amazon.mp3.apk rm failed for /system/app/com.amazon.mp3.apk, Directory not empty why dosen't it work :( btw im using 2.2 Edited June 3, 2010 by jullejul
Guest warrie Posted June 3, 2010 Report Posted June 3, 2010 (edited) rm -r /system/app/com.amazon.mp3.apk tried with recursive? and maybe wipe dalvik-cache if you delete apps. Edited June 3, 2010 by warrie
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now