I rooted my Incredible and flashed an ICS rom, and I can't seem to install an app through Eclipse for testing (or by manually pushing it through adb
). I know I have to change the permissions of /data/local
to write and execute others in order to allow APKs to be installed, but when I adb shell
into my phone and call chmod o=wx /data/local
I get a message saying Bad mode
. What does this mean and how do I fix it?
Thanks!
EDIT: According to this question I need to change the permissions of /data/local
in order for this to work; I'm receiving the same errors as the OP of that question.
EDIT: I decided to post the LogCat output to make it clearer what my issue is:
03-21 19:31:37.556: W/asset(7737): Asset path /data/local/tmp/myApp.apk is neither a directory nor file (type=0).
03-21 19:31:37.556: W/DefContainer(7737): Failed to parse package
03-21 19:31:37.566: W/CursorWrapperInner(7702): Cursor finalized without prior close()
03-21 19:31:37.576: W/ActivityManager(183): No content provider found for permission revoke: file:///data/local/tmp/myApp.apk