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.