if you are not familiar with the priv-app folder here is the link
What's the difference of /system/app/ and /system/priv-app in Kitkat? - Google Groups:
this is how i managed to delete file from priv-app to free so space
open adb
su
mount -o rw,remount /system
cd /system/priv-app
--- rm any file apk or odex
rm VisualVoicemail.*.
rm AppStore.*
mount -o ro,remount /system
enjoy
yaniv
No comments:
Post a Comment