On Fri, Jul 13, 2012 at 8:50 AM, Alexandra Test <testalexandrainstitute@xxxxxxxxx> wrote:
I tried to investigate without success, so I decided to try to use the restorecon. is it needed to be root?
on which files do I need to use restorecon? how?
You'll not only have to be root, but you'll also need to remount your system partition (android mounts it read only).
I would try:
adb shell
su
mount -o rw,remount </dev/block path for your device> /system
restorecon -R /system