Gratitudetocreator I could play it with scrcpy... Thats a little yeshivish 😛
Tech Help
Techgen still didn't get to know and understand whatp scrpcy is...
Techgen almost the same error
Error: java.lang.SecurityException: Shell cannot change component state for com.android.settings/fp.personal.masterclear to 3
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 ?
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)
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;
https://drive.google.com/file/d/1_wyzTslOBZKAc7_r0i0KjkE6aQUUbZp6/view?usp=sharing (Google Drive link no longer available)
Techgen now I got this error
Error: Unknown operation string: android.permission.REQUEST_INSTALL_PACKAGES
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
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
mg5077 Sounds like either you typed something wrong, or its not supported on your version of android, so it doesnt recognize the command
mg5077 on regular adb you just do adb install -g <path to apk>, im assuming it would be the same on webadb
mg5077 Any app, or system apps, or the settings app? I tested system apps on the xp3 and it works
Does anyone know if I can put on apps via adb on the exalt even I have livigent filter?
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?
Gratitudetocreator can't, it blocks usb debugging. So no adb.
di2020 When you say you did adb reboot commands, did you try adb reboot recovery and adb reboot bootloader?
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
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
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
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
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
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 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
mg5077 on the exalt, it's the end and volume down key simultaneously.
