Recent content by Shanible

  1. S

    Unknown Error code during application install: "-24" Help?

    For those still having issues, try the one above by AllGamer or the one above it posted by me.
  2. S

    Unknown Error code during application install: "-24" Help?

    I've done this on another Android and the adb shell gave some errors as well. On that device, I simply removed "adb shell" from the command and used terminal emulator without issue.
  3. S

    Unknown Error code during application install: "-24" Help?

    I am rooted and couldn't find any reference to my problem app in the data folders, just like you guys. I went on the desktop version of the play store and grabbed the package name of the app (it's in the url). Then I opened adb and input: adb shell rm -R -f /data/data/<packagename> Now I can...