Install APK on ICS through Eclipse

Posted by roboguy12 on Stack Overflow See other posts from Stack Overflow or by roboguy12
Published on 2012-03-21T23:16:18Z Indexed on 2012/03/21 23:29 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about android

Related posts about adb