-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"tel-app -r" uninstalls apps now #1
base: master
Are you sure you want to change the base?
Conversation
… apps (using androids built-in package installer) while avoiding redundancy. Help message was updated. Tested functionality and everything should work as expected.
Great idea + thanks for contributing. Unfortunately the am command appears not to do anything on my current (old) device (android 9, lineage os) could this be the installer package activity? |
works on my device... ;) I'm also on Android 9, SyberiaOS. Looks like they removed the "-n" from "am" command (works for me tho). @SealedJoy Can you please try following and give me feedback, if it works:
I also found another way, maybe this is a better approach:
|
Your script changes work for me on android 11, the first command you posted also works, the second doesnt. |
@SealedJoy what about you? |
first didn't work for me, (now on android 12) but the second new method worked perfectly! can i suggest you submit the changes to the t-e-l/bin repo as this is one tel-update fetches from. or if you prefer, shoot a pm and i can sort it out |
sorry, i'm a bit confused. this is what i understand:
do i get this right? |
btw, found the proper command for getting the android version:
now I still need to know for which android version exactly which command is working |
Restructured source code of tel-app to add an option for uninstalling apps (using androids built-in package installer) while avoiding redundancy. Help message was updated. Tested functionality and everything should work as expected.