All Discussions
  • Tech Help

Started by Apps4Flip-Admin · Nov 26, 2020 · Page 3 of 7

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

Techgen is there a way to do this with the SETEDIT app?

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 ?

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)

Techgen

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

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?

Techgen is there also another way to enable/disable activity's ?

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

Techgen I'm using webadb so how do I install apps with the -g ?

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

Techgen

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

Techgen

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

Techgen

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

Techgen

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

Techgen

mg5077 It needs to be done without android.permission, just do PERMISSION_NAME

How do add a mouse to modified apps?

Techgen now I didn't get any errors but nothing happens !

Techgen no, I just realized that I'm unable to disable a whole app
(I have the classic).

mg5077 What app are you trying to disable?

Techgen

mg5077 Any app, or system apps, or the settings app? I tested system apps on the xp3 and it works

Techgen

mg5077 Oh well, guess it doesnt work on your system ☹️

Gratitudetocreator

Does anyone know if I can put on apps via adb on the exalt even I have livigent filter?

Doesn’t work

does anyone know how to reset a schok classic flip that wont go past the boot screen? ive rebooted multiple ways including hard resets, while holding volume keys and adb reboot commands. Thanks

does anyone know how to take off the video player on a kyocera dura xv and also how to on the extreme?

Techgen

di2020 When you say you did adb reboot commands, did you try adb reboot recovery and adb reboot bootloader?

I tried both

Techgen

di2020 What happens, why's it getting stuck? do you have more details on the issue?

It's stuck on the boot screen and won't get past it,after the animation I can connect via adb but it won't restart past that point. When I trigger what I'm guessing is a recovery mode there's the image of the Android robot opened up and the message no data. No options are provided

Techgen

di2020 Im not sure what you did (or what happened to the phone) to get stuck in that situation, if you cant reset try searching for a factory image for your phone, and flash it to your device using fastboot that comes with adb

Techgen there is a way to make a factory reset via ADB ??

Techgen

mg5077 adb shell recovery --wipe_data or adb shell wipe data. There's also a way to do it with fastboot if it doesn't work

Techgen

@di2020 you can try restoring with ADB like I just posted to mg5077 if it doesn't work let me know and I will post instructions for fastboot (it's a little riskier, but if it's stuck anyway...)

both wipe data options didnt work with webadb and i checked if fastboot was enabled with fastboot devices. i might try later with a local adb and fastboot program

Techgen this is what I got back
system/bin/sh: recovery: not found

Techgen

mg5077 You have the same problem? You can try doing it while in recovery mode, or boot to fastboot, adb reboot bootloader, then do fastboot devices to make sure it shows up, then try fastboot erase userdata and fastboot erase cache and restart with fastboot reboot. (If all else fails you can try fastboot -w)

Techgen on webadb I got this error
1|gf3:/ $ pm install -g AppManagerLG
Error: Can't open non-file: AppManagerLG

Techgen

mg5077 Um, you prob need the location of the file i.e. C:/user/desktop/appmanagerlg.apk, and end with .apk

Techgen wen I run .\fastboot devices I didn't get any response
(I have successfully installed the platform tools for windows)

mg5077 this is what I got
PS C:\adb> .\fastboot erase userdata
< waiting for any device >

Techgen

mg5077 Is your phone in bootloader mode?

Techgen after I run adb reboot bootloader its just restart the phone

Techgen

mg5077 If it looks regular, then its not in bootloader mode. there usually is a way to do it by pressing power on + volume down/up or some combination of buttons depending on the phone

did someone know how to get bootloader mode on the classic ?? (I think that the exelt is the same) Techgen

Jumptoheaven

mg5077 on the exalt, it's the end and volume down key simultaneously.