mg5077 Techgen no, just an activity, like by the lg classic, to disable resetting the phone which is an activity from the setting app, I know the activity name, (I got it with the PKGBROWSER app).
mg5077 Techgen I got this back; gf3:/ $ pm disable com.android.settings/fp.personal.masterclear Error: java.lang.SecurityException: Shell cannot change component state for com.android.settings/fp.personal.masterclear to 2
Techgen mg5077 You can try adb shell pm disable-user --user 0 com.android.settings/fp.personal.masterclear which sometimes has more flexibility because its technically only disabling for the current user
Gratitudetocreator [Login to see the link] I would like to get help on my sonim xp3 flip phone. Having an app with a cursor/pointer and it only moves around when using the D pad but when I hit select nothing happens.
Gratitudetocreator Gratitudetocreator [Login to see the link] tagging you here. I was referring to this post. ποΈ
Gratitudetocreator Techgen here's the thing. It's an app that was modified for the exalt and I was told that works perfectly over there. So does it make sense that the sonim just works a bit differently or does it have to be modified again specifically for sonim?
mg5077 Techgen almost the same error Error: java.lang.SecurityException: Shell cannot change component state for com.android.settings/fp.personal.masterclear to 3
Gratitudetocreator [Login to see the link] any help with my question? Is there maybe any commands to run to make it work?
Techgen 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 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?
mg5077 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 ?
Techgen 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)