• Tech Help

  • TechgenLevel 6 - Platinum Elite Member

Gratitudetocreator yea I know the cursor doesn't work to select, a few people mentioned that issue, I didn't get a chance to play around with it, I use voice access and switch board for most things and I cant play Stratego 😉

    Techgen almost the same error
    Error: java.lang.SecurityException: Shell cannot change component state for com.android.settings/fp.personal.masterclear to 3

    mg5077 and also did you know how to get "app manager" to work on the classic ?

      Techgen did you know (or any body else) what to do when I got this message
      Operation not allowed: java.lang.SecurityException: Permission android.permission.REQUEST_INSTALL_PACKAGES is not a changeable permission type
      by trying to grant permission ?

        • TechgenLevel 6 - Platinum Elite Member

        mg5077 Which app are you trying to grant access to? You can try granting it this way
        adb shell cmd appops set <packageName> <permission> allow
        Instead, (If your version of android doesnt support it, try without the cmd). But it can be a tricky issue (installing the app with -g should grant all requested permissions)

          • TechgenLevel 6 - Platinum Elite Member

          mg5077 I never looked in to the set edit app, sorry

          • TechgenLevel 6 - Platinum Elite Member

          mg5077 Which app manager? Is there something special it can do? Is there a specific reason that it shouldn't work on the classic, or you just want someone to modify it?

            Techgen it is modified already. it's have a option to grant/revoke permission and enable/disable activity
            so I hope with the permission will if work
            and here you have a link to it;
            [Login to see the link]

              Techgen now I got this error
              Error: Unknown operation string: android.permission.REQUEST_INSTALL_PACKAGES

                mg5077 is there a command to grant all permissions (after installing the app)?

                • TechgenLevel 6 - Platinum Elite Member

                mg5077 K, I hear your plan, I'll check it out when I have a chance, but alot of these apps require you to have root access for the advanced features to work

                  • TechgenLevel 6 - Platinum Elite Member

                  mg5077 Not that I know of offhand. Must be some restrictions for the settings app, which is funny because you can disable the whole app, but not activities

                    • TechgenLevel 6 - Platinum Elite Member

                    mg5077 Sounds like either you typed something wrong, or its not supported on your version of android, so it doesnt recognize the command

                    • TechgenLevel 6 - Platinum Elite Member

                    mg5077 on regular adb you just do adb install -g <path to apk>, im assuming it would be the same on webadb